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 10.1
edited by Alexander Mott
on 2022/06/13 20:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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.