Changes for page Processor Setup
Last modified by Alexander Mott on 2024/12/02 19:04
From version 2.1
edited by Alexander Mott
on 2022/06/09 17:17
on 2022/06/09 17:17
Change comment:
There is no comment for this version
To version 4.1
edited by Alexander Mott
on 2022/06/09 19:01
on 2022/06/09 19:01
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -27,8 +27,25 @@ 27 27 28 28 * Obtain the latest build of ShowRunner [[https:~~/~~/files.chiefintegrations.com/s/WHNzXrrZbB5jC3E>>url:https://files.chiefintegrations.com/s/WHNzXrrZbB5jC3E]] 29 29 * Set the processor’s IP Address per your network requirements 30 -* For processors with a Control Subnet (CP3N/AV3/PRO3/CP4N/AV4/PRO4/ZUM-HUB4): 31 -** Connect to the processor via Text Console and type "startprogafterrouter on" 30 +** 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 31 +*** 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 32 +*** In the event that the processor does not allow you to log in with the chosen credentials (i.e. it repeatedly prompts for credentials) 33 +**** Attempt to log in with username "crestron" and no password 34 +**** Once logged into Text Console, run the following commands, replacing [BRACKETS] with your desired credentials 35 +***** ##adduser -N:[USERNAME] -P:[PASSWORD]## 36 +***** ##addusertogroup -N:[USERNAME] -G:Administrators## 37 +** Connect to the processor via USB and open Text Console and run the following commands, replacing [BRACKETS] per your network requirements 38 +*** Disable DHCP: ##dhcp 0 off## 39 +*** Set IP address: ##ipa 0 [IPADDRESS]## 40 +*** Set IP subnet mask: ##ipm 0 [IPMASK]## 41 +*** Set default gateway: ##defr 0 [DEFAULTGATEWAY]## 42 +*** Set hostname: ##host [HOSTNAME]## 43 +** It is also possible to configure a processor over Ethernet by using a DHCP server software on your laptop to assign an IP address 44 +*** Configure your DHCP server software to assign IP addresses in the desired range 45 +*** Once the processor is assigned an IP address, connect to it via Text Console at the assigned IP address 46 +*** Run the above commands to disable DHCP and assign a static IP address to the processor 47 +* For processors with a Control Subnet (CP3N/AV3/PRO3/CP4N/AV4/PRO4/ZUM-HUB4), lighting hardware should be connected to the Control Subnet port and the building LAN should be connected to the LAN port. Additional setup is required for the Control Subnet. 48 +** Connect to the processor via Text Console and run the command: ##startprogafterrouter on## 32 32 *** This will force the processor to wait until the router has started before attempting to load the showrunner™ program, avoiding potential license validation issues after a power loss. 33 33 ** Networked lighting hardware should be landed on the Control Subnet 34 34 ** The processor acts as a DHCP server on the Control Subnet, with addresses that are determined automatically based on the LAN configuration ... ... @@ -73,20 +73,5 @@ 73 73 **** Enter the secret used to create the backup. Showrunner will upload the file and verify the secret. 74 74 **** Select "Restart" to load the new configuration 75 75 ** Wait about 45 seconds after loading the configuration for the program to restart completely((( 76 -=== TSW Setup (Per Panel) === 77 - 78 -* Set the TS/TSWs IP Address per your network requirements (If using a panel other than TSW-770 you will need the CI_ShowRunner-UI_v3.xx PUF) 79 -* Connect the PUF (CI_ShowRunner_v3.xx) to the TSW to load the UI 80 -** Only add CI_ShowRunner-UI_v3.xx if using touch panel other than TSW-770. 81 -* When finished, connect to the TSW with Text Console and type “addm 10 x.x.x.x” to link the panel to the processor (where x.x.x.x is the processor’s IP or hostname [DHCP/DNS]) 82 -** You can also edit the IP table from Toolbox or the touchpanel’s setup screen. IP-IDs 10 and 11 are reserved for TSWs by default. If you have more than 2 touchpanels the additional IP-IDs will be provided. 83 - 84 -=== GLPAC Setup === 85 - 86 -* When GLPACs are deployed Chief Integrations will provide a load script that loads and configures the GLPAC hardware. The script includes Chief Integrations chosen IP addresses unless otherwise requested. 87 -* Set the IP addresses on all GLPACs per your network requirements. The script will need to be updated if IP Addresses are changed from Chief Integrations chosen IP Addresses. 88 -* Using Toolbox -> Script Manager, select the Scripting dropdown or right click and select “Load Script”. Find the text file provided. 89 -* Provided the given IPs can be seen on the network, double or right clicking an entry will load the program and link the IP table, enabling control through showrunner™ 90 -* Say yes to the dialog warning the hardware does not match (if prompted), and yes to overwrite the IP table (if prompted) 93 + 91 91 ))) 92 -*