Changes for page Ethernet Intersystem Communications Export (Crestron)
Last modified by Mark Kohlmann on 2024/11/19 23:23
From version 5.2
edited by Mark Kohlmann
on 2021/07/14 16:24
on 2021/07/14 16:24
Change comment:
Update document after refactoring.
To version 8.1
edited by Mark Kohlmann
on 2022/09/30 19:41
on 2022/09/30 19:41
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Ethernet Intersystem Communications (Crestron) 1 +Ethernet Intersystem Communications Export (Crestron) - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -SHOWRUNNER™ User Guide& Wiki.SHOWRUNNER™ Appendix.Integration Options.WebHome1 +SHOWRUNNER™ Integrations Guide.Integration Options.WebHome - Content
-
... ... @@ -1,3 +1,8 @@ 1 +(% class="box warningmessage" %) 2 +((( 3 +Note: Any changes to load hardware/scene quantity will require a regeneration of the EISC and will result in signal changes. 4 +))) 5 + 1 1 ShowRunner provides Ethernet Intersystem Communications interfaces for integration with 3rd party Crestron systems. 2 2 3 3 * EISCs may be Classic, 3-Series, or Server/Client (VC-4) types ... ... @@ -57,9 +57,38 @@ 57 57 ***** Sensor Reading 58 58 **** Area 59 59 ***** Scene Set and Feedback 60 -*** Devices to be exported are defined in the configuration and are not changeable at run-tim 65 +*** Devices to be exported are defined in the configuration and are not changeable at run-time. 61 61 67 +==== VC-4 Specific Notes ==== 68 + 69 +===== Prerequisites ===== 70 + 71 +* VC-4 server installed 72 +* Recommended VC-4 server hardened per [[Crestron>>https://support.crestron.com/app/answers/detail/a_id/1001249/kw/harden%20VC-4]] 73 +** [[>>https://support.crestron.com/app/answers/detail/a_id/1001249/kw/harden%20VC-4]]Will require SETCSAUTHENTICATION command on processor 74 +** VC-4 installer will need to provide username and password for processor to connect, this is used with SETCSAUTHENTICATION 75 +* showrunner running on a processor 76 +* EISC created in the showrunner config 77 +* AV program running on VC-4, AV programmer will need to provide the ROOM ID from VC-4 78 + 79 +===== showrunner Config Settings ===== 80 + 81 +* Define EiscType in config: ##"EiscType": "VirtualControlEiscClient"## 82 +* Define Vc4RoomId in config: ##"Vc4RoomId": "VC4ROOMID"## 83 +* IpAddressOrHostname will not used, instead VCSERVERADDR will be used instead 84 + 85 +===== Processor Settings ===== 86 + 87 +* Use console command VCSERVERADDR (or processor configuration pages) to add the VC-4 server IP address or hostname. Example: ##VCSERVERADDR my-vc-4-server.mycorpnet.com## 88 +* If security (hardening) is enabled use console command SETCSAUTHENTICATION to enroll the credentials used to login to VC-4. Example: ##SETCSAUTHENTICATION -n:vc4user -p:vc4password## 89 +* Reboot after entering the above settings 90 + 62 62 (% class="box warningmessage" %) 63 63 ((( 64 - Note:Anychangestoloadhardware/scenequantitywillrequire a regenerationofthe EISC andwillresultinsignalchanges.93 +showrunner 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. 65 65 ))) 95 + 96 +(% class="box warningmessage" %) 97 +((( 98 +showrunner uses analog join 4001 on normal EISCs to confirm the logic is fully online. Join 4001 is not available on //EISC Client//, //EISC Server,// and //Virtual Control EISC Client// types so 4000 is used instead. 99 +)))