Changes for page Processor Setup

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

From version 12.1
edited by Alexander Mott
on 2022/06/13 15:11
Change comment: There is no comment for this version
To version 7.1
edited by Alexander Mott
on 2022/06/09 21:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,13 +33,12 @@
33 33  **** Once logged into Text Console, run the following commands, replacing the "username" and "password" with your desired credentials
34 34  ***** ##adduser -N:username -P:password##
35 35  ***** ##addusertogroup -N:username -G:Administrators##
36 -** 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*(%%))
36 +** 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/24 subnet, with a processor IP address of 10.0.0.10)
37 37  *** Disable DHCP: ##dhcp 0 off##
38 -*** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.10**(%%)##
39 -*** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
40 -*** Set default gateway: ##defr 0 **10.0.0.1**##
38 +*** Set IP address: ##ipa 0 10.0.0.10##
39 +*** Set IP subnet mask: ##ipm 0 255.255.255.0##
40 +*** Set default gateway: ##defr 0 10.0.0.1##
41 41  *** Set hostname: ##host AP3-CPP##
42 -*** Reboot the processor: ##reboot##
43 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 44  *** Configure your DHCP server software to assign IP addresses in the desired range
45 45  *** Once the processor is assigned an IP address, connect to it via Text Console at the assigned IP address
... ... @@ -52,17 +52,16 @@
52 52  ** The Control Subnet can be configured manually in the "Functions>Ethernet Addressing...>Control Subnet" menu of Toolbox
53 53  *** Set routing to "Manual" with the start address and subnet size
54 54  *** 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
55 -** The Control Subnet can also be configured using Text Console command: ##csrouterprefix **10.0.0.0/24**##
54 +** The Control Subnet can also be configured using Text Console command: ##csrouterprefix 10.0.0.0/24##
56 56  * If the job has multiple processors, then these steps must be repeated for all processors on the job
57 57  ** For jobs with Central Control, the IP addresses of the processors matters
58 58  ** 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
59 -** 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
58 +** See the[[ CoAP Setup Guide for details>>doc:SHOWRUNNER™ Integrations Guide.Integration Options.CoAP with Crestron S# Library and Modules.CoAP ShowRunner to ShowRunner Setup Instructions.WebHome]]
60 60  
61 61  === Program Load ===
62 62  
63 63  * Download the latest build of SHOWRUNNER™ [[https:~~/~~/files.chiefintegrations.com/s/WHNzXrrZbB5jC3E>>url:https://files.chiefintegrations.com/s/WHNzXrrZbB5jC3E]]
64 64  * 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.
65 -** 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
66 66  * Double click the PUF to open the Package Update Tool and install SHOWRUNNER™ (works best with Toolbox closed)
67 67  ** The Package Update Tool will automatically open your Address Book and prompt you to select a device
68 68  *** If you have not created an Address Book for this job, close the Address Book window and press the pencil icon
... ... @@ -76,8 +76,7 @@
76 76  ** Run the command ##sr ver##
77 77  ** If the console returns with the newly installed version of SHOWRUNNER™, then the installation was successful
78 78  ** If the console returns with "Bad or Incomplete Command (sr)" then the installation was not successful
79 -*** Rename the .puf file to be a .zip file and open the archive
80 -**** Some file archivers (such as 7-Zip) allow you to right click on the PUF file and open the archive without changing the filetype
77 +*** Right click on the PUF file and open the archive with your file archiver of choice (e.g. 7-Zip)
81 81  *** Extract the "CI.Lighting.ShowRunner.cpz" file
82 82  *** In Toolbox, connect to the processor via Text Console and click the lightning bolt icon and select "SIMPL Program..."
83 83  *** Under the "Send" section, browse your PC and select the extracted .cpz file