🚔 Driver Behaviour
🚔

Driver Behaviour

These fields are typically populated when the device detects specific driving events like harsh acceleration, braking, or cornering.

NameField IDTypeSizeDescription
BEHAVE_ID100integer4

The Id of the detected driver pattern (as listed in the driverBehavior component configuration).

BEHAVE_LONG101integer8

Longitude in hundred thousandths of a degree. Positive means East.

BEHAVE_LAT102integer8

Latitude in hundred thousandths of a degree. Positive means North.

BEHAVE_DAY_OF_YEAR103integer8

Date when the event occurred. For example 25/10/2012 is transcribed as 121025.

BEHAVE_TIME_OF_DAY104integer8

Time when the event occurred. For example 14h35 12s is transcribed as 143512.

BEHAVE_GPS_SPEED_BEGIN105integer8

Speed over ground in milliknots at the beginning of the event.

BEHAVE_GPS_SPEED_PEAK106integer8

Peak speed over ground in milliknots during the event.

BEHAVE_GPS_SPEED_END107integer8

Speed over ground in milliknots at the end of the event.

BEHAVE_GPS_HEADING_BEGIN108integer8

Course in thousandths of a degree at the beginning of the event.

BEHAVE_GPS_HEADING_PEAK109integer8

Peak course in thousandths of a degree during the event.

BEHAVE_GPS_HEADING_END110integer8

Course in thousandths of a degree at the end of the event.

BEHAVE_ACC_X_BEGIN111integer8

Acceleration in mG (X-axis) at the beginning.

BEHAVE_ACC_X_PEAK112integer8

Peak acceleration in mG (X-axis).

BEHAVE_ACC_X_END113integer8

Acceleration in mG (X-axis) at the end.

BEHAVE_ACC_Y_BEGIN114integer8

Acceleration in mG (Y-axis) at the beginning.

BEHAVE_ACC_Y_PEAK115integer8

Peak acceleration in mG (Y-axis).

BEHAVE_ACC_Y_END116integer8

Acceleration in mG (Y-axis) at the end.

BEHAVE_ACC_Z_BEGIN117integer8

Acceleration in mG (Z-axis) at the beginning.

BEHAVE_ACC_Z_PEAK118integer8

Peak acceleration in mG (Z-axis).

BEHAVE_ACC_Z_END119integer8

Acceleration in mG (Z-axis) at the end.

BEHAVE_ELAPSED120integer8

Duration of the event in ms.

BEHAVE_UNIQUE_ID121integer4

Cyclic counter for easy debug of events.

MDI_BEHAVIOR_COUNTER_DECELERATION1293integer4

Number of occurrences of deceleration behavior during one journey.

MDI_BEHAVIOR_COUNTER_ACCELERATION1294integer4

Number of occurrences of acceleration behavior during one journey.

MDI_BEHAVIOR_COUNTER_TURN_LEFT1295integer4

Number of occurrences of turning left behavior during one journey.

MDI_BEHAVIOR_COUNTER_TURN_RIGHT1296integer4

Number of occurrences of turning right behavior during one journey.

MDI_BEHAVE_TOTAL_COUNT_DECELERATION1361integer4

Number of occurrences of deceleration behavior during all journeys.

MDI_BEHAVE_TOTAL_COUNT_ACCELERATION1362integer4

Number of occurrences of acceleration behavior during all journeys.

MDI_BEHAVE_TOTAL_COUNT_TURN_LEFT1363integer4

Number of occurrences of turn left behavior during all journeys.

MDI_BEHAVE_TOTAL_COUNT_TURN_RIGHT1364integer4

Number of occurrences of turn right behavior during all journeys.