accel cond r a [d] [l] [mt]

Set acceleration trigger condition.

r = 1 to 8Acceleration trigger condition
a = 0Longitudinal acceleration disabled (Default)
a > 0Longitudinal acceleration threshold in km/h/s (Must be positive)
d = 0Longitudinal deceleration (braking) disabled (Default)
d < 0Longitudinal deceleration threshold in km/h/s (Must be negative)
l = 0Lateral acceleration disabled (Default)
l > 0Lateral acceleration threshold in km/h/s (Must be positive)
mt = 0 to 65535Minimum time between reports in seconds (Default 0)

Notes:


Examples:

  1. Trigger on hard acceleration only when longitudinal acceleration exceeds 15 km/h/s :
    cmd accel cond 1 15 0 0
  1. Trigger on hard braking only when longitudinal deceleration exceeds -20 km/h/s :
    cmd accel cond 1 0 -20 0
  1. Trigger on hard acceleration when longitudinal acceleration exceeds 15 km/h/s OR braking when longitudinal deceleration exceeds -20 km/h/s :
    cmd accel cond 1 15 -20 0
  1. Trigger on hard turning only when lateral acceleration exceeds 35 km/h/s :
    cmd accel cond 1 0 0 35
  1. Set a minimum timeout of 30s between reports :
    cmd accel cond 1 0 0 35 30

See also: Acceleration


Firmware revision 2.0.3.2255-80

Last modified 5 years ago Last modified on 14-12-11 04:27:49 PM