Reboot Zigbee Gateway NXR-ZGW from code
wilw410
Posts: 14
in AMX Hardware
I have noticed occasional lock ups of Zigbee gateways that cause R4's to have connection issues on some of our systems. I want to proactively reboot the gateways on a daily or weekly basis.
Is there a way to easily reboot the gateways from Netlinx code? Also, we mostly use PoE to power them so running the power supply through a relay won't work.
Is there a way to easily reboot the gateways from Netlinx code? Also, we mostly use PoE to power them so running the power supply through a relay won't work.
0
Comments
I was able to telnet from the master to the gateway and send "reboot" to accomplish the task, but if there is a SEND_COMMAND it would save me some code.
Thanks
It's not a SEND_COMMAND, it's the REBOOT() function, as Eric pointed out.