Wiki source code of TSW Touchpanel Setup
Version 3.1 by Alexander Mott on 2022/06/13 15:14
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | === TSW Touchscreens with SHOWRUNNER™ === | ||
2 | |||
3 | TSWs touchscreens allow end users and technicians access to the SHOWRUNNER™ XPanel UI for both initial startup and daily use. Once the TSW has been configured and the SHOWRUNNER™ 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. | ||
4 | |||
5 | 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 SHOWRUNNER™ 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 for details. | ||
6 | |||
7 | === IP Configuration === | ||
8 | |||
9 | * | ||
10 | * 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) | ||
11 | * Connect the PUF (CI_ShowRunner_v3.xx) to the TSW to load the UI | ||
12 | ** Only add CI_ShowRunner-UI_v3.xx if using touch panel other than TSW-770. | ||
13 | * 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]) | ||
14 | ** 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. | ||
15 | |||
16 | 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: | ||
17 | |||
18 | * | ||
19 | * 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 TSW IP address of 10.0.0.19, a TSW IP-ID of 10, and a processor IP address of 10.0.0.10) | ||
20 | ** Disable DHCP: dhcp 0 off | ||
21 | ** Set IP address: ipa 0 10.0.0.10 | ||
22 | ** Set IP subnet mask: ipm 0 255.255.255.0 | ||
23 | ** Set default gateway: defr 0 10.0.0.1 | ||
24 | ** Set hostname: host AP3-CPP | ||
25 | ** Reboot the processor: reboot | ||
26 | |||
27 | === Load the SHOWRUNNER™ Project === | ||
28 | |||
29 | asdfsdf | ||
30 | |||
31 | === Restricting Visible Areas === | ||
32 | |||
33 | asdf |