Skip to main content

Periodic Time/Distance Reporting

Configure automatic position reports at regular intervals using the TD command.

Simple Periodic Report (Time Only)

Send a report every 5 minutes:

# TD0: min 300s, max 0 minutes, no distance trigger
>STD00300000000000000<

# Fire event when TD0 activates
>SED20NA0;TD0+<

Time + Distance Report

Report every 2 minutes and 500 meters, whichever comes first:

# Configure TD0 with 2-minute and 500-meter trigger or 5 minutes
>STD00120000000050300<

# Report when TD0 condition is met
>SED20NA0;TD0+<

Ignition-Aware Reporting

# TD0: frequent while moving (60s and 200m or 5 minutes)
>STD00060000000020300<

# TD1: infrequent while parked (10 minutes)
>STD10600000000000000<

# Events combined with ignition state
# Report while ignition is active
>SED20NA0;TD0F00&+<

# Report while vehicle is parked
>SED21NB0;TD1F00!&+<

Including Extended Data

# Configure group A tags: altitude, satellites, precision
>SXAEFA;AL;SV;DOP<

# Configure group B tags: counters and odometer
>SXAEFB;CE;CS;VO<

Download Configuration Script

Download this scenario script: periodic-report.tmf