🌐 Journey Manager Fields
🌐

Journey Manager Fields

Fields for tracking trips, engine state, and journey statistics.

NameField IDTypeSizeDescription
MDI_JOURNEY_ID214integer4

Number incremented every time a journey starts (MDI_JOURNEY_STATE is set to 1).

MDI_IDLE_STATE233boolean1

True if car is idling, false otherwise.

MDI_VEHICLE_STATE234string3

Vehicle state : Journey On (0), Journey Off (1), Idling (2), Tow away (3). Pattern: "from:to".

MDI_JOURNEY_TIME240integer4

Journey driving and idling time in seconds.

MDI_IDLE_JOURNEY241integer4

Journey idling time in seconds.

MDI_DRIVING_JOURNEY242integer4

Journey driving time in seconds.

MDI_TOW_AWAY245boolean1

Tow away detected.

MDI_ODO_JOURNEY246integer4

Total distance driving in the latest journey in kilometers. Computed from Dashboard, OBD Speed, or GPS.

MDI_OVERSPEED247boolean1

Overspeed state.

MDI_MAX_SPEED_JOURNEY248integer4

Maximum speed during the journey in km/h.

MDI_JOURNEY_STATE249boolean1

Journey status (Start/End).

MDI_RECORD_REASON250string50

Reason for the record generation.

MDI_TOTAL_ODO_JOURNEY_METERS1355integer4

Accumulated MDI_ODO_JOURNEY_METERS through journeys.

MDI_TOTAL_ODO_JOURNEY1356integer4

Accumulated MDI_ODO_JOURNEY through journeys.

MDI_TOTAL_JOURNEY_TIME1357integer4

Accumulated MDI_JOURNEY_TIME through journeys.

MDI_TOTAL_IDLE_JOURNEY1358integer4

Accumulated MDI_IDLE_JOURNEY through journeys.

MDI_TOTAL_DRIVING_JOURNEY1359integer4

Accumulated MDI_DRIVING_JOURNEY through journeys.

MDI_RECORD_DELAYED1760boolean1

False if track is recorded using real time mode, true otherwise.