Changes for page TCP Interface
Last modified by Mark Kohlmann on 2024/02/27 22:00
From version 4.1
edited by Mark Kohlmann
on 2024/02/27 21:57
on 2024/02/27 21:57
Change comment:
Uploaded new attachment "image.jpeg", version {1}
To version 5.1
edited by Mark Kohlmann
on 2024/02/27 21:58
on 2024/02/27 21:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,33 +1,16 @@ 1 - ShowRunnerCLC™can accept commands via TCP. Feedback is provided if subscribed.1 +Coeus can accept commands via TCP. Feedback is provided if subscribed. 2 2 3 -==== System Configuration ==== 4 - 5 -Enable the TCP listener by specifying a port and the max connections via the console: 6 -##sr tcp enable (ListenPort) (MaxConnections)## 7 -Example: 8 -##sr tcp enable 45794 20## 9 - 10 -The TCP Listener may also be enabled by adding a snippet to the root of the config: 11 - 12 -## "TcpListener": 13 - { 14 - "ListenPort": 45794, 15 - "MaxConnections": 20 16 - },## 17 - 18 18 ==== Command Format ==== 19 19 20 20 Commands are sent to objects by GlobalId followed by the Action and then any relevant Properties (Properties are interpreted in the order shown). They are dot delimited and terminated with a carriage return. 21 21 Format: ##GlobalId.ActionName[.ActionPropertyValue]\x0D## 22 22 23 -T oobtain a list ofGlobalIdsforobjectsuse consolecommand srshowglobalids. Global Actions use a GlobalId of 0.8 +The Global ID may be found on the UI using the “i” button. Global Actions use a GlobalId of 0. 24 24 25 - To obtainalist of Actionsavailableby object typeuse console command ##sr show actions.##10 +[[image:image.jpeg]] 26 26 27 27 Example Recall Scene 1 on Area 51: 28 28 29 -From "##sr show global ids##": 30 - 31 31 ##+~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+ 32 32 ~| ID | Type | Name | 33 33 +~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+ ... ... @@ -34,7 +34,7 @@ 34 34 ~| 51 | Area | Boardroom A | 35 35 +~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+## 36 36 37 - From "##sr show actions##":20 +Actions: 38 38 39 39 ##+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+ 40 40 ~| Type | Action | Description | Reference Property | Ref Req | Triggers | Supported Properties |