STATIC IP SETTINGS

  • Take out the micro SD card from Zio

  • Connect and open the micro SD folder on your computer

  • Create file payload_setup.txt in the micro SD card top folder

File name: payload_setup.txt File Content:

/*PAYLOAD CONFIGURATION*/ 

# IP address of Payload
ZIO_ADDR = 192.168.12.200
NETMASK = 255.255.255.0
GATEWAY = 192.168.12.1

On the above example Zio IP: 192.168.12.200

  • Insert the SD card containing the file payload_setup.txt into Zio

  • Reboot the Zio.

  • Zio will set up according to the information in the file automatically.

NOTE: when Zio starts up without detecting the file payload_setup.txt in the memory card, Zio will automatically reset to the default IP (192.168.12.240)

Last updated