Skip to main content

XAGF — GNSS Anti-Drift Filter

Configures the anti-drift filter that prevents false position movement when the vehicle is stationary or moving slowly.

Format

  • Query: >QXAGF<
  • Set (enable/configure): >SXAGF1,{HDOP_LIMIT},{SPEED_THRESHOLD},{MOTION}<
  • Delete/disable: >SXAGFU<
  • Response (enabled): >RXAGF1,{HDOP_LIMIT},{SPEED_THRESHOLD},{MOTION}<
  • Response (disabled): >RXAGFU<
FieldDescription
HDOP_LIMITMaximum HDOP to apply the filter, encoded as HDOP x100
SPEED_THRESHOLDSpeed threshold encoded as mph x10
MOTION1 = apply only when stationary, 0 = always

Example

>SXAGF1,200,50,1<
>QXAGF<
>RXAGF1,200,50,1<
>SXAGFU<
>QXAGF<
>RXAGFU<

Notes

  • Helps reduce GNSS drift when parked.
  • Often paired with motion detection via XAICMT.

Defaults and Limits

  • U disables and restores defaults.
  • Default: HDOP_LIMIT = 2.0, SPEED_THRESHOLD = 5 mph, MOTION = true.
  • HDOP_LIMIT is encoded as HDOP x100 and SPEED_THRESHOLD as mph.