How to write a correct IP address for WATCHOUT

Problem: I see the wrong IP adress in my network window in WATCHMAKER/ WATCHOUT production interface?

Solution: When writing IP addresses for WATCHOUT, in e.g. an auto start script, never write any insignificant "0" (zero) aka leading "0" (zero).
For example, if you have a start up script and write:
authenticate 2
setIP 192.168.106.071 255.255.255.0
This, the 071, will confuse WATCHOUT and you may see a totally different IP address in your network window.
The correct text should be:
authenticate 2
setIP 192.168.106.71 255.255.255.0

 

Updated: August 24, 2020