pwr woe m t1 t2 t3 f

Configures what event will wake up the CTM-200 gateway (see list of wake up events below) and how long the gateway will stay awake after the event.
This is used to have the gateway in minimum power mode (< 2 mA) until it is required to communicate over the wireless network.

If it is required to have the gateway start its shutdown mode immediately (without waiting for timer t1 to expire), than use the pwr mode command to put the gateway into shutdown with immediate effect.

This command can also be used to configure scheduled power cycles without having to put the gateway into shutdown.

m = 0disables the power wake on event operation (default)
m = 1enables the power wake on event operation
t1 = 0disables the ON timer while ignition is OFF (stay on forever – pwr sdwn can be enabled to shutdown the gateway) (default)
t1 = 1 to 65535the ON time while ignition is OFF in minutes (the gateway will remain on for this time after ignition OFF is detected)
t2 = 0disables the ON timer while ignition is ON or disabled (stay on forever) (default)
t2 = 1 to 65535the ON time while ignition is ON in minutes (the gateway will remain on for this time while ignition is detected ON or is disabled)
t3 = 0disables the OFF timer - stay in shutdown mode forever or until an input alarm event (or standby signal if enabled in pwr sdwn) occurs
t3 = 1 to 1092the OFF time in minutes - the time that the gateway will stay in shutdown if an input alarm event (or standby signal if enabled in pwr sdwn) does not occur (default 10)
t3 = cpower cycle the gateway instead of going into minimum power mode
f = 0disables the input event trigger (default)
f > 0Bit mapped wake up events in hex as described (see 'Value' column below)

Wake Up Events
The following table lists all wake up events and corresponding configuration commands:

bitValueDescriptionConfiguration Command
100000002Wake on ignitionpwr sdwn
200000004Wake on input 1insetup
300000008Wake on input 2insetup
400000010Wake on input 3insetup
500000020Wake on input 4insetup
600000040Wake on input 5insetup
700000080Wake on input 6insetup
800000100Wake on VCCpwr vcct
900000200Wake on temperaturepwr temp
1000000400Wake on accelerometerpwr accelt
1100000800Wake on GPSpwr geofence
1200001000Wake on timerpwr woe
1300002000Wake on RTCpwr rtc
1400004000Wake on GPS Speedpwr speedth
1500008000Wake on Man Down Pendantwpan stm 1
1600010000Wake on input 7insetup
1700020000Wake on input 8insetup

Notes:


Examples:

  1. Configure the CTM-200 gateway to power cycle every 12 hours :
    cmd pwr woe 1 0 720 c 0

  1. Stay ON while ignition is ON and cycle 10 min ON, 50 min OFF while ignition is OFF :
    cmd pwr woe 1 10 0 50 2
    cmd pwr sdwn 1 10
  1. Wake up every day at 9 AM and stay ON for 30 min, with the first wake up starting on February 01, 2011 9:00 AM :
    cmd pwr woe 1 30 0 0 2000
    cmd pwr rtc 1296579600 86400
  1. Wake up on the second minute of every hour and stay ON for 5 minutes, then go back into low power mode :
    cmd pwr woe 1 5 0 0 2000
    cmd pwr rtc 120 3600
  1. Wake up if moved more than 500 m away from the specified location or every 6 hours while ignition is OFF. Stay on for 10 min. Stay ON while ignition is ON :
    cmd pwr woe 1 10 0 360 802
    cmd pwr geofence 49.256548 -122.996718 500 0
  1. Power cycle every 12 hours while ignition is ON. Stay OFF while ignition is OFF :
    cmd pwr woe 1 0 720 c 0
  1. Power up when a PANIC/MPANIC/FPANIC message is received from Man Down Pendants :
    cmd pwr woe 1 0 0 0 8000

See also: Power Management


Firmware revision 2.0.1.2138

Last modified 6 years ago Last modified on 13-12-04 10:35:32 AM