OBD II PIDs

Alex
0





OBD II PIDs
The table below shows the standard OBD-II PIDs as defined by SAE J1979. The expected response for each PID is given, along with information on how to translate the response into meaningful data. Again, not all vehicles will support all PIDs and there can be manufacturer-defined custom PIDs that are not defined in the OBD-II standard.
Note that modes 1 and 2 are basically identical, except that Mode 1 provides current information, whereas Mode 2 provides a snapshot of the same data taken at the point when the last diagnostic trouble code was set. The exceptions are PID 01, which is only available in Mode 1, and PID 02, which is only available in Mode 2. If Mode 2 PID 02 returns zero, then there is no snapshot and all other Mode 2 data is meaningless.
When using Bit-Encoded-Notation, quantities like C4 means bit 4 from data byte C. Each bit is numerated from 0 to 7, so 7 is the most significant bit and 0 is the least significant bit.
ABCD
A7A6A5A4A3A2A1A0B7B6B5B4B3B2B1B0C7C6C5C4C3C2C1C0D7D6D5D4D3D2D1D0

Mode 01

PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
004PIDs supported [01 - 20]Bit encoded [A7..D0] == [PID $01..PID $20]
014Monitor status since DTCs cleared. (Includes malfunction indicator lamp (MIL) status and number of DTCs.)Bit encoded. See below
022Freeze DTC
032Fuel system statusBit encoded.
041Calculated engine load value0100 %A*100/255
051Engine coolant temperature-40215°CA-40
061Short term fuel % trim—Bank 1-100 Subtracting Fuel (Rich Condition)99.22 Adding Fuel (Lean Condition) %(A-128) * 100/128
071Long term fuel % trim—Bank 1-100 Subtracting Fuel (Rich Condition)99.22 Adding Fuel (Lean Condition) %(A-128) * 100/128
081Short term fuel % trim—Bank 2-100 Subtracting Fuel (Rich Condition)99.22 Adding Fuel (Lean Condition) %(A-128) * 100/128
091Long term fuel % trim—Bank 2-100 Subtracting Fuel (Rich Condition)99.22 Adding Fuel (Lean Condition) %(A-128) * 100/128
0A1Fuel pressure0765kPa (gauge)A*3
0B1Intake manifold absolute pressure0255kPa (absolute)A
0C2Engine RPM016,383.75rpm((A*256)+B)/4
0D1Vehicle speed0255km/hA
0E1Timing advance-6463.5° relative to #1 cylinder(A-128)/2
0F1Intake air temperature-40215°CA-40
102MAF air flow rate0655.35grams/sec((A*256)+B) / 100
111Throttle position0100 %A*100/255
121Commanded secondary air statusBit encoded.
131Oxygen sensors present[A0..A3] == Bank 1, Sensors 1-4. [A4..A7] == Bank 2...
142Bank 1, Sensor 1:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
152Bank 1, Sensor 2:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
162Bank 1, Sensor 3:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
172Bank 1, Sensor 4:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
182Bank 2, Sensor 1:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
192Bank 2, Sensor 2:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
1A2Bank 2, Sensor 3:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
1B2Bank 2, Sensor 4:
Oxygen sensor voltage,
Short term fuel trim

0
-100(lean)

1.275
99.2(rich)
Volts
%
A/200
(B-128) * 100/128 (if B==$FF, sensor is not used in trim calc)
1C1OBD standards this vehicle conforms toBit encoded.
1D1Oxygen sensors presentSimilar to PID 13, but [A0..A7] == [B1S1, B1S2, B2S1, B2S2, B3S1, B3S2, B4S1, B4S2]
1E1Auxiliary input statusA0 == Power Take Off (PTO) status (1 == active)
[A1..A7] not used
1F2Run time since engine start065,535seconds(A*256)+B
204PIDs supported [21 - 40]Bit encoded [A7..D0] == [PID $21..PID $40]
212Distance traveled with malfunction indicator lamp (MIL) on065,535km(A*256)+B
222Fuel Rail Pressure (relative to manifold vacuum)05177.265kPa((A*256)+B) * 0.079
232Fuel Rail Pressure (diesel, or gasoline direct inject)0655,350kPa (gauge)((A*256)+B) * 10
244O2S1_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
1.999
7.999
N/A
V
((A*256)+B)*2/65535 or ((A*256)+B)/32768
((C*256)+D)*8/65535 or ((C*256)+D)/8192
254O2S2_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
264O2S3_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
274O2S4_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
284O2S5_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
294O2S6_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
2A4O2S7_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
2B4O2S8_WR_lambda(1):
Equivalence Ratio
Voltage
0
0
2
8
N/A
V
((A*256)+B)*2/65535
((C*256)+D)*8/65535
2C1Commanded EGR0100 %A*100/255
2D1EGR Error-10099.22 %(A-128) * 100/128
2E1Commanded evaporative purge0100 %A*100/255
2F1Fuel Level Input0100 %A*100/255
301# of warm-ups since codes cleared0255N/AA
312Distance traveled since codes cleared065,535km(A*256)+B
322Evap. System Vapor Pressure-8,1928,192Pa((A*256)+B)/4 (A and B are two's complementsigned)
331Barometric pressure0255kPa (Absolute)A
344O2S1_WR_lambda(1):
Equivalence Ratio
Current
0
-128
1.999
127.99
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
354O2S2_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
364O2S3_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32768
((C*256)+D)/256 - 128
374O2S4_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
384O2S5_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
394O2S6_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
3A4O2S7_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
3B4O2S8_WR_lambda(1):
Equivalence Ratio
Current
0
-128
2
128
N/A
mA
((A*256)+B)/32,768
((C*256)+D)/256 - 128
3C2Catalyst Temperature
Bank 1, Sensor 1
-406,513.5°C((A*256)+B)/10 - 40
3D2Catalyst Temperature
Bank 2, Sensor 1
-406,513.5°C((A*256)+B)/10 - 40
3E2Catalyst Temperature
Bank 1, Sensor 2
-406,513.5°C((A*256)+B)/10 - 40
3F2Catalyst Temperature
Bank 2, Sensor 2
-406,513.5°C((A*256)+B)/10 - 40
404PIDs supported [41 - 60]Bit encoded [A7..D0] == [PID $41..PID $60] 
414Monitor status this drive cycleBit encoded. 
422Control module voltage065.535V((A*256)+B)/1000
432Absolute load value025,700 %((A*256)+B)*100/255
442Fuel/Air commanded equivalence ratio02N/A((A*256)+B)/32768
451Relative throttle position0100 %A*100/255
461Ambient air temperature-40215°CA-40
471Absolute throttle position B0100 %A*100/255
481Absolute throttle position C0100 %A*100/255
491Accelerator pedal position D0100 %A*100/255
4A1Accelerator pedal position E0100 %A*100/255
4B1Accelerator pedal position F0100 %A*100/255
4C1Commanded throttle actuator0100 %A*100/255
4D2Time run with MIL on065,535minutes(A*256)+B
4E2Time since trouble codes cleared065,535minutes(A*256)+B
4F4Maximum value for equivalence ratio, oxygen sensor voltage, oxygen sensor current, and intake manifold absolute pressure0, 0, 0, 0255, 255, 255, 2550, V, mA, kPaA, B, C, D*10
504Maximum value for air flow rate from mass air flow sensor02550g/sA*10, B, C, and D are reserved for future use
511Fuel TypeFrom fuel type table 
521Ethanol fuel %0100 %A*100/255
532Absolute Evap system Vapor Pressure0327.675kPa((A*256)+B)/200
542Evap system vapor pressure-32,76732,768Pa((A*256)+B)-32767
552Short term secondary oxygen sensor trim bank 1 and bank 3-10099.22 %(A-128)*100/128
(B-128)*100/128
562Long term secondary oxygen sensor trim bank 1 and bank 3-10099.22 %(A-128)*100/128
(B-128)*100/128
572Short term secondary oxygen sensor trim bank 2 and bank 4-10099.22 %(A-128)*100/128
(B-128)*100/128
582Long term secondary oxygen sensor trim bank 2 and bank 4-10099.22 %(A-128)*100/128
(B-128)*100/128
592Fuel rail pressure (absolute)0655,350kPa((A*256)+B) * 10
5A1Relative accelerator pedal position0100 %A*100/255
5B1Hybrid battery pack remaining life0100 %A*100/255
5C1Engine oil temperature-40210°CA - 40
5D2Fuel injection timing-210.00301.992°(((A*256)+B)-26,880)/128
5E2Engine fuel rate03212.75L/h((A*256)+B)*0.05
5F1Emission requirements to which vehicle is designedBit Encoded
604PIDs supported [61 - 80]Bit encoded [A7..D0] == [PID $61..PID $80] 
611Driver's demand engine - percent torque-125125 %A-125
621Actual engine - percent torque-125125 %A-125
632Engine reference torque065,535NmA*256+B
645Engine percent torque data-125125 %A-125 Idle
B-125 Engine point 1
C-125 Engine point 2
D-125 Engine point 3
E-125 Engine point 4
652Auxiliary input / output supportedBit Encoded
665Mass air flow sensor
673Engine coolant temperature
687Intake air temperature sensor
697Commanded EGR and EGR Error
6A5Commanded Diesel intake air flow control and relative intake air flow position
6B5Exhaust gas recirculation temperature
6C5Commanded throttle actuator control and relative throttle position
6D6Fuel pressure control system
6E5Injection pressure control system
6F3Turbocharger compressor inlet pressure
709Boost pressure control
715Variable Geometry turbo (VGT) control
725Wastegate control
735Exhaust pressure
745Turbocharger RPM
757Turbocharger temperature
767Turbocharger temperature
775Charge air cooler temperature (CACT)
789Exhaust Gas temperature (EGT) Bank 1Special PID.
799Exhaust Gas temperature (EGT) Bank 2Special PID.
7A7Diesel particulate filter (DPF)
7B7Diesel particulate filter (DPF)
7C9Diesel Particulate filter (DPF) temperature
7D1NOx NTE control area status
7E1PM NTE control area status
7F13Engine run time
804PIDs supported [81 - A0]Bit encoded [A7..D0] == [PID $81..PID $A0] See below
8121Engine run time for Auxiliary Emissions Control Device(AECD)
8221Engine run time for Auxiliary Emissions Control Device(AECD)
835NOx sensor
84Manifold surface temperature
85NOx reagent system
86Particulate matter (PM) sensor
87Intake manifold absolute pressure
A04PIDs supported [A1 - C0]Bit encoded [A7..D0] == [PID $A1..PID $C0] 
C04PIDs supported [C1 - E0]Bit encoded [A7..D0] == [PID $C1..PID $E0] 
C3 ? ? ? ? ?Returns numerous data, including Drive Condition ID and Engine Speed*
C4 ? ? ? ? ?B5 is Engine Idle Request
B6 is Engine Stop Request*
PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula

Mode 02

Mode 02 accepts the same PIDs as mode 01, with the same meaning, but information given is from when the freeze frame was created.
You have to send the frame number in the data section of the message.
PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
022DTC that caused freeze frame to be stored.BCD encoded. Decoded as in mode 3

Mode 03

PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
N/An*6Request trouble codes3 codes per message frame. 

Mode 04

PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
N/A0Clear trouble codes / Malfunction indicator lamp (MIL) / Check engine lightClears all stored trouble codes and turns the MIL off.

Mode 05

PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
0100OBD Monitor IDs supported ($01 – $20)
0101O2 Sensor Monitor Bank 1 Sensor 10.001.275Volts0.005 Rich to lean sensor threshold voltage
0102O2 Sensor Monitor Bank 1 Sensor 20.001.275Volts0.005 Rich to lean sensor threshold voltage
0103O2 Sensor Monitor Bank 1 Sensor 30.001.275Volts0.005 Rich to lean sensor threshold voltage
0104O2 Sensor Monitor Bank 1 Sensor 40.001.275Volts0.005 Rich to lean sensor threshold voltage
0105O2 Sensor Monitor Bank 2 Sensor 10.001.275Volts0.005 Rich to lean sensor threshold voltage
0106O2 Sensor Monitor Bank 2 Sensor 20.001.275Volts0.005 Rich to lean sensor threshold voltage
0107O2 Sensor Monitor Bank 2 Sensor 30.001.275Volts0.005 Rich to lean sensor threshold voltage
0108O2 Sensor Monitor Bank 2 Sensor 40.001.275Volts0.005 Rich to lean sensor threshold voltage
0109O2 Sensor Monitor Bank 3 Sensor 10.001.275Volts0.005 Rich to lean sensor threshold voltage
010AO2 Sensor Monitor Bank 3 Sensor 20.001.275Volts0.005 Rich to lean sensor threshold voltage
010BO2 Sensor Monitor Bank 3 Sensor 30.001.275Volts0.005 Rich to lean sensor threshold voltage
010CO2 Sensor Monitor Bank 3 Sensor 40.001.275Volts0.005 Rich to lean sensor threshold voltage
010DO2 Sensor Monitor Bank 4 Sensor 10.001.275Volts0.005 Rich to lean sensor threshold voltage
010EO2 Sensor Monitor Bank 4 Sensor 20.001.275Volts0.005 Rich to lean sensor threshold voltage
010FO2 Sensor Monitor Bank 4 Sensor 30.001.275Volts0.005 Rich to lean sensor threshold voltage
0110O2 Sensor Monitor Bank 4 Sensor 40.001.275Volts0.005 Rich to lean sensor threshold voltage
0201O2 Sensor Monitor Bank 1 Sensor 10.001.275Volts0.005 Lean to Rich sensor threshold voltage
0202O2 Sensor Monitor Bank 1 Sensor 20.001.275Volts0.005 Lean to Rich sensor threshold voltage
0203O2 Sensor Monitor Bank 1 Sensor 30.001.275Volts0.005 Lean to Rich sensor threshold voltage
0204O2 Sensor Monitor Bank 1 Sensor 40.001.275Volts0.005 Lean to Rich sensor threshold voltage
0205O2 Sensor Monitor Bank 2 Sensor 10.001.275Volts0.005 Lean to Rich sensor threshold voltage
0206O2 Sensor Monitor Bank 2 Sensor 20.001.275Volts0.005 Lean to Rich sensor threshold voltage
0207O2 Sensor Monitor Bank 2 Sensor 30.001.275Volts0.005 Lean to Rich sensor threshold voltage
0208O2 Sensor Monitor Bank 2 Sensor 40.001.275Volts0.005 Lean to Rich sensor threshold voltage
0209O2 Sensor Monitor Bank 3 Sensor 10.001.275Volts0.005 Lean to Rich sensor threshold voltage
020AO2 Sensor Monitor Bank 3 Sensor 20.001.275Volts0.005 Lean to Rich sensor threshold voltage
020BO2 Sensor Monitor Bank 3 Sensor 30.001.275Volts0.005 Lean to Rich sensor threshold voltage
020CO2 Sensor Monitor Bank 3 Sensor 40.001.275Volts0.005 Lean to Rich sensor threshold voltage
020DO2 Sensor Monitor Bank 4 Sensor 10.001.275Volts0.005 Lean to Rich sensor threshold voltage
020EO2 Sensor Monitor Bank 4 Sensor 20.001.275Volts0.005 Lean to Rich sensor threshold voltage
020FO2 Sensor Monitor Bank 4 Sensor 30.001.275Volts0.005 Lean to Rich sensor threshold voltage
0210O2 Sensor Monitor Bank 4 Sensor 40.001.275Volts0.005 Lean to Rich sensor threshold voltage
PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula

Mode 09

PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
004Mode 9 supported PIDs (01 to 20)Bit encoded. [A7..D0] = [PID $01..PID $20]
011VIN Message Count in PID 02. Only for ISO 9141-2, ISO 14230-4 and SAE J1850.Usually value will be 5.
0217-20Vehicle Identification Number(VIN)17-char VIN, ASCII-encoded and left-padded with null chars (0x00) if needed to.
031Calibration ID message count for PID 04. Only for ISO 9141-2, ISO 14230-4 and SAE J1850.It will be a multiple of 4 (4 messages are needed for each ID).
0416Calibration IDUp to 16 ASCII chars. Data bytes not used will be reported as null bytes (0x00).
051Calibration verification numbers (CVN) message count for PID06. Only for ISO 9141-2, ISO 14230-4 and SAE J1850.
064Calibration Verification Numbers (CVN)Raw data left-padded with null characters (0x00). Usually displayed as hex string.
071In-use performance tracking message count for PID 08 and0B. Only for ISO 9141-2, ISO 14230-4 and SAE J1850.8108 if sixteen (16) values are required to be reported, 9 if eighteen (18) values are required to be reported, and 10 if twenty (20) values are required to be reported (one message reports two values, each one consisting in two bytes).
084In-use performance tracking for spark ignition vehicles4 or 5 messages, each one containing 4 bytes (two values). 
091ECU name message count for PID 0A
0A20ECU nameASCII-coded. Right-padded with null chars (0x00).
0B4In-use performance tracking for compression ignition vehicles5 messages, each one containing 4 bytes (two values). 
PID
(hex)
Data bytes returnedDescriptionMin valueMax valueUnitsFormula
  1. Jump up to:a b c d e f g h i In the formula column, letters A, B, C, etc. represent the decimal equivalent of the first, second, third, etc. bytes of data. Where a (?) appears, contradictory or incomplete information was available.

Bitwise encoded PIDs

Some of the PIDs in the above table cannot be explained with a simple formula. A more elaborate explanation of these data is provided here:

Mode 1 PID 00

A request for this PID returns 4 bytes of data. Each bit, from MSB to LSB, represents one of the next 32 PIDs and is giving information about if it is supported.
For example, if the car response is BE1FA813, it can be decoded like this:
HexadecimalBE1FA813
Binary10111110000111111010100000010011
Supported?YesNoYesYesYesYesYesNoNoNoNoYesYesYesYesYesYesNoYesNoYesNoNoNoNoNoNoYesNoNoYesYes
PID number0102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F20
So, supported PIDs are: 0103040506070C0D0E0F101113151C1F and 20

Mode 1 PID 01

A request for this PID returns 4 bytes of data, labeled A B C and D.
The first byte(A) contains two pieces of information. Bit A7 (MSB of byte A, the first byte) indicates whether or not the MIL (check engine light) is illuminated. Bits A6 through A0 represent the number of diagnostic trouble codes currently flagged in the ECU.
The second, third, and fourth bytes(B, C and D) give information about the availability and completeness of certain on-board tests. Note that test availability is indicated by set (1) bit and completeness is indicated by reset (0) bit.
BitNameDefinition
A7MILOff or On, indicates if the CEL/MIL is on (or should be on)
A6-A0DTC_CNTNumber of confirmed emissions-related DTCs available for display.
B7RESERVEDReserved (should be 0)
B3NO NAME0 = Spark ignition monitors supported
1 = Compression ignition monitors supported
Here are the common bit B definitions, they are test based.
Test availableTest incomplete
MisfireB0B4
Fuel SystemB1B5
ComponentsB2B6
The third and fourth bytes are to be interpreted differently depending on if the engine is spark ignition or compression ignition. In the second (B) byte, bit 3 indicates how to interpret the C and D bytes, with 0 being spark and 1 (set) being compression.
The bytes C and D for spark ignition monitors:
Test availableTest incomplete
CatalystC0D0
Heated CatalystC1D1
Evaporative SystemC2D2
Secondary Air SystemC3D3
A/C RefrigerantC4D4
Oxygen SensorC5D5
Oxygen Sensor HeaterC6D6
EGR SystemC7D7
And the bytes C and D for compression ignition monitors:
Test availableTest incomplete
NMHC CatalystC0D0
NOx/SCR MonitorC1D1
Boost PressureC3D3
Exhaust Gas SensorC5D5
PM filter monitoringC6D6
EGR and/or VVT SystemC7D7
  1. Jump up^ NMHC may stand for Non-Methane HydroCarbons, but J1979 does not enlighten us.

Mode 1 PID 41

A request for this PID returns 4 bytes of data. The first byte is always zero. The second, third, and fourth bytes give information about the availability and completeness of certain on-board tests. Note that test availability is represented by a set (1) bit and completeness is represented by a reset (0) bit:
Test enabledTest incomplete
ReservedB3B7
ComponentsB2B6
Fuel SystemB1B5
MisfireB0B4
EGR SystemC7D7
Oxygen Sensor HeaterC6D6
Oxygen SensorC5D5
A/C RefrigerantC4D4
Secondary Air SystemC3D3
Evaporative SystemC2D2
Heated CatalystC1D1
CatalystC0D0

Mode 1 PID 78

A request for this PID will return 9 bytes of data. The first byte is a bit encoded field indicating which EGT sensors are supported:
ByteDescription
ASupported EGT sensors
B-CTemperature read by EGT11
D-ETemperature read by EGT12
F-GTemperature read by EGT13
H-ITemperature read by EGT14
The first byte is bit-encoded as follows:
BitDescription
A7-A4Reserved
A3EGT bank 1, sensor 4 Supported?
A2EGT bank 1, sensor 3 Supported?
A1EGT bank 1, sensor 2 Supported?
A0EGT bank 1, sensor 1 Supported?
The remaining bytes are 16 bit integers indicating the temperature in degrees Celsius in the range -40 to 6513.5 (scale 0.1), using the usual (A \times 256 + B) / 10 - 40 formula (MSB is A, LSB is B). Only values for which the corresponding sensor is supported are meaningful.
The same structure applies to PID 79, but values are for sensors of bank 2.

Mode 3 (no PID required)

A request for this mode returns a list of the DTCs that have been set. The list is encapsulated using the ISO 15765-2protocol.
If there are two or fewer DTCs (4 bytes) they are returned in an ISO-TP Single Frame (SF). Three or more DTCs in the list are reported in multiple frames, with the exact count of frames dependent on the communication type and addressing details.
Each trouble code requires 2 bytes to describe. The text description of a trouble code may be decoded as follows. The first character in the trouble code is determined by the first two bits in the first byte:
A7-A6First DTC character
00P - Powertrain
01C - Chassis
10B - Body
11U - Network
The two following digits are encoded as 2 bits. The second character in the DTC is a number defined by the following table:
A5-A4Second DTC character
000
011
102
113
The third character in the DTC is a number defined by
A3-A0Third DTC character
00000
00011
00102
00113
01004
01015
01106
01117
10008
10019
1010A
1011B
1100C
1101D
1110E
1111F
The fourth and fifth characters are defined in the same way as the third, but using bits B7-B4 and B3-B0. The resulting five-character code should look something like "U0158" and can be looked up in a table of OBD-II DTCs. Hexadecimal characters (0-9, A-F), while relatively rare, are allowed in the last 3 positions of the code itself.

Mode 9 PID 08

It provides information about track in-use performance for catalyst banks, oxygen sensor banks, evaporative leak detection systems, EGR systems and secondary air system.
The numerator for each component or system tracks the number of times that all conditions necessary for a specific monitor to detect a malfunction have been encountered. The denominator for each component or system tracks the number of times that the vehicle has been operated in the specified conditions.
All data items of the In-use Performance Tracking record consist of two (2) bytes and are reported in this order (each message contains two items, hence the message length is 4):
MnemonicDescription
OBDCONDOBD Monitoring Conditions Encountered Counts
IGNCNTRIgnition Counter
CATCOMP1Catalyst Monitor Completion Counts Bank 1
CATCOND1Catalyst Monitor Conditions Encountered Counts Bank 1
CATCOMP2Catalyst Monitor Completion Counts Bank 2
CATCOND2Catalyst Monitor Conditions Encountered Counts Bank 2
O2SCOMP1O2 Sensor Monitor Completion Counts Bank 1
O2SCOND1O2 Sensor Monitor Conditions Encountered Counts Bank 1
O2SCOMP2O2 Sensor Monitor Completion Counts Bank 2
O2SCOND2O2 Sensor Monitor Conditions Encountered Counts Bank 2
EGRCOMPEGR Monitor Completion Condition Counts
EGRCONDEGR Monitor Conditions Encountered Counts
AIRCOMPAIR Monitor Completion Condition Counts (Secondary Air)
AIRCONDAIR Monitor Conditions Encountered Counts (Secondary Air)
EVAPCOMPEVAP Monitor Completion Condition Counts
EVAPCONDEVAP Monitor Conditions Encountered Counts
SO2SCOMP1Secondary O2 Sensor Monitor Completion Counts Bank 1
SO2SCOND1Secondary O2 Sensor Monitor Conditions Encountered Counts Bank 1
SO2SCOMP2Secondary O2 Sensor Monitor Completion Counts Bank 2
SO2SCOND2Secondary O2 Sensor Monitor Conditions Encountered Counts Bank 2

Mode 9 PID 0B

It provides information about track in-use performance for NMHC catalyst, NOx catalyst monitor, NOx adsorber monitor, PM filter monitor, exhaust gas sensor monitor, EGR/ VVT monitor, boost pressure monitor and fuel system monitor.
All data items consist of two (2) bytes and are reported in this order (each message contains two items, hence message length is 4):
MnemonicDescription
OBDCONDOBD Monitoring Conditions Encountered Counts
IGNCNTRIgnition Counter
HCCATCOMPNMHC Catalyst Monitor Completion Condition Counts
HCCATCONDNMHC Catalyst Monitor Conditions Encountered Counts
NCATCOMPNOx/SCR Catalyst Monitor Completion Condition Counts
NCATCONDNOx/SCR Catalyst Monitor Conditions Encountered Counts
NADSCOMPNOx Adsorber Monitor Completion Condition Counts
NADSCONDNOx Adsorber Monitor Conditions Encountered Counts
PMCOMPPM Filter Monitor Completion Condition Counts
PMCONDPM Filter Monitor Conditions Encountered Counts
EGSCOMPExhaust Gas Sensor Monitor Completion Condition Counts
EGSCONDExhaust Gas Sensor Monitor Conditions Encountered Counts
EGRCOMPEGR and/or VVT Monitor Completion Condition Counts
EGRCONDEGR and/or VVT Monitor Conditions Encountered Counts
BPCOMPBoost Pressure Monitor Completion Condition Counts
BPCONDBoost Pressure Monitor Conditions Encountered Counts
FUELCOMPFuel Monitor Completion Condition Counts
FUELCONDFuel Monitor Conditions Encountered Counts

Enumerated PIDs

Some PIDs are to be interpreted specially, and aren't necessarily exactly bitwise encoded, or in any scale. The values for these PIDs are enumerated.

Mode 1 PID 03

A request for this PID returns 2 bytes of data. The first byte describes fuel system #1.
ValueDescription
1Open loop due to insufficient engine temperature
2Closed loop, using oxygen sensor feedback to determine fuel mix
4Open loop due to engine load OR fuel cut due to deceleration
8Open loop due to system failure
16Closed loop, using at least one oxygen sensor but there is a fault in the feedback system
Any other value is an invalid response. There can only be one bit set at most.
The second byte describes fuel system #2 (if it exists) and is encoded identically to the first byte.

Mode 1 PID 12

A request for this PID returns a single byte of data which describes the secondary air status.
ValueDescription
1Upstream
2Downstream of catalytic converter
4From the outside atmosphere or off
8Pump commanded on for diagnostics
Any other value is an invalid response. There can only be one bit set at most.

Mode 1 PID 1C

A request for this PID returns a single byte of data which describes which OBD standards this ECU was designed to comply with. The different values the data byte can hold are shown below, next to what they mean:
ValueDescription
1OBD-II as defined by the CARB
2OBD as defined by the EPA
3OBD and OBD-II
4OBD-I
5Not OBD compliant
6EOBD (Europe)
7EOBD and OBD-II
8EOBD and OBD
9EOBD, OBD and OBD II
10JOBD (Japan)
11JOBD and OBD II
12JOBD and EOBD
13JOBD, EOBD, and OBD II
14Reserved
15Reserved
16Reserved
17Engine Manufacturer Diagnostics (EMD)
18Engine Manufacturer Diagnostics Enhanced (EMD+)
19Heavy Duty On-Board Diagnostics (Child/Partial) (HD OBD-C)
20Heavy Duty On-Board Diagnostics (HD OBD)
21World Wide Harmonized OBD (WWH OBD)
22Reserved
23Heavy Duty Euro OBD Stage I without NOx control (HD EOBD-I)
24Heavy Duty Euro OBD Stage I with NOx control (HD EOBD-I N)
25Heavy Duty Euro OBD Stage II without NOx control (HD EOBD-II)
26Heavy Duty Euro OBD Stage II with NOx control (HD EOBD-II N)
27Reserved
28Brazil OBD Phase 1 (OBDBr-1)
29Brazil OBD Phase 2 (OBDBr-2)
30Korean OBD (KOBD)
31India OBD I (IOBD I)
32India OBD II (IOBD II)
33Heavy Duty Euro OBD Stage VI (HD EOBD-IV)
34-250Reserved
251-255Not available for assignment (SAE J1939 special meaning)

Fuel Type Coding

Mode 1 PID 51 returns a value from an enumerated list giving the fuel type of the vehicle. The fuel type is returned as a single byte, and the value is given by the following table:
ValueDescription
0Not available
1Gasoline
2Methanol
3Ethanol
4Diesel
5LPG
6CNG
7Propane
8Electric
9Bifuel running Gasoline
10Bifuel running Methanol
11Bifuel running Ethanol
12Bifuel running LPG
13Bifuel running CNG
14Bifuel running Propane
15Bifuel running Electricity
16Bifuel running electric and combustion engine
17Hybrid gasoline
18Hybrid Ethanol
19Hybrid Diesel
20Hybrid Electric
21Hybrid running electric and combustion engine
22Hybrid Regenerative
23Bifuel running diesel
Any other value is reserved by ISO/SAE. There are currently no definitions for flexible-fuel vehicle.

Non-standard PIDs

The majority of all OBD-II PIDs in use are non-standard. For most modern vehicles, there are many more functions supported on the OBD-II interface than are covered by the standard PIDs, and there is relatively minor overlap between vehicle manufacturers for these non-standard PIDs.
There is very limited information available in the public domain for non-standard PIDs. The primary source of information on non-standard PIDs across different manufacturers is maintained by the US-based Equipment and Tool Institute and only available to members. The price of ETI membership for access to scan codes starts from US$7,500.
However, even ETI membership will not provide full documentation for non-standard PIDs. ETI state:
Some OEMs refuse to use ETI as a one-stop source of scan tool information. They prefer to do business with each tool company separately. These companies also require that you enter into a contract with them. The charges vary but here is a snapshot of today's per year charges as we know them:
GM $50,000
Honda $5,000
Suzuki $1,000
BMW $17,500 plus $1,000 per update. Updates occur every quarter. (This is more now, but do not have exact number)

CAN (11-bit) bus format

The PID query and response occurs on the vehicle's CAN bus. Standard OBD requests and responses use functional addresses. The diagnostic reader initiates a query using CAN ID $7DF, which acts as a broadcast address, and accepts responses from any ID in the range $7E8 to $7EF. ECUs that can respond to OBD queries listen both to the functional broadcast ID of $7DF and one assigned ID in the range $7E0 to $7E7. Their response has an ID of their assigned ID plus 8 e.g. $7E8 through $7EF.
This approach allows up to eight ECUs, each independently responding to OBD queries. The diagnostic reader can use the ID in the ECU response frame to continue communication with a specific ECU. In particular, multi-frame communication requires a response to the specific ECU ID rather than to ID $7DF.
CAN bus may also be used for communication beyond the standard OBD messages. Physical addressing uses particular CAN IDs for specific modules (e.g., 720 for the instrument cluster in Fords) with proprietary frame payloads.

Query

The functional PID query is sent to the vehicle on the CAN bus at ID 7DFh, using 8 data bytes. The bytes are:
Byte
PID Type01234567
SAE StandardNumber of
additional
data bytes:
2
Mode
01 = show current data;
02 = freeze frame;
etc.
PID code
(e.g.: 05 = Engine coolant temperature)
not used
(may be 55h)
Vehicle specificNumber of
additional
data bytes:
3
Custom mode: (e.g.: 22 = enhanced data)PID code
(e.g.: 4980h)
not used
(may be 00h or 55h)

Response

The vehicle responds to the PID query on the CAN bus with message IDs that depend on which module responded. Typically the engine or main ECU responds at ID 7E8h. Other modules, like the hybrid controller or battery controller in a Prius, respond at 07E9h, 07EAh, 07EBh, etc. These are 8h higher than the physical address the module responds to. Even though the number of bytes in the returned value is variable, the message uses 8 data bytes regardless (CAN bus protocol form Frameformat with 8 data bytes). The bytes are:
Byte
PID Type01234567
SAE Standard
7E8h,
7E9h,
7EAh,
etc.
Number of
additional
data bytes:
3 to 6
Custom mode
Same as query, except that 40h is added to the mode value. So:
41h = show current data;
42h = freeze frame;
etc.
PID code
(e.g.: 05 = Engine coolant temperature)
value of the specified parameter, byte 0value, byte 1 (optional)value, byte 2 (optional)value, byte 3 (optional)not used
(may be 00h or 55h)
Vehicle specific
7E8h, or 8h + physical ID of module.
Number of
additional
data bytes:
4to 7
Custom mode: same as query, except that 40h is added to the mode value.(e.g.: 62h = response to mode 22h request)PID code
(e.g.: 4980h)
value of the specified parameter, byte 0value, byte 1 (optional)value, byte 2 (optional)value, byte 3 (optional)
Vehicle specific
7E8h, or 8h + physical ID of module.
Number of
additional
data bytes:
3
7Fh this a general response usually indicating the module doesn't recognize the request.Custom mode: (e.g.: 22h = enhanced diagnostic data by PID, 21h = enhanced data by offset)31hnot used
(may be 00h)


Source:
http://en.wikipedia.org/wiki/On-board_diagnostics
http://en.wikipedia.org/wiki/OBD-II_PIDs

Post a Comment

0Comments
Post a Comment (0)