Journey Manager Fields
Fields for tracking trips, engine state, and journey statistics.
| Name | Field ID | Type | Size | Description |
| MDI_JOURNEY_ID | 214 | integer | 4 | Number incremented every time a journey starts (MDI_JOURNEY_STATE is set to 1). |
| MDI_IDLE_STATE | 233 | boolean | 1 | True if car is idling, false otherwise. |
| MDI_VEHICLE_STATE | 234 | string | 3 | Vehicle state : Journey On (0), Journey Off (1), Idling (2), Tow away (3). Pattern: "from:to". |
| MDI_JOURNEY_TIME | 240 | integer | 4 | Journey driving and idling time in seconds. |
| MDI_IDLE_JOURNEY | 241 | integer | 4 | Journey idling time in seconds. |
| MDI_DRIVING_JOURNEY | 242 | integer | 4 | Journey driving time in seconds. |
| MDI_TOW_AWAY | 245 | boolean | 1 | Tow away detected. |
| MDI_ODO_JOURNEY | 246 | integer | 4 | Total distance driving in the latest journey in kilometers. Computed from Dashboard, OBD Speed, or GPS. |
| MDI_OVERSPEED | 247 | boolean | 1 | Overspeed state. |
| MDI_MAX_SPEED_JOURNEY | 248 | integer | 4 | Maximum speed during the journey in km/h. |
| MDI_JOURNEY_STATE | 249 | boolean | 1 | Journey status (Start/End). |
| MDI_RECORD_REASON | 250 | string | 50 | Reason for the record generation. |
| MDI_TOTAL_ODO_JOURNEY_METERS | 1355 | integer | 4 | Accumulated MDI_ODO_JOURNEY_METERS through journeys. |
| MDI_TOTAL_ODO_JOURNEY | 1356 | integer | 4 | Accumulated MDI_ODO_JOURNEY through journeys. |
| MDI_TOTAL_JOURNEY_TIME | 1357 | integer | 4 | Accumulated MDI_JOURNEY_TIME through journeys. |
| MDI_TOTAL_IDLE_JOURNEY | 1358 | integer | 4 | Accumulated MDI_IDLE_JOURNEY through journeys. |
| MDI_TOTAL_DRIVING_JOURNEY | 1359 | integer | 4 | Accumulated MDI_DRIVING_JOURNEY through journeys. |
| MDI_RECORD_DELAYED | 1760 | boolean | 1 | False if track is recorded using real time mode, true otherwise. |