Changes for page Processor Setup

Last modified by Alexander Mott on 2024/12/02 19:04

From version 24.1
edited by Alexander Mott
on 2022/06/30 16:53
Change comment: There is no comment for this version
To version 28.1
edited by Alexander Mott
on 2022/09/16 20:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  (% class="box errormessage" %)
2 2  (((
3 -This page is for ordinary processor setup. For ZUM-HUB4 deployments, see our [[dedicated ZUM-HUB4 page>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.ZUM-HUB4 Processor Setup.WebHome]].
3 +This page is for typical processor setup; for ZUM-HUB4 deployments, see our [[dedicated ZUM-HUB4 page>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.ZUM-HUB4 Processor Setup.WebHome]].
4 4  )))
5 5  
6 6  (% class="box warningmessage" %)
... ... @@ -18,6 +18,12 @@
18 18  Auto-Assigned/Link-Local IP address range of 169.254.x.x not supported (Crestron xPanel issue)
19 19  )))
20 20  
21 +{{box title="**Contents**"}}
22 +{{toc/}}
23 +{{/box}}
24 +
25 +(% class="row" %)
26 +(((
21 21  **ShowRunner Installation Tutorial:**
22 22  
23 23  [[https:~~/~~/www.youtube.com/watch?v=xuJ94cMCCa8>>url:https://www.youtube.com/watch?v=xuJ94cMCCa8]]
... ... @@ -28,7 +28,7 @@
28 28  
29 29  [[https:~~/~~/www.youtube.com/watch?v=H8CLZ7bp0eI>>url:https://www.youtube.com/watch?v=H8CLZ7bp0eI]]
30 30  
31 -=== IP Configuration ===
37 += IP Configuration =
32 32  
33 33  * Connect to the processor via USB and set the processor’s IP Address per your network requirements
34 34  ** When connecting to a 4-Series processor or a 3-Series processor with authentication enabled for the first time, it will prompt for the creation of an admin-level CWS user
... ... @@ -54,16 +54,19 @@
54 54  *** This will force the processor to wait until the router has started before attempting to load the showrunner™ program, avoiding potential license validation issues if the processor boots up before the router.
55 55  ** The previously listed "ipa," "ipm," etc. commands will configure settings for the processor's LAN port, which should be connected to the building LAN or third party network.
56 56  ** Lighting control hardware (e.g. TSWs, DIN-CENCN-2s, etc.) should be connected to the Control Subnet port. The processor acts as a DHCP server on the Control Subnet, with addresses that are determined automatically based on the LAN configuration.
57 -** The Control Subnet can be configured manually in the "Functions>Ethernet Addressing...>Control Subnet" menu of Toolbox
58 -*** Set routing to "Manual" with the start address and subnet size
59 -*** E.g., a setting of "10.0.0.0/24" will have the processor at 10.0.0.1 with an IP mask of 255.255.255.0 and a default gateway and DNS server at 10.0.0.2
60 -** The Control Subnet can also be configured to e.g. **10.0.0.0/24** using Text Console command: ##csrouterprefix **10.0.0.0/24**##
63 +** The Control Subnet will automatically configure itself based on the LAN configuration, but it can optionally be configured manually:
64 +*** Using the "Functions>Ethernet Addressing...>Control Subnet" menu of Toolbox:
65 +**** Set routing to "Manual" with the start address and subnet size
66 +**** E.g., a setting of "100.64.0.0/20" will have the processor at 10.64.0.1 with an IP mask of 255.255.240.0 and a default gateway and DNS server at 100.64.0.2
67 +*** Using Text Console commands (example for a **100.64.0.0/20** subnet, with a processor IP address of **100.64.0.1**)
68 +**** Set CS IP: ##csrouterprefix **100.64.0.0/20**##
69 +**** Reboot the processor: ##reboot##
61 61  * If the job has multiple processors, then these steps must be repeated for all processors on the job
62 62  ** For jobs with Central Control, the IP addresses of the processors matters
63 63  ** Chief Integrations will provide an SRTakeoff.xlsx spreadsheet with an IP Table tab that lists the IP address for each processor. If these IP addresses must be changed during startup, then it will be necessary to also change the IP addresses in the Remote System Definition in the configuration file
64 64  ** See the[[ CoAP Setup Guide>>doc:SHOWRUNNER™ Integrations Guide.Integration Options.CoAP with Crestron S# Library and Modules.CoAP ShowRunner to ShowRunner Setup Instructions.WebHome]] for details
65 65  
66 -=== Program Load ===
75 += Program Load =
67 67  
68 68  * Download the latest build of SHOWRUNNER™ from the[[ Chief Integrations Portal>>https://files.chiefintegrations.com/index.php/s/WHNzXrrZbB5jC3E]]
69 69  * Connect your computer to the same network as the processor. Make sure your computer’s IP settings are compatible with the lighting network and do not conflict with any devices already on the network
... ... @@ -94,7 +94,7 @@
94 94  ** If stuck on "Connecting to Processor" you will need to accept the certificate
95 95  * For jobs with multiple processors, SHOWRUNNER™ will need to be loaded to each processor
96 96  
97 -=== License and Configuration Deployment ===
106 += License and Configuration Deployment =
98 98  
99 99  * Download the SrConfig.json or CiLightingConfig.json configuration file from the link provided by Chief Integrations
100 100  * Obtain and download the license from [[https:~~/~~/portal.chiefintegrations.com>>url:https://portal.chiefintegrations.com]]
... ... @@ -138,7 +138,7 @@
138 138  ***** 3-Series processors will take 45 to 90 restart
139 139  ***** 4-Series processors should restart considerably faster
140 140  
141 -=== Set System Time ===
150 += Set System Time =
142 142  
143 143  It is important for the device clock to be accurate in order for scheduled events to trigger at the appropriate time. If Toolbox is still open, this can be done easily:
144 144  
... ... @@ -160,3 +160,4 @@
160 160  ** Navigate to Setup>System Settings>Location and System Clock
161 161  ** Adjust the time, timezone, and location as necessary
162 162  ** Click Apply to save the changes
172 +)))