Last modified by Mark Kohlmann on 2024/11/19 23:23

From version 14.1
edited by Alexander Mott
on 2023/05/16 16:32
Change comment: There is no comment for this version
To version 19.1
edited by Alexander Mott
on 2023/12/15 20:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -69,6 +69,35 @@
69 69  ***** Scene Set and Feedback
70 70  *** Devices to be exported are defined in the configuration and are not changeable at run-time.
71 71  
72 +==== Creating Remote Connections through the UI ====
73 +
74 +* Open the Setting (Gear icon in upper right corner) screen from the main page
75 +* Select Crestron Integration
76 +* To add and edit a new connection:
77 +** press the + Add at the bottom left corner of the page
78 +** In the left column select the connection you want to edit
79 +** In the middle column enter:
80 +*** Connection label
81 +*** IP Address of the AV Processor
82 +*** IP ID
83 +** Additional features can be selected:
84 +*** Ignore Fade Times
85 +*** Extended Load Export
86 +*** Extended Scene Export
87 +** EISC Type:
88 +*** Classic (2-Series Compatible)
89 +*** 3-series TCP EISC
90 +** In the right column select all areas needed
91 +** Save by clicking on the Check mark that appears to the right or "Settings:" in the middle column
92 +** Saving will generate an RSD File URL at the bottom of the middle column
93 +*** http:~/~/10.0.0.10/ShowRunner/RSDs/IP-ID0xF1Lighting_Interface.rsd
94 +*** 10.0.0.10 = Lighting system Processor IP Address
95 +*** IP-ID0xF1 = Lighting system Processor IP Table entry for AV integration
96 +** RSD file can also be retrieved from the Toolbox File Manager app
97 +*** Open File Manager
98 +*** Select Internal Flash/HTML/ShowRunner/RSDs
99 +*** all generated RSD files will be available in this folder
100 +
72 72  ==== Processors with Control Subnets ====
73 73  
74 74  When integrating a 3-Series EISC with a processor that has both a LAN port and a Control Subnet using a connection over the LAN, there are some additional settings that need to be enabled in order for the integration to work correctly. It is necessary to either set up CWS users and enable a secure (SCIP on port 41796) EISC or run the following commands:
... ... @@ -90,11 +90,21 @@
90 90  * EISC created in the ShowRunnerCLC™ config
91 91  * AV program running on VC-4, AV programmer will need to provide the ROOM ID from VC-4
92 92  
93 -===== ShowRunnerCLC™ Config Settings =====
122 +===== ShowRunnerCLC™ Config Settings (Exporting from a ShowRunnerCLC™ VC-4) =====
94 94  
124 +* Define EiscType in config: ##"EiscType": "EiscServer"##
125 +* Everything else defined as normal
126 +* RSD file will be available in "/opt/crestron/virtualcontrol/RunningPrograms/**[ROOMID]**/Html/ShowRunner/RSDs/"
127 +* When importing the RSD to the AV program, the following steps need to be taken:
128 +** In the configuration tab, right-click the imported EISC and select "Replace"
129 +** Replace the imported RSD with a "VC-4 EISC Client"
130 +** In the device settings for the VC-4 EISC Client, under the IP Net Address tab, add the Room ID for the ShowRunnerCLC™ program on the VC-4
131 +
132 +===== ShowRunnerCLC™ Config Settings (Importing from a third-party VC-4, ShowRunnerCLC™ on Processor) =====
133 +
95 95  * Define EiscType in config: ##"EiscType": "VirtualControlEiscClient"##
96 96  * Define Vc4RoomId in config: ##"Vc4RoomId": "VC4ROOMID"##
97 -* IpAddressOrHostname will not used, instead VCSERVERADDR will be used instead
136 +* IpAddressOrHostname will not be used, instead VCSERVERADDR console command will be used instead
98 98  
99 99  ===== Processor Settings =====
100 100  
... ... @@ -104,7 +104,7 @@
104 104  
105 105  (% class="box warningmessage" %)
106 106  (((
107 -ShowRunnerCLC™ will generate the RSD file as an EISC type, the SIMPL Windows programmer will need to convert the symbol to an //EISC Server//.  At the time of this writing, Crestron does not allow import/export of RSD files for //EISC Client//, //EISC Server,// and //Virtual Control EISC Client// types.
146 +ShowRunnerCLC™ will generate the RSD file as an EISC type, the SIMPL Windows programmer will need to convert the symbol to the correct type. At the time of this writing, Crestron does not allow import/export of RSD files for //EISC Client//, //EISC Server,// and //VC-4 EISC Client// types.
108 108  )))
109 109  
110 110  (% class="box warningmessage" %)