Driver Behaviour
These fields are typically populated when the device detects specific driving events like harsh acceleration, braking, or cornering.
| Name | Field ID | Type | Size | Description |
| BEHAVE_ID | 100 | integer | 4 | The Id of the detected driver pattern (as listed in the driverBehavior component configuration). |
| BEHAVE_LONG | 101 | integer | 8 | Longitude in hundred thousandths of a degree. Positive means East. |
| BEHAVE_LAT | 102 | integer | 8 | Latitude in hundred thousandths of a degree. Positive means North. |
| BEHAVE_DAY_OF_YEAR | 103 | integer | 8 | Date when the event occurred. For example 25/10/2012 is transcribed as 121025. |
| BEHAVE_TIME_OF_DAY | 104 | integer | 8 | Time when the event occurred. For example 14h35 12s is transcribed as 143512. |
| BEHAVE_GPS_SPEED_BEGIN | 105 | integer | 8 | Speed over ground in milliknots at the beginning of the event. |
| BEHAVE_GPS_SPEED_PEAK | 106 | integer | 8 | Peak speed over ground in milliknots during the event. |
| BEHAVE_GPS_SPEED_END | 107 | integer | 8 | Speed over ground in milliknots at the end of the event. |
| BEHAVE_GPS_HEADING_BEGIN | 108 | integer | 8 | Course in thousandths of a degree at the beginning of the event. |
| BEHAVE_GPS_HEADING_PEAK | 109 | integer | 8 | Peak course in thousandths of a degree during the event. |
| BEHAVE_GPS_HEADING_END | 110 | integer | 8 | Course in thousandths of a degree at the end of the event. |
| BEHAVE_ACC_X_BEGIN | 111 | integer | 8 | Acceleration in mG (X-axis) at the beginning. |
| BEHAVE_ACC_X_PEAK | 112 | integer | 8 | Peak acceleration in mG (X-axis). |
| BEHAVE_ACC_X_END | 113 | integer | 8 | Acceleration in mG (X-axis) at the end. |
| BEHAVE_ACC_Y_BEGIN | 114 | integer | 8 | Acceleration in mG (Y-axis) at the beginning. |
| BEHAVE_ACC_Y_PEAK | 115 | integer | 8 | Peak acceleration in mG (Y-axis). |
| BEHAVE_ACC_Y_END | 116 | integer | 8 | Acceleration in mG (Y-axis) at the end. |
| BEHAVE_ACC_Z_BEGIN | 117 | integer | 8 | Acceleration in mG (Z-axis) at the beginning. |
| BEHAVE_ACC_Z_PEAK | 118 | integer | 8 | Peak acceleration in mG (Z-axis). |
| BEHAVE_ACC_Z_END | 119 | integer | 8 | Acceleration in mG (Z-axis) at the end. |
| BEHAVE_ELAPSED | 120 | integer | 8 | Duration of the event in ms. |
| BEHAVE_UNIQUE_ID | 121 | integer | 4 | Cyclic counter for easy debug of events. |
| MDI_BEHAVIOR_COUNTER_DECELERATION | 1293 | integer | 4 | Number of occurrences of deceleration behavior during one journey. |
| MDI_BEHAVIOR_COUNTER_ACCELERATION | 1294 | integer | 4 | Number of occurrences of acceleration behavior during one journey. |
| MDI_BEHAVIOR_COUNTER_TURN_LEFT | 1295 | integer | 4 | Number of occurrences of turning left behavior during one journey. |
| MDI_BEHAVIOR_COUNTER_TURN_RIGHT | 1296 | integer | 4 | Number of occurrences of turning right behavior during one journey. |
| MDI_BEHAVE_TOTAL_COUNT_DECELERATION | 1361 | integer | 4 | Number of occurrences of deceleration behavior during all journeys. |
| MDI_BEHAVE_TOTAL_COUNT_ACCELERATION | 1362 | integer | 4 | Number of occurrences of acceleration behavior during all journeys. |
| MDI_BEHAVE_TOTAL_COUNT_TURN_LEFT | 1363 | integer | 4 | Number of occurrences of turn left behavior during all journeys. |
| MDI_BEHAVE_TOTAL_COUNT_TURN_RIGHT | 1364 | integer | 4 | Number of occurrences of turn right behavior during all journeys. |