diff --git a/obdcore/registry.py b/obdcore/registry.py index da6b6dc..d89f394 100644 --- a/obdcore/registry.py +++ b/obdcore/registry.py @@ -81,12 +81,35 @@ class PidRegistry: return list(self.presets.keys()) +_GENERIC = None + + +def _generic_dtcs(): + """Lazy-load the bundled generic SAE DTC database (code -> Dtc).""" + global _GENERIC + if _GENERIC is None: + _GENERIC = {} + try: + import json + import os + from .profile import profiles_dir + path = os.path.join(profiles_dir(), "_data", "generic-dtcs.json") + for d in json.load(open(path)).get("dtcs", []): + _GENERIC[d["code"]] = Dtc(code=d["code"], desc=d.get("desc", ""), + system=d.get("system", "powertrain"), + no_start=d.get("no_start", False)) + except Exception: + pass + return _GENERIC + + class DtcDatabase: def __init__(self, profile): - self._db = {d.code: d for d in profile.dtcs} + self._db = {d.code: d for d in profile.dtcs} # profile codes take priority def get(self, code): - return self._db.get(code) or Dtc(code, "(unknown - look up this code)") + return (self._db.get(code) or _generic_dtcs().get(code) + or Dtc(code, "(unknown - look up this code)")) def all(self): return list(self._db.values()) diff --git a/profiles/_data/generic-dtcs.json b/profiles/_data/generic-dtcs.json new file mode 100644 index 0000000..f573008 --- /dev/null +++ b/profiles/_data/generic-dtcs.json @@ -0,0 +1,8458 @@ +{ +"dtcs": [ +{ +"code": "B0010", +"desc": "Driver Frontal Stage 1 Deployment Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0011", +"desc": "Driver Frontal Stage 1 Deployment Control Performance", +"system": "body", +"no_start": false +}, +{ +"code": "B0012", +"desc": "Driver Frontal Stage 2 Deployment Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0020", +"desc": "Passenger Frontal Stage 1 Deployment Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0021", +"desc": "Passenger Frontal Stage 1 Deployment Control Performance", +"system": "body", +"no_start": false +}, +{ +"code": "B0022", +"desc": "Passenger Frontal Stage 2 Deployment Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0028", +"desc": "Passenger Frontal Deployment Loop (Single Stage) Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0050", +"desc": "Driver Seat Belt Tension Sensor Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "B0051", +"desc": "Driver Seatbelt Pretensioner Deployment Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0053", +"desc": "Passenger Seatbelt Pretensioner Deployment Control", +"system": "body", +"no_start": false +}, +{ +"code": "B0081", +"desc": "Driver Seat Position Sensor Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "B0083", +"desc": "Passenger Seat Position Sensor Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "C0035", +"desc": "Left Front Wheel Speed Sensor Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0040", +"desc": "Right Front Wheel Speed Sensor Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0045", +"desc": "Left Rear Wheel Speed Sensor Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0050", +"desc": "Right Rear Wheel Speed Sensor Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0060", +"desc": "Left Front ABS Solenoid #1 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0065", +"desc": "Left Front ABS Solenoid #2 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0070", +"desc": "Right Front ABS Solenoid #1 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0075", +"desc": "Right Front ABS Solenoid #2 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0080", +"desc": "Left Rear ABS Solenoid #1 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0085", +"desc": "Left Rear ABS Solenoid #2 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0090", +"desc": "Right Rear ABS Solenoid #1 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0095", +"desc": "Right Rear ABS Solenoid #2 Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0110", +"desc": "Pump Motor Circuit Malfunction", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0121", +"desc": "Valve Relay Circuit Malfunction", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0128", +"desc": "Low Brake Fluid Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0161", +"desc": "ABS/TCS Brake Switch Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0265", +"desc": "EBCM Motor Relay Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0266", +"desc": "EBCM Motor Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "C0267", +"desc": "Pump Motor Circuit Malfunction", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0001", +"desc": "Fuel Volume Regulator Control Circuit/Open", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0002", +"desc": "Fuel Volume Regulator Control Circuit Range/Performance", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0003", +"desc": "Fuel Volume Regulator Control Circuit Low", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0004", +"desc": "Fuel Volume Regulator Control Circuit High", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0005", +"desc": "Fuel Shutoff Valve Control Circuit/Open", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0006", +"desc": "Fuel Shutoff Valve Control Circuit Low", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0007", +"desc": "Fuel Shutoff Valve Control Circuit High", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0008", +"desc": "Engine Position System Performance Bank 1", +"system": "engine", +"no_start": true +}, +{ +"code": "P0009", +"desc": "Engine Position System Performance Bank 2", +"system": "engine", +"no_start": true +}, +{ +"code": "P0010", +"desc": "\"A\" Camshaft Position Actuator Circuit (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0011", +"desc": "\"A\" Camshaft Position - Timing Over-Advanced or System Performance (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0012", +"desc": "\"A\" Camshaft Position - Timing Over-Retarded (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0013", +"desc": "\"B\" Camshaft Position - Actuator Circuit (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0014", +"desc": "\"B\" Camshaft Position - Timing Over-Advanced or System Performance (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0015", +"desc": "\"B\" Camshaft Position - Timing Over-Retarded (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0016", +"desc": "Crankshaft Position - Camshaft Position Correlation (Bank 1 Sensor A)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0017", +"desc": "Crankshaft Position - Camshaft Position Correlation (Bank 1 Sensor B)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0018", +"desc": "Crankshaft Position - Camshaft Position Correlation (Bank 2 Sensor A)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0019", +"desc": "Crankshaft Position - Camshaft Position Correlation (Bank 2 Sensor B)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0020", +"desc": "\"A\" Camshaft Position Actuator Circuit (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0021", +"desc": "\"A\" Camshaft Position - Timing Over-Advanced or System Performance (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0022", +"desc": "\"A\" Camshaft Position - Timing Over-Retarded (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0023", +"desc": "\"B\" Camshaft Position - Actuator Circuit (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0024", +"desc": "\"B\" Camshaft Position - Timing Over-Advanced or System Performance (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0025", +"desc": "\"B\" Camshaft Position - Timing Over-Retarded (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0026", +"desc": "Intake Valve Control Solenoid Circuit Range/Performance (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0027", +"desc": "Exhaust Valve Control Solenoid Circuit Range/Performance (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0028", +"desc": "Intake Valve Control Solenoid Circuit Range/Performance (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0029", +"desc": "Exhaust Valve Control Solenoid Circuit Range/Performance (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0030", +"desc": "HO2S Heater Control Circuit (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0031", +"desc": "HO2S Heater Control Circuit Low (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0032", +"desc": "HO2S Heater Control Circuit High (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0033", +"desc": "Turbo/Super Charger Bypass Valve Control Circuit", +"system": "air", +"no_start": false +}, +{ +"code": "P0034", +"desc": "Turbo/Super Charger Bypass Valve Control Circuit Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0035", +"desc": "Turbo/Super Charger Bypass Valve Control Circuit High", +"system": "air", +"no_start": false +}, +{ +"code": "P0036", +"desc": "HO2S Heater Control Circuit (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0037", +"desc": "HO2S Heater Control Circuit Low (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0038", +"desc": "HO2S Heater Control Circuit High (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0039", +"desc": "Turbo/Super Charger Bypass Valve Control Circuit Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0040", +"desc": "O2 Sensor Signals Swapped Bank 1 Sensor 1 / Bank 2 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0041", +"desc": "O2 Sensor Signals Swapped Bank 1 Sensor 2 / Bank 2 Sensor 2", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0042", +"desc": "HO2S Heater Control Circuit (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0043", +"desc": "HO2S Heater Control Circuit Low (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0044", +"desc": "HO2S Heater Control Circuit High (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0045", +"desc": "Turbo/Super Charger Boost Control Solenoid Circuit/Open", +"system": "air", +"no_start": false +}, +{ +"code": "P0046", +"desc": "Turbo/Super Charger Boost Control Solenoid Circuit Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0047", +"desc": "Turbo/Super Charger Boost Control Solenoid Circuit Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0048", +"desc": "Turbo/Super Charger Boost Control Solenoid Circuit High", +"system": "air", +"no_start": false +}, +{ +"code": "P0049", +"desc": "Turbo/Super Charger Turbine Overspeed", +"system": "air", +"no_start": false +}, +{ +"code": "P0050", +"desc": "HO2S Heater Control Circuit (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0051", +"desc": "HO2S Heater Control Circuit Low (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0052", +"desc": "HO2S Heater Control Circuit High (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0053", +"desc": "HO2S Heater Resistance (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0054", +"desc": "HO2S Heater Resistance (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0055", +"desc": "HO2S Heater Resistance (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0056", +"desc": "HO2S Heater Control Circuit (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0057", +"desc": "HO2S Heater Control Circuit Low (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0058", +"desc": "HO2S Heater Control Circuit High (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0059", +"desc": "HO2S Heater Resistance (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0060", +"desc": "HO2S Heater Resistance (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0061", +"desc": "HO2S Heater Resistance (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0062", +"desc": "HO2S Heater Control Circuit (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0063", +"desc": "HO2S Heater Control Circuit Low (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0064", +"desc": "HO2S Heater Control Circuit High (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0065", +"desc": "Air Assisted Injector Control Range/Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0066", +"desc": "Air Assisted Injector Control Circuit or Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0067", +"desc": "Air Assisted Injector Control Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0068", +"desc": "MAP/MAF - Throttle Position Correlation", +"system": "air", +"no_start": false +}, +{ +"code": "P0069", +"desc": "Manifold Absolute Pressure - Barometric Pressure Correlation", +"system": "air", +"no_start": false +}, +{ +"code": "P0070", +"desc": "Ambient Air Temperature Sensor Circuit", +"system": "air", +"no_start": false +}, +{ +"code": "P0071", +"desc": "Ambient Air Temperature Sensor Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0072", +"desc": "Ambient Air Temperature Sensor Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0073", +"desc": "Ambient Air Temperature Sensor Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0074", +"desc": "Ambient Air Temperature Sensor Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0075", +"desc": "Intake Valve Control Solenoid Circuit (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0076", +"desc": "Intake Valve Control Solenoid Circuit Low (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0077", +"desc": "Intake Valve Control Solenoid Circuit High (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0078", +"desc": "Exhaust Valve Control Solenoid Circuit (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0079", +"desc": "Exhaust Valve Control Solenoid Circuit Low (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0080", +"desc": "Exhaust Valve Control Solenoid Circuit High (Bank 1)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0081", +"desc": "Intake Valve Control Solenoid Circuit (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0082", +"desc": "Intake Valve Control Solenoid Circuit Low (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0083", +"desc": "Intake Valve Control Solenoid Circuit High (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0084", +"desc": "Exhaust Valve Control Solenoid Circuit (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0085", +"desc": "Exhaust Valve Control Solenoid Circuit Low (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0086", +"desc": "Exhaust Valve Control Solenoid Circuit High (Bank 2)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0087", +"desc": "Fuel Rail/System Pressure - Too Low", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0088", +"desc": "Fuel Rail/System Pressure - Too High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0089", +"desc": "Fuel Pressure Regulator 1 Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0090", +"desc": "Fuel Pressure Regulator 1 Control Circuit", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0091", +"desc": "Fuel Pressure Regulator 1 Control Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0092", +"desc": "Fuel Pressure Regulator 1 Control Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0093", +"desc": "Fuel System Leak Detected - Large Leak", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0094", +"desc": "Fuel System Leak Detected - Small Leak", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0095", +"desc": "Intake Air Temperature Sensor 2 Circuit", +"system": "air", +"no_start": false +}, +{ +"code": "P0096", +"desc": "Intake Air Temperature Sensor 2 Circuit Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0097", +"desc": "Intake Air Temperature Sensor 2 Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0098", +"desc": "Intake Air Temperature Sensor 2 Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0099", +"desc": "Intake Air Temperature Sensor 2 Circuit Intermittent/Erratic", +"system": "air", +"no_start": false +}, +{ +"code": "P0100", +"desc": "Mass or Volume Air Flow Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0101", +"desc": "Mass or Volume Air Flow Circuit Range/Performance Problem", +"system": "air", +"no_start": false +}, +{ +"code": "P0102", +"desc": "Mass or Volume Air Flow Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0103", +"desc": "Mass or Volume Air Flow Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0104", +"desc": "Mass or Volume Air Flow Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0105", +"desc": "Manifold Absolute Pressure/Barometric Pressure Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0106", +"desc": "Manifold Absolute Pressure/Barometric Pressure Circuit Range/Performance Problem", +"system": "air", +"no_start": false +}, +{ +"code": "P0107", +"desc": "Manifold Absolute Pressure/Barometric Pressure Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0108", +"desc": "Manifold Absolute Pressure/Barometric Pressure Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0109", +"desc": "Manifold Absolute Pressure/Barometric Pressure Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0110", +"desc": "Intake Air Temperature Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0111", +"desc": "Intake Air Temperature Circuit Range/Performance Problem", +"system": "air", +"no_start": false +}, +{ +"code": "P0112", +"desc": "Intake Air Temperature Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0113", +"desc": "Intake Air Temperature Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0114", +"desc": "Intake Air Temperature Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0115", +"desc": "Engine Coolant Temperature Circuit Malfunction", +"system": "engine", +"no_start": false +}, +{ +"code": "P0116", +"desc": "Engine Coolant Temperature Circuit Range/Performance Problem", +"system": "engine", +"no_start": false +}, +{ +"code": "P0117", +"desc": "Engine Coolant Temperature Circuit Low Input", +"system": "engine", +"no_start": false +}, +{ +"code": "P0118", +"desc": "Engine Coolant Temperature Circuit High Input", +"system": "engine", +"no_start": false +}, +{ +"code": "P0119", +"desc": "Engine Coolant Temperature Circuit Intermittent", +"system": "engine", +"no_start": false +}, +{ +"code": "P0120", +"desc": "Throttle/Pedal Position Sensor/Switch A Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0121", +"desc": "Throttle/Pedal Position Sensor/Switch A Circuit Range/Performance Problem", +"system": "air", +"no_start": false +}, +{ +"code": "P0122", +"desc": "Throttle/Pedal Position Sensor/Switch A Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0123", +"desc": "Throttle/Pedal Position Sensor/Switch A Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0124", +"desc": "Throttle/Pedal Position Sensor/Switch A Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0125", +"desc": "Insufficient Coolant Temperature for Closed Loop Fuel Control", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0126", +"desc": "Insufficient Coolant Temperature for Stable Operation", +"system": "engine", +"no_start": false +}, +{ +"code": "P0127", +"desc": "Intake Air Temperature Too High", +"system": "air", +"no_start": false +}, +{ +"code": "P0128", +"desc": "Coolant Thermostat (Coolant Temperature Below Thermostat Regulating Temperature)", +"system": "engine", +"no_start": false +}, +{ +"code": "P0129", +"desc": "Barometric Pressure Too Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0130", +"desc": "O2 Sensor Circuit Malfunction (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0131", +"desc": "O2 Sensor Circuit Low Voltage (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0132", +"desc": "O2 Sensor Circuit High Voltage (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0133", +"desc": "O2 Sensor Circuit Slow Response (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0134", +"desc": "O2 Sensor Circuit No Activity Detected (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0135", +"desc": "O2 Sensor Heater Circuit Malfunction (Bank 1 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0136", +"desc": "O2 Sensor Circuit Malfunction (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0137", +"desc": "O2 Sensor Circuit Low Voltage (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0138", +"desc": "O2 Sensor Circuit High Voltage (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0139", +"desc": "O2 Sensor Circuit Slow Response (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0140", +"desc": "O2 Sensor Circuit No Activity Detected (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0141", +"desc": "O2 Sensor Heater Circuit Malfunction (Bank 1 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0142", +"desc": "O2 Sensor Circuit Malfunction (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0143", +"desc": "O2 Sensor Circuit Low Voltage (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0144", +"desc": "O2 Sensor Circuit High Voltage (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0145", +"desc": "O2 Sensor Circuit Slow Response (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0146", +"desc": "O2 Sensor Circuit No Activity Detected (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0147", +"desc": "O2 Sensor Heater Circuit Malfunction (Bank 1 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0148", +"desc": "Fuel Delivery Error", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0149", +"desc": "Fuel Timing Error", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0150", +"desc": "O2 Sensor Circuit Malfunction (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0151", +"desc": "O2 Sensor Circuit Low Voltage (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0152", +"desc": "O2 Sensor Circuit High Voltage (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0153", +"desc": "O2 Sensor Circuit Slow Response (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0154", +"desc": "O2 Sensor Circuit No Activity Detected (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0155", +"desc": "O2 Sensor Heater Circuit Malfunction (Bank 2 Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0156", +"desc": "O2 Sensor Circuit Malfunction (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0157", +"desc": "O2 Sensor Circuit Low Voltage (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0158", +"desc": "O2 Sensor Circuit High Voltage (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0159", +"desc": "O2 Sensor Circuit Slow Response (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0160", +"desc": "O2 Sensor Circuit No Activity Detected (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0161", +"desc": "O2 Sensor Heater Circuit Malfunction (Bank 2 Sensor 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0162", +"desc": "O2 Sensor Circuit Malfunction (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0163", +"desc": "O2 Sensor Circuit Low Voltage (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0164", +"desc": "O2 Sensor Circuit High Voltage (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0165", +"desc": "O2 Sensor Circuit Slow Response (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0166", +"desc": "O2 Sensor Circuit No Activity Detected (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0167", +"desc": "O2 Sensor Heater Circuit Malfunction (Bank 2 Sensor 3)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0168", +"desc": "Fuel Temperature Too High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0169", +"desc": "Incorrect Fuel Composition", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0170", +"desc": "Fuel Trim Malfunction (Bank 1)", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0171", +"desc": "System Too Lean (Bank 1)", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0172", +"desc": "System Too Rich (Bank 1)", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0173", +"desc": "Fuel Trim Malfunction (Bank 2)", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0174", +"desc": "System Too Lean (Bank 2)", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0175", +"desc": "System Too Rich (Bank 2)", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0176", +"desc": "Fuel Composition Sensor Circuit Malfunction", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0177", +"desc": "Fuel Composition Sensor Circuit Range/Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0178", +"desc": "Fuel Composition Sensor Circuit Low Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0179", +"desc": "Fuel Composition Sensor Circuit High Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0180", +"desc": "Fuel Temperature Sensor A Circuit Malfunction", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0181", +"desc": "Fuel Temperature Sensor A Circuit Range/Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0182", +"desc": "Fuel Temperature Sensor A Circuit Low Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0183", +"desc": "Fuel Temperature Sensor A Circuit High Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0184", +"desc": "Fuel Temperature Sensor A Circuit Intermittent", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0185", +"desc": "Fuel Temperature Sensor B Circuit Malfunction", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0186", +"desc": "Fuel Temperature Sensor B Circuit Range/Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0187", +"desc": "Fuel Temperature Sensor B Circuit Low Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0188", +"desc": "Fuel Temperature Sensor B Circuit High Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0189", +"desc": "Fuel Temperature Sensor B Circuit Intermittent", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0190", +"desc": "Fuel Rail Pressure Sensor Circuit Malfunction", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0191", +"desc": "Fuel Rail Pressure Sensor Circuit Range/Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0192", +"desc": "Fuel Rail Pressure Sensor Circuit Low Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0193", +"desc": "Fuel Rail Pressure Sensor Circuit High Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0194", +"desc": "Fuel Rail Pressure Sensor Circuit Intermittent", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0195", +"desc": "Engine Oil Temperature Sensor Malfunction", +"system": "engine", +"no_start": false +}, +{ +"code": "P0196", +"desc": "Engine Oil Temperature Sensor Range/Performance", +"system": "engine", +"no_start": false +}, +{ +"code": "P0197", +"desc": "Engine Oil Temperature Sensor Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0198", +"desc": "Engine Oil Temperature Sensor High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0199", +"desc": "Engine Oil Temperature Sensor Intermittent", +"system": "engine", +"no_start": false +}, +{ +"code": "P0200", +"desc": "Injector Circuit/Open", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0201", +"desc": "Injector Circuit/Open - Cylinder 1", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0202", +"desc": "Injector Circuit/Open - Cylinder 2", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0203", +"desc": "Injector Circuit/Open - Cylinder 3", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0204", +"desc": "Injector Circuit/Open - Cylinder 4", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0205", +"desc": "Injector Circuit/Open - Cylinder 5", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0206", +"desc": "Injector Circuit/Open - Cylinder 6", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0207", +"desc": "Injector Circuit/Open - Cylinder 7", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0208", +"desc": "Injector Circuit/Open - Cylinder 8", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0209", +"desc": "Injector Circuit/Open - Cylinder 9", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0210", +"desc": "Injector Circuit/Open - Cylinder 10", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0211", +"desc": "Injector Circuit/Open - Cylinder 11", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0212", +"desc": "Injector Circuit/Open - Cylinder 12", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0213", +"desc": "Cold Start Injector 1 Malfunction", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0214", +"desc": "Cold Start Injector 2 Malfunction", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0215", +"desc": "Engine Shutoff Solenoid Malfunction", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0216", +"desc": "Injection Timing Control Circuit Malfunction", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0217", +"desc": "Engine Coolant Over Temperature Condition", +"system": "engine", +"no_start": false +}, +{ +"code": "P0218", +"desc": "Transmission Fluid Over Temperature Condition", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0219", +"desc": "Engine Overspeed Condition", +"system": "engine", +"no_start": false +}, +{ +"code": "P0220", +"desc": "Throttle/Pedal Position Sensor/Switch B Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0221", +"desc": "Throttle/Pedal Position Sensor/Switch B Circuit Range/Performance Problem", +"system": "air", +"no_start": false +}, +{ +"code": "P0222", +"desc": "Throttle/Pedal Position Sensor/Switch B Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0223", +"desc": "Throttle/Pedal Position Sensor/Switch B Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0224", +"desc": "Throttle/Pedal Position Sensor/Switch B Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0225", +"desc": "Throttle/Pedal Position Sensor/Switch C Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0226", +"desc": "Throttle/Pedal Position Sensor/Switch C Circuit Range/Performance Problem", +"system": "air", +"no_start": false +}, +{ +"code": "P0227", +"desc": "Throttle/Pedal Position Sensor/Switch C Circuit Low Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0228", +"desc": "Throttle/Pedal Position Sensor/Switch C Circuit High Input", +"system": "air", +"no_start": false +}, +{ +"code": "P0229", +"desc": "Throttle/Pedal Position Sensor/Switch C Circuit Intermittent", +"system": "air", +"no_start": false +}, +{ +"code": "P0230", +"desc": "Fuel Pump Primary Circuit Malfunction", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0231", +"desc": "Fuel Pump Secondary Circuit Low", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0232", +"desc": "Fuel Pump Secondary Circuit High", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0233", +"desc": "Fuel Pump Secondary Circuit Intermittent", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0234", +"desc": "Turbocharger/Supercharger Overboost Condition", +"system": "air", +"no_start": false +}, +{ +"code": "P0235", +"desc": "Turbocharger Boost Sensor A Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0236", +"desc": "Turbocharger Boost Sensor A Circuit Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0237", +"desc": "Turbocharger Boost Sensor A Circuit Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0238", +"desc": "Turbocharger Boost Sensor A Circuit High", +"system": "air", +"no_start": false +}, +{ +"code": "P0239", +"desc": "Turbocharger Boost Sensor B Circuit Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0240", +"desc": "Turbocharger Boost Sensor B Circuit Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0241", +"desc": "Turbocharger Boost Sensor B Circuit Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0242", +"desc": "Turbocharger Boost Sensor B Circuit High", +"system": "air", +"no_start": false +}, +{ +"code": "P0243", +"desc": "Turbocharger Wastegate Solenoid A Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0244", +"desc": "Turbocharger Wastegate Solenoid A Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0245", +"desc": "Turbocharger Wastegate Solenoid A Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0246", +"desc": "Turbocharger Wastegate Solenoid A High", +"system": "air", +"no_start": false +}, +{ +"code": "P0247", +"desc": "Turbocharger Wastegate Solenoid B Malfunction", +"system": "air", +"no_start": false +}, +{ +"code": "P0248", +"desc": "Turbocharger Wastegate Solenoid B Range/Performance", +"system": "air", +"no_start": false +}, +{ +"code": "P0249", +"desc": "Turbocharger Wastegate Solenoid B Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0250", +"desc": "Turbocharger Wastegate Solenoid B High", +"system": "air", +"no_start": false +}, +{ +"code": "P0251", +"desc": "Injection Pump Fuel Metering Control A Malfunction (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0252", +"desc": "Injection Pump Fuel Metering Control A Range/Performance (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0253", +"desc": "Injection Pump Fuel Metering Control A Low (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0254", +"desc": "Injection Pump Fuel Metering Control A High (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0255", +"desc": "Injection Pump Fuel Metering Control A Intermittent (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0256", +"desc": "Injection Pump Fuel Metering Control B Malfunction (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0257", +"desc": "Injection Pump Fuel Metering Control B Range/Performance (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0258", +"desc": "Injection Pump Fuel Metering Control B Low (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0259", +"desc": "Injection Pump Fuel Metering Control B High (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0260", +"desc": "Injection Pump Fuel Metering Control B Intermittent (Cam/Rotor/Injector)", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0261", +"desc": "Cylinder 1 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0262", +"desc": "Cylinder 1 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0263", +"desc": "Cylinder 1 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0264", +"desc": "Cylinder 2 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0265", +"desc": "Cylinder 2 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0266", +"desc": "Cylinder 2 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0267", +"desc": "Cylinder 3 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0268", +"desc": "Cylinder 3 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0269", +"desc": "Cylinder 3 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0270", +"desc": "Cylinder 4 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0271", +"desc": "Cylinder 4 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0272", +"desc": "Cylinder 4 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0273", +"desc": "Cylinder 5 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0274", +"desc": "Cylinder 5 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0275", +"desc": "Cylinder 5 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0276", +"desc": "Cylinder 6 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0277", +"desc": "Cylinder 6 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0278", +"desc": "Cylinder 6 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0279", +"desc": "Cylinder 7 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0280", +"desc": "Cylinder 7 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0281", +"desc": "Cylinder 7 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0282", +"desc": "Cylinder 8 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0283", +"desc": "Cylinder 8 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0284", +"desc": "Cylinder 8 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0285", +"desc": "Cylinder 9 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0286", +"desc": "Cylinder 9 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0287", +"desc": "Cylinder 9 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0288", +"desc": "Cylinder 10 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0289", +"desc": "Cylinder 10 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0290", +"desc": "Cylinder 10 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0291", +"desc": "Cylinder 11 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0292", +"desc": "Cylinder 11 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0293", +"desc": "Cylinder 11 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0294", +"desc": "Cylinder 12 Injector Circuit Low", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0295", +"desc": "Cylinder 12 Injector Circuit High", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0296", +"desc": "Cylinder 12 Contribution/Balance Fault", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0297", +"desc": "Vehicle Overspeed Condition", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0298", +"desc": "Engine Oil Over Temperature Condition", +"system": "engine", +"no_start": false +}, +{ +"code": "P0299", +"desc": "Turbocharger/Supercharger Underboost Condition", +"system": "air", +"no_start": false +}, +{ +"code": "P0300", +"desc": "Random/Multiple Cylinder Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0301", +"desc": "Cylinder 1 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0302", +"desc": "Cylinder 2 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0303", +"desc": "Cylinder 3 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0304", +"desc": "Cylinder 4 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0305", +"desc": "Cylinder 5 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0306", +"desc": "Cylinder 6 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0307", +"desc": "Cylinder 7 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0308", +"desc": "Cylinder 8 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0309", +"desc": "Cylinder 9 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0310", +"desc": "Cylinder 10 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0311", +"desc": "Cylinder 11 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0312", +"desc": "Cylinder 12 Misfire Detected", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0313", +"desc": "Misfire Detected with Low Fuel", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0314", +"desc": "Single Cylinder Misfire (Cylinder not Specified)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0315", +"desc": "Crankshaft Position System Variation Not Learned", +"system": "engine", +"no_start": false +}, +{ +"code": "P0316", +"desc": "Engine Misfire Detected on Startup (First 1000 Revolutions)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0317", +"desc": "Rough Road Hardware Not Present", +"system": "engine", +"no_start": false +}, +{ +"code": "P0318", +"desc": "Rough Road Sensor A Signal Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0319", +"desc": "Rough Road Sensor B Signal Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0320", +"desc": "Ignition/Distributor Engine Speed Input Circuit Malfunction", +"system": "ignition", +"no_start": true +}, +{ +"code": "P0321", +"desc": "Ignition/Distributor Engine Speed Input Circuit Range/Performance", +"system": "ignition", +"no_start": true +}, +{ +"code": "P0322", +"desc": "Ignition/Distributor Engine Speed Input Circuit No Signal", +"system": "ignition", +"no_start": true +}, +{ +"code": "P0323", +"desc": "Ignition/Distributor Engine Speed Input Circuit Intermittent", +"system": "ignition", +"no_start": true +}, +{ +"code": "P0324", +"desc": "Knock Control System Error", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0325", +"desc": "Knock Sensor 1 Circuit Malfunction (Bank 1 or Single Sensor)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0326", +"desc": "Knock Sensor 1 Circuit Range/Performance (Bank 1 or Single Sensor)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0327", +"desc": "Knock Sensor 1 Circuit Low Input (Bank 1 or Single Sensor)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0328", +"desc": "Knock Sensor 1 Circuit High Input (Bank 1 or Single Sensor)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0329", +"desc": "Knock Sensor 1 Circuit Intermittent (Bank 1 or Single Sensor)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0330", +"desc": "Knock Sensor 2 Circuit Malfunction (Bank 2)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0331", +"desc": "Knock Sensor 2 Circuit Range/Performance (Bank 2)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0332", +"desc": "Knock Sensor 2 Circuit Low Input (Bank 2)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0333", +"desc": "Knock Sensor 2 Circuit High Input (Bank 2)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0334", +"desc": "Knock Sensor 2 Circuit Intermittent (Bank 2)", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0335", +"desc": "Crankshaft Position Sensor A Circuit Malfunction", +"system": "engine", +"no_start": true +}, +{ +"code": "P0336", +"desc": "Crankshaft Position Sensor A Circuit Range/Performance", +"system": "engine", +"no_start": true +}, +{ +"code": "P0337", +"desc": "Crankshaft Position Sensor A Circuit Low Input", +"system": "engine", +"no_start": true +}, +{ +"code": "P0338", +"desc": "Crankshaft Position Sensor A Circuit High Input", +"system": "engine", +"no_start": true +}, +{ +"code": "P0339", +"desc": "Crankshaft Position Sensor A Circuit Intermittent", +"system": "engine", +"no_start": true +}, +{ +"code": "P0340", +"desc": "Camshaft Position Sensor A Circuit Malfunction (Bank 1 or Single Sensor)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0341", +"desc": "Camshaft Position Sensor A Circuit Range/Performance (Bank 1 or Single Sensor)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0342", +"desc": "Camshaft Position Sensor A Circuit Low Input (Bank 1 or Single Sensor)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0343", +"desc": "Camshaft Position Sensor A Circuit High Input (Bank 1 or Single Sensor)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0344", +"desc": "Camshaft Position Sensor A Circuit Intermittent (Bank 1 or Single Sensor)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0345", +"desc": "Camshaft Position Sensor A Circuit (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0346", +"desc": "Camshaft Position Sensor A Circuit Range/Performance (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0347", +"desc": "Camshaft Position Sensor A Circuit Low Input (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0348", +"desc": "Camshaft Position Sensor A Circuit High Input (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0349", +"desc": "Camshaft Position Sensor A Circuit Intermittent (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0350", +"desc": "Ignition Coil Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0351", +"desc": "Ignition Coil A Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0352", +"desc": "Ignition Coil B Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0353", +"desc": "Ignition Coil C Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0354", +"desc": "Ignition Coil D Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0355", +"desc": "Ignition Coil E Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0356", +"desc": "Ignition Coil F Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0357", +"desc": "Ignition Coil G Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0358", +"desc": "Ignition Coil H Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0359", +"desc": "Ignition Coil I Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0360", +"desc": "Ignition Coil J Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0361", +"desc": "Ignition Coil K Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0362", +"desc": "Ignition Coil L Primary/Secondary Circuit Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0363", +"desc": "Misfire Detected - Fueling Disabled", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0365", +"desc": "Camshaft Position Sensor B Circuit (Bank 1)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0366", +"desc": "Camshaft Position Sensor B Circuit Range/Performance (Bank 1)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0367", +"desc": "Camshaft Position Sensor B Circuit Low Input (Bank 1)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0368", +"desc": "Camshaft Position Sensor B Circuit High Input (Bank 1)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0369", +"desc": "Camshaft Position Sensor B Circuit Intermittent (Bank 1)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0370", +"desc": "Timing Reference High Resolution Signal A Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0371", +"desc": "Timing Reference High Resolution Signal A Too Many Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0372", +"desc": "Timing Reference High Resolution Signal A Too Few Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0373", +"desc": "Timing Reference High Resolution Signal A Intermittent/Erratic Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0374", +"desc": "Timing Reference High Resolution Signal A No Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0375", +"desc": "Timing Reference High Resolution Signal B Malfunction", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0376", +"desc": "Timing Reference High Resolution Signal B Too Many Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0377", +"desc": "Timing Reference High Resolution Signal B Too Few Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0378", +"desc": "Timing Reference High Resolution Signal B Intermittent/Erratic Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0379", +"desc": "Timing Reference High Resolution Signal B No Pulses", +"system": "ignition", +"no_start": false +}, +{ +"code": "P0380", +"desc": "Glow Plug/Heater Circuit A Malfunction", +"system": "engine", +"no_start": false +}, +{ +"code": "P0381", +"desc": "Glow Plug/Heater Indicator Circuit Malfunction", +"system": "engine", +"no_start": false +}, +{ +"code": "P0382", +"desc": "Glow Plug/Heater Circuit B Malfunction", +"system": "engine", +"no_start": false +}, +{ +"code": "P0385", +"desc": "Crankshaft Position Sensor B Circuit Malfunction", +"system": "engine", +"no_start": true +}, +{ +"code": "P0386", +"desc": "Crankshaft Position Sensor B Circuit Range/Performance", +"system": "engine", +"no_start": true +}, +{ +"code": "P0387", +"desc": "Crankshaft Position Sensor B Circuit Low Input", +"system": "engine", +"no_start": true +}, +{ +"code": "P0388", +"desc": "Crankshaft Position Sensor B Circuit High Input", +"system": "engine", +"no_start": true +}, +{ +"code": "P0389", +"desc": "Crankshaft Position Sensor B Circuit Intermittent", +"system": "engine", +"no_start": true +}, +{ +"code": "P0390", +"desc": "Camshaft Position Sensor B Circuit (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0391", +"desc": "Camshaft Position Sensor B Circuit Range/Performance (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0392", +"desc": "Camshaft Position Sensor B Circuit Low Input (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0393", +"desc": "Camshaft Position Sensor B Circuit High Input (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0394", +"desc": "Camshaft Position Sensor B Circuit Intermittent (Bank 2)", +"system": "engine", +"no_start": true +}, +{ +"code": "P0400", +"desc": "Exhaust Gas Recirculation Flow Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0401", +"desc": "Exhaust Gas Recirculation Flow Insufficient Detected", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0402", +"desc": "Exhaust Gas Recirculation Flow Excessive Detected", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0403", +"desc": "Exhaust Gas Recirculation Circuit Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0404", +"desc": "Exhaust Gas Recirculation Circuit Range/Performance", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0405", +"desc": "Exhaust Gas Recirculation Sensor A Circuit Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0406", +"desc": "Exhaust Gas Recirculation Sensor A Circuit High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0407", +"desc": "Exhaust Gas Recirculation Sensor B Circuit Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0408", +"desc": "Exhaust Gas Recirculation Sensor B Circuit High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0409", +"desc": "Exhaust Gas Recirculation Sensor A Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0410", +"desc": "Secondary Air Injection System Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0411", +"desc": "Secondary Air Injection System Incorrect Flow Detected", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0412", +"desc": "Secondary Air Injection System Switching Valve A Circuit Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0413", +"desc": "Secondary Air Injection System Switching Valve A Circuit Open", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0414", +"desc": "Secondary Air Injection System Switching Valve A Circuit Shorted", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0415", +"desc": "Secondary Air Injection System Switching Valve B Circuit Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0416", +"desc": "Secondary Air Injection System Switching Valve B Circuit Open", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0417", +"desc": "Secondary Air Injection System Switching Valve B Circuit Shorted", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0418", +"desc": "Secondary Air Injection System Relay A Circuit Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0419", +"desc": "Secondary Air Injection System Relay B Circuit Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0420", +"desc": "Catalyst System Efficiency Below Threshold (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0421", +"desc": "Warm Up Catalyst Efficiency Below Threshold (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0422", +"desc": "Main Catalyst Efficiency Below Threshold (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0423", +"desc": "Heated Catalyst Efficiency Below Threshold (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0424", +"desc": "Heated Catalyst Temperature Below Threshold (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0425", +"desc": "Catalyst Temperature Sensor (Bank 1, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0426", +"desc": "Catalyst Temperature Sensor Range/Performance (Bank 1, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0427", +"desc": "Catalyst Temperature Sensor Low Input (Bank 1, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0428", +"desc": "Catalyst Temperature Sensor High Input (Bank 1, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0429", +"desc": "Catalyst Heater Control Circuit (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0430", +"desc": "Catalyst System Efficiency Below Threshold (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0431", +"desc": "Warm Up Catalyst Efficiency Below Threshold (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0432", +"desc": "Main Catalyst Efficiency Below Threshold (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0433", +"desc": "Heated Catalyst Efficiency Below Threshold (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0434", +"desc": "Heated Catalyst Temperature Below Threshold (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0435", +"desc": "Catalyst Temperature Sensor (Bank 2, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0436", +"desc": "Catalyst Temperature Sensor Range/Performance (Bank 2, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0437", +"desc": "Catalyst Temperature Sensor Low Input (Bank 2, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0438", +"desc": "Catalyst Temperature Sensor High Input (Bank 2, Sensor 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0439", +"desc": "Catalyst Heater Control Circuit (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0440", +"desc": "Evaporative Emission Control System Malfunction", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0441", +"desc": "Evaporative Emission Control System Incorrect Purge Flow", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0442", +"desc": "Evaporative Emission Control System Leak Detected (Small Leak)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0443", +"desc": "Evaporative Emission Control System Purge Control Valve Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0444", +"desc": "Evaporative Emission Control System Purge Control Valve Circuit Open", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0445", +"desc": "Evaporative Emission Control System Purge Control Valve Circuit Shorted", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0446", +"desc": "Evaporative Emission Control System Vent Control Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0447", +"desc": "Evaporative Emission Control System Vent Control Circuit Open", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0448", +"desc": "Evaporative Emission Control System Vent Control Circuit Shorted", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0449", +"desc": "Evaporative Emission Control System Vent Valve/Solenoid Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0450", +"desc": "Evaporative Emission Control System Pressure Sensor", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0451", +"desc": "Evaporative Emission Control System Pressure Sensor Range/Performance", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0452", +"desc": "Evaporative Emission Control System Pressure Sensor Low Input", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0453", +"desc": "Evaporative Emission Control System Pressure Sensor High Input", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0454", +"desc": "Evaporative Emission Control System Pressure Sensor Intermittent", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0455", +"desc": "Evaporative Emission Control System Leak Detected (Gross Leak)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0456", +"desc": "Evaporative Emission Control System Leak Detected (Very Small Leak)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0457", +"desc": "Evaporative Emission Control System Leak Detected (Fuel Cap Loose/Off)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0458", +"desc": "Evaporative Emission Control System Purge Control Valve Circuit Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0459", +"desc": "Evaporative Emission Control System Purge Control Valve Circuit High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0460", +"desc": "Fuel Level Sensor Circuit", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0461", +"desc": "Fuel Level Sensor Circuit Range/Performance", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0462", +"desc": "Fuel Level Sensor Circuit Low Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0463", +"desc": "Fuel Level Sensor Circuit High Input", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0464", +"desc": "Fuel Level Sensor Circuit Intermittent", +"system": "fuel", +"no_start": false +}, +{ +"code": "P0465", +"desc": "Purge Flow Sensor Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0466", +"desc": "Purge Flow Sensor Circuit Range/Performance", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0467", +"desc": "Purge Flow Sensor Circuit Low Input", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0468", +"desc": "Purge Flow Sensor Circuit High Input", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0469", +"desc": "Purge Flow Sensor Circuit Intermittent", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0470", +"desc": "Exhaust Pressure Sensor", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0471", +"desc": "Exhaust Pressure Sensor Range/Performance", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0472", +"desc": "Exhaust Pressure Sensor Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0473", +"desc": "Exhaust Pressure Sensor High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0474", +"desc": "Exhaust Pressure Sensor Intermittent", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0475", +"desc": "Exhaust Pressure Control Valve", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0476", +"desc": "Exhaust Pressure Control Valve Range/Performance", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0477", +"desc": "Exhaust Pressure Control Valve Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0478", +"desc": "Exhaust Pressure Control Valve High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0479", +"desc": "Exhaust Pressure Control Valve Intermittent", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0480", +"desc": "Cooling Fan 1 Control Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0481", +"desc": "Cooling Fan 2 Control Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0482", +"desc": "Cooling Fan 3 Control Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0483", +"desc": "Cooling Fan Rationality Check Malfunction", +"system": "engine", +"no_start": false +}, +{ +"code": "P0484", +"desc": "Cooling Fan Circuit Over Current", +"system": "engine", +"no_start": false +}, +{ +"code": "P0485", +"desc": "Cooling Fan Power/Ground Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0486", +"desc": "Exhaust Gas Recirculation Sensor B Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0487", +"desc": "Exhaust Gas Recirculation Throttle Position Control Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0488", +"desc": "Exhaust Gas Recirculation Throttle Position Control Range/Performance", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0489", +"desc": "Exhaust Gas Recirculation Control Circuit Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0490", +"desc": "Exhaust Gas Recirculation Control Circuit High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0491", +"desc": "Secondary Air Injection System Insufficient Flow (Bank 1)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0492", +"desc": "Secondary Air Injection System Insufficient Flow (Bank 2)", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0493", +"desc": "Cooling Fan Overspeed", +"system": "engine", +"no_start": false +}, +{ +"code": "P0494", +"desc": "Cooling Fan Speed Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0495", +"desc": "Cooling Fan Speed High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0496", +"desc": "Evaporative Emission System High Purge Flow", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0497", +"desc": "Evaporative Emission System Low Purge Flow", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0498", +"desc": "Evaporative Emission System Vent Valve Control Circuit Low", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0499", +"desc": "Evaporative Emission System Vent Valve Control Circuit High", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0500", +"desc": "Vehicle Speed Sensor \"A\"", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0501", +"desc": "Vehicle Speed Sensor \"A\" Range/Performance", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0502", +"desc": "Vehicle Speed Sensor \"A\" Circuit Low Input", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0503", +"desc": "Vehicle Speed Sensor \"A\" Intermittent/Erratic/High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0504", +"desc": "Brake Switch \"A\"/\"B\" Correlation", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0505", +"desc": "Idle Air Control System", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0506", +"desc": "Idle Air Control System RPM Lower Than Expected", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0507", +"desc": "Idle Air Control System RPM Higher Than Expected", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0508", +"desc": "Idle Air Control System Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0509", +"desc": "Idle Air Control System Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0510", +"desc": "Closed Throttle Position Switch", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0511", +"desc": "Idle Air Control Circuit", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0512", +"desc": "Starter Request Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0513", +"desc": "Incorrect Immobilizer Key", +"system": "computer", +"no_start": true +}, +{ +"code": "P0514", +"desc": "Battery Temperature Sensor Circuit Range/Performance", +"system": "computer", +"no_start": false +}, +{ +"code": "P0515", +"desc": "Battery Temperature Sensor Circuit", +"system": "computer", +"no_start": false +}, +{ +"code": "P0516", +"desc": "Battery Temperature Sensor Circuit Low", +"system": "computer", +"no_start": false +}, +{ +"code": "P0517", +"desc": "Battery Temperature Sensor Circuit High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0518", +"desc": "Idle Air Control Circuit Intermittent", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0519", +"desc": "Idle Air Control System Performance", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0520", +"desc": "Engine Oil Pressure Sensor/Switch Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0521", +"desc": "Engine Oil Pressure Sensor/Switch Range/Performance", +"system": "engine", +"no_start": false +}, +{ +"code": "P0522", +"desc": "Engine Oil Pressure Sensor/Switch Low Voltage", +"system": "engine", +"no_start": false +}, +{ +"code": "P0523", +"desc": "Engine Oil Pressure Sensor/Switch High Voltage", +"system": "engine", +"no_start": false +}, +{ +"code": "P0524", +"desc": "Engine Oil Pressure Too Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0525", +"desc": "Cruise Control Servo Control Circuit Range/Performance", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0526", +"desc": "Fan Speed Sensor Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0527", +"desc": "Fan Speed Sensor Circuit Range/Performance", +"system": "engine", +"no_start": false +}, +{ +"code": "P0528", +"desc": "Fan Speed Sensor Circuit No Signal", +"system": "engine", +"no_start": false +}, +{ +"code": "P0529", +"desc": "Fan Speed Sensor Circuit Intermittent", +"system": "engine", +"no_start": false +}, +{ +"code": "P0530", +"desc": "A/C Refrigerant Pressure Sensor \"A\" Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0531", +"desc": "A/C Refrigerant Pressure Sensor \"A\" Circuit Range/Performance", +"system": "body", +"no_start": false +}, +{ +"code": "P0532", +"desc": "A/C Refrigerant Pressure Sensor \"A\" Circuit Low Input", +"system": "body", +"no_start": false +}, +{ +"code": "P0533", +"desc": "A/C Refrigerant Pressure Sensor \"A\" Circuit High Input", +"system": "body", +"no_start": false +}, +{ +"code": "P0534", +"desc": "Air Conditioner Refrigerant Charge Loss", +"system": "body", +"no_start": false +}, +{ +"code": "P0535", +"desc": "A/C Evaporator Temperature Sensor Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0536", +"desc": "A/C Evaporator Temperature Sensor Circuit Range/Performance", +"system": "body", +"no_start": false +}, +{ +"code": "P0537", +"desc": "A/C Evaporator Temperature Sensor Circuit Low", +"system": "body", +"no_start": false +}, +{ +"code": "P0538", +"desc": "A/C Evaporator Temperature Sensor Circuit High", +"system": "body", +"no_start": false +}, +{ +"code": "P0539", +"desc": "A/C Evaporator Temperature Sensor Circuit Intermittent", +"system": "body", +"no_start": false +}, +{ +"code": "P0540", +"desc": "Intake Air Heater \"A\" Circuit", +"system": "air", +"no_start": false +}, +{ +"code": "P0541", +"desc": "Intake Air Heater \"A\" Circuit Low", +"system": "air", +"no_start": false +}, +{ +"code": "P0542", +"desc": "Intake Air Heater \"A\" Circuit High", +"system": "air", +"no_start": false +}, +{ +"code": "P0543", +"desc": "Intake Air Heater \"A\" Circuit Open", +"system": "air", +"no_start": false +}, +{ +"code": "P0544", +"desc": "Exhaust Gas Temperature Sensor Circuit Bank 1 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0545", +"desc": "Exhaust Gas Temperature Sensor Circuit Low Bank 1 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0546", +"desc": "Exhaust Gas Temperature Sensor Circuit High Bank 1 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0547", +"desc": "Exhaust Gas Temperature Sensor Circuit Bank 2 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0548", +"desc": "Exhaust Gas Temperature Sensor Circuit Low Bank 2 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0549", +"desc": "Exhaust Gas Temperature Sensor Circuit High Bank 2 Sensor 1", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0550", +"desc": "Power Steering Pressure Sensor/Switch Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0551", +"desc": "Power Steering Pressure Sensor/Switch Circuit Range/Performance", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0552", +"desc": "Power Steering Pressure Sensor/Switch Circuit Low Input", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0553", +"desc": "Power Steering Pressure Sensor/Switch Circuit High Input", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0554", +"desc": "Power Steering Pressure Sensor/Switch Circuit Intermittent", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0555", +"desc": "Brake Booster Pressure Sensor Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0556", +"desc": "Brake Booster Pressure Sensor Circuit Range/Performance", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0557", +"desc": "Brake Booster Pressure Sensor Circuit Low Input", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0558", +"desc": "Brake Booster Pressure Sensor Circuit High Input", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0559", +"desc": "Brake Booster Pressure Sensor Circuit Intermittent", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0560", +"desc": "System Voltage", +"system": "computer", +"no_start": false +}, +{ +"code": "P0561", +"desc": "System Voltage Unstable", +"system": "computer", +"no_start": false +}, +{ +"code": "P0562", +"desc": "System Voltage Low", +"system": "computer", +"no_start": true +}, +{ +"code": "P0563", +"desc": "System Voltage High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0564", +"desc": "Cruise Control Multi-Function Input \"A\" Circuit", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0565", +"desc": "Cruise Control On Signal", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0566", +"desc": "Cruise Control Off Signal", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0567", +"desc": "Cruise Control Resume Signal", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0568", +"desc": "Cruise Control Set Signal", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0569", +"desc": "Cruise Control Coast Signal", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0570", +"desc": "Cruise Control Accel Signal", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0571", +"desc": "Brake Switch \"A\" Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0572", +"desc": "Brake Switch \"A\" Circuit Low", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0573", +"desc": "Brake Switch \"A\" Circuit High", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0574", +"desc": "Cruise Control System - Vehicle Speed Too High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0575", +"desc": "Cruise Control Input Circuit", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0576", +"desc": "Cruise Control Input Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0577", +"desc": "Cruise Control Input Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0578", +"desc": "Cruise Control Multi-Function Input \"A\" Circuit Stuck", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0579", +"desc": "Cruise Control Multi-Function Input \"A\" Circuit Range/Performance", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0580", +"desc": "Cruise Control Multi-Function Input \"A\" Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0581", +"desc": "Cruise Control Multi-Function Input \"A\" Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0582", +"desc": "Cruise Control Vacuum Control Circuit/Open", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0583", +"desc": "Cruise Control Vacuum Control Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0584", +"desc": "Cruise Control Vacuum Control Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0585", +"desc": "Cruise Control Multi-Function Input \"A\"/\"B\" Correlation", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0586", +"desc": "Cruise Control Vent Control Circuit/Open", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0587", +"desc": "Cruise Control Vent Control Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0588", +"desc": "Cruise Control Vent Control Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0589", +"desc": "Cruise Control Multi-Function Input \"B\" Circuit", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0590", +"desc": "Cruise Control Multi-Function Input \"B\" Circuit Stuck", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0591", +"desc": "Cruise Control Multi-Function Input \"B\" Circuit Range/Performance", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0592", +"desc": "Cruise Control Multi-Function Input \"B\" Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0593", +"desc": "Cruise Control Multi-Function Input \"B\" Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0594", +"desc": "Cruise Control Servo Control Circuit/Open", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0595", +"desc": "Cruise Control Servo Control Circuit Low", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0596", +"desc": "Cruise Control Servo Control Circuit High", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0597", +"desc": "Thermostat Heater Control Circuit/Open", +"system": "engine", +"no_start": false +}, +{ +"code": "P0598", +"desc": "Thermostat Heater Control Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0599", +"desc": "Thermostat Heater Control Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0600", +"desc": "Serial Communication Link", +"system": "network", +"no_start": false +}, +{ +"code": "P0601", +"desc": "Internal Control Module Memory Check Sum Error", +"system": "computer", +"no_start": true +}, +{ +"code": "P0602", +"desc": "Control Module Programming Error", +"system": "computer", +"no_start": true +}, +{ +"code": "P0603", +"desc": "Internal Control Module Keep Alive Memory (KAM) Error", +"system": "computer", +"no_start": true +}, +{ +"code": "P0604", +"desc": "Internal Control Module Random Access Memory (RAM) Error", +"system": "computer", +"no_start": true +}, +{ +"code": "P0605", +"desc": "Internal Control Module Read Only Memory (ROM) Error", +"system": "computer", +"no_start": true +}, +{ +"code": "P0606", +"desc": "ECM/PCM Processor", +"system": "computer", +"no_start": true +}, +{ +"code": "P0607", +"desc": "Control Module Performance", +"system": "computer", +"no_start": true +}, +{ +"code": "P0608", +"desc": "Control Module VSS Output \"A\"", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0609", +"desc": "Control Module VSS Output \"B\"", +"system": "speed-idle", +"no_start": false +}, +{ +"code": "P0610", +"desc": "Control Module Vehicle Options Error", +"system": "computer", +"no_start": false +}, +{ +"code": "P0611", +"desc": "Fuel Injector Control Module Performance", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0612", +"desc": "Fuel Injector Control Module Relay Control", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0613", +"desc": "TCM Processor", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0614", +"desc": "ECM/TCM Mismatch", +"system": "computer", +"no_start": false +}, +{ +"code": "P0615", +"desc": "Starter Relay Circuit", +"system": "engine", +"no_start": true +}, +{ +"code": "P0616", +"desc": "Starter Relay Circuit Low", +"system": "engine", +"no_start": true +}, +{ +"code": "P0617", +"desc": "Starter Relay Circuit High", +"system": "engine", +"no_start": true +}, +{ +"code": "P0618", +"desc": "Alternative Fuel Control Module KAM Error", +"system": "computer", +"no_start": false +}, +{ +"code": "P0619", +"desc": "Alternative Fuel Control Module RAM/ROM Error", +"system": "computer", +"no_start": false +}, +{ +"code": "P0620", +"desc": "Generator Control Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0621", +"desc": "Generator Lamp \"L\" Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0622", +"desc": "Generator Field \"F\" Control Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0623", +"desc": "Generator Lamp Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0624", +"desc": "Fuel Cap Lamp Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0625", +"desc": "Generator Field Terminal Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0626", +"desc": "Generator Field Terminal Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0627", +"desc": "Fuel Pump \"A\" Control Circuit/Open", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0628", +"desc": "Fuel Pump \"A\" Control Circuit Low", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0629", +"desc": "Fuel Pump \"A\" Control Circuit High", +"system": "fuel", +"no_start": true +}, +{ +"code": "P0630", +"desc": "VIN Not Programmed or Incompatible - ECM/PCM", +"system": "computer", +"no_start": false +}, +{ +"code": "P0631", +"desc": "VIN Not Programmed or Incompatible - TCM", +"system": "computer", +"no_start": false +}, +{ +"code": "P0632", +"desc": "Odometer Not Programmed - ECM/PCM", +"system": "computer", +"no_start": false +}, +{ +"code": "P0633", +"desc": "Immobilizer Key Not Programmed - ECM/PCM", +"system": "computer", +"no_start": true +}, +{ +"code": "P0634", +"desc": "PCM/ECM/TCM Internal Temperature Too High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0635", +"desc": "Power Steering Control Circuit", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0636", +"desc": "Power Steering Control Circuit Low", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0637", +"desc": "Power Steering Control Circuit High", +"system": "chassis", +"no_start": false +}, +{ +"code": "P0638", +"desc": "Throttle Actuator Control Range/Performance (Bank 1)", +"system": "air", +"no_start": false +}, +{ +"code": "P0639", +"desc": "Throttle Actuator Control Range/Performance (Bank 2)", +"system": "air", +"no_start": false +}, +{ +"code": "P0640", +"desc": "Intake Air Heater Control Circuit", +"system": "air", +"no_start": false +}, +{ +"code": "P0641", +"desc": "Sensor Reference Voltage \"A\" Circuit/Open", +"system": "computer", +"no_start": false +}, +{ +"code": "P0642", +"desc": "Sensor Reference Voltage \"A\" Circuit Low", +"system": "computer", +"no_start": false +}, +{ +"code": "P0643", +"desc": "Sensor Reference Voltage \"A\" Circuit High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0644", +"desc": "Driver Display Serial Communication Circuit", +"system": "network", +"no_start": false +}, +{ +"code": "P0645", +"desc": "A/C Clutch Relay Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0646", +"desc": "A/C Clutch Relay Control Circuit Low", +"system": "body", +"no_start": false +}, +{ +"code": "P0647", +"desc": "A/C Clutch Relay Control Circuit High", +"system": "body", +"no_start": false +}, +{ +"code": "P0648", +"desc": "Immobilizer Lamp Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0649", +"desc": "Speed Control Lamp Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0650", +"desc": "Malfunction Indicator Lamp (MIL) Control Circuit", +"system": "emissions", +"no_start": false +}, +{ +"code": "P0651", +"desc": "Sensor Reference Voltage \"B\" Circuit/Open", +"system": "computer", +"no_start": false +}, +{ +"code": "P0652", +"desc": "Sensor Reference Voltage \"B\" Circuit Low", +"system": "computer", +"no_start": false +}, +{ +"code": "P0653", +"desc": "Sensor Reference Voltage \"B\" Circuit High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0654", +"desc": "Engine RPM Output Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0655", +"desc": "Engine Hot Lamp Output Control Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0656", +"desc": "Fuel Level Output Circuit", +"system": "body", +"no_start": false +}, +{ +"code": "P0657", +"desc": "Actuator Supply Voltage \"A\" Circuit/Open", +"system": "computer", +"no_start": false +}, +{ +"code": "P0658", +"desc": "Actuator Supply Voltage \"A\" Circuit Low", +"system": "computer", +"no_start": false +}, +{ +"code": "P0659", +"desc": "Actuator Supply Voltage \"A\" Circuit High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0660", +"desc": "Intake Manifold Tuning Valve Control Circuit/Open (Bank 1)", +"system": "air", +"no_start": false +}, +{ +"code": "P0661", +"desc": "Intake Manifold Tuning Valve Control Circuit Low (Bank 1)", +"system": "air", +"no_start": false +}, +{ +"code": "P0662", +"desc": "Intake Manifold Tuning Valve Control Circuit High (Bank 1)", +"system": "air", +"no_start": false +}, +{ +"code": "P0663", +"desc": "Intake Manifold Tuning Valve Control Circuit/Open (Bank 2)", +"system": "air", +"no_start": false +}, +{ +"code": "P0664", +"desc": "Intake Manifold Tuning Valve Control Circuit Low (Bank 2)", +"system": "air", +"no_start": false +}, +{ +"code": "P0665", +"desc": "Intake Manifold Tuning Valve Control Circuit High (Bank 2)", +"system": "air", +"no_start": false +}, +{ +"code": "P0666", +"desc": "PCM/ECM/TCM Internal Temperature Sensor Circuit", +"system": "computer", +"no_start": false +}, +{ +"code": "P0667", +"desc": "PCM/ECM/TCM Internal Temperature Sensor Range/Performance", +"system": "computer", +"no_start": false +}, +{ +"code": "P0668", +"desc": "PCM/ECM/TCM Internal Temperature Sensor Circuit Low", +"system": "computer", +"no_start": false +}, +{ +"code": "P0669", +"desc": "PCM/ECM/TCM Internal Temperature Sensor Circuit High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0670", +"desc": "Glow Plug Module Control Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0671", +"desc": "Cylinder 1 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0672", +"desc": "Cylinder 2 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0673", +"desc": "Cylinder 3 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0674", +"desc": "Cylinder 4 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0675", +"desc": "Cylinder 5 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0676", +"desc": "Cylinder 6 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0677", +"desc": "Cylinder 7 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0678", +"desc": "Cylinder 8 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0679", +"desc": "Cylinder 9 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0680", +"desc": "Cylinder 10 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0681", +"desc": "Cylinder 11 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0682", +"desc": "Cylinder 12 Glow Plug Circuit", +"system": "engine", +"no_start": false +}, +{ +"code": "P0683", +"desc": "Glow Plug Control Module to PCM Communication Circuit", +"system": "network", +"no_start": false +}, +{ +"code": "P0684", +"desc": "Glow Plug Control Module to PCM Communication Circuit Range/Performance", +"system": "network", +"no_start": false +}, +{ +"code": "P0685", +"desc": "ECM/PCM Power Relay Control Circuit/Open", +"system": "computer", +"no_start": true +}, +{ +"code": "P0686", +"desc": "ECM/PCM Power Relay Control Circuit Low", +"system": "computer", +"no_start": true +}, +{ +"code": "P0687", +"desc": "ECM/PCM Power Relay Control Circuit High", +"system": "computer", +"no_start": true +}, +{ +"code": "P0688", +"desc": "ECM/PCM Power Relay Sense Circuit/Open", +"system": "computer", +"no_start": true +}, +{ +"code": "P0689", +"desc": "ECM/PCM Power Relay Sense Circuit Low", +"system": "computer", +"no_start": true +}, +{ +"code": "P0690", +"desc": "ECM/PCM Power Relay Sense Circuit High", +"system": "computer", +"no_start": true +}, +{ +"code": "P0691", +"desc": "Fan 1 Control Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0692", +"desc": "Fan 1 Control Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0693", +"desc": "Fan 2 Control Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0694", +"desc": "Fan 2 Control Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0695", +"desc": "Fan 3 Control Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0696", +"desc": "Fan 3 Control Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0697", +"desc": "Sensor Reference Voltage \"C\" Circuit/Open", +"system": "computer", +"no_start": false +}, +{ +"code": "P0698", +"desc": "Sensor Reference Voltage \"C\" Circuit Low", +"system": "computer", +"no_start": false +}, +{ +"code": "P0699", +"desc": "Sensor Reference Voltage \"C\" Circuit High", +"system": "computer", +"no_start": false +}, +{ +"code": "P0700", +"desc": "Transmission Control System (MIL Request)", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0701", +"desc": "Transmission Control System Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0702", +"desc": "Transmission Control System Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0703", +"desc": "Torque Converter/Brake Switch B Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0704", +"desc": "Clutch Switch Input Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0705", +"desc": "Transmission Range Sensor Circuit Malfunction (PRNDL Input)", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0706", +"desc": "Transmission Range Sensor Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0707", +"desc": "Transmission Range Sensor Circuit Low Input", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0708", +"desc": "Transmission Range Sensor Circuit High Input", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0709", +"desc": "Transmission Range Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0710", +"desc": "Transmission Fluid Temperature Sensor Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0711", +"desc": "Transmission Fluid Temperature Sensor Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0712", +"desc": "Transmission Fluid Temperature Sensor Circuit Low Input", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0713", +"desc": "Transmission Fluid Temperature Sensor Circuit High Input", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0714", +"desc": "Transmission Fluid Temperature Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0715", +"desc": "Input/Turbine Speed Sensor Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0716", +"desc": "Input/Turbine Speed Sensor Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0717", +"desc": "Input/Turbine Speed Sensor Circuit No Signal", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0718", +"desc": "Input/Turbine Speed Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0719", +"desc": "Torque Converter/Brake Switch B Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0720", +"desc": "Output Speed Sensor Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0721", +"desc": "Output Speed Sensor Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0722", +"desc": "Output Speed Sensor Circuit No Signal", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0723", +"desc": "Output Speed Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0724", +"desc": "Torque Converter/Brake Switch B Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0725", +"desc": "Engine Speed Input Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0726", +"desc": "Engine Speed Input Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0727", +"desc": "Engine Speed Input Circuit No Signal", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0728", +"desc": "Engine Speed Input Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0729", +"desc": "Gear 6 Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0730", +"desc": "Incorrect Gear Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0731", +"desc": "Gear 1 Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0732", +"desc": "Gear 2 Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0733", +"desc": "Gear 3 Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0734", +"desc": "Gear 4 Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0735", +"desc": "Gear 5 Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0736", +"desc": "Reverse Incorrect Ratio", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0737", +"desc": "TCM Engine Speed Output Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0738", +"desc": "TCM Engine Speed Output Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0739", +"desc": "TCM Engine Speed Output Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0740", +"desc": "Torque Converter Clutch Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0741", +"desc": "Torque Converter Clutch Circuit Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0742", +"desc": "Torque Converter Clutch Circuit Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0743", +"desc": "Torque Converter Clutch Circuit Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0744", +"desc": "Torque Converter Clutch Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0745", +"desc": "Pressure Control Solenoid A Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0746", +"desc": "Pressure Control Solenoid A Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0747", +"desc": "Pressure Control Solenoid A Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0748", +"desc": "Pressure Control Solenoid A Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0749", +"desc": "Pressure Control Solenoid A Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0750", +"desc": "Shift Solenoid A Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0751", +"desc": "Shift Solenoid A Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0752", +"desc": "Shift Solenoid A Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0753", +"desc": "Shift Solenoid A Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0754", +"desc": "Shift Solenoid A Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0755", +"desc": "Shift Solenoid B Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0756", +"desc": "Shift Solenoid B Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0757", +"desc": "Shift Solenoid B Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0758", +"desc": "Shift Solenoid B Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0759", +"desc": "Shift Solenoid B Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0760", +"desc": "Shift Solenoid C Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0761", +"desc": "Shift Solenoid C Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0762", +"desc": "Shift Solenoid C Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0763", +"desc": "Shift Solenoid C Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0764", +"desc": "Shift Solenoid C Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0765", +"desc": "Shift Solenoid D Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0766", +"desc": "Shift Solenoid D Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0767", +"desc": "Shift Solenoid D Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0768", +"desc": "Shift Solenoid D Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0769", +"desc": "Shift Solenoid D Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0770", +"desc": "Shift Solenoid E Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0771", +"desc": "Shift Solenoid E Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0772", +"desc": "Shift Solenoid E Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0773", +"desc": "Shift Solenoid E Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0774", +"desc": "Shift Solenoid E Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0775", +"desc": "Pressure Control Solenoid B Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0776", +"desc": "Pressure Control Solenoid B Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0777", +"desc": "Pressure Control Solenoid B Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0778", +"desc": "Pressure Control Solenoid B Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0779", +"desc": "Pressure Control Solenoid B Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0780", +"desc": "Shift Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0781", +"desc": "1-2 Shift Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0782", +"desc": "2-3 Shift Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0783", +"desc": "3-4 Shift Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0784", +"desc": "4-5 Shift Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0785", +"desc": "Shift/Timing Solenoid Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0786", +"desc": "Shift/Timing Solenoid Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0787", +"desc": "Shift/Timing Solenoid Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0788", +"desc": "Shift/Timing Solenoid High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0789", +"desc": "Shift/Timing Solenoid Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0790", +"desc": "Normal/Performance Switch Circuit Malfunction", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0791", +"desc": "Intermediate Shaft Speed Sensor Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0792", +"desc": "Intermediate Shaft Speed Sensor Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0793", +"desc": "Intermediate Shaft Speed Sensor Circuit No Signal", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0794", +"desc": "Intermediate Shaft Speed Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0795", +"desc": "Pressure Control Solenoid C", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0796", +"desc": "Pressure Control Solenoid C Performance or Stuck Off", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0797", +"desc": "Pressure Control Solenoid C Stuck On", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0798", +"desc": "Pressure Control Solenoid C Electrical", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0799", +"desc": "Pressure Control Solenoid C Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0800", +"desc": "Transmission Control System (MIL Request)", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0801", +"desc": "Reverse Inhibit Control Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0802", +"desc": "Transmission Control System MIL Request Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0803", +"desc": "1-4 Upshift (Skip Shift) Solenoid Control Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0804", +"desc": "1-4 Upshift (Skip Shift) Lamp Control Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0805", +"desc": "Clutch Position Sensor Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0806", +"desc": "Clutch Position Sensor Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0807", +"desc": "Clutch Position Sensor Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0808", +"desc": "Clutch Position Sensor Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0809", +"desc": "Clutch Position Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0810", +"desc": "Clutch Position Control Error", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0811", +"desc": "Excessive Clutch Slippage", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0812", +"desc": "Reverse Input Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0813", +"desc": "Reverse Output Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0814", +"desc": "Transmission Range Display Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0815", +"desc": "Upshift Switch Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0816", +"desc": "Downshift Switch Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0817", +"desc": "Starter Disable Circuit", +"system": "transmission", +"no_start": true +}, +{ +"code": "P0818", +"desc": "Driveline Disconnect Switch Input Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0819", +"desc": "Up and Down Shift Switch to Transmission Range Correlation", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0820", +"desc": "Gear Lever X-Y Position Sensor Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0821", +"desc": "Gear Lever X Position Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0822", +"desc": "Gear Lever Y Position Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0823", +"desc": "Gear Lever X Position Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0824", +"desc": "Gear Lever Y Position Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0825", +"desc": "Gear Lever Push-Pull Switch (Shift Anticipate)", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0826", +"desc": "Up and Down Shift Switch Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0827", +"desc": "Up and Down Shift Switch Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0828", +"desc": "Up and Down Shift Switch Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0829", +"desc": "5-6 Shift", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0830", +"desc": "Clutch Pedal Switch A Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0831", +"desc": "Clutch Pedal Switch A Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0832", +"desc": "Clutch Pedal Switch A Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0833", +"desc": "Clutch Pedal Switch B Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0834", +"desc": "Clutch Pedal Switch B Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0835", +"desc": "Clutch Pedal Switch B Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0836", +"desc": "Four Wheel Drive (4WD) Switch Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0837", +"desc": "Four Wheel Drive (4WD) Switch Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0838", +"desc": "Four Wheel Drive (4WD) Switch Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0839", +"desc": "Four Wheel Drive (4WD) Switch Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0840", +"desc": "Transmission Fluid Pressure Sensor/Switch A Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0841", +"desc": "Transmission Fluid Pressure Sensor/Switch A Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0842", +"desc": "Transmission Fluid Pressure Sensor/Switch A Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0843", +"desc": "Transmission Fluid Pressure Sensor/Switch A Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0844", +"desc": "Transmission Fluid Pressure Sensor/Switch A Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0845", +"desc": "Transmission Fluid Pressure Sensor/Switch B Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0846", +"desc": "Transmission Fluid Pressure Sensor/Switch B Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0847", +"desc": "Transmission Fluid Pressure Sensor/Switch B Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0848", +"desc": "Transmission Fluid Pressure Sensor/Switch B Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0849", +"desc": "Transmission Fluid Pressure Sensor/Switch B Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0850", +"desc": "Park/Neutral Switch Input Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0851", +"desc": "Park/Neutral Switch Input Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0852", +"desc": "Park/Neutral Switch Input Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0853", +"desc": "Drive Switch Input Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0854", +"desc": "Drive Switch Input Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0855", +"desc": "Drive Switch Input Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0856", +"desc": "Traction Control Input Signal", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0857", +"desc": "Traction Control Input Signal Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0858", +"desc": "Traction Control Input Signal Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0859", +"desc": "Traction Control Input Signal High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0860", +"desc": "Gear Shift Module Communication Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0861", +"desc": "Gear Shift Module Communication Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0862", +"desc": "Gear Shift Module Communication Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0863", +"desc": "Transmission Control Module Communication Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0864", +"desc": "Transmission Control Module Communication Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0865", +"desc": "Transmission Control Module Communication Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0866", +"desc": "Transmission Control Module Communication Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0867", +"desc": "Transmission Fluid Pressure", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0868", +"desc": "Transmission Fluid Pressure Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0869", +"desc": "Transmission Fluid Pressure High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0870", +"desc": "Transmission Fluid Pressure Sensor/Switch C Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0871", +"desc": "Transmission Fluid Pressure Sensor/Switch C Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0872", +"desc": "Transmission Fluid Pressure Sensor/Switch C Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0873", +"desc": "Transmission Fluid Pressure Sensor/Switch C Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0874", +"desc": "Transmission Fluid Pressure Sensor/Switch C Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0875", +"desc": "Transmission Fluid Pressure Sensor/Switch D Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0876", +"desc": "Transmission Fluid Pressure Sensor/Switch D Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0877", +"desc": "Transmission Fluid Pressure Sensor/Switch D Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0878", +"desc": "Transmission Fluid Pressure Sensor/Switch D Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0879", +"desc": "Transmission Fluid Pressure Sensor/Switch D Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0880", +"desc": "TCM Power Input Signal", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0881", +"desc": "TCM Power Input Signal Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0882", +"desc": "TCM Power Input Signal Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0883", +"desc": "TCM Power Input Signal High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0884", +"desc": "TCM Power Input Signal Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0885", +"desc": "TCM Power Relay Control Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0886", +"desc": "TCM Power Relay Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0887", +"desc": "TCM Power Relay Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0888", +"desc": "TCM Power Relay Sense Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0889", +"desc": "TCM Power Relay Sense Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0890", +"desc": "TCM Power Relay Sense Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0891", +"desc": "TCM Power Relay Sense Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0892", +"desc": "TCM Power Relay Sense Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0893", +"desc": "Multiple Gears Engaged", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0894", +"desc": "Transmission Component Slipping", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0895", +"desc": "Shift Time Too Short", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0896", +"desc": "Shift Time Too Long", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0897", +"desc": "Transmission Fluid Deteriorated", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0898", +"desc": "Transmission Control System MIL Request Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0899", +"desc": "Transmission Control System MIL Request Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0900", +"desc": "Clutch Actuator Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0901", +"desc": "Clutch Actuator Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0902", +"desc": "Clutch Actuator Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0903", +"desc": "Clutch Actuator Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0904", +"desc": "Gate Select Position Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0905", +"desc": "Gate Select Position Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0906", +"desc": "Gate Select Position Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0907", +"desc": "Gate Select Position Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0908", +"desc": "Gate Select Position Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0909", +"desc": "Gate Select Position Control Error", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0910", +"desc": "Gate Select Actuator Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0911", +"desc": "Gate Select Actuator Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0912", +"desc": "Gate Select Actuator Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0913", +"desc": "Gate Select Actuator Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0914", +"desc": "Gear Shift Position Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0915", +"desc": "Gear Shift Position Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0916", +"desc": "Gear Shift Position Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0917", +"desc": "Gear Shift Position Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0918", +"desc": "Gear Shift Position Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0919", +"desc": "Gear Shift Position Control Error", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0920", +"desc": "Gear Shift Forward Actuator Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0921", +"desc": "Gear Shift Forward Actuator Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0922", +"desc": "Gear Shift Forward Actuator Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0923", +"desc": "Gear Shift Forward Actuator Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0924", +"desc": "Gear Shift Reverse Actuator Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0925", +"desc": "Gear Shift Reverse Actuator Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0926", +"desc": "Gear Shift Reverse Actuator Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0927", +"desc": "Gear Shift Reverse Actuator Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0928", +"desc": "Gear Shift Lock Solenoid Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0929", +"desc": "Gear Shift Lock Solenoid Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0930", +"desc": "Gear Shift Lock Solenoid Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0931", +"desc": "Gear Shift Lock Solenoid Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0932", +"desc": "Hydraulic Pressure Sensor Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0933", +"desc": "Hydraulic Pressure Sensor Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0934", +"desc": "Hydraulic Pressure Sensor Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0935", +"desc": "Hydraulic Pressure Sensor Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0936", +"desc": "Hydraulic Pressure Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0937", +"desc": "Hydraulic Oil Temperature Sensor Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0938", +"desc": "Hydraulic Oil Temperature Sensor Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0939", +"desc": "Hydraulic Oil Temperature Sensor Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0940", +"desc": "Hydraulic Oil Temperature Sensor Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0941", +"desc": "Hydraulic Oil Temperature Sensor Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0942", +"desc": "Hydraulic Pressure Unit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0943", +"desc": "Hydraulic Pressure Unit Cycling Period Too Short", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0944", +"desc": "Hydraulic Pressure Unit Loss of Pressure", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0945", +"desc": "Hydraulic Pump Relay Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0946", +"desc": "Hydraulic Pump Relay Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0947", +"desc": "Hydraulic Pump Relay Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0948", +"desc": "Hydraulic Pump Relay Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0949", +"desc": "Auto Shift Manual Adaptive Learning Not Complete", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0950", +"desc": "Auto Shift Manual Control Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0951", +"desc": "Auto Shift Manual Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0952", +"desc": "Auto Shift Manual Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0953", +"desc": "Auto Shift Manual Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0954", +"desc": "Auto Shift Manual Control Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0955", +"desc": "Auto Shift Manual Mode Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0956", +"desc": "Auto Shift Manual Mode Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0957", +"desc": "Auto Shift Manual Mode Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0958", +"desc": "Auto Shift Manual Mode Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0959", +"desc": "Auto Shift Manual Mode Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0960", +"desc": "Pressure Control Solenoid \"A\" Control Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0961", +"desc": "Pressure Control Solenoid \"A\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0962", +"desc": "Pressure Control Solenoid \"A\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0963", +"desc": "Pressure Control Solenoid \"A\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0964", +"desc": "Pressure Control Solenoid \"B\" Control Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0965", +"desc": "Pressure Control Solenoid \"B\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0966", +"desc": "Pressure Control Solenoid \"B\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0967", +"desc": "Pressure Control Solenoid \"B\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0968", +"desc": "Pressure Control Solenoid \"C\" Control Circuit/Open", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0969", +"desc": "Pressure Control Solenoid \"C\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0970", +"desc": "Pressure Control Solenoid \"C\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0971", +"desc": "Pressure Control Solenoid \"C\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0972", +"desc": "Shift Solenoid \"A\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0973", +"desc": "Shift Solenoid \"A\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0974", +"desc": "Shift Solenoid \"A\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0975", +"desc": "Shift Solenoid \"B\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0976", +"desc": "Shift Solenoid \"B\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0977", +"desc": "Shift Solenoid \"B\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0978", +"desc": "Shift Solenoid \"C\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0979", +"desc": "Shift Solenoid \"C\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0980", +"desc": "Shift Solenoid \"C\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0981", +"desc": "Shift Solenoid \"D\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0982", +"desc": "Shift Solenoid \"D\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0983", +"desc": "Shift Solenoid \"D\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0984", +"desc": "Shift Solenoid \"E\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0985", +"desc": "Shift Solenoid \"E\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0986", +"desc": "Shift Solenoid \"E\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0987", +"desc": "Transmission Fluid Pressure Sensor/Switch \"E\" Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0988", +"desc": "Transmission Fluid Pressure Sensor/Switch \"E\" Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0989", +"desc": "Transmission Fluid Pressure Sensor/Switch \"E\" Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0990", +"desc": "Transmission Fluid Pressure Sensor/Switch \"E\" Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0991", +"desc": "Transmission Fluid Pressure Sensor/Switch \"E\" Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0992", +"desc": "Transmission Fluid Pressure Sensor/Switch \"F\" Circuit", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0993", +"desc": "Transmission Fluid Pressure Sensor/Switch \"F\" Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0994", +"desc": "Transmission Fluid Pressure Sensor/Switch \"F\" Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0995", +"desc": "Transmission Fluid Pressure Sensor/Switch \"F\" Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0996", +"desc": "Transmission Fluid Pressure Sensor/Switch \"F\" Circuit Intermittent", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0997", +"desc": "Shift Solenoid \"F\" Control Circuit Range/Performance", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0998", +"desc": "Shift Solenoid \"F\" Control Circuit Low", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0999", +"desc": "Shift Solenoid \"F\" Control Circuit High", +"system": "transmission", +"no_start": false +}, +{ +"code": "P0A00", +"desc": "Motor Electronics Coolant Temperature Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A01", +"desc": "Motor Electronics Coolant Temperature Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A02", +"desc": "Motor Electronics Coolant Temperature Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A03", +"desc": "Motor Electronics Coolant Temperature Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A04", +"desc": "Motor Electronics Coolant Temperature Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A05", +"desc": "Motor Electronics Coolant Pump \"A\" Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A06", +"desc": "Motor Electronics Coolant Pump \"A\" Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A07", +"desc": "Motor Electronics Coolant Pump \"A\" Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A08", +"desc": "DC/DC Converter Status Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A09", +"desc": "DC/DC Converter Status Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A0A", +"desc": "High Voltage System Interlock Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A0B", +"desc": "High Voltage System Interlock Circuit Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A0C", +"desc": "High Voltage System Interlock Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A0D", +"desc": "High Voltage System Interlock Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A0E", +"desc": "High Voltage System Interlock Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A0F", +"desc": "Engine Failed to Start", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A10", +"desc": "DC/DC Converter Status Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A11", +"desc": "DC/DC Converter Enable Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A12", +"desc": "DC/DC Converter Enable Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A13", +"desc": "DC/DC Converter Enable Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A14", +"desc": "Engine Mount \"A\" Control Circuit/Open", +"system": "engine", +"no_start": false +}, +{ +"code": "P0A15", +"desc": "Engine Mount \"A\" Control Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0A16", +"desc": "Engine Mount \"A\" Control Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0A17", +"desc": "Motor Torque Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A18", +"desc": "Motor Torque Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A19", +"desc": "Motor Torque Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A1A", +"desc": "Generator Control Module", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A1B", +"desc": "Drive Motor \"A\" Control Module", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A1C", +"desc": "Drive Motor \"B\" Control Module", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A1D", +"desc": "Hybrid Powertrain Control Module", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A1E", +"desc": "Starter/Generator Control Module", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A1F", +"desc": "Battery Energy Control Module", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A20", +"desc": "Motor Torque Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A21", +"desc": "Motor Torque Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A22", +"desc": "Generator Torque Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A23", +"desc": "Generator Torque Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A24", +"desc": "Generator Torque Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A25", +"desc": "Generator Torque Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A26", +"desc": "Generator Torque Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A27", +"desc": "Hybrid Battery Power Off Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A28", +"desc": "Hybrid Battery Power Off Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A29", +"desc": "Hybrid Battery Power Off Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A2A", +"desc": "Drive Motor \"A\" Temperature Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A2B", +"desc": "Drive Motor \"A\" Temperature Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A2C", +"desc": "Drive Motor \"A\" Temperature Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A2D", +"desc": "Drive Motor \"A\" Temperature Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A2E", +"desc": "Drive Motor \"A\" Temperature Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A2F", +"desc": "Drive Motor \"A\" Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A30", +"desc": "Drive Motor \"B\" Temperature Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A31", +"desc": "Drive Motor \"B\" Temperature Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A32", +"desc": "Drive Motor \"B\" Temperature Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A33", +"desc": "Drive Motor \"B\" Temperature Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A34", +"desc": "Drive Motor \"B\" Temperature Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A35", +"desc": "Drive Motor \"B\" Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A36", +"desc": "Generator Temperature Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A37", +"desc": "Generator Temperature Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A38", +"desc": "Generator Temperature Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A39", +"desc": "Generator Temperature Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A3A", +"desc": "Generator Temperature Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A3B", +"desc": "Generator Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A3C", +"desc": "Drive Motor \"A\" Inverter Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A3D", +"desc": "Drive Motor \"B\" Inverter Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A3E", +"desc": "Generator Inverter Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A3F", +"desc": "Drive Motor \"A\" Position Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A40", +"desc": "Drive Motor \"A\" Position Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A41", +"desc": "Drive Motor \"A\" Position Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A42", +"desc": "Drive Motor \"A\" Position Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A43", +"desc": "Drive Motor \"A\" Position Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A44", +"desc": "Drive Motor \"A\" Position Sensor Circuit Overspeed", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A45", +"desc": "Drive Motor \"B\" Position Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A46", +"desc": "Drive Motor \"B\" Position Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A47", +"desc": "Drive Motor \"B\" Position Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A48", +"desc": "Drive Motor \"B\" Position Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A49", +"desc": "Drive Motor \"B\" Position Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A4A", +"desc": "Drive Motor \"B\" Position Sensor Circuit Overspeed", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A4B", +"desc": "Generator Position Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A4C", +"desc": "Generator Position Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A4D", +"desc": "Generator Position Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A4E", +"desc": "Generator Position Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A4F", +"desc": "Generator Position Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A50", +"desc": "Generator Position Sensor Circuit Overspeed", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A51", +"desc": "Drive Motor \"A\" Current Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A52", +"desc": "Drive Motor \"A\" Current Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A53", +"desc": "Drive Motor \"A\" Current Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A54", +"desc": "Drive Motor \"A\" Current Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A55", +"desc": "Drive Motor \"B\" Current Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A56", +"desc": "Drive Motor \"B\" Current Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A57", +"desc": "Drive Motor \"B\" Current Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A58", +"desc": "Drive Motor \"B\" Current Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A59", +"desc": "Generator Current Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A5A", +"desc": "Generator Current Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A5B", +"desc": "Generator Current Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A5C", +"desc": "Generator Current Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A5D", +"desc": "Drive Motor \"A\" Phase U Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A5E", +"desc": "Drive Motor \"A\" Phase U Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A5F", +"desc": "Drive Motor \"A\" Phase U Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A60", +"desc": "Drive Motor \"A\" Phase V Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A61", +"desc": "Drive Motor \"A\" Phase V Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A62", +"desc": "Drive Motor \"A\" Phase V Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A63", +"desc": "Drive Motor \"A\" Phase W Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A64", +"desc": "Drive Motor \"A\" Phase W Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A65", +"desc": "Drive Motor \"A\" Phase W Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A66", +"desc": "Drive Motor \"B\" Phase U Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A67", +"desc": "Drive Motor \"B\" Phase U Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A68", +"desc": "Drive Motor \"B\" Phase U Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A69", +"desc": "Drive Motor \"B\" Phase V Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A6A", +"desc": "Drive Motor \"B\" Phase V Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A6B", +"desc": "Drive Motor \"B\" Phase V Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A6C", +"desc": "Drive Motor \"B\" Phase W Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A6D", +"desc": "Drive Motor \"B\" Phase W Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A6E", +"desc": "Drive Motor \"B\" Phase W Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A6F", +"desc": "Generator Phase U Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A70", +"desc": "Generator Phase U Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A71", +"desc": "Generator Phase U Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A72", +"desc": "Generator Phase V Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A73", +"desc": "Generator Phase V Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A74", +"desc": "Generator Phase V Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A75", +"desc": "Generator Phase W Current", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A76", +"desc": "Generator Phase W Current Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A77", +"desc": "Generator Phase W Current High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A78", +"desc": "Drive Motor \"A\" Inverter Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A79", +"desc": "Drive Motor \"B\" Inverter Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A7A", +"desc": "Generator Inverter Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A7B", +"desc": "Battery Energy Control Module Requested MIL Illumination", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A7C", +"desc": "Motor Electronics Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A7D", +"desc": "Hybrid Battery Pack State of Charge Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A7E", +"desc": "Hybrid Battery Pack Over Temperature", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A7F", +"desc": "Hybrid Battery Pack Deterioration", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A80", +"desc": "Replace Hybrid Battery Pack", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A81", +"desc": "Hybrid Battery Pack Cooling Fan 1 Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A82", +"desc": "Hybrid Battery Pack Cooling Fan 1 Performance/Stuck Off", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A83", +"desc": "Hybrid Battery Pack Cooling Fan 1 Stuck On", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A84", +"desc": "Hybrid Battery Pack Cooling Fan 1 Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A85", +"desc": "Hybrid Battery Pack Cooling Fan 1 Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A86", +"desc": "14 Volt Power Module Current Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A87", +"desc": "14 Volt Power Module Current Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A88", +"desc": "14 Volt Power Module Current Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A89", +"desc": "14 Volt Power Module Current Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A8A", +"desc": "14 Volt Power Module Current Sensor Circuit Intermittent", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A8B", +"desc": "14 Volt Power Module System Voltage", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A8C", +"desc": "14 Volt Power Module System Voltage Unstable", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A8D", +"desc": "14 Volt Power Module System Voltage Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A8E", +"desc": "14 Volt Power Module System Voltage High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A8F", +"desc": "14 Volt Power Module System Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A90", +"desc": "Drive Motor \"A\" Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A91", +"desc": "Drive Motor \"B\" Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A92", +"desc": "Hybrid Generator Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A93", +"desc": "Inverter \"A\" Cooling System Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A94", +"desc": "DC/DC Converter Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A95", +"desc": "High Voltage Fuse", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0A96", +"desc": "Hybrid Battery Pack Cooling Fan 2 Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A97", +"desc": "Hybrid Battery Pack Cooling Fan 2 Performance/Stuck Off", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A98", +"desc": "Hybrid Battery Pack Cooling Fan 2 Stuck On", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A99", +"desc": "Hybrid Battery Pack Cooling Fan 2 Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A9A", +"desc": "Hybrid Battery Pack Cooling Fan 2 Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A9B", +"desc": "Hybrid Battery Temperature Sensor \"A\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A9C", +"desc": "Hybrid Battery Temperature Sensor \"A\" Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A9D", +"desc": "Hybrid Battery Temperature Sensor \"A\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A9E", +"desc": "Hybrid Battery Temperature Sensor \"A\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0A9F", +"desc": "Hybrid Battery Temperature Sensor \"A\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA0", +"desc": "Hybrid Battery Positive Contactor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA1", +"desc": "Hybrid Battery Positive Contactor Circuit Stuck Closed", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA2", +"desc": "Hybrid Battery Positive Contactor Circuit Stuck Open", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0AA3", +"desc": "Hybrid Battery Negative Contactor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA4", +"desc": "Hybrid Battery Negative Contactor Circuit Stuck Closed", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA5", +"desc": "Hybrid Battery Negative Contactor Circuit Stuck Open", +"system": "hybrid", +"no_start": true +}, +{ +"code": "P0AA6", +"desc": "Hybrid Battery Voltage System Isolation Fault", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA7", +"desc": "Hybrid Battery Voltage Isolation Sensor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA8", +"desc": "Hybrid Battery Voltage Isolation Sensor Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AA9", +"desc": "Hybrid Battery Voltage Isolation Sensor Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AAA", +"desc": "Hybrid Battery Voltage Isolation Sensor Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AAB", +"desc": "Hybrid Battery Voltage Isolation Sensor Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AAC", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"A\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AAD", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"A\" Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AAE", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"A\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AAF", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"A\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB0", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"A\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB1", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"B\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB2", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"B\" Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB3", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"B\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB4", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"B\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB5", +"desc": "Hybrid Battery Pack Air Temperature Sensor \"B\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AB6", +"desc": "Engine Mount \"B\" Control Circuit/Open", +"system": "engine", +"no_start": false +}, +{ +"code": "P0AB7", +"desc": "Engine Mount \"B\" Control Circuit Low", +"system": "engine", +"no_start": false +}, +{ +"code": "P0AB8", +"desc": "Engine Mount \"B\" Control Circuit High", +"system": "engine", +"no_start": false +}, +{ +"code": "P0AB9", +"desc": "Hybrid System Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ABA", +"desc": "Hybrid Battery Pack Voltage Sense \"A\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ABB", +"desc": "Hybrid Battery Pack Voltage Sense \"A\" Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ABC", +"desc": "Hybrid Battery Pack Voltage Sense \"A\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ABD", +"desc": "Hybrid Battery Pack Voltage Sense \"A\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ABE", +"desc": "Hybrid Battery Pack Voltage Sense \"A\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ABF", +"desc": "Hybrid Battery Pack Current Sensor \"A\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC0", +"desc": "Hybrid Battery Pack Current Sensor \"A\" Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC1", +"desc": "Hybrid Battery Pack Current Sensor \"A\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC2", +"desc": "Hybrid Battery Pack Current Sensor \"A\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC3", +"desc": "Hybrid Battery Pack Current Sensor \"A\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC4", +"desc": "Hybrid Powertrain Control Module Requested MIL Illumination", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC5", +"desc": "Hybrid Battery Temperature Sensor \"B\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC6", +"desc": "Hybrid Battery Temperature Sensor \"B\" Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC7", +"desc": "Hybrid Battery Temperature Sensor \"B\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC8", +"desc": "Hybrid Battery Temperature Sensor \"B\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AC9", +"desc": "Hybrid Battery Temperature Sensor \"B\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ACA", +"desc": "Hybrid Battery Temperature Sensor \"C\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ACB", +"desc": "Hybrid Battery Temperature Sensor \"C\" Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ACC", +"desc": "Hybrid Battery Temperature Sensor \"C\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ACD", +"desc": "Hybrid Battery Temperature Sensor \"C\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ACE", +"desc": "Hybrid Battery Temperature Sensor \"C\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ACF", +"desc": "Hybrid Battery Pack Cooling Fan 3 Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD0", +"desc": "Hybrid Battery Pack Cooling Fan 3 Performance/Stuck Off", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD1", +"desc": "Hybrid Battery Pack Cooling Fan 3 Stuck On", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD2", +"desc": "Hybrid Battery Pack Cooling Fan 3 Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD3", +"desc": "Hybrid Battery Pack Cooling Fan 3 Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD4", +"desc": "Hybrid Battery Pack Air Flow System Insufficient Air Flow", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD5", +"desc": "Hybrid Battery Pack Air Flow Valve \"A\" Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD6", +"desc": "Hybrid Battery Pack Air Flow Valve \"A\" Control Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD7", +"desc": "Hybrid Battery Pack Air Flow Valve \"A\" Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD8", +"desc": "Hybrid Battery Pack Air Flow Valve \"A\" Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AD9", +"desc": "Hybrid Battery Positive Contactor Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ADA", +"desc": "Hybrid Battery Positive Contactor Control Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ADB", +"desc": "Hybrid Battery Positive Contactor Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ADC", +"desc": "Hybrid Battery Positive Contactor Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ADD", +"desc": "Hybrid Battery Negative Contactor Control Circuit/Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ADE", +"desc": "Hybrid Battery Negative Contactor Control Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0ADF", +"desc": "Hybrid Battery Negative Contactor Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE0", +"desc": "Hybrid Battery Negative Contactor Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE1", +"desc": "Hybrid Battery Precharge Contactor Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE2", +"desc": "Hybrid Battery Precharge Contactor Circuit Stuck Closed", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE3", +"desc": "Hybrid Battery Precharge Contactor Circuit Stuck Open", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE4", +"desc": "Hybrid Battery Precharge Contactor Control Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE5", +"desc": "Hybrid Battery Precharge Contactor Control Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE6", +"desc": "Hybrid Battery Precharge Contactor Control Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE7", +"desc": "Hybrid Battery Precharge Contactor Control Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE8", +"desc": "Hybrid Battery Temperature Sensor \"D\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AE9", +"desc": "Hybrid Battery Temperature Sensor \"D\" Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AEA", +"desc": "Hybrid Battery Temperature Sensor \"D\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AEB", +"desc": "Hybrid Battery Temperature Sensor \"D\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AEC", +"desc": "Hybrid Battery Temperature Sensor \"D\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AED", +"desc": "Drive Motor Inverter Temperature Sensor \"A\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AEE", +"desc": "Drive Motor Inverter Temperature Sensor \"A\" Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AEF", +"desc": "Drive Motor Inverter Temperature Sensor \"A\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF0", +"desc": "Drive Motor Inverter Temperature Sensor \"A\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF1", +"desc": "Drive Motor Inverter Temperature Sensor \"A\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF2", +"desc": "Drive Motor Inverter Temperature Sensor \"B\" Circuit", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF3", +"desc": "Drive Motor Inverter Temperature Sensor \"B\" Circuit Range/Performance", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF4", +"desc": "Drive Motor Inverter Temperature Sensor \"B\" Circuit Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF5", +"desc": "Drive Motor Inverter Temperature Sensor \"B\" Circuit High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF6", +"desc": "Drive Motor Inverter Temperature Sensor \"B\" Circuit Intermittent/Erratic", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF7", +"desc": "14 Volt Power Module Internal Temperature Too High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF8", +"desc": "Hybrid Battery System Voltage", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AF9", +"desc": "Hybrid Battery System Voltage Unstable", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AFA", +"desc": "Hybrid Battery System Voltage Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AFB", +"desc": "Hybrid Battery System Voltage High", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AFC", +"desc": "Hybrid Battery Pack Sensor Module", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AFD", +"desc": "Hybrid Battery Pack Temperature Too Low", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AFE", +"desc": "System Voltage Too High for Voltage Step Up Conversion", +"system": "hybrid", +"no_start": false +}, +{ +"code": "P0AFF", +"desc": "System Voltage Too Low for Voltage Step Down Conversion", +"system": "hybrid", +"no_start": false +}, +{ +"code": "U0001", +"desc": "High Speed CAN Communication Bus", +"system": "network", +"no_start": false +}, +{ +"code": "U0002", +"desc": "High Speed CAN Communication Bus Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0003", +"desc": "High Speed CAN Communication Bus (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0004", +"desc": "High Speed CAN Communication Bus (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0005", +"desc": "High Speed CAN Communication Bus (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0006", +"desc": "High Speed CAN Communication Bus (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0007", +"desc": "High Speed CAN Communication Bus (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0008", +"desc": "High Speed CAN Communication Bus (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0009", +"desc": "High Speed CAN Communication Bus (-) shorted to Bus (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0010", +"desc": "Medium Speed CAN Communication Bus", +"system": "network", +"no_start": false +}, +{ +"code": "U0011", +"desc": "Medium Speed CAN Communication Bus Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0012", +"desc": "Medium Speed CAN Communication Bus (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0013", +"desc": "Medium Speed CAN Communication Bus (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0014", +"desc": "Medium Speed CAN Communication Bus (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0015", +"desc": "Medium Speed CAN Communication Bus (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0016", +"desc": "Medium Speed CAN Communication Bus (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0017", +"desc": "Medium Speed CAN Communication Bus (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0018", +"desc": "Medium Speed CAN Communication Bus (-) shorted to Bus (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0019", +"desc": "Low Speed CAN Communication Bus", +"system": "network", +"no_start": false +}, +{ +"code": "U0020", +"desc": "Low Speed CAN Communication Bus Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0021", +"desc": "Low Speed CAN Communication Bus (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0022", +"desc": "Low Speed CAN Communication Bus (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0023", +"desc": "Low Speed CAN Communication Bus (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0024", +"desc": "Low Speed CAN Communication Bus (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0025", +"desc": "Low Speed CAN Communication Bus (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0026", +"desc": "Low Speed CAN Communication Bus (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0027", +"desc": "Low Speed CAN Communication Bus (-) shorted to Bus (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0028", +"desc": "Vehicle Communication Bus A", +"system": "network", +"no_start": false +}, +{ +"code": "U0029", +"desc": "Vehicle Communication Bus A Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0030", +"desc": "Vehicle Communication Bus A (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0031", +"desc": "Vehicle Communication Bus A (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0032", +"desc": "Vehicle Communication Bus A (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0033", +"desc": "Vehicle Communication Bus A (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0034", +"desc": "Vehicle Communication Bus A (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0035", +"desc": "Vehicle Communication Bus A (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0036", +"desc": "Vehicle Communication Bus A (-) shorted to Bus A (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0037", +"desc": "Vehicle Communication Bus B", +"system": "network", +"no_start": false +}, +{ +"code": "U0038", +"desc": "Vehicle Communication Bus B Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0039", +"desc": "Vehicle Communication Bus B (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0040", +"desc": "Vehicle Communication Bus B (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0041", +"desc": "Vehicle Communication Bus B (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0042", +"desc": "Vehicle Communication Bus B (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0043", +"desc": "Vehicle Communication Bus B (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0044", +"desc": "Vehicle Communication Bus B (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0045", +"desc": "Vehicle Communication Bus B (-) shorted to Bus B (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0046", +"desc": "Vehicle Communication Bus C", +"system": "network", +"no_start": false +}, +{ +"code": "U0047", +"desc": "Vehicle Communication Bus C Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0048", +"desc": "Vehicle Communication Bus C (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0049", +"desc": "Vehicle Communication Bus C (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0050", +"desc": "Vehicle Communication Bus C (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0051", +"desc": "Vehicle Communication Bus C (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0052", +"desc": "Vehicle Communication Bus C (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0053", +"desc": "Vehicle Communication Bus C (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0054", +"desc": "Vehicle Communication Bus C (-) shorted to Bus C (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0055", +"desc": "Vehicle Communication Bus D", +"system": "network", +"no_start": false +}, +{ +"code": "U0056", +"desc": "Vehicle Communication Bus D Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0057", +"desc": "Vehicle Communication Bus D (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0058", +"desc": "Vehicle Communication Bus D (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0059", +"desc": "Vehicle Communication Bus D (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0060", +"desc": "Vehicle Communication Bus D (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0061", +"desc": "Vehicle Communication Bus D (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0062", +"desc": "Vehicle Communication Bus D (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0063", +"desc": "Vehicle Communication Bus D (-) shorted to Bus D (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0064", +"desc": "Vehicle Communication Bus E", +"system": "network", +"no_start": false +}, +{ +"code": "U0065", +"desc": "Vehicle Communication Bus E Performance", +"system": "network", +"no_start": false +}, +{ +"code": "U0066", +"desc": "Vehicle Communication Bus E (+) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0067", +"desc": "Vehicle Communication Bus E (+) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0068", +"desc": "Vehicle Communication Bus E (+) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0069", +"desc": "Vehicle Communication Bus E (-) Open", +"system": "network", +"no_start": false +}, +{ +"code": "U0070", +"desc": "Vehicle Communication Bus E (-) Low", +"system": "network", +"no_start": false +}, +{ +"code": "U0071", +"desc": "Vehicle Communication Bus E (-) High", +"system": "network", +"no_start": false +}, +{ +"code": "U0072", +"desc": "Vehicle Communication Bus E (-) shorted to Bus E (+)", +"system": "network", +"no_start": false +}, +{ +"code": "U0073", +"desc": "Control Module Communication Bus A Off", +"system": "network", +"no_start": true +}, +{ +"code": "U0100", +"desc": "Lost Communication With ECM/PCM A", +"system": "network", +"no_start": true +}, +{ +"code": "U0101", +"desc": "Lost Communication With TCM", +"system": "network", +"no_start": false +}, +{ +"code": "U0102", +"desc": "Lost Communication With Transfer Case Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0103", +"desc": "Lost Communication With Gear Shift Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0104", +"desc": "Lost Communication With Cruise Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0105", +"desc": "Lost Communication With Fuel Injector Control Module", +"system": "network", +"no_start": true +}, +{ +"code": "U0106", +"desc": "Lost Communication With Glow Plug Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0107", +"desc": "Lost Communication With Throttle Actuator Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0108", +"desc": "Lost Communication With Alternative Fuel Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0109", +"desc": "Lost Communication With Fuel Pump Control Module", +"system": "network", +"no_start": true +}, +{ +"code": "U0110", +"desc": "Lost Communication With Drive Motor Control Module", +"system": "network", +"no_start": true +}, +{ +"code": "U0111", +"desc": "Lost Communication With Battery Energy Control Module A", +"system": "network", +"no_start": false +}, +{ +"code": "U0112", +"desc": "Lost Communication With Battery Energy Control Module B", +"system": "network", +"no_start": false +}, +{ +"code": "U0113", +"desc": "Lost Communication With Emissions Critical Control Information", +"system": "network", +"no_start": false +}, +{ +"code": "U0114", +"desc": "Lost Communication With Four-Wheel Drive Clutch Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0115", +"desc": "Lost Communication With ECM/PCM B", +"system": "network", +"no_start": true +}, +{ +"code": "U0121", +"desc": "Lost Communication With Anti-Lock Brake System (ABS) Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0122", +"desc": "Lost Communication With Vehicle Dynamics Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0123", +"desc": "Lost Communication With Yaw Rate Sensor Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0124", +"desc": "Lost Communication With Lateral Acceleration Sensor Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0125", +"desc": "Lost Communication With Multi-axis Acceleration Sensor Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0126", +"desc": "Lost Communication With Steering Angle Sensor Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0127", +"desc": "Lost Communication With Tire Pressure Monitor Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0128", +"desc": "Lost Communication With Park Brake Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0129", +"desc": "Lost Communication With Brake System Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0130", +"desc": "Lost Communication With Steering Effort Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0131", +"desc": "Lost Communication With Power Steering Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0132", +"desc": "Lost Communication With Ride Level Control Module", +"system": "network", +"no_start": false +}, +{ +"code": "U0140", +"desc": "Lost Communication With Body Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0141", +"desc": "Lost Communication With Body Control Module A", +"system": "body", +"no_start": false +}, +{ +"code": "U0142", +"desc": "Lost Communication With Body Control Module B", +"system": "body", +"no_start": false +}, +{ +"code": "U0143", +"desc": "Lost Communication With Body Control Module C", +"system": "body", +"no_start": false +}, +{ +"code": "U0144", +"desc": "Lost Communication With Body Control Module D", +"system": "body", +"no_start": false +}, +{ +"code": "U0145", +"desc": "Lost Communication With Body Control Module E", +"system": "body", +"no_start": false +}, +{ +"code": "U0146", +"desc": "Lost Communication With Gateway A", +"system": "network", +"no_start": false +}, +{ +"code": "U0147", +"desc": "Lost Communication With Gateway B", +"system": "network", +"no_start": false +}, +{ +"code": "U0148", +"desc": "Lost Communication With Gateway C", +"system": "network", +"no_start": false +}, +{ +"code": "U0149", +"desc": "Lost Communication With Gateway D", +"system": "network", +"no_start": false +}, +{ +"code": "U0150", +"desc": "Lost Communication With Gateway E", +"system": "network", +"no_start": false +}, +{ +"code": "U0151", +"desc": "Lost Communication With Restraints Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0152", +"desc": "Lost Communication With Side Restraints Control Module - Left", +"system": "body", +"no_start": false +}, +{ +"code": "U0153", +"desc": "Lost Communication With Side Restraints Control Module - Right", +"system": "body", +"no_start": false +}, +{ +"code": "U0154", +"desc": "Lost Communication With Restraints Sensor Module - Front", +"system": "body", +"no_start": false +}, +{ +"code": "U0155", +"desc": "Lost Communication With Instrument Panel Cluster (IPC) Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0156", +"desc": "Lost Communication With Information Center A", +"system": "body", +"no_start": false +}, +{ +"code": "U0157", +"desc": "Lost Communication With Information Center B", +"system": "body", +"no_start": false +}, +{ +"code": "U0158", +"desc": "Lost Communication With Head Up Display", +"system": "body", +"no_start": false +}, +{ +"code": "U0159", +"desc": "Lost Communication With Parking Assist Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0160", +"desc": "Lost Communication With Audible Alert Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0161", +"desc": "Lost Communication With Compass Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0162", +"desc": "Lost Communication With Navigation Display Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0163", +"desc": "Lost Communication With Navigation Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0164", +"desc": "Lost Communication With HVAC Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0165", +"desc": "Lost Communication With HVAC Control Module - Rear", +"system": "body", +"no_start": false +}, +{ +"code": "U0166", +"desc": "Lost Communication With Auxiliary Heater Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0167", +"desc": "Lost Communication With Vehicle Immobilizer Control Module", +"system": "network", +"no_start": true +}, +{ +"code": "U0168", +"desc": "Lost Communication With Vehicle Security Control Module", +"system": "body", +"no_start": false +}, +{ +"code": "U0169", +"desc": "Lost Communication With Sunroof Control Module", +"system": "body", +"no_start": false +} +] +} \ No newline at end of file