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

From version 4.1
edited by Mark Kohlmann
on 2021/06/02 22:07
Change comment: There is no comment for this version
To version 11.1
edited by Alexander Mott
on 2023/05/11 15:56
Change comment: There is no comment for this version

Summary

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.WebHome
1 +SHOWRUNNER™ Integrations Guide.Integration Options.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mark\.kohlmann@chiefintegrations\.com
1 +XWiki.alexander\.mott@chiefintegrations\.com
Content
... ... @@ -1,5 +1,10 @@
1 -ShowRunner provides Ethernet Intersystem Communications interfaces for integration with 3rd party Crestron systems.
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 +)))
2 2  
6 +ShowRunnerCLC™ provides Ethernet Intersystem Communications interfaces for integration with 3rd party Crestron systems.
7 +
3 3  * EISCs may be Classic, 3-Series, or Server/Client (VC-4) types
4 4  * EISCs can have their IP-ID and IP Address of the remote changed at run-time without a program restart
5 5  * An RSD file will be built for each EISC and a URL will be displayed on the touchscreen to retrieve it
... ... @@ -30,7 +30,8 @@
30 30  **** All Shade Open/Close
31 31  **** Shade Name
32 32  **** Shade Open/Close/Stop
33 -****
38 +**** Ignore Fade Times option set
39 +***** Fade Times are not sent out, only final value.  Reduces traffic.
34 34  ** Device Export
35 35  *** Exports devices with specific signals for each device type
36 36  **** Occupancy Sensor
... ... @@ -56,9 +56,47 @@
56 56  ***** Sensor Reading
57 57  **** Area
58 58  ***** Scene Set and Feedback
59 -*** 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.
60 60  
67 +==== Processors with Control Subnets ====
68 +
69 +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:
70 +
71 +* ##securegateway default##
72 +** Enables non-secure connections (CIP on port 41794) from the LAN side
73 +* ##isolatenetworks off##
74 +** Enables communications between the LAN and the Control Subnet, where the actual control processor is located
75 +
76 +==== VC-4 Specific Notes ====
77 +
78 +===== Prerequisites =====
79 +
80 +* VC-4 server installed
81 +* Recommended VC-4 server hardened per [[Crestron>>https://support.crestron.com/app/answers/detail/a_id/1001249/kw/harden%20VC-4]]
82 +** Will require SETCSAUTHENTICATION command on processor
83 +** VC-4 installer will need to provide username and password for processor to connect, this is used with SETCSAUTHENTICATION
84 +* ShowRunnerCLC™ running on a processor
85 +* EISC created in the ShowRunnerCLC™ config
86 +* AV program running on VC-4, AV programmer will need to provide the ROOM ID from VC-4
87 +
88 +===== ShowRunnerCLC™ Config Settings =====
89 +
90 +* Define EiscType in config: ##"EiscType": "VirtualControlEiscClient"##
91 +* Define Vc4RoomId in config: ##"Vc4RoomId": "VC4ROOMID"##
92 +* IpAddressOrHostname will not used, instead VCSERVERADDR will be used instead
93 +
94 +===== Processor Settings =====
95 +
96 +* 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##
97 +* 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##
98 +* Reboot after entering the above settings
99 +
61 61  (% class="box warningmessage" %)
62 62  (((
63 -Note: Any changes to load hardware/scene quantity will require a regeneration of the EISC and will result in signal changes.
102 +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.
64 64  )))
104 +
105 +(% class="box warningmessage" %)
106 +(((
107 +ShowRunnerCLC™ 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.
108 +)))