Changes for page TSW Touchpanel Setup

Last modified by Alexander Mott on 2025/03/14 16:19

From version 9.2
edited by Alexander Mott
on 2022/06/13 18:12
Change comment: There is no comment for this version
To version 12.1
edited by Alexander Mott
on 2022/06/13 20:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,7 +28,7 @@
28 28  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 [[SHOWRUNNER™ DHCP Server>>doc:SHOWRUNNER™ User Guide & Wiki.Troubleshooting.DHCP Server.WebHome]]), then it is possible to configure these settings via Ethernet using Text Console:
29 29  
30 30  * 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
31 -* 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 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**(%%))
31 +* 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**(%%))
32 32  ** Disable DHCP: ##dhcp 0 off##
33 33  ** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.19**(%%)##
34 34  ** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
... ... @@ -55,6 +55,13 @@
55 55  
56 56  If requested, Chief Integrations will restrict TSWs to only show certain areas. This feature is useful if there are some areas you don't want any touch screens to be able to control (e.g. an exterior area that is on a photocell), or if you want to restrict certain touchscreens to certain areas (e.g., only allow touchscreens to control areas on the same floor as the screen itself).
57 57  
58 -If Chief Integrations has not configured touchscreens this way, or if new areas have been created or deleted, then it may be necessary to edit the configuration file yourself to restrict the visible areas for a touchscreen. This is done by opening the configuration file in a text editor of your choice (Notepad++ or VS Code recommended) and then navigating to the "Touchpanels" section:
59 -
58 +If Chief Integrations has not configured touchscreens this way, or if new areas have been created or deleted, then it may be necessary to edit or update the configuration file yourself to restrict the visible areas for a touchscreen. This is done by opening the configuration file in a text editor of your choice (Notepad++ or VS Code recommended) and then navigating to the## "Touchpanels": {}## section:
60 60  [[image:1655143645596-473.png]]
60 +
61 +If startup has already been begun, be sure to pull the latest configuration from the processor rather than editing the configuration that was shipped in order to avoid losing any progress.
62 +
63 +The ##"Id":## attribute indicates the IP-ID of the touchscreen that will be modified.
64 +
65 +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.
66 +
67 +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.