Changes for page TSW Touchpanel Setup

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

From version 6.1
edited by Alexander Mott
on 2022/06/13 16:11
Change comment: There is no comment for this version
To version 4.1
edited by Alexander Mott
on 2022/06/13 15:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,11 +6,7 @@
6 6  
7 7  === IP Configuration ===
8 8  
9 -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:
10 -
11 -* Put 5 fingers on the front of the TSW and hold for approximately 10 seconds until the TSW enters setup mode
12 -** TSW-xx70 series or TSW-xx60 series with authentication enabled will require admin credentials
13 -** If this is the first time entering setup, it will prompt for a username and password in order to create an admin account. Do not lose or forget these credentials.
9 +*
14 14  * 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)
15 15  * Connect the PUF (CI_ShowRunner_v3.xx) to the TSW to load the UI
16 16  ** Only add CI_ShowRunner-UI_v3.xx if using touch panel other than TSW-770.  
... ... @@ -19,14 +19,14 @@
19 19  
20 20  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:
21 21  
22 -* 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
23 -* 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**(%%))
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**(% 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**(%%), and a processor IP address of (% style="color:orange" %)**10.0.0.10**(%%))
24 24  ** Disable DHCP: ##dhcp 0 off##
25 25  ** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.19**(%%)##
26 26  ** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
27 27  ** Set default gateway: ##defr 0 **10.0.0.1**##
28 28  ** Update IP table: ##addm (% style="color:olive" %)**10**(%%) (% style="color:orange" %)**10.0.0.10**(%%)##
29 -** Set hostname: ##host (% style="color:purple" %)**TSW-L1**(%%)##
25 +** Set hostname: ##host **TSW-L1**##
30 30  ** Reboot the TSW: ##reboot##
31 31  
32 32  === Load the SHOWRUNNER™ Project ===