CRBasic Example 1: Turn RV50(X) ON and OFF under data logger control
If TimeIsBetween(9,17,24,Hr) AND TimeIsBetween(0,15,60,Min) Then
ModuleState=True
PPPOpen
SW12(1)
Else
ModuleState=False
PPPClose
SW12(0)
EndIf
'Always turn OFF RV50(X) if battery drops below 11.5 volts
If BattV<11.5 Then
'Set RV50(X) power to the state of 'ModuleState' variable
SW12(0)
EndIf
'Call Data Tables and Store Data
CallTable Daily
NextScan
EndProg
RV50(X) Sierra Wireless AirLink® 4G LTE Cellular Modem 44