Wiki source code of Processor Setup

Version 31.1 by Alexander Mott on 2022/09/16 21:01

Hide last authors
Alexander Mott 22.1 1 (% class="box errormessage" %)
2 (((
Alexander Mott 26.1 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]].
Alexander Mott 22.1 4 )))
Alexander Mott 30.1 5
Alexander Mott 1.1 6 (% class="box warningmessage" %)
7 (((
Alexander Mott 21.1 8 SHOWRUNNER™ is tested against current Crestron firmware releases.  Please use at least the recommended firmware builds.
Alexander Mott 31.1 9 * 3-Series: PUF 1.8001.0146
10 * 4-Series: PUF 2.7000.00052.01
11 * VC-4: 2.7000.00047
Alexander Mott 30.1 12
Alexander Mott 31.1 13 **Note:**
14 * Static IP or properly setup DHCP/DNS implementation required.
15 * Auto-Assigned/Link-Local IP address range of 169.254.x.x not supported (Crestron xPanel issue)
Alexander Mott 1.1 16 )))
Alexander Mott 30.1 17
Alexander Mott 27.1 18 {{box title="**Contents**"}}
19 {{toc/}}
20 {{/box}}
21
22 (% class="row" %)
23 (((
Alexander Mott 1.1 24 **ShowRunner Installation Tutorial:**
25
26 [[https:~~/~~/www.youtube.com/watch?v=xuJ94cMCCa8>>url:https://www.youtube.com/watch?v=xuJ94cMCCa8]]
27
28 **Licensing tutorial:**
29
30 //Note: Please use Chrome or Firefox to download the License from [[https:~~/~~/portal.chiefintegrations.com>>https://portal.chiefintegrations.com]].  Edge and Internet Explorer do not work properly.//
31
32 [[https:~~/~~/www.youtube.com/watch?v=H8CLZ7bp0eI>>url:https://www.youtube.com/watch?v=H8CLZ7bp0eI]]
33
Alexander Mott 28.1 34 = IP Configuration =
Alexander Mott 1.1 35
Alexander Mott 5.1 36 * Connect to the processor via USB and set the processor’s IP Address per your network requirements
Alexander Mott 7.1 37 ** 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
Alexander Mott 4.1 38 *** Input the desired username and password into the dialog box. Save this login information, as it is not possible to recover if it is lost or forgotten
39 *** In the event that the processor does not allow you to log in with the chosen credentials (i.e. it repeatedly prompts for credentials)
40 **** Attempt to log in with username "crestron" and no password
Alexander Mott 5.1 41 **** Once logged into Text Console, run the following commands, replacing the "username" and "password" with your desired credentials
42 ***** ##adduser -N:username -P:password##
43 ***** ##addusertogroup -N:username -G:Administrators##
Alexander Mott 14.1 44 ** Once connected, open Text Console and run the following commands to configure the processor's IP settings (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a processor IP address of (% style="color:blue" %)**10.0.0.10**(%%))
Alexander Mott 4.1 45 *** Disable DHCP: ##dhcp 0 off##
Alexander Mott 12.1 46 *** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.10**(%%)##
47 *** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
48 *** Set default gateway: ##defr 0 **10.0.0.1**##
Alexander Mott 5.1 49 *** Set hostname: ##host AP3-CPP##
Alexander Mott 10.1 50 *** Reboot the processor: ##reboot##
Alexander Mott 4.1 51 ** It is also possible to configure a processor over Ethernet by using a DHCP server software on your laptop to assign an IP address
52 *** Configure your DHCP server software to assign IP addresses in the desired range
53 *** Once the processor is assigned an IP address, connect to it via Text Console at the assigned IP address
54 *** Run the above commands to disable DHCP and assign a static IP address to the processor
Alexander Mott 5.1 55 * For processors with a Control Subnet (CP3N/AV3/PRO3/CP4N/AV4/PRO4/ZUM-HUB4), additional setup is required
Alexander Mott 4.1 56 ** Connect to the processor via Text Console and run the command: ##startprogafterrouter on##
Alexander Mott 5.1 57 *** 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.
58 ** 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.
59 ** 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.
Alexander Mott 25.1 60 ** The Control Subnet will automatically configure itself based on the LAN configuration, but it can optionally be configured manually:
61 *** Using the "Functions>Ethernet Addressing...>Control Subnet" menu of Toolbox:
62 **** Set routing to "Manual" with the start address and subnet size
63 **** 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
64 *** Using Text Console commands (example for a **100.64.0.0/20** subnet, with a processor IP address of **100.64.0.1**)
65 **** Set CS IP: ##csrouterprefix **100.64.0.0/20**##
66 **** Reboot the processor: ##reboot##
Alexander Mott 7.1 67 * If the job has multiple processors, then these steps must be repeated for all processors on the job
68 ** For jobs with Central Control, the IP addresses of the processors matters
69 ** 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
Alexander Mott 9.1 70 ** 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
Alexander Mott 7.1 71
Alexander Mott 28.1 72 = Program Load =
Alexander Mott 7.1 73
Alexander Mott 16.1 74 * Download the latest build of SHOWRUNNER™ from the[[ Chief Integrations Portal>>https://files.chiefintegrations.com/index.php/s/WHNzXrrZbB5jC3E]]
Alexander Mott 21.1 75 * 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
Alexander Mott 11.1 76 ** While it is possible to load the program via USB, it is not recommended because the transfer speed is significantly slower than loading via Ethernet
Alexander Mott 5.1 77 * Double click the PUF to open the Package Update Tool and install SHOWRUNNER™ (works best with Toolbox closed)
Alexander Mott 7.1 78 ** The Package Update Tool will automatically open your Address Book and prompt you to select a device
79 *** If you have not created an Address Book for this job, close the Address Book window and press the pencil icon
80 *** Type in the IP address of your processor and click "OK"
81 ** Double check that the correct PUF file is listed under the "Package Info" section and that the correct IP address is listed under "Target"
82 ** Press the "Recheck" button
83 ** Make sure that all three tasks are selected ("Load ShowRunner Program", "Update Crestron App", and "Update XPanel")
84 ** Press the "Update" button to begin loading SHOWRUNNER™
85 * Sometimes the PUF tool will falsely report a failure to load the program
86 ** Connect to the processor via Text Console
87 ** Run the command ##sr ver##
88 ** If the console returns with the newly installed version of SHOWRUNNER™, then the installation was successful
89 ** If the console returns with "Bad or Incomplete Command (sr)" then the installation was not successful
Alexander Mott 23.1 90 *** Rename the downloaded .puf file to be a .zip file and open the archive
Alexander Mott 8.1 91 **** Some file archivers (such as 7-Zip) allow you to right click on the PUF file and open the archive without changing the filetype
Alexander Mott 7.1 92 *** Extract the "CI.Lighting.ShowRunner.cpz" file
Alexander Mott 24.1 93 *** In Toolbox, connect to the processor via Text Console, click the lightning bolt icon, and select "SIMPL Program..."
Alexander Mott 23.1 94 **** Alternatively, navigate to Functions>SIMPL Program...>SIMPL Program (Program01)...
95 *** Under the "Send Program" section, browse your PC and select the extracted .cpz file
Alexander Mott 7.1 96 *** Click the "Send" button and click "Yes" to upload the program
97 *** Once it is done loading, you should be able to run the ##sr ver## command and see the currently installed version of SHOWRUNNER™
98 * Once SHOWRUNNER™ is loaded, you can connect to the UI by navigating to the processor’s IP. A license and configuration file are still required.  
Alexander Mott 21.1 99 ** **3-Series processors require authentication enabled** (SSL self can be used but steps will need to be repeated)
100 ** If stuck on "Connecting to Processor" you will need to accept the certificate
101 * For jobs with multiple processors, SHOWRUNNER™ will need to be loaded to each processor
Alexander Mott 1.1 102
Alexander Mott 28.1 103 = License and Configuration Deployment =
Alexander Mott 1.1 104
Alexander Mott 7.1 105 * Download the SrConfig.json or CiLightingConfig.json configuration file from the link provided by Chief Integrations
Alexander Mott 1.1 106 * Obtain and download the license from [[https:~~/~~/portal.chiefintegrations.com>>url:https://portal.chiefintegrations.com]]
107 ** Processors with a Control Subnet should use the LAN MAC address, **not** the Control Subnet MAC address
Alexander Mott 7.1 108 * The license and configuration can be loaded with Toolbox using Text Console and File Management, or through the showrunnerHUB™ web interface
109 ** Using Toolbox:
110 *** Connect to the processor via Text Console and via File Management
111 *** In File management, navigate to the "NVRAM>sr" folder from the left-hand menu
112 *** Right-click on the right-hand side and select "Copy File(s) From..." and select the downloaded License.lic file
113 **** Alternatively, drag and drop the file from your computer to the File Management tool
114 *** Using the left-hand menu, navigate to the "NVRAM>sr>default" folder
115 *** Right-click on the right-hand side and select "Copy File(s) From..." and select the downloaded SrConfig.json file
116 **** Alternatively, drag and drop the file from your computer to the File Management tool
117 **** If you downloaded a CiLightingConfig.json file, it must be renamed to "SrConfig.json"
118 ** Using the showrunnerHUB™ UI:
119 *** Using Chrome or Firefox, navigate to the processor's IP address
120 *** When prompted, input your credentials and log in
121 **** 4-Series processor or 3-Series processor with authentication enabled: Log in using the same admin credentials used to connect to the processor
122 **** 3-Series processor without authentication enabled: Connect to the processor via Text Console and run the following command, replacing the "username", "name" and "password" with your desired credentials.
123 ***** ##sradmin username "name" administrators password##
124 ***** The username and password should be one word each and are the credentials used to log in to the showrunnerHUB™
125 ***** The name can be multiple words as long as it is in quotes, and is simply a friendly name used to identify each user.
Alexander Mott 21.1 126 *** Once logged in to the showrunnerHUB™ UI, you should be automatically redirected to the File Management page
Alexander Mott 7.1 127 **** If you are not automatically redirected, then you can navigate to this page by clicking "Setup" in the top right and then selecting "File Management" from the list on the left
128 **** [[image:1654807593390-193.png]]
129 **** Under “Upload New License File”
130 ***** Leave "Restart after transfer" unchecked
131 ***** Select “Choose File” and browse for the license file you downloaded from the portal
Alexander Mott 1.1 132 ***** Select “Upload”
Alexander Mott 7.1 133 **** Load the configuration file either directly (if you have an SrConfig.json file) or from a backup (if you have an SRBackup.zip)
134 ***** Direct upload:
135 ****** Under “Upload New Config File”
136 ****** Select “Choose File” and find the provided CiLightingConfig.json or SrConfig.json file for this processor from the project link that was sent at project delivery.
137 ****** Select “Upload”
138 ***** From a Backup:
139 ****** Select "Restore"
140 ****** Select "Choose Backup" and find the SRBackup.zip of the backup you wish to restore
141 ****** Enter the secret used to create the backup. ShowRunner will upload the file and verify the secret.
142 **** Once both the license and either a configuration file or backup have been loaded, click "Restart"
143 **** Wait for the processor to finish restarting and then reload the page.
144 ***** 3-Series processors will take 45 to 90 restart
145 ***** 4-Series processors should restart considerably faster
Alexander Mott 17.1 146
Alexander Mott 28.1 147 = Set System Time =
Alexander Mott 17.1 148
149 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:
150
151 * Connect to the processor via Text Console
152 * At the top of the Toolbox window, navigate to Functions>System Clock...
153 * If your computer is in the correct timezone, click Synchronize Device Time with PC
154 ** The Timezone and Device Time should synchronize automatically
155 ** If your PC is in the incorrect Timezone or the time did not synchronize properly, then manually adjust the Time, Date, and Timezone
156 * Press the Apply button
157
Alexander Mott 18.1 158 Note that the Location given in the System Clock... menu of Toolbox is not used by SHOWRUNNER™. Instead, the location used for sunrise/sunset calculations is stored in the configuration and will typically be set by Chief Integrations prior to delivery of the configuration. Both the location and time can be viewed and edited using the SHOWRUNNER™ UI
Alexander Mott 17.1 159
160 * SHOWRUNNER™ XPanel UI:
161 ** Navigate to Settings>Location and System Clock
162 ** Press the Lock icon to enable editing
163 ** Adjust the time, timezone, and location as necessary
164 ** Press Set System Clock to save the changes
165 * showrunnerHUB™ Web UI:
166 ** Navigate to Setup>System Settings>Location and System Clock
167 ** Adjust the time, timezone, and location as necessary
168 ** Click Apply to save the changes
Alexander Mott 27.1 169 )))