Seems like this has popped to my attention, P0068 and P0069 CEL limits. The CEL is not enabled on G/I ROMs, but it is on the US cars. Haven't looked into any others as yet.
ZA1JB01C - MT
Code:
<table name="P0068 / P0069 MAP Sensor Limits (CEL)" storageaddress="1083FE" />
<table type="2D" name="P0068 / P0069 MAP Sensor Limits (CEL)" category="Manifold Pressure Sensor" storagetype="uint16" endian="big" sizey="2" userlevel="3">
<scaling units="Volts" expression="x*.000076293945" to_byte="x/.000076293945" format="0.000" fineincrement=".01" coarseincrement=".1" />
<table type="Static Y Axis" name="Manifold Pressure Sensor" sizey="2">
<data>P0068 MAP Voltage Max</data>
<data>P0069 MAP Voltage Min</data>
</table>
<description>When manifold pressure sensor voltage is greater than or equal to the first value or less than the second value, over a specific period of time, a CEL will be triggered. The time delay is determined by the 'Manifold Pressure Sensor CEL Delay' table.</description>
</table>
ZA1JB01D - AT
Code:
<table name="P0068 / P0069 MAP Sensor Limits (CEL)" storageaddress="108404" />
<table type="2D" name="P0068 / P0069 MAP Sensor Limits (CEL)" category="Manifold Pressure Sensor" storagetype="uint16" endian="big" sizey="2" userlevel="3">
<scaling units="Volts" expression="x*.000076293945" to_byte="x/.000076293945" format="0.000" fineincrement=".01" coarseincrement=".1" />
<table type="Static Y Axis" name="Manifold Pressure Sensor" sizey="2">
<data>P0068 MAP Voltage Max</data>
<data>P0069 MAP Voltage Min</data>
</table>
<description>When manifold pressure sensor voltage is greater than or equal to the first value or less than the second value, over a specific period of time, a CEL will be triggered. The time delay is determined by the 'Manifold Pressure Sensor CEL Delay' table.</description>
</table>