I have a stream gauging station currently using a Raven XT cell modem to download the data to our office. The problem is that when Verizon does work on their tower the modem has to be reset so the new IP address can be obtained. This is a problem, since the field site is 3 hours away.
I am going to wire the power for the modem to the SW12 port on the CR1000 and am looking for the best instruction to cycle power. I was thinking something like this:
SlowSequence
If TimeIntoInterval(0,50,3)
SW12 (0)
SW12 (1)
EndIf
This will turn the modem off then on every 50 minutes.
I'd like to give the modem 5-10 seconds between power off and power on though. Any ideas?


