Changes for page TSW Touchpanel Setup
Last modified by Alexander Mott on 2025/03/14 16:19
From version 25.1
edited by Scott Kohlmann
on 2023/04/20 22:50
on 2023/04/20 22:50
Change comment:
There is no comment for this version
To version 28.1
edited by Alexander Mott
on 2024/02/09 00:50
on 2024/02/09 00:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. scott\.kohlmann@chiefintegrations\.com1 +XWiki.alexander\.mott@chiefintegrations\.com - Content
-
... ... @@ -6,8 +6,6 @@ 6 6 {{toc/}} 7 7 {{/box}} 8 8 9 -(% class="row" %) 10 -((( 11 11 TSWs touchscreens allow end users and technicians access to the ShowRunnerCLC™ XPanel UI for both initial startup and daily use. Once the TSW has been configured and the ShowRunnerCLC™ project has been loaded to it, it is possible to restrict what features can be accessed without entering a PIN code by navigating to Settings>Security Settings on the TSW. If the User Passcode is enabled, then a PIN will be required to access any of the touchscreen's UI. If the Setup Passcode is enabled, then the main Area Overview menu will be accessible, but anything in the Settings menu and beyond will require a PIN. 12 12 13 13 For TSWs, their IP address does not matter as long as it is in the same range as the processor and does not conflict with any other devices on the network. Instead, TSWs are identified to the processor via their IP-ID. Each ShowRunnerCLC™ job ships by default with two touchscreens in the configuration, at IP-IDs 10 and 11. If a job has more than two touchscreens, then additional touchscreens will be added to the configuration, typically starting at IP-ID 14. Refer to the IP Table sheet in the provided SRTakeoff.xlsx spreadsheet, or run the ##ipt -t ##command from the processor after the configuration is loaded if no spreadsheet was provided. ... ... @@ -14,8 +14,12 @@ 14 14 15 15 = IP Configuration = 16 16 17 -TSW sshould be configuredwith staticIPaddressesin the same range as the processor.This canbedone fromtheTSWitselfbyenteringintosetupmode:15 +Typically, each TSW touch panel will need to be initially configured using the TSW user interface at the panel, unless their MAC addresses are already known and the lighting network has a DHCP server. If the DHCP server on the network is temporary (e.g. DHCP server software running on your computer or a processor utilizing the [[ShowRunner™ DHCP Server>>url:https://wiki.chiefintegrations.com/SHOWRUNNER%E2%84%A2%20Setup%20Guide/Troubleshooting%20Guide/Advanced%20Tools/DHCP%20Server/]]), then static IP addresses must be configured. If the DHCP server is permanent (such as a CP4N or ZUM-HUB4 Control Subnet), then only the IP table needs to be configured for the devices. 18 18 17 +== DHCP Configuration == 18 + 19 +If the lighting network has a permanent DHCP server, then TSWs only require their IP table to be configured, though it is good practice to also record or update their hostname. If the MAC addresses for the TSWs are not known, then the best way to update their configuration is from the TSW itself by entering into setup mode: 20 + 19 19 * Put 5 fingers on the front of the TSW and hold for approximately 10 seconds until the TSW enters setup mode 20 20 ** TSW-xx70 series or TSW-xx60 series with authentication enabled will require admin credentials 21 21 ** If this is the first time entering setup on a TSW-xx70, it will prompt for a username and password in order to create an admin account. Do not lose or forget these credentials. ... ... @@ -22,6 +22,36 @@ 22 22 * Navigate to the IP Table Setup 23 23 * Press the "Add/Edit" button for the first IP table entry 24 24 ** Edit the CIP ID to be the required IP ID of the TSW (e.g. 10 or 11) 27 +** Edit the IP Address / Hostname to be the IP Address of the processor (e.g. 172.22.0.1) 28 +** Edit the Port to be 41794 if it is not already 29 +** Press the green Save button 30 +* If updating the hostname: 31 +** Return to the main settings menu by pressing the Back button on the top right 32 +** Navigate to the Ethernet Setup menu 33 +** Use the Set Hostname menu to change the TSW's hostname 34 +** Press Apply Changes and then press Reboot 35 +* If leaving the hostname at the default, then exit the IP Table Setup menu using the "Save & Exit" button 36 +* At this point, it is a good idea to [[update the device firmware>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Updating Firmware.WebHome]] 37 +* Repeat these steps for all TSWs on the job 38 + 39 +If operating on a network with a temporary DHCP server (either by running DHCP server software on your computer, or if the processor has a control subnet or is running the [[ShowRunnerCLC™ DHCP Server>>doc:SHOWRUNNER™ Setup Guide.Troubleshooting Guide.Advanced Tools.DHCP Server.WebHome]]) and you are able to identify TSWs by their MAC address, then it is possible to configure these settings via Ethernet using Text Console: 40 + 41 +* On jobs with multiple TSWs, they can be identified using Device Discovery and matching the MAC address of the TSW to the IP address assigned by the DHCP server 42 +* Once connected, open Text Console and run the following commands to configure the TSW's IP settings (example is for a TSW IP-ID of (% style="color:olive" %)**10**(%%), a target processor IP address of (% style="color:orange" %)**172.22.0.1**(%%), and a TSW hostname of (% style="color:purple" %)**TSW-L1**(%%)) 43 +** Update IP table: ##addm (% style="color:olive" %)**10**(%%) (% style="color:orange" %)**172.22.0.1**(%%)## 44 +** Set hostname: ##host (% style="color:purple" %)**TSW-L1**(%%)## 45 +** Reboot the TSW: ##reboot## 46 + 47 +== Static Configuration == 48 + 49 +If the network has no permanent DHCP server, then TSWs should be configured with static IP addresses in the same range as the processor. This can be done from the TSW itself by entering into setup mode: 50 + 51 +* Put 5 fingers on the front of the TSW and hold for approximately 10 seconds until the TSW enters setup mode 52 +** TSW-xx70 series or TSW-xx60 series with authentication enabled will require admin credentials 53 +** If this is the first time entering setup on a TSW-xx70, it will prompt for a username and password in order to create an admin account. Do not lose or forget these credentials. 54 +* Navigate to the IP Table Setup 55 +* Press the "Add/Edit" button for the first IP table entry 56 +** Edit the CIP ID to be the required IP ID of the TSW (e.g. 10 or 11) 25 25 ** Edit the IP Address / Hostname to be the IP Address of the processor (e.g. 10.0.0.10) 26 26 ** Edit the Port to be 41794 if it is not already 27 27 ** Press the green Save button ... ... @@ -31,16 +31,17 @@ 31 31 ** If desired, use the Set Hostname menu to change the TSW's hostname 32 32 ** Enter the "Set Static IP Address Settings" menu and set the IP settings per your network requirements 33 33 ** Press Apply Changes and then press Reboot 66 +* At this point, it is a good idea to [[update the device firmware>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Updating Firmware.WebHome]] 34 34 * Repeat these steps for all TSWs on the job 35 35 36 -If operating on a network with a DHCP server (either by running DHCP server software on your computer, or if the processor has a control subnet or is running the [[ShowRunnerCLC™ DHCP Server>>doc:SHOWRUNNER™ Setup Guide.Troubleshooting Guide.Advanced Tools.DHCP Server.WebHome]]), then it is possible to configure these settings via Ethernet using Text Console: 69 +If operating on a network with a temporary DHCP server (either by running DHCP server software on your computer, or if the processor has a control subnet or is running the [[ShowRunnerCLC™ DHCP Server>>doc:SHOWRUNNER™ Setup Guide.Troubleshooting Guide.Advanced Tools.DHCP Server.WebHome]]) and you are able to identify TSWs by their MAC address, then it is possible to configure these settings via Ethernet using Text Console: 37 37 38 38 * On jobs with multiple TSWs, they can be identified using Device Discovery and matching the MAC address of the TSW to the IP address assigned by the DHCP server 39 39 * Once connected, open Text Console and run the following commands to configure the TSW's IP settings (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a TSW IP address of (% style="color:blue" %)**10.0.0.19**(%%), a TSW IP-ID of (% style="color:olive" %)**10**(%%), a processor IP address of (% style="color:orange" %)**10.0.0.10**(%%), and a TSW hostname of (% style="color:purple" %)**TSW-L1**(%%)) 40 -** Disable DHCP: ##dhcp 0 off## 41 41 ** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.19**(%%)## 42 42 ** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)## 43 43 ** Set default gateway: ##defr 0 **10.0.0.1**## 76 +** Disable DHCP: ##dhcp 0 off## 44 44 ** Update IP table: ##addm (% style="color:olive" %)**10**(%%) (% style="color:orange" %)**10.0.0.10**(%%)## 45 45 ** Set hostname: ##host (% style="color:purple" %)**TSW-L1**(%%)## 46 46 ** Reboot the TSW: ##reboot## ... ... @@ -74,4 +74,3 @@ 74 74 Adding a comma-separated list of AreaIds to the ##"ExcludedAreas": []## attribute will exclude those areas from being visible in the Area Selection menu of the Area Overview screen, but will not exclude those areas from other settings menus (e.g. the Scheduler). Any newly created areas will be visible on the touchscreen. 75 75 76 76 Adding a comma-separated list of of AreaIds to the ##"AllowedAreas": []## attribute will exclude all areas not explicitly listed from the Area Selection menu of the Area Overview screen. Any newly created areas will not be visible on the touchscreen unless explicitly added to this list. 77 -)))