汽车故障码DTC(P C B U)格式解析

Diagnostic Trouble Code:
DTC:
numerical common identifier for a fault condition identified by the on-board diagnostic system
-
诊断故障码,简称DTC,由车载诊断系统识别的故障状态的数字通用标识符,也就是故障码的ID。
格式如下:
DTCMaskRecord [DTCHighByte, DTCMiddleByte, DTCLowByte] -
DTCMaskRecord is a 3-byte value containing DTCHighByte, DTCMiddleByte and DTCLowByte


(来自ISO-14229的截图-3)

- 3.1.由第二、三张图可得-故障所属系统,有如下的四种情况:
- 3.2.再者就是上面第二张图中的 B0xxx - B3xxx,其中0-3代表的则是故障类型
- 根据以上可以得出格式说明中的 0x9234-11 :1001 0010 0011 0100 0001 0001 = 0xB1234-11
DTC Middle Byte和DTC Low Byte感兴趣的同学可以去ISO15031 - 6了解下,但是不看也行,一般主机厂也会给有说明的。
- 在换算两个吧,巩固下:
- U007388 1100 0000 0111 0011 1000 1000 = 0xC07388
- P120017 0001 0010 0000 0000 0001 0111 = 0x120017