Skip to Content

MVT Command — Movement Thresholds

Movement and vibration detection with 12 configurable thresholds per axis.


What is it for?

Use caseDescription
🔒 Anti-theft systemDetect when the vehicle is moved without authorization
📳 Vibration detectionIdentify tampering or towing attempts
🚛 Cargo monitoringAlert sudden movements in freight transport
⚠️ Directional alarmsDifferentiate movement by axis (forward, lateral, vertical)

Description

Configures movement detection thresholds based on accelerometer readings. Allows defining 12 independent thresholds for the 3 axes (X, Y, Z) in their positive and negative directions. Generates MVXP, MVXN, MVYP, MVYN, MVZP, MVZN signals as triggers.


Features

  • 12 configurable thresholds
  • X, Y, Z axes (positive/negative each)
  • Differential detection of movement
  • Independent signals per axis and direction
  • Ideal for anti-theft and movement detection

Commands

Configure deltas

SMVTaabbbbccccdddd

Parameters:

  • aa: Instance index (00-03, there are 4 instances)
  • bbbb: X-axis delta, 4 digits
  • cccc: Y-axis delta, 4 digits
  • dddd: Z-axis delta, 4 digits

The command always carries 14 digits after SMVT. If any is missing, the device answers CMDERR.

// Instance 00, delta 0150 on all three axes >SMVT00015001500150<

Query deltas

QMVTaa
>QMVT00<

The values are deltas: the change between one accelerometer reading and the previous one, not the absolute acceleration. They use the same scale as the calibrated values returned by QAC.


MVT Signals

Available edges

SignalActivationDescription
MVXP+X-axis positive exceeded thresholdForward longitudinal acceleration
MVXP-X-axis positive below thresholdReturned to rest
MVXN+X-axis negative exceeded thresholdBackward longitudinal acceleration
MVXN-X-axis negative below thresholdReturned to rest
MVYP+Y-axis positive exceeded thresholdLeft lateral acceleration
MVYP-Y-axis positive below thresholdReturned to rest
MVYN+Y-axis negative exceeded thresholdRight lateral acceleration
MVYN-Y-axis negative below thresholdReturned to rest
MVZP+Z-axis positive exceeded thresholdUpward vertical acceleration
MVZP-Z-axis positive below thresholdReturned to rest
MVZN+Z-axis negative exceeded thresholdDownward vertical acceleration
MVZN-Z-axis negative below thresholdReturned to rest

All edges have positive (+) and negative (-) versions for detecting start and end of movement.

Compatibility

💾Firmware v1.08.00
SPLegacy
ULLegacy
💾Firmware v1.00.00
SP-IOT
SM-IOT

See Also

Last updated