MT 3060 User Guide 17
Low Fuel Alert
The low fuel alert triggers when the vehicle’s fuel level falls below a defined threshold in percent (for
example, 12%) for a defined period of time in seconds (e.g., 60 seconds).
Example:
The following AT Command example sets the low fuel alert threshold to 12% for 1 minute (60 seconds)
with a clearance time of 30 seconds. If the fuel level remains below this threshold for 60 seconds, it
triggers the input event. Restoring the fuel level above this threshold for 30 seconds will clear this event.
AT$OBDLFL=12,60,30
Driver behavior Acceleration
Rapid acceleration events can be triggered when one of four available thresholds are exceeded as
determined by the accelerometer in milli-Gs (e.g., 0.75) for a defined period of time in seconds (e.g., 30
seconds). The event clears if the acceleration falls below the threshold for a defined period of time. The
command may also be configured to clear the event if it persists beyond a maximum duration.
Example:
The following AT Command example sets the rapid acceleration threshold #1 to .2G. If this threshold is
exceeded for 1 second, then an input event is triggered. Keeping the acceleration of the vehicle below
this threshold for 30 seconds clears this event. There is no maximum duration set in this example.
AT$DVBACL=1,200,1,30,0
Driver Behavior Deceleration (Harsh Braking)
Rapid deceleration events can be triggered when one of four available deceleration thresholds are
exceeded as determined by the accelerometer in milli-Gs (e.g., 1.0) for a defined period of time in
seconds (30 seconds). The command may also be configured to clear the event if it persists beyond a
maximum duration.
Example:
The following AT Command example sets the rapid deceleration threshold #1 to .5Gs. If this threshold is
exceeded for 1 second, then an input event is triggered. Keeping the deceleration below this threshold
for 30 seconds clears this event. The event also clears if the threshold is exceeded for a duration of 10
seconds.
AT$DVBDCL=1,500,1,30,10