Skip to main content

Power Saving Mode (PSM)

PSM allows the Antares 4G to enter a deep-sleep state to conserve battery and consume low power (1.7mA).

PSM Lifecycle

Active → [Sleep timer expires] → PSM STANDBY (G15)
PSM STANDBY → [All conditions met] → SLEEP
SLEEP → [Wake event or timer] → Active

Wake Conditions

ConditionXAPS FieldSignal
External power restoredEXTPWR=1F13 rising
Digital input changeINPUTS=1IP1
Motion detectedMOTION=1F12
Wake timerWAKE_TIMETimer

Signals

SignalDescription
G15SIGNAL_PSM_SCHEDULED — PSM about to start
G16SIGNAL_PSM_CANCELLED — PSM canceled (e.g., ignition turned on)
F11SIGNAL_PSM_SESSION_ENDED — device woke from PSM
F13External power present

Configuration

Use XAPS:

>SXAPSA10100600300<
PositionValueMeaning
EXTPWR1Wake on power restore
INPUTS0Do not wake on inputs
MOTION1Wake on motion
SLEEP_TIME0060Sleep after 60s of inactivity
WAKE_TIME0300Wake every 300s to check in

Example: PSM with Check-In

# Configure PSM
>SXAPSA11100600300<

# Send report when waking from PSM
>SED50NA0;F11+<

# Notify server before entering PSM
>SED51NA0;G15+<