nikolai Posted December 16, 2016 Report Share Posted December 16, 2016 We use static IP on our WO computers. Now we have a watchpax and I'm wondering how IPs are supposed to be managed? Can I give it a static IP? I guess it will self assign an ip, but in what range? 0 Quote Link to comment Share on other sites More sharing options...
Jonas Dannert Posted December 16, 2016 Report Share Posted December 16, 2016 (edited) Please look in the pinned post above: http://forum.dataton.com/topic/1127-watchpax-autostarttxt-script/ Also mentioned in the WATCHPAX Product sheet/Manual at page 3/4: https://www.dataton.com/assets/Products/Watchpax/WATCHPAX_2_art_no_3362.pdf From the autostart.txt file in WATCHPAX: ; These are some examples on how to set a fixed IP number on the WATCHOUT computer. ; You only need to run this script once. After that the WATCHOUT computer remember the ; last set fixed IP number. The fixed IP numbers is shown in the start-up screen under ; the WATCHOUT 5 logo. The IP number inside the parentheses is the DHCP/link-local IP number. ; Remember that you always need to authenticate to level 2 before you try to set the IP number. ; ; Example: Set the fixed IP number to 192.168.0.100 ; ; authenticate 2 ; setIP 192.168.0.100 ; ; Example: Set the fixed IP number to 2.0.0.10 with the network mask 255.0.0.0 ; : authenticate 2 ; setIP 2.0.0.10 255.0.0.0 ; ; Example: Remove the fixed IP number and restore the WATCHOUT computer to use the DHCP/link-local IP number. ; ; authenticate 2 ; setIP /jonas Edited December 17, 2016 by Jonas Dannert 0 Quote Link to comment Share on other sites More sharing options...
Thomas Leong Posted December 16, 2016 Report Share Posted December 16, 2016 Please refer to http://forum.dataton.com/topic/1127-watchpax-autostarttxt-script/ The autostart.txt file already exists in Watchpax. Access is from the Production PC > select Watchpax Display 1 or 2 in Stage Window > Ctrl+Shift+A to remote access into Watchpax to edit the file (removing the ; in a line effectively enables the line). OR va menu: Stage > Manage Display Computer > Remote Access (note: Stage Display must be highlighted/selected for Remote Access availability) 0 Quote Link to comment Share on other sites More sharing options...
Mike Fahl Posted December 16, 2016 Report Share Posted December 16, 2016 Fixed IP can be set using a startup script. Use the Remote Access function on the Stage menu to connect to the WATCHPAX. Choose "Edit Startup Scrtipt" on the File menu of he display computer. The script file contains an example of how to set fixed IP (look for the "setIP" command). Just un-comment that example and enter the desired numbers, Mike 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.