The DTC (OBD II) codes database has been updated:
- Added new 458.
- Edited existing 20.
Added support for DTC codes according to the J1939 standard.
Short summary.
• SPN (Suspect Parameter Number) 1675: Identifier of the parameter that caused the error, "Engine Starter Mode".
• FMI (Failure Mode Identifier) 7: Code describing the type of failure. FMI 7 means “Not Responding Properly”.
• OC (Occurrence Count): Counter indicating the number of times this error has been registered.
• CM: This parameter can mean different things depending on the context, for example, it can indicate the presence or absence of confirmatory data about the failure. In some cases, cm can mean “Conversion Method” and can indicate the type of interpretation of the sensor data, but for the exact interpretation, it is also necessary to look at the specifications of the specific vehicle.
DTC format: a json array of objects with error parameters:
[
{"cm":0,"fmi":7,"oc":1,"spn":1675,"standard":"J1939"},
{"cm":1,"fmi":12,"oc":1,"spn":65612,"standard":"J1939"}
]
DTC are registered in the view parameters:
can.dtc.1675.7.description : "Engine Starter Mode (Not Responding Properly), occur: 1"
can.dtc. 65612.12.description : "Unknown" // If the parameter description was not found