From 1e6ea44f4bf7a44b5758fa0842d8d2a0fa8e652c Mon Sep 17 00:00:00 2001 From: iboboc Date: Thu, 26 May 2022 17:37:24 +0300 Subject: [PATCH 1/2] Add new supported car Dacia Spring Added Romanian language and prepare for italian --- app/src/main/assets/Spring/AIRBAG_Dtcs.csv | 47 + app/src/main/assets/Spring/AIRBAG_Fields.csv | 2554 ++++++++++ app/src/main/assets/Spring/AIRBAG_Tests.csv | 97 + app/src/main/assets/Spring/DCDC_Dtcs.csv | 41 + app/src/main/assets/Spring/DCDC_Fields.csv | 147 + app/src/main/assets/Spring/DCDC_Tests.csv | 97 + app/src/main/assets/Spring/EMM_Dtcs.csv | 45 + app/src/main/assets/Spring/EMM_Fields.csv | 1993 ++++++++ app/src/main/assets/Spring/EMM_Tests.csv | 98 + app/src/main/assets/Spring/EPS_Dtcs.csv | 28 + app/src/main/assets/Spring/EPS_Fields.csv | 89 + app/src/main/assets/Spring/EPS_Tests.csv | 97 + app/src/main/assets/Spring/ESP_Dtcs.csv | 117 + app/src/main/assets/Spring/ESP_Fields.csv | 797 +++ app/src/main/assets/Spring/ESP_Tests.csv | 97 + app/src/main/assets/Spring/EVC_Dtcs.csv | 188 + app/src/main/assets/Spring/EVC_Fields.csv | 1223 +++++ app/src/main/assets/Spring/EVC_Tests.csv | 113 + app/src/main/assets/Spring/FFC_Fields.csv | 7 + app/src/main/assets/Spring/FFC_Frames.csv | 22 + app/src/main/assets/Spring/LBC2_Dtcs.csv | 110 + app/src/main/assets/Spring/LBC2_Fields.csv | 332 ++ app/src/main/assets/Spring/LBC2_Tests.csv | 97 + app/src/main/assets/Spring/LBC_Dtcs.csv | 109 + app/src/main/assets/Spring/LBC_Fields.csv | 2302 +++++++++ app/src/main/assets/Spring/LBC_Tests.csv | 97 + app/src/main/assets/Spring/NAV_Dtcs.csv | 25 + app/src/main/assets/Spring/NAV_Fields.csv | 181 + app/src/main/assets/Spring/NAV_Tests.csv | 97 + app/src/main/assets/Spring/PEB_Dtcs.csv | 37 + app/src/main/assets/Spring/PEB_Fields.csv | 93 + app/src/main/assets/Spring/PEB_Tests.csv | 114 + app/src/main/assets/Spring/RADAR_Dtcs.csv | 27 + app/src/main/assets/Spring/RADAR_Fields.csv | 166 + app/src/main/assets/Spring/RADAR_Tests.csv | 97 + app/src/main/assets/Spring/RADIO_Dtcs.csv | 29 + app/src/main/assets/Spring/RADIO_Fields.csv | 373 ++ app/src/main/assets/Spring/RADIO_Tests.csv | 97 + app/src/main/assets/Spring/TCU_Dtcs.csv | 88 + app/src/main/assets/Spring/TCU_Fields.csv | 908 ++++ app/src/main/assets/Spring/TCU_Tests.csv | 97 + app/src/main/assets/Spring/TDB_Dtcs.csv | 19 + app/src/main/assets/Spring/TDB_Fields.csv | 183 + app/src/main/assets/Spring/TDB_Tests.csv | 97 + app/src/main/assets/Spring/UCH_Dtcs.csv | 52 + app/src/main/assets/Spring/UCH_Fields.csv | 4303 +++++++++++++++++ app/src/main/assets/Spring/UCH_Tests.csv | 98 + app/src/main/assets/Spring/VFC_Fields.csv | 6 + app/src/main/assets/Spring/VSP_Dtcs.csv | 5 + app/src/main/assets/Spring/VSP_Fields.csv | 62 + app/src/main/assets/Spring/VSP_Tests.csv | 97 + app/src/main/assets/Spring/_Dtcs.csv | 17 + app/src/main/assets/Spring/_Ecus.csv | 20 + app/src/main/assets/Spring/_Fields.csv | 451 ++ app/src/main/assets/Spring/_Frames.csv | 18 + app/src/main/assets/Spring/_Tests.csv | 1 + .../canze/activities/AuxBattTechActivity.java | 4 +- .../canze/activities/BatteryActivity.java | 7 +- .../canze/activities/BrakingActivity.java | 11 +- .../canze/activities/ChargingActivity.java | 3 +- .../activities/ChargingHistActivity.java | 8 +- .../activities/ChargingTechActivity.java | 15 +- .../canze/activities/ClimaTechActivity.java | 163 +- .../canze/activities/ConsumptionActivity.java | 28 +- .../canze/activities/DrivingActivity.java | 6 + .../canze/activities/ElmTestActivity.java | 7 + .../HeatmapCellvoltageActivity.java | 13 +- .../activities/LeakCurrentsActivity.java | 5 +- .../fisch/canze/activities/MainActivity.java | 11 +- .../canze/activities/PredictionActivity.java | 2 + .../canze/activities/SettingsActivity.java | 5 + .../java/lu/fisch/canze/actors/Battery.java | 5 + .../java/lu/fisch/canze/actors/Fields.java | 74 +- .../main/java/lu/fisch/canze/classes/Sid.java | 42 +- app/src/main/res/layout/activity_auxbatt.xml | 6 +- .../main/res/layout/activity_battery72.xml | 240 + app/src/main/res/layout/activity_braking.xml | 12 +- .../res/layout/activity_climatechspring.xml | 453 ++ .../layout/activity_heatmap_cellvoltages.xml | 889 ++++ app/src/main/res/values-de/strings.xml | 28 + app/src/main/res/values-fr/strings.xml | 11 +- app/src/main/res/values-it/strings.xml | 964 ++++ app/src/main/res/values-ro/strings.xml | 938 ++++ app/src/main/res/values/strings.xml | 74 + 84 files changed, 22777 insertions(+), 49 deletions(-) create mode 100644 app/src/main/assets/Spring/AIRBAG_Dtcs.csv create mode 100644 app/src/main/assets/Spring/AIRBAG_Fields.csv create mode 100644 app/src/main/assets/Spring/AIRBAG_Tests.csv create mode 100644 app/src/main/assets/Spring/DCDC_Dtcs.csv create mode 100644 app/src/main/assets/Spring/DCDC_Fields.csv create mode 100644 app/src/main/assets/Spring/DCDC_Tests.csv create mode 100644 app/src/main/assets/Spring/EMM_Dtcs.csv create mode 100644 app/src/main/assets/Spring/EMM_Fields.csv create mode 100644 app/src/main/assets/Spring/EMM_Tests.csv create mode 100644 app/src/main/assets/Spring/EPS_Dtcs.csv create mode 100644 app/src/main/assets/Spring/EPS_Fields.csv create mode 100644 app/src/main/assets/Spring/EPS_Tests.csv create mode 100644 app/src/main/assets/Spring/ESP_Dtcs.csv create mode 100644 app/src/main/assets/Spring/ESP_Fields.csv create mode 100644 app/src/main/assets/Spring/ESP_Tests.csv create mode 100644 app/src/main/assets/Spring/EVC_Dtcs.csv create mode 100644 app/src/main/assets/Spring/EVC_Fields.csv create mode 100644 app/src/main/assets/Spring/EVC_Tests.csv create mode 100644 app/src/main/assets/Spring/FFC_Fields.csv create mode 100644 app/src/main/assets/Spring/FFC_Frames.csv create mode 100644 app/src/main/assets/Spring/LBC2_Dtcs.csv create mode 100644 app/src/main/assets/Spring/LBC2_Fields.csv create mode 100644 app/src/main/assets/Spring/LBC2_Tests.csv create mode 100644 app/src/main/assets/Spring/LBC_Dtcs.csv create mode 100644 app/src/main/assets/Spring/LBC_Fields.csv create mode 100644 app/src/main/assets/Spring/LBC_Tests.csv create mode 100644 app/src/main/assets/Spring/NAV_Dtcs.csv create mode 100644 app/src/main/assets/Spring/NAV_Fields.csv create mode 100644 app/src/main/assets/Spring/NAV_Tests.csv create mode 100644 app/src/main/assets/Spring/PEB_Dtcs.csv create mode 100644 app/src/main/assets/Spring/PEB_Fields.csv create mode 100644 app/src/main/assets/Spring/PEB_Tests.csv create mode 100644 app/src/main/assets/Spring/RADAR_Dtcs.csv create mode 100644 app/src/main/assets/Spring/RADAR_Fields.csv create mode 100644 app/src/main/assets/Spring/RADAR_Tests.csv create mode 100644 app/src/main/assets/Spring/RADIO_Dtcs.csv create mode 100644 app/src/main/assets/Spring/RADIO_Fields.csv create mode 100644 app/src/main/assets/Spring/RADIO_Tests.csv create mode 100644 app/src/main/assets/Spring/TCU_Dtcs.csv create mode 100644 app/src/main/assets/Spring/TCU_Fields.csv create mode 100644 app/src/main/assets/Spring/TCU_Tests.csv create mode 100644 app/src/main/assets/Spring/TDB_Dtcs.csv create mode 100644 app/src/main/assets/Spring/TDB_Fields.csv create mode 100644 app/src/main/assets/Spring/TDB_Tests.csv create mode 100644 app/src/main/assets/Spring/UCH_Dtcs.csv create mode 100644 app/src/main/assets/Spring/UCH_Fields.csv create mode 100644 app/src/main/assets/Spring/UCH_Tests.csv create mode 100644 app/src/main/assets/Spring/VFC_Fields.csv create mode 100644 app/src/main/assets/Spring/VSP_Dtcs.csv create mode 100644 app/src/main/assets/Spring/VSP_Fields.csv create mode 100644 app/src/main/assets/Spring/VSP_Tests.csv create mode 100644 app/src/main/assets/Spring/_Dtcs.csv create mode 100644 app/src/main/assets/Spring/_Ecus.csv create mode 100644 app/src/main/assets/Spring/_Fields.csv create mode 100644 app/src/main/assets/Spring/_Frames.csv create mode 100644 app/src/main/assets/Spring/_Tests.csv create mode 100644 app/src/main/res/layout/activity_battery72.xml create mode 100644 app/src/main/res/layout/activity_climatechspring.xml create mode 100644 app/src/main/res/layout/activity_heatmap_cellvoltages.xml create mode 100644 app/src/main/res/values-it/strings.xml create mode 100644 app/src/main/res/values-ro/strings.xml diff --git a/app/src/main/assets/Spring/AIRBAG_Dtcs.csv b/app/src/main/assets/Spring/AIRBAG_Dtcs.csv new file mode 100644 index 00000000..68863372 --- /dev/null +++ b/app/src/main/assets/Spring/AIRBAG_Dtcs.csv @@ -0,0 +1,47 @@ +8001,DF072 CIRCUIT 1 FRONT AIRBAG DRIVER +8010,DF075 CIRCUIT 1 PASSENGER FRONT AIRBAG +8020,DF244 FRONT LEFT CHEST AIRBAG CIRCUIT +8021,DF258 LEFT HEAD/SIDE AIR BAGS CIRCUIT +8028,DF259 RIGHT FRONT CHEST AIRBAG CIRCUIT +8029,DF260 RIGHT HEAD/SIDE AIR BAGS CIRCUIT +8050,DF271 FRONT LEFT SEAT BELT SENSOR CIRCUIT +8052,DF272 FRONT RIGHT SEAT BELT SENSOR CIRCUIT +8053,DF276 REAR LEFT SEAT BELT SENSOR CIRCUIT +8054,Second Row Center Seatbelt Sensor +8055,DF277 RIGHT SEAT BELT SENSOR CIRCUIT +8073,DF253 REAR LEFT REAR RETRACTOR CIRCUIT +8075,DF252 REAR RIGHT REAR RETRACTOR CIRCUIT +8091,DF266 LEFT FRONT DOOR IMPACT SENSOR CIRCUIT +8092,DF267 LEFT SIDE IMPACT SENSOR CIRCUIT +8094,Center Frontal Restraints Sensor +8096,DF269 RIGHT SIDE IMPACT SENSOR CIRCUIT +8098,DF268 RIGHT FRONT DOOR IMPACT SENSOR CIRCUIT +9000,DF094 ERROR CONTROL UNIT 1 +9029,DF255 FRONT LEFT RETRACTOR CIRCUIT +9001,Front Left Lap Tensioner +9002,Front Right Lap Tensioner +9019,Battery Fuse +9020,Battery Fuse 2 +9029,Front Left Seatbelt Pretensioner Deploymnt Ctrl +9036,DF163 SUPPLY VOLTAGE +9053,DF234 CURRENT SENSOR DETECTION PASSENGER SEAT OCCUPATED +9500,DF262 INFORMATION MULTIPLEX VEHICLE SPEED +80D2,DF010 INDICATOR LAMP CIRCUIT +80D3,DF165 AIRBAG FAULT LAMP CIRCUIT +80D5,DF415 INDICATOR LAMP CIRCUIT DISABLED. PASSENGER AIRBAG +80DF,DF091 AIRBAG INTERLOCK SWITCH CIRCUIT +902A,DF256 RIGHT FRONT RETRACTOR CIRCUIT +907B,DF242 LEFT/RIGHT HAND DRIVE CONFIGURATION +907C,DF426 ABS CONTROL UNIT CONFIGURATION +907E,DF034 CONTROL UNIT SECURED +92B5,DF326 FRONT IMPACT DEVICE +92B6,DF448 CONTROL UNIT TO BE REPLACED AFTER CRASH +92B7,Rollover detection +92B9,DF450 CONTROL UNIT TO BE REPLACED AFTER CRASH +92BA,DF194 CONTROL UNIT TO BE REPLACED AFTER CRASH +C073,DF249 CAN FAULT +C100,DF282 MULTIPLEX OUTPUT NO INJECTION +C121,DF263 ABS/ESP MULTIPLEX SIGNAL NOT PRESENT +C140,DF270 MULTIPLEX SIGNAL ALSO NOT PRESENT +C155,DF264 MULTIPLEX EMISSION NO INSTRUMENT PANEL +E150,DF095 ERROR CONTROL UNIT 2 diff --git a/app/src/main/assets/Spring/AIRBAG_Fields.csv b/app/src/main/assets/Spring/AIRBAG_Fields.csv new file mode 100644 index 00000000..a22c1f9f --- /dev/null +++ b/app/src/main/assets/Spring/AIRBAG_Fields.csv @@ -0,0 +1,2554 @@ +,772,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,772,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,772,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,772,0,0,1,0,0,,1060,5060,ff,StartDiagnosticSession.Supplier, +,772,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,772,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,772,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,772,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,772,16,23,1,0,0,,1902B9,5902B9,ff,DTCStatusAvailabilityMask, +,772,24,39,1,0,0,,1902B9,5902B9,ff,DTCDeviceAndFailureTypeOBD,"1:Fuel Volume Regul Contrl Circuit/Open;2:Fuel Volume Regul Contrl Circuit Range/Performance;3:Fuel Volume Regul Contrl Circuit Low;4:Fuel Volume Regul Contrl Circuit High;5:Fuel Shutoff Valve ""A"" Contrl Circuit/Open;6:Fuel Shutoff Valve ""A"" Contrl Circuit Low;7:Fuel Shutoff Valve ""A"" Contrl Circuit High;8:Engine Position System Performance Bank 1;9:Engine Position System Performance Bank 2;10:A Camshaft Position Slow Response Bank 1;11:B Camshaft Position Slow Response Bank 1;12:A Camshaft Position Slow Response Bank 2" +,772,40,47,1,0,0,,1902B9,5902B9,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,44,47,1,0,0,,1902B9,5902B9,ff,DTCFailureType.ManufacturerOrSupplier, +,772,48,48,1,0,0,,1902B9,5902B9,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,772,49,49,1,0,0,,1902B9,5902B9,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,772,50,50,1,0,0,,1902B9,5902B9,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,772,51,51,1,0,0,,1902B9,5902B9,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,772,52,52,1,0,0,,1902B9,5902B9,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,772,53,53,1,0,0,,1902B9,5902B9,ff,DTCStatus.pendingDTC,0:No;1:Yes +,772,54,54,1,0,0,,1902B9,5902B9,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,772,55,55,1,0,0,,1902B9,5902B9,ff,DTCStatus.testFailed,0:No;1:Yes +,772,16,39,1,0,0,,1903000000FF,5903000000FF,4ff,DTCRecord, +,772,40,47,1,0,0,,1903000000FF,5903000000FF,4ff,DTCSnapshotRecordNumber, +,772,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,772,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,772,80,103,1,0,0,km,1904000000FF,5904000000FF,1ff,DTCSnapshot.Mileage, +,772,128,135,1,0,0,,1904000000FF,5904000000FF,4ff,DTCSnapshotRecordNumber, +,772,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,772,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,772,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,772,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage, +,772,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,772,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,772,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,772,56,79,1,0,0,km,1906000000FF,5906000000FF,ff,DTCExtendedData.Mileage, +,772,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,772,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,32769:Driver Frontal Stage 1 Deployment Control;32784:Passenger Frontal Stage 1 Deployment Control;32800:Left Side Airbag Deployment Control;32801:FrontLeftCurtainAirbagDeploymntCtrl;32808:Right Side Airbag Deployment Control;32809:FrontRightCurtainAirbagDeploymntCtrl;32848:Front LH Buckle SW;32850:Front RH Buckle SW;32851:Second Row Left Seatbelt Sensor;32852:Second Row Center Seatbelt Sensor;32853:Second Row Right Seatbelt Sensor;32883:Second Row Left Seatbelt PretensionerDeploymnt Ctrl;32885:Second Row Right Seatbelt PretensionerDeploymnt Ctrl;32913:Left Side Restraints Sensor 1;32914:Left Side Restraints Sensor 2;32916:Center Frontal Restraints Sensor;32918:Right Side Restraints Sensor 2;32920:Right Side Restraints Sensor 1;32978:Restraint System Malfunction Indicator 1;32979:Restraint System Malfunction Indicator 2;32981:Restraint System Passenger Disable Indicator;32991:Passenger Restraints Disable Switch;36864:ACU Calibration/Configuration;36865:Front Left Lap Tensionner;36866:Front Right Lap Tensionner;36889:Battery Fuse;36896:Battery Fuse 2;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36918:Ignition Voltage Low/High;36947:Front Passenger Occupant Detection;36987:Direction side problem;36988:Brake System;36990:Firing locked by diagnosis;37557:Frontal Collision;37558:Side Collision;37559:Rollover detection;37561:Rear Collision;37562:Airbag Disposal Detection;38144:VehicleSpeed;49267:High Speed CAN Communication Bus;49408:Lost Communication With ECM;49441:Lost Communication With ABS;49472:Lost Communication With BCM;49493:Lost Communication With Cluster;57680:Airbag Mute On CAN +,772,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,772,56,79,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt0, +,772,80,103,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt1, +,772,104,127,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt2, +,772,128,151,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt3, +,772,152,175,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt4, +,772,176,199,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt5, +,772,200,223,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt6, +,772,224,247,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt7, +,772,248,271,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt8, +,772,272,295,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tt9, +,772,296,319,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tta, +,772,320,343,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_ttb, +,772,344,367,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_ttc, +,772,368,391,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_ttd, +,772,392,415,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_tte, +,772,416,439,1,0,0,,222001,622001,4ff,RealTimeInformation.Real Time Trouble Information_ttf, +,772,440,447,1,0,0,,222001,622001,4ff,RealTimeInformation.Airbag Warning Lamp Status, +,772,448,479,1,0,0,,222001,622001,4ff,RealTimeInformation.Inhibit information for Firing, +,772,480,511,1,0,0,,222001,622001,4ff,RealTimeInformation.Current Trouble Information, +,772,24,47,1,0,0,,222002,622002,4ff,Trouble History Information A.A0_Trouble information_DTC, +,772,48,63,1,0,0,,222002,622002,4ff,Trouble History Information A.A0_Trouble information status_TSI, +,772,80,103,1,0,0,,222002,622002,4ff,Trouble History Information A.A0_Trouble information mileage_MILE, +,772,704,727,1,0,0,,222002,622002,4ff,Trouble History Information A.A1_Trouble information_DTC, +,772,728,743,1,0,0,,222002,622002,4ff,Trouble History Information A.A1_Trouble information status_TSI, +,772,760,783,1,0,0,,222002,622002,4ff,Trouble History Information A.A1_Trouble information mileage_MILE, +,772,10224,10247,1,0,0,,222002,622002,4ff,Trouble History Information A.AF_Trouble information_DTC, +,772,10248,10263,1,0,0,,222002,622002,4ff,Trouble History Information A.AF_Trouble information status_TSI, +,772,10280,10303,1,0,0,,222002,622002,4ff,Trouble History Information A.AF_Trouble information mileage_MILE, +,772,1384,1407,1,0,0,,222002,622002,4ff,Trouble History Information A.A2_Trouble information_DTC, +,772,1408,1423,1,0,0,,222002,622002,4ff,Trouble History Information A.A2_Trouble information status_TSI, +,772,1440,1463,1,0,0,,222002,622002,4ff,Trouble History Information A.A2_Trouble information mileage_MILE, +,772,2064,2087,1,0,0,,222002,622002,4ff,Trouble History Information A.A3_Trouble information_DTC, +,772,2088,2103,1,0,0,,222002,622002,4ff,Trouble History Information A.A3_Trouble information status_TSI, +,772,2120,2143,1,0,0,,222002,622002,4ff,Trouble History Information A.A3_Trouble information mileage_MILE, +,772,2744,2767,1,0,0,,222002,622002,4ff,Trouble History Information A.A4_Trouble information_DTC, +,772,2768,2783,1,0,0,,222002,622002,4ff,Trouble History Information A.A4_Trouble information status_TSI, +,772,2800,2823,1,0,0,,222002,622002,4ff,Trouble History Information A.A4_Trouble information mileage_MILE, +,772,3424,3447,1,0,0,,222002,622002,4ff,Trouble History Information A.A5_Trouble information_DTC, +,772,3448,3463,1,0,0,,222002,622002,4ff,Trouble History Information A.A5_Trouble information status_TSI, +,772,3480,3503,1,0,0,,222002,622002,4ff,Trouble History Information A.A5_Trouble information mileage_MILE, +,772,4104,4127,1,0,0,,222002,622002,4ff,Trouble History Information A.A6_Trouble information_DTC, +,772,4128,4143,1,0,0,,222002,622002,4ff,Trouble History Information A.A6_Trouble information status_TSI, +,772,4160,4183,1,0,0,,222002,622002,4ff,Trouble History Information A.A6_Trouble information mileage_MILE, +,772,4784,4807,1,0,0,,222002,622002,4ff,Trouble History Information A.A7_Trouble information_DTC, +,772,4808,4823,1,0,0,,222002,622002,4ff,Trouble History Information A.A7_Trouble information status_TSI, +,772,4840,4863,1,0,0,,222002,622002,4ff,Trouble History Information A.A7_Trouble information mileage_MILE, +,772,5464,5487,1,0,0,,222002,622002,4ff,Trouble History Information A.A8_Trouble information_DTC, +,772,5488,5503,1,0,0,,222002,622002,4ff,Trouble History Information A.A8_Trouble information status_TSI, +,772,5520,5543,1,0,0,,222002,622002,4ff,Trouble History Information A.A8_Trouble information mileage_MILE, +,772,6144,6167,1,0,0,,222002,622002,4ff,Trouble History Information A.A9_Trouble information_DTC, +,772,6168,6183,1,0,0,,222002,622002,4ff,Trouble History Information A.A9_Trouble information status_TSI, +,772,6200,6223,1,0,0,,222002,622002,4ff,Trouble History Information A.A9_Trouble information mileage_MILE, +,772,6824,6847,1,0,0,,222002,622002,4ff,Trouble History Information A.AA_Trouble information_DTC, +,772,6848,6863,1,0,0,,222002,622002,4ff,Trouble History Information A.AA_Trouble information status_TSI, +,772,6880,6903,1,0,0,,222002,622002,4ff,Trouble History Information A.AA_Trouble information mileage_MILE, +,772,7504,7527,1,0,0,,222002,622002,4ff,Trouble History Information A.AB_Trouble information_DTC, +,772,7528,7543,1,0,0,,222002,622002,4ff,Trouble History Information A.AB_Trouble information status_TSI, +,772,7560,7583,1,0,0,,222002,622002,4ff,Trouble History Information A.AB_Trouble information mileage_MILE, +,772,8184,8207,1,0,0,,222002,622002,4ff,Trouble History Information A.AC_Trouble information_DTC, +,772,8208,8223,1,0,0,,222002,622002,4ff,Trouble History Information A.AC_Trouble information status_TSI, +,772,8240,8263,1,0,0,,222002,622002,4ff,Trouble History Information A.AC_Trouble information mileage_MILE, +,772,8864,8887,1,0,0,,222002,622002,4ff,Trouble History Information A.AD_Trouble information_DTC, +,772,8888,8903,1,0,0,,222002,622002,4ff,Trouble History Information A.AD_Trouble information status_TSI, +,772,8920,8943,1,0,0,,222002,622002,4ff,Trouble History Information A.AD_Trouble information mileage_MILE, +,772,9544,9567,1,0,0,,222002,622002,4ff,Trouble History Information A.AE_Trouble information_DTC, +,772,9568,9583,1,0,0,,222002,622002,4ff,Trouble History Information A.AE_Trouble information status_TSI, +,772,9600,9623,1,0,0,,222002,622002,4ff,Trouble History Information A.AE_Trouble information mileage_MILE, +,772,24,47,1,0,0,,222003,622003,4ff,Trouble History Information B.B0_Trouble information_DTC, +,772,48,63,1,0,0,,222003,622003,4ff,Trouble History Information B.B0_Trouble information status_TSI, +,772,80,103,1,0,0,,222003,622003,4ff,Trouble History Information B.B0_Trouble information mileage_MILE, +,772,704,727,1,0,0,,222003,622003,4ff,Trouble History Information B.B1_Trouble information_DTC, +,772,728,743,1,0,0,,222003,622003,4ff,Trouble History Information B.B1_Trouble information status_TSI, +,772,760,783,1,0,0,,222003,622003,4ff,Trouble History Information B.B1_Trouble information mileage_MILE, +,772,10224,10247,1,0,0,,222003,622003,4ff,Trouble History Information B.BF_Trouble information_DTC, +,772,10248,10263,1,0,0,,222003,622003,4ff,Trouble History Information B.BF_Trouble information status_TSI, +,772,10280,10303,1,0,0,,222003,622003,4ff,Trouble History Information B.BF_Trouble information mileage_MILE, +,772,1384,1407,1,0,0,,222003,622003,4ff,Trouble History Information B.B2_Trouble information_DTC, +,772,1408,1423,1,0,0,,222003,622003,4ff,Trouble History Information B.B2_Trouble information status_TSI, +,772,1440,1463,1,0,0,,222003,622003,4ff,Trouble History Information B.B2_Trouble information mileage_MILE, +,772,2064,2087,1,0,0,,222003,622003,4ff,Trouble History Information B.B3_Trouble information_DTC, +,772,2088,2103,1,0,0,,222003,622003,4ff,Trouble History Information B.B3_Trouble information status_TSI, +,772,2120,2143,1,0,0,,222003,622003,4ff,Trouble History Information B.B3_Trouble information mileage_MILE, +,772,2744,2767,1,0,0,,222003,622003,4ff,Trouble History Information B.B4_Trouble information_DTC, +,772,2768,2783,1,0,0,,222003,622003,4ff,Trouble History Information B.B4_Trouble information status_TSI, +,772,2800,2823,1,0,0,,222003,622003,4ff,Trouble History Information B.B4_Trouble information mileage_MILE, +,772,3424,3447,1,0,0,,222003,622003,4ff,Trouble History Information B.B5_Trouble information_DTC, +,772,3448,3463,1,0,0,,222003,622003,4ff,Trouble History Information B.B5_Trouble information status_TSI, +,772,3480,3503,1,0,0,,222003,622003,4ff,Trouble History Information B.B5_Trouble information mileage_MILE, +,772,4104,4127,1,0,0,,222003,622003,4ff,Trouble History Information B.B6_Trouble information_DTC, +,772,4128,4143,1,0,0,,222003,622003,4ff,Trouble History Information B.B6_Trouble information status_TSI, +,772,4160,4183,1,0,0,,222003,622003,4ff,Trouble History Information B.B6_Trouble information mileage_MILE, +,772,4784,4807,1,0,0,,222003,622003,4ff,Trouble History Information B.B7_Trouble information_DTC, +,772,4808,4823,1,0,0,,222003,622003,4ff,Trouble History Information B.B7_Trouble information status_TSI, +,772,4840,4863,1,0,0,,222003,622003,4ff,Trouble History Information B.B7_Trouble information mileage_MILE, +,772,5464,5487,1,0,0,,222003,622003,4ff,Trouble History Information B.B8_Trouble information_DTC, +,772,5488,5503,1,0,0,,222003,622003,4ff,Trouble History Information B.B8_Trouble information status_TSI, +,772,5520,5543,1,0,0,,222003,622003,4ff,Trouble History Information B.B8_Trouble information mileage_MILE, +,772,6144,6167,1,0,0,,222003,622003,4ff,Trouble History Information B.B9_Trouble information_DTC, +,772,6168,6183,1,0,0,,222003,622003,4ff,Trouble History Information B.B9_Trouble information status_TSI, +,772,6200,6223,1,0,0,,222003,622003,4ff,Trouble History Information B.B9_Trouble information mileage_MILE, +,772,6824,6847,1,0,0,,222003,622003,4ff,Trouble History Information B.BA_Trouble information_DTC, +,772,6848,6863,1,0,0,,222003,622003,4ff,Trouble History Information B.BA_Trouble information status_TSI, +,772,6880,6903,1,0,0,,222003,622003,4ff,Trouble History Information B.BA_Trouble information mileage_MILE, +,772,7504,7527,1,0,0,,222003,622003,4ff,Trouble History Information B.BB_Trouble information_DTC, +,772,7528,7543,1,0,0,,222003,622003,4ff,Trouble History Information B.BB_Trouble information status_TSI, +,772,7560,7583,1,0,0,,222003,622003,4ff,Trouble History Information B.BB_Trouble information mileage_MILE, +,772,8184,8207,1,0,0,,222003,622003,4ff,Trouble History Information B.BC_Trouble information_DTC, +,772,8208,8223,1,0,0,,222003,622003,4ff,Trouble History Information B.BC_Trouble information status_TSI, +,772,8240,8263,1,0,0,,222003,622003,4ff,Trouble History Information B.BC_Trouble information mileage_MILE, +,772,8864,8887,1,0,0,,222003,622003,4ff,Trouble History Information B.BD_Trouble information_DTC, +,772,8888,8903,1,0,0,,222003,622003,4ff,Trouble History Information B.BD_Trouble information status_TSI, +,772,8920,8943,1,0,0,,222003,622003,4ff,Trouble History Information B.BD_Trouble information mileage_MILE, +,772,9544,9567,1,0,0,,222003,622003,4ff,Trouble History Information B.BE_Trouble information_DTC, +,772,9568,9583,1,0,0,,222003,622003,4ff,Trouble History Information B.BE_Trouble information status_TSI, +,772,9600,9623,1,0,0,,222003,622003,4ff,Trouble History Information B.BE_Trouble information mileage_MILE, +,772,40,47,1,0,0,,222004,622004,4ff,Other recorded DATA.Clear DTC Execution Times_G, +,772,72,79,1,0,0,,222004,622004,4ff,Other recorded DATA.Occupant Seat Status_RR, +,772,88,95,1,0,0,,222004,622004,4ff,Other recorded DATA.Airbag Warning Lamp status_SA, +,772,96,127,1,0,0,,222004,622004,4ff,Other recorded DATA.Inhibit information for Firing_TF, +,772,128,159,1,0,0,,222004,622004,4ff,Other recorded DATA.Inhibit information for Crash detection_TA, +,772,24,31,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_Front algo start_GPU_GPV_SS_ECZS_Q0, +,772,40,47,1,0,0,,222006,622006,4ff,Firing Timing.CrashEntry_ECZS exceed severity1_Q2, +,772,48,55,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_GPU exceed severity1_Q3, +,772,56,63,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_GPV exceed severity1_Q4, +,772,96,103,1,0,0,,222006,622006,4ff,Firing Timing.CrashEntry_ECZS exceed severity 2_Q9, +,772,104,111,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_GPU exceed severity2_QA, +,772,112,119,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_GPV exceed severity2_QB, +,772,144,151,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-RH1 Firing_I1, +,772,152,159,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-RH2 Firing_I2, +,772,160,167,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-LH1 Firing_J1, +,772,168,175,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-LH2 Firing_J2, +,772,176,183,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_RP-RH Firing_J3, +,772,184,191,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_RP-LH Firing_J4, +,772,192,199,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_DR1 Firing_K1, +,772,200,207,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_AS1 Firing_L1, +,772,208,215,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_BC1 firing_B1, +,772,216,223,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_BC2 firing_B2, +,772,224,231,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_RH BX-SAT calculation start_D1, +,772,232,239,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_LH BX-SAT calculation start_D2, +,772,240,247,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_RH BX-SAT exceed Front crash_D3, +,772,248,255,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_LH BX-SAT exceed Front crash_D4, +,772,264,271,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_Side algo start-GPU-GPCV_D6, +,772,272,279,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_RH BY-SAT calculation start_D7, +,772,280,287,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_RH Door-SAT calculation start_D8, +,772,288,295,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_LH BY-SAT calculation start_D9, +,772,296,303,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_LH Door-SAT calculation start_DA, +,772,304,311,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_RH BY-SATexceed Right side crash_DB, +,772,320,327,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_RH Door-SAT exceed Right side crash_DD, +,772,328,335,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_LH BY-SAT exceed Left side crash_DE, +,772,336,343,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_LH Door-SAT exceed Left side crash_DF, +,772,352,359,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-RH1 Firing_I3, +,772,360,367,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-RH2 Firing_I4, +,772,368,375,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-LH1 Firing_J5, +,772,376,383,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-LH2 Firing_J6, +,772,384,391,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_RP-RH Firing_J7, +,772,392,399,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_RP-LH Firing_J8, +,772,400,407,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_S-RH firing_IR, +,772,408,415,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_C-RH firing_JR, +,772,416,423,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_S-LH firing_IL, +,772,424,431,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_C-LH firing_JL, +,772,432,439,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_BC1 firing_B3, +,772,440,447,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_BC2 firing_B4, +,772,448,455,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Roll algo start-Roll_LowGZ_LowGY_O1, +,772,456,463,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_ARS exceed Rolling state_2 level_O2, +,772,464,471,1,0,0,,222006,622006,4ff,Firing Timing.Angle at Rolling state_2_O3, +,772,496,503,1,0,0,,222006,622006,4ff,Firing Timing.Rollover earlier than Frontal or Side crash flag_O7, +,772,512,519,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_SS(ON determination)_R0, +,772,520,527,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_GP calculation start_R1, +,772,528,535,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_GP exceed Rear crash_1_R2, +,772,536,543,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Front Crash Output level 1_R3, +,772,544,551,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Front Crash Output level 2_R4, +,772,552,559,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-RH1 Firing_R5, +,772,560,567,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-RH2 Firing_R6, +,772,568,575,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-LH1 Firing_R7, +,772,576,583,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_P-LH2 Firing_R8, +,772,584,591,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_RP-RH Firing_R9, +,772,592,599,1,0,0,,222006,622006,4ff,Firing Timing.Crash Entry_RP-LH Firing_RA, +,772,600,607,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_BC1 firing_RB, +,772,608,615,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_BC2 firing_RC, +,772,616,623,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Rear Crash Output level 1_RD, +,772,624,631,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Rear Crash Output level 2_RE, +,772,632,639,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Side Crash Output level 2_RF, +,772,640,647,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Mid algo start (U and V)_W1, +,772,648,655,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_MID exceed Crash_1 (U and V)_W2, +,772,656,663,1,0,0,,222006,622006,4ff,Firing Timing.Crash entry_Crash Output level 2 (Mid)_W3, +,772,664,671,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C1, +,772,672,679,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C2, +,772,680,687,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C3, +,772,688,695,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C4, +,772,696,703,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C5, +,772,704,711,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C6, +,772,712,719,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C7, +,772,720,727,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C8, +,772,728,735,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information C9, +,772,736,743,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information CA, +,772,744,751,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information CB, +,772,752,759,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information CC, +,772,760,767,1,0,0,,222006,622006,4ff,Firing Timing.Firing timing recording completion information CD, +,772,0,0,1,0,0,,222019,622019,ff,DataRead.ReadEDRExchangeParameter, +,772,24,31,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_01, +,772,32,39,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_02, +,772,40,47,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_03, +,772,48,55,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_04, +,772,56,63,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_05, +,772,64,71,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_06, +,772,72,79,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_07, +,772,80,87,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_08, +,772,88,95,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_09, +,772,96,103,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_10, +,772,104,111,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_11, +,772,112,119,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_12, +,772,120,127,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_13, +,772,128,135,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_14, +,772,136,143,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_15, +,772,144,151,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_16, +,772,152,159,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_17, +,772,160,167,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_18, +,772,168,175,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_19, +,772,176,183,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_20, +,772,184,191,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_21, +,772,192,199,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_22, +,772,200,207,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_23, +,772,208,215,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_24, +,772,216,223,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_25, +,772,224,231,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Delta_V_Long_26, +,772,232,239,1,0,0,km/h,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Max_Delta_V_Long, +,772,240,247,2.5,0,0,ms,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Time_Max_Delta_V_Long, +,772,248,263,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_01, +,772,264,279,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_02, +,772,280,295,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_03, +,772,296,311,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_04, +,772,312,327,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_05, +,772,328,343,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_06, +,772,344,359,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_07, +,772,360,375,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_08, +,772,376,391,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_09, +,772,392,407,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_10, +,772,408,423,1,0,0,km/h,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Speed_Veh_Indicated_11, +,772,424,439,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_01, +,772,440,455,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_02, +,772,456,471,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_03, +,772,472,487,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_04, +,772,488,503,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_05, +,772,504,519,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_06, +,772,520,535,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_07, +,772,536,551,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_08, +,772,552,567,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_09, +,772,568,583,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_10, +,772,584,599,1,0,0,%,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Accel_Pedal_Perc_Full_11, +,772,600,607,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_01,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,608,615,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_02,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,616,623,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_03,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,624,631,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_04,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,632,639,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_05,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,640,647,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_06,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,648,655,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_07,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,656,663,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_08,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,664,671,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_09,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,672,679,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_10,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,680,687,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Service_Brake_On_Off_11,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,688,703,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Ignition_Cycle_Crash, +,772,704,719,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Ignition_Cycle_Download, +,772,720,727,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Safety_Belt_Status_Driver,0:On = Fasten;1:Off = Unfasten;254:Data Not Valid;255:Data Not Available & Default Value +,772,728,735,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Frontal_Airbag_Warning_Lamp_On_Off,0:On;1:Off;254:Data Not Valid;255:Data Not Available & Default Value +,772,736,743,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Frontal_Airbag_Deployment_time_to first_stage_driver, +,772,744,751,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Frontal_Airbag_Deployment_time_to first_stage_passenger, +,772,752,759,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Multi_Event_Number_of_Event,1:Single Event or 1st Event of Multi-Event;2:2nd Event of Multi-Event;254:Data Not Valid;255:Data Not Avalaible & Default Value +,772,760,767,1,0,0,s,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Time_From_Event_1_To_2, +,772,768,775,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Complete_File_Recorded,0:Yes (Completed);1:No (Not Completed);254:Data Not Valid;255:Data Not Available & Default Value +,772,776,783,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Safety_Belt_Status_Passenger,0:On = Fasten;1:Off = Unfasten;254:Data Not Valid;255:Data Not Available & Default Value +,772,784,791,1,0,0,,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Frontal_Airbag_Suppression_Switch_Right_Front_Passenger,0:On = Passenger Protections are inhibited (for any reason);1:Off = Passenger Protections are not inhibited;254:Data Not Valid;255:Data Not Available & Default Value +,772,792,799,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Frontal_Airbag_Deployment_time_to_second_stage_driver, +,772,800,807,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Frontal_Airbag_Deployment_time_to_second_stage_passenger, +,772,808,815,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Side_Airbag_Deployment_Time_To_Deploy_Driver, +,772,816,823,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Side_Airbag_Deployment_Time_To_Deploy_Right_Front_Passenger, +,772,824,831,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Side_Curtain_Airbag_Deployment_Time_To_Deploy_Driver_Side, +,772,832,839,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Side_Curtain_Airbag_Deployment_Time_To_Deploy_Right_Side, +,772,840,847,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Pretensioner_Deployment_Time_To_Deploy_Driver, +,772,848,855,1,0,0,ms,22201A,62201A,ff,ReadEDRDataEventArea1_1.EDR_Pretensioner_Deployment_Time_To_Deploy_Right_Front_Passenger, +,772,856,863,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_01, +,772,864,871,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_02, +,772,872,879,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_03, +,772,880,887,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_04, +,772,888,895,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_05, +,772,896,903,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_06, +,772,904,911,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_07, +,772,912,919,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_08, +,772,920,927,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_09, +,772,928,935,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_10, +,772,936,943,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_11, +,772,944,951,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_12, +,772,952,959,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_13, +,772,960,967,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_14, +,772,968,975,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_15, +,772,976,983,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_16, +,772,984,991,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_17, +,772,992,999,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_18, +,772,1000,1007,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_19, +,772,1008,1015,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_20, +,772,1016,1023,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_21, +,772,1024,1031,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_22, +,772,1032,1039,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_23, +,772,1040,1047,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_24, +,772,1048,1055,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_25, +,772,1056,1063,1,0,0,g,22201A,62201A,1ff,ReadEDRDataEventArea1_1.EDR_Lateral_Acceleration_26, +,772,24,31,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_01, +,772,32,39,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_02, +,772,40,47,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_03, +,772,48,55,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_04, +,772,56,63,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_05, +,772,64,71,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_06, +,772,72,79,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_07, +,772,80,87,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_08, +,772,88,95,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_09, +,772,96,103,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_10, +,772,104,111,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_11, +,772,112,119,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_12, +,772,120,127,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_13, +,772,128,135,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_14, +,772,136,143,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_15, +,772,144,151,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_16, +,772,152,159,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_17, +,772,160,167,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_18, +,772,168,175,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_19, +,772,176,183,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_20, +,772,184,191,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_21, +,772,192,199,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_22, +,772,200,207,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_23, +,772,208,215,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_24, +,772,216,223,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_25, +,772,224,231,1,0,0,g,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Longitudinal_Acceleration_26, +,772,232,239,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_01, +,772,240,247,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_02, +,772,248,255,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_03, +,772,256,263,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_04, +,772,264,271,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_05, +,772,272,279,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_06, +,772,280,287,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_07, +,772,288,295,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_08, +,772,296,303,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_09, +,772,304,311,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_10, +,772,312,319,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_11, +,772,320,327,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_12, +,772,328,335,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_13, +,772,336,343,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_14, +,772,344,351,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_15, +,772,352,359,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_16, +,772,360,367,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_17, +,772,368,375,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_18, +,772,376,383,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_19, +,772,384,391,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_20, +,772,392,399,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_21, +,772,400,407,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_22, +,772,408,415,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_23, +,772,416,423,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_24, +,772,424,431,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_25, +,772,432,439,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Delta_V_Lat_26, +,772,440,447,1,0,0,km/h,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Max_Delta_V_Lat, +,772,448,455,2.5,0,0,ms,22201B,62201B,1ff,ReadEDRDataEventArea1_2.EDR_Time_Max_Delta_V_Lat, +,772,456,471,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_01, +,772,472,487,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_02, +,772,488,503,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_03, +,772,504,519,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_04, +,772,520,535,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_05, +,772,536,551,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_06, +,772,552,567,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_07, +,772,568,583,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_08, +,772,584,599,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_09, +,772,600,615,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_10, +,772,616,631,100,0,0,rpm,22201B,62201B,ff,ReadEDRDataEventArea1_2.EDR_Engine_RPM_11, +,772,24,511,1,0,0,,22201C,62201C,4ff,ReadEDRDataEventArea1_3.EDR_Vehicle_Roll_Angle, +,772,512,527,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_01, +,772,528,543,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_02, +,772,544,559,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_03, +,772,560,575,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_04, +,772,576,591,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_05, +,772,592,607,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_06, +,772,608,623,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_07, +,772,624,639,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_08, +,772,640,655,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_09, +,772,656,671,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_10, +,772,672,687,2.5,0,0,°,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Steering_Input_11, +,772,688,695,1,0,0,g,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Max_Accel_Long, +,772,696,703,2.5,0,0,ms,22201C,62201C,ff,ReadEDRDataEventArea1_3.EDR_Time_Max_Accel_Long, +,772,704,711,1,0,0,g,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Max_Accel_Lat, +,772,712,719,2.5,0,0,ms,22201C,62201C,ff,ReadEDRDataEventArea1_3.EDR_Time_Max_Accel_Lat, +,772,720,895,1,0,0,,22201C,62201C,4ff,ReadEDRDataEventArea1_3.EDR_Motor_RPM, +,772,904,911,1,0,0,,22201C,62201C,ff,ReadEDRDataEventArea1_3.EDR_Seat_Track_Position_Switch_Driver,0:Yes = Front;1:No = Rear;254:Data Not Valid;255:Data Not Available & Default Value +,772,928,928,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_01,0:no ABS regulation;1:ABS in regulation +,772,929,929,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_01,0:no ABS malfunction;1:ABS mulfunction +,772,933,933,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_01,0:no AYC regulation;1:AYC in regulation +,772,934,934,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_01,0:no AYC malfunction;1:AYC malfunction +,772,936,936,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_02,0:no ABS regulation;1:ABS in regulation +,772,937,937,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_02,0:no ABS malfunction;1:ABS mulfunction +,772,941,941,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_02,0:no AYC regulation;1:AYC in regulation +,772,942,942,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_02,0:no AYC malfunction;1:AYC malfunction +,772,944,944,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_03,0:no ABS regulation;1:ABS in regulation +,772,945,945,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_03,0:no ABS malfunction;1:ABS mulfunction +,772,949,949,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_03,0:no AYC regulation;1:AYC in regulation +,772,950,950,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_03,0:no AYC malfunction;1:AYC malfunction +,772,952,952,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_04,0:no ABS regulation;1:ABS in regulation +,772,953,953,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_04,0:no ABS malfunction;1:ABS mulfunction +,772,957,957,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_04,0:no AYC regulation;1:AYC in regulation +,772,958,958,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_04,0:no AYC malfunction;1:AYC malfunction +,772,960,960,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_05,0:no ABS regulation;1:ABS in regulation +,772,961,961,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_05,0:no ABS malfunction;1:ABS mulfunction +,772,965,965,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_05,0:no AYC regulation;1:AYC in regulation +,772,966,966,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_05,0:no AYC malfunction;1:AYC malfunction +,772,968,968,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_06,0:no ABS regulation;1:ABS in regulation +,772,969,969,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_06,0:no ABS malfunction;1:ABS mulfunction +,772,973,973,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_06,0:no AYC regulation;1:AYC in regulation +,772,974,974,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_06,0:no AYC malfunction;1:AYC malfunction +,772,976,976,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_07,0:no ABS regulation;1:ABS in regulation +,772,977,977,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_07,0:no ABS malfunction;1:ABS mulfunction +,772,981,981,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_07,0:no AYC regulation;1:AYC in regulation +,772,982,982,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_07,0:no AYC malfunction;1:AYC malfunction +,772,984,984,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_08,0:no ABS regulation;1:ABS in regulation +,772,985,985,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_08,0:no ABS malfunction;1:ABS mulfunction +,772,989,989,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_08,0:no AYC regulation;1:AYC in regulation +,772,990,990,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_08,0:no AYC malfunction;1:AYC malfunction +,772,992,992,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_09,0:no ABS regulation;1:ABS in regulation +,772,993,993,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_09,0:no ABS malfunction;1:ABS mulfunction +,772,997,997,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_09,0:no AYC regulation;1:AYC in regulation +,772,998,998,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_09,0:no AYC malfunction;1:AYC malfunction +,772,1000,1000,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_10,0:no ABS regulation;1:ABS in regulation +,772,1001,1001,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_10,0:no ABS malfunction;1:ABS mulfunction +,772,1005,1005,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_10,0:no AYC regulation;1:AYC in regulation +,772,1006,1006,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_10,0:no AYC malfunction;1:AYC malfunction +,772,1008,1008,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSinRegulation_11,0:no ABS regulation;1:ABS in regulation +,772,1009,1009,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_ABSMalfunction_11,0:no ABS malfunction;1:ABS mulfunction +,772,1013,1013,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCinRegulation_11,0:no AYC regulation;1:AYC in regulation +,772,1014,1014,1,0,0,,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_ABS Status_AYCMalfunction_11,0:no AYC malfunction;1:AYC malfunction +,772,1072,1103,1,0,0,s,22201C,62201C,1ff,ReadEDRDataEventArea1_3.EDR_Life_Time_Counter, +,772,24,31,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_01, +,772,32,39,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_02, +,772,40,47,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_03, +,772,48,55,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_04, +,772,56,63,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_05, +,772,64,71,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_06, +,772,72,79,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_07, +,772,80,87,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_08, +,772,88,95,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_09, +,772,96,103,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_10, +,772,104,111,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_11, +,772,112,119,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_12, +,772,120,127,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_13, +,772,128,135,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_14, +,772,136,143,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_15, +,772,144,151,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_16, +,772,152,159,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_17, +,772,160,167,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_18, +,772,168,175,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_19, +,772,176,183,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_20, +,772,184,191,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_21, +,772,192,199,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_22, +,772,200,207,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_23, +,772,208,215,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_24, +,772,216,223,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_25, +,772,224,231,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Delta_V_Long_26, +,772,232,239,1,0,0,km/h,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Max_Delta_V_Long, +,772,240,247,2.5,0,0,ms,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Time_Max_Delta_V_Long, +,772,248,263,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_01, +,772,264,279,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_02, +,772,280,295,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_03, +,772,296,311,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_04, +,772,312,327,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_05, +,772,328,343,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_06, +,772,344,359,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_07, +,772,360,375,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_08, +,772,376,391,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_09, +,772,392,407,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_10, +,772,408,423,1,0,0,km/h,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Speed_Veh_Indicated_11, +,772,424,439,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_01, +,772,440,455,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_02, +,772,456,471,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_03, +,772,472,487,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_04, +,772,488,503,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_05, +,772,504,519,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_06, +,772,520,535,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_07, +,772,536,551,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_08, +,772,552,567,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_09, +,772,568,583,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_10, +,772,584,599,1,0,0,%,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Accel_Pedal_Perc_Full_11, +,772,600,607,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_01,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,608,615,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_02,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,616,623,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_03,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,624,631,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_04,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,632,639,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_05,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,640,647,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_06,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,648,655,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_07,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,656,663,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_08,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,664,671,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_09,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,672,679,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_10,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,680,687,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Service_Brake_On_Off_11,0:On = Brake pedal pressed;1:Off = Brake pedal not pressed;254:Data Not Valid;255:Data Not Available & Default Value +,772,688,703,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Ignition_Cycle_Crash, +,772,704,719,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Ignition_Cycle_Download, +,772,720,727,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Safety_Belt_Status_Driver,0:On = Fasten;1:Off = Unfasten;254:Data Not Valid;255:Data Not Available & Default Value +,772,728,735,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Frontal_Airbag_Warning_Lamp_On_Off,0:On;1:Off;254:Data Not Valid;255:Data Not Available & Default Value +,772,736,743,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Frontal_Airbag_Deployment_time_to first_stage_driver, +,772,744,751,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Frontal_Airbag_Deployment_time_to first_stage_passenger, +,772,752,759,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Multi_Event_Number_of_Event,1:Single Event or 1st Event of Multi-Event;2:2nd Event of Multi-Event;254:Data Not Valid;255:Data Not Avalaible & Default Value +,772,760,767,1,0,0,s,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Time_From_Event_1_To_2, +,772,768,775,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Complete_File_Recorded,0:Yes (Completed);1:No (Not Completed);254:Data Not Valid;255:Data Not Available & Default Value +,772,776,783,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Safety_Belt_Status_Passenger,0:On = Fasten;1:Off = Unfasten;254:Data Not Valid;255:Data Not Available & Default Value +,772,784,791,1,0,0,,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Frontal_Airbag_Suppression_Switch_Right_Front_Passenger,0:On = Passenger Protections are inhibited (for any reason);1:Off = Passenger Protections are not inhibited;254:Data Not Valid;255:Data Not Available & Default Value +,772,792,799,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Frontal_Airbag_Deployment_time_to_second_stage_driver, +,772,800,807,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Frontal_Airbag_Deployment_time_to_second_stage_passenger, +,772,808,815,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Side_Airbag_Deployment_Time_To_Deploy_Driver, +,772,816,823,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Side_Airbag_Deployment_Time_To_Deploy_Right_Front_Passenger, +,772,824,831,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Side_Curtain_Airbag_Deployment_Time_To_Deploy_Driver_Side, +,772,832,839,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Side_Curtain_Airbag_Deployment_Time_To_Deploy_Right_Side, +,772,840,847,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Pretensioner_Deployment_Time_To_Deploy_Driver, +,772,848,855,1,0,0,ms,22201D,62201D,ff,ReadEDRDataEventArea2_1.EDR_Pretensioner_Deployment_Time_To_Deploy_Right_Front_Passenger, +,772,856,863,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_01, +,772,864,871,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_02, +,772,872,879,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_03, +,772,880,887,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_04, +,772,888,895,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_05, +,772,896,903,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_06, +,772,904,911,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_07, +,772,912,919,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_08, +,772,920,927,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_09, +,772,928,935,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_10, +,772,936,943,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_11, +,772,944,951,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_12, +,772,952,959,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_13, +,772,960,967,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_14, +,772,968,975,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_15, +,772,976,983,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_16, +,772,984,991,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_17, +,772,992,999,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_18, +,772,1000,1007,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_19, +,772,1008,1015,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_20, +,772,1016,1023,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_21, +,772,1024,1031,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_22, +,772,1032,1039,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_23, +,772,1040,1047,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_24, +,772,1048,1055,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_25, +,772,1056,1063,1,0,0,g,22201D,62201D,1ff,ReadEDRDataEventArea2_1.EDR_Lateral_Acceleration_26, +,772,24,31,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_01, +,772,32,39,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_02, +,772,40,47,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_03, +,772,48,55,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_04, +,772,56,63,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_05, +,772,64,71,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_06, +,772,72,79,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_07, +,772,80,87,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_08, +,772,88,95,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_09, +,772,96,103,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_10, +,772,104,111,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_11, +,772,112,119,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_12, +,772,120,127,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_13, +,772,128,135,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_14, +,772,136,143,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_15, +,772,144,151,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_16, +,772,152,159,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_17, +,772,160,167,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_18, +,772,168,175,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_19, +,772,176,183,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_20, +,772,184,191,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_21, +,772,192,199,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_22, +,772,200,207,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_23, +,772,208,215,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_24, +,772,216,223,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_25, +,772,224,231,1,0,0,g,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Longitudinal_Acceleration_26, +,772,232,239,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_01, +,772,240,247,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_02, +,772,248,255,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_03, +,772,256,263,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_04, +,772,264,271,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_05, +,772,272,279,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_06, +,772,280,287,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_07, +,772,288,295,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_08, +,772,296,303,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_09, +,772,304,311,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_10, +,772,312,319,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_11, +,772,320,327,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_12, +,772,328,335,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_13, +,772,336,343,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_14, +,772,344,351,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_15, +,772,352,359,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_16, +,772,360,367,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_17, +,772,368,375,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_18, +,772,376,383,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_19, +,772,384,391,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_20, +,772,392,399,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_21, +,772,400,407,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_22, +,772,408,415,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_23, +,772,416,423,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_24, +,772,424,431,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_25, +,772,432,439,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Delta_V_Lat_26, +,772,440,447,1,0,0,km/h,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Max_Delta_V_Lat, +,772,448,455,2.5,0,0,ms,22201E,62201E,1ff,ReadEDRDataEventArea2_2.EDR_Time_Max_Delta_V_Lat, +,772,456,471,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_01, +,772,472,487,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_02, +,772,488,503,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_03, +,772,504,519,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_04, +,772,520,535,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_05, +,772,536,551,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_06, +,772,552,567,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_07, +,772,568,583,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_08, +,772,584,599,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_09, +,772,600,615,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_10, +,772,616,631,100,0,0,rpm,22201E,62201E,ff,ReadEDRDataEventArea2_2.EDR_Engine_RPM_11, +,772,24,511,1,0,0,,22201F,62201F,4ff,ReadEDRDataEventArea2_3.EDR_Vehicle_Roll_Angle, +,772,512,527,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_01, +,772,528,543,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_02, +,772,544,559,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_03, +,772,560,575,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_04, +,772,576,591,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_05, +,772,592,607,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_06, +,772,608,623,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_07, +,772,624,639,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_08, +,772,640,655,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_09, +,772,656,671,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_10, +,772,672,687,2.5,0,0,°,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Steering_Input_11, +,772,688,695,1,0,0,g,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Max_Accel_Long, +,772,696,703,2.5,0,0,ms,22201F,62201F,ff,ReadEDRDataEventArea2_3.EDR_Time_Max_Accel_Long, +,772,704,711,1,0,0,g,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Max_Accel_Lat, +,772,712,719,2.5,0,0,ms,22201F,62201F,ff,ReadEDRDataEventArea2_3.EDR_Time_Max_Accel_Lat, +,772,720,895,1,0,0,,22201F,62201F,4ff,ReadEDRDataEventArea2_3.EDR_Motor_RPM, +,772,904,911,1,0,0,,22201F,62201F,ff,ReadEDRDataEventArea2_3.EDR_Seat_Track_Position_Switch_Driver,0:Yes = Front;1:No = Rear;254:Data Not Valid;255:Data Not Available & Default Value +,772,928,928,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_01,0:no ABS regulation;1:ABS in regulation +,772,929,929,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_01,0:no ABS malfunction;1:ABS mulfunction +,772,933,933,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_01,0:no AYC regulation;1:AYC in regulation +,772,934,934,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_01,0:no AYC malfunction;1:AYC malfunction +,772,936,936,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_02,0:no ABS regulation;1:ABS in regulation +,772,937,937,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_02,0:no ABS malfunction;1:ABS mulfunction +,772,941,941,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_02,0:no AYC regulation;1:AYC in regulation +,772,942,942,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_02,0:no AYC malfunction;1:AYC malfunction +,772,944,944,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_03,0:no ABS regulation;1:ABS in regulation +,772,945,945,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_03,0:no ABS malfunction;1:ABS mulfunction +,772,949,949,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_03,0:no AYC regulation;1:AYC in regulation +,772,950,950,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_03,0:no AYC malfunction;1:AYC malfunction +,772,952,952,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_04,0:no ABS regulation;1:ABS in regulation +,772,953,953,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_04,0:no ABS malfunction;1:ABS mulfunction +,772,957,957,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_04,0:no AYC regulation;1:AYC in regulation +,772,958,958,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_04,0:no AYC malfunction;1:AYC malfunction +,772,960,960,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_05,0:no ABS regulation;1:ABS in regulation +,772,961,961,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_05,0:no ABS malfunction;1:ABS mulfunction +,772,965,965,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_05,0:no AYC regulation;1:AYC in regulation +,772,966,966,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_05,0:no AYC malfunction;1:AYC malfunction +,772,968,968,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_06,0:no ABS regulation;1:ABS in regulation +,772,969,969,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_06,0:no ABS malfunction;1:ABS mulfunction +,772,973,973,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_06,0:no AYC regulation;1:AYC in regulation +,772,974,974,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_06,0:no AYC malfunction;1:AYC malfunction +,772,976,976,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_07,0:no ABS regulation;1:ABS in regulation +,772,977,977,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_07,0:no ABS malfunction;1:ABS mulfunction +,772,981,981,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_07,0:no AYC regulation;1:AYC in regulation +,772,982,982,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_07,0:no AYC malfunction;1:AYC malfunction +,772,984,984,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_08,0:no ABS regulation;1:ABS in regulation +,772,985,985,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_08,0:no ABS malfunction;1:ABS mulfunction +,772,989,989,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_08,0:no AYC regulation;1:AYC in regulation +,772,990,990,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_08,0:no AYC malfunction;1:AYC malfunction +,772,992,992,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_09,0:no ABS regulation;1:ABS in regulation +,772,993,993,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_09,0:no ABS malfunction;1:ABS mulfunction +,772,997,997,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_09,0:no AYC regulation;1:AYC in regulation +,772,998,998,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_09,0:no AYC malfunction;1:AYC malfunction +,772,1000,1000,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_10,0:no ABS regulation;1:ABS in regulation +,772,1001,1001,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_10,0:no ABS malfunction;1:ABS mulfunction +,772,1005,1005,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_10,0:no AYC regulation;1:AYC in regulation +,772,1006,1006,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_10,0:no AYC malfunction;1:AYC malfunction +,772,1008,1008,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSinRegulation_11,0:no ABS regulation;1:ABS in regulation +,772,1009,1009,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_ABSMalfunction_11,0:no ABS malfunction;1:ABS mulfunction +,772,1013,1013,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCinRegulation_11,0:no AYC regulation;1:AYC in regulation +,772,1014,1014,1,0,0,,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_ABS Status_AYCMalfunction_11,0:no AYC malfunction;1:AYC malfunction +,772,1072,1103,1,0,0,s,22201F,62201F,1ff,ReadEDRDataEventArea2_3.EDR_Life_Time_Counter, +,772,24,25,1,0,0,,223001,623001,ff,Configuration table.Side direction configuration,1:Right hand side vehicle;2:Left hand side vehicle;3:Not configured +,772,40,40,1,0,0,,223001,623001,ff,Configuration table.CP Front driver airbag level 1,0:not programmed;1:programmed +,772,42,42,1,0,0,,223001,623001,ff,Configuration table.CP Front passenger airbag level 1,0:not programmed;1:programmed +,772,47,47,1,0,0,,223001,623001,ff,Configuration table.CP Front Right Belt Pyro Rolling System,0:not programmed;1:programmed +,772,48,48,1,0,0,,223001,623001,ff,Configuration table.CP Front Left Belt Pyro Rolling System,0:not programmed;1:programmed +,772,49,49,1,0,0,,223001,623001,ff,Configuration table.CP Front Right Lap Pretensioner,0:not programmed;1:programmed +,772,50,50,1,0,0,,223001,623001,ff,Configuration table.CP Front Left Lap Pretensioner,0:not programmed;1:programmed +,772,51,51,1,0,0,,223001,623001,ff,Configuration table.CP Rear Right Belt Pyro Rolling System,0:not programmed;1:programmed +,772,52,52,1,0,0,,223001,623001,ff,Configuration table.CP Rear Left Belt Pyro Rolling System,0:not programmed;1:programmed +,772,55,55,1,0,0,,223001,623001,ff,Configuration table.CP Front right thorax pelvis airbag,0:not programmed;1:programmed +,772,56,56,1,0,0,,223001,623001,ff,Configuration table.CP Front left thorax pelvis airbag,0:not programmed;1:programmed +,772,59,59,1,0,0,,223001,623001,ff,Configuration table.CP Front Right curtain airbag,0:not programmed;1:programmed +,772,60,60,1,0,0,,223001,623001,ff,Configuration table.CP Front Left curtain airbag,0:not programmed;1:programmed +,772,67,67,1,0,0,,223001,623001,ff,Configuration table.CP Pyrofuse 1,0:not programmed;1:programmed +,772,68,68,1,0,0,,223001,623001,ff,Configuration table.CP Pyrofuse 2,0:not programmed;1:programmed +,772,88,88,1,0,0,,223001,623001,ff,Configuration table.CP Center frontal restraints sensor,0:not programmed;1:programmed +,772,89,89,1,0,0,,223001,623001,ff,Configuration table.CP B-Pillar Satellite,0:not programmed;1:programmed +,772,90,90,1,0,0,,223001,623001,ff,Configuration table.CP Door Satellite,0:not programmed;1:programmed +,772,92,92,1,0,0,,223001,623001,ff,Configuration table.CP Rollover,0:not programmed;1:programmed +,772,104,104,1,0,0,,223001,623001,ff,Configuration table.CP Front 1st Row right buckle switch,0:not programmed;1:programmed +,772,105,105,1,0,0,,223001,623001,ff,Configuration table.CP Front 1st Row left buckle switch,0:not programmed;1:programmed +,772,106,106,1,0,0,,223001,623001,ff,Configuration table.CP Rear 2nd Row right buckle switch,0:not programmed;1:programmed +,772,107,107,1,0,0,,223001,623001,ff,Configuration table.CP Rear 2nd Row central buckle switch,0:not programmed;1:programmed +,772,108,108,1,0,0,,223001,623001,ff,Configuration table.CP Rear 2nd Row left buckle switch,0:not programmed;1:programmed +,772,122,122,1,0,0,,223001,623001,ff,Configuration table.CP Inhibition switch,0:not programmed;1:programmed +,772,124,124,1,0,0,,223001,623001,ff,Configuration table.CP Regulation EDR,0:not programmed;1:programmed +,772,127,127,1,0,0,,223001,623001,ff,Configuration table.CP Passenger presence sensor,0:not programmed;1:programmed +,772,136,143,1,0,0,,223001,623001,ff,Configuration table.CP HostVehicleCode, +,772,144,144,1,0,0,,223001,623001,ff,Configuration table.CP_Side Front Right Belt Pyro Rolling System,0:not programmed;1:programmed +,772,145,145,1,0,0,,223001,623001,ff,Configuration table.CP_Side Front Left Belt Pyro Rolling System,0:not programmed;1:programmed +,772,146,146,1,0,0,,223001,623001,ff,Configuration table.CP_Side Front Right Lap Pretensioner,0:not programmed;1:programmed +,772,147,147,1,0,0,,223001,623001,ff,Configuration table.CP_Side Front Left Lap Pretensioner,0:not programmed;1:programmed +,772,148,148,1,0,0,,223001,623001,ff,Configuration table.CP_Side Rear Right Belt Pyro Rolling System,0:not programmed;1:programmed +,772,149,149,1,0,0,,223001,623001,ff,Configuration table.CP_Side Rear Left Belt Pyro Rolling System,0:not programmed;1:programmed +,772,160,160,1,0,0,,223001,623001,ff,Configuration table.CP_Inhibition SW Belt Pyro Rolling System Passenger,0:Inhibited;1:Delpoy +,772,161,161,1,0,0,,223001,623001,ff,Configuration table.CP_Inhibition SW Lap Pretensioner Passenger,0:Inhibited;1:Delpoy +,772,163,163,1,0,0,,223001,623001,ff,Configuration table.CP_Inhibition SW Thorax Passenger,0:Inhibited;1:Delpoy +,772,194,195,1,0,0,,223001,623001,ff,Configuration table.CP Vehicle Speed,0:Vehicule brake system not configured in the airbag;1:Vehicle with ABS or ESP;2:Vehicle without ABS or ESP;3:not used +,772,206,207,1,0,0,,223001,623001,ff,Configuration table.CP CAN Messaging,0:EnvA;1:EnvE;3:Not configured +,772,211,211,1,0,0,,223001,623001,ff,Configuration table.CP Passenger AirbagOFF lamp management,0:not programmed;1:programmed +,772,212,212,1,0,0,,223001,623001,ff,Configuration table.CP Passenger AirbagON lamp management,0:not programmed;1:programmed +,772,24,24,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.present fault, +,772,25,25,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.memorized fault, +,772,26,26,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.crash detected,0:no crash detected;1:crash detected +,772,27,27,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.calculator lock state,0:calculator is unlocked;1:calculator is locked +,772,32,32,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Safing closed during rolling, +,772,33,33,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.calculator has to be changed,0:calculator has not to be replaced;1:calculator has to be replaced +,772,34,34,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Airbag Off lamp state,0:AirbagOFF lamp is unlightened;1:AirbagOFF lamp is lightened +,772,35,35,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Warning lamp state,0:Warning lamp is unlightened;1:Warning lamp is lightened +,772,36,36,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Passenger airbag state,0:passenger airbag not inhibited;1:passenger airbag inhibited +,772,37,37,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Airbag On lamp state,0:AirbagON lamp is unlightened;1:AirbagON lamp is lightened +,772,38,38,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.EDR_EDR Activation,0:No activated;1:Activated +,772,40,40,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Diagnosis is stopped due to power supply voltage out of range, +,772,42,42,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Flag of firing line configuration,0:initial configuration;1:configuration modified +,772,43,43,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Flag of Sensor configuration,0:initial configuration;1:configuration modified +,772,48,48,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Inhibition status for passenger retractor,0:not configured;1:configured +,772,49,49,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Inhibition status for passenger Lap pretensionner,0:not configured;1:configured +,772,51,51,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Inhibition status for passenger thorax airbag,0:not configured;1:configured +,772,55,55,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Inhibition status for passenger frontal airbag,0:not configured;1:configured +,772,56,63,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Number of present fault, +,772,64,71,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Number of memorized fault, +,772,72,79,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Number of clear DTC, +,772,96,97,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Driving side direction configuration,1:Right driving side;2:Left driving side;3:Driving side not configured +,772,104,105,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Inhibition key state,0:Not used;1:Not Inhibed (400 Ohms);2:Inhibited (100 Ohms );3:Fault +,772,112,113,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Front left buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,114,115,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Front right buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,116,117,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Passenger presence sensor State,0:Not used;1:Not Seated (passenger is not present);2:Seated (passenger is present);3:Fault +,772,120,121,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Second row left buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,122,123,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Second row central buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,124,125,1,0,0,,22A002,62A002,ff,Reading of ECU state synthesis.Second row right buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,24,24,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.present fault, +,772,25,25,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.memorized fault, +,772,26,26,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.crash detected,0:no crash detected;1:crash detected +,772,27,27,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.calculator lock state,0:calculator is unlocked;1:calculator is locked +,772,32,32,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Safing closed during rolling, +,772,33,33,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.calculator has to be changed,0:calculator has not to be replaced;1:calculator has to be replaced +,772,34,34,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Airbag Off lamp state,0:AirbagOFF lamp is unlightened;1:AirbagOFF lamp is lightened +,772,35,35,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Warning lamp state,0:Warning lamp is unlightened;1:Warning lamp is lightened +,772,36,36,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Passenger airbag state,0:passenger airbag not inhibited;1:passenger airbag inhibited +,772,37,37,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Airbag On lamp state,0:AirbagON lamp is unlightened;1:AirbagON lamp is lightened +,772,38,38,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.EDR_EDR Activation,0:No activated;1:Activated +,772,40,40,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Diagnosis is stopped due to power supply voltage out of range, +,772,42,42,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Flag of firing line configuration,0:initial configuration;1:configuration modified +,772,43,43,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Flag of Sensor configuration,0:initial configuration;1:configuration modified +,772,48,48,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Inhibition status for passenger retractor,0:not inhibited;1:inhibited +,772,49,49,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Inhibition status for passenger Lap pretensionner,0:not inhibited;1:inhibited +,772,51,51,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Inhibition status for passenger thorax airbag,0:not inhibited;1:inhibited +,772,55,55,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Inhibition status for passenger frontal airbag,0:not inhibited;1:inhibited +,772,56,63,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Number of present fault, +,772,64,71,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Number of memorized fault, +,772,72,79,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Number of clear DTC, +,772,96,97,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Driving side direction configuration,1:Right driving side;2:Left driving side;3:Driving side not configured +,772,104,105,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Inhibition key state,0:Not used;1:Not Inhibed (400 Ohms);2:Inhibited (100 Ohms );3:Fault +,772,112,113,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Front left buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,114,115,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Front right buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,116,117,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Passenger presence sensor State,0:Not used;1:Not Seated (passenger is not present);2:Seated (passenger is present);3:Fault +,772,120,121,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Second row left buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,122,123,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Second row central buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,124,125,1,0,0,,22A003,62A003,ff,Reading of ECU state synthesis before crash.Second row right buckle switch state,0:Not used;1:Fastened;2:Unfastened;3:Fault +,772,24,31,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front left Lap Pretensioner, +,772,32,39,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front right Lap Pretensioner, +,772,40,47,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front passenger airbag level 1, +,772,56,63,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front driver airbag level 1, +,772,72,79,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL pyrofuse 1, +,772,88,95,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front left curtain, +,772,96,103,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front right curtain, +,772,104,111,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front left thorax, +,772,112,119,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front right thorax, +,772,136,143,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front pyro retractor left, +,772,144,151,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL front pyro retractor right, +,772,160,167,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL rear pyro retractor left, +,772,168,175,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL rear pyro retractor right, +,772,248,255,.04,0,2,Ohm,22A004,62A004,ff,Reading of the firing line value.Impedance for FL pyrofuse 2, +,772,32,39,2,0,0,%,22A006,62A006,ff,Reading of the sensor value.value for left Satellite lateral door, +,772,40,47,2,0,0,%,22A006,62A006,ff,Reading of the sensor value.value for right Satellite lateral door, +,772,48,55,2,0,0,G,22A006,62A006,ff,Reading of the sensor value.value for left Satellite lateral Bpilar Y, +,772,56,63,2,0,0,G,22A006,62A006,ff,Reading of the sensor value.value for right Satellite lateral Bpilar Y, +,772,64,71,2,0,0,G,22A006,62A006,ff,Reading of the sensor value.value for left Satellite lateral Bpilar X, +,772,72,79,2,0,0,G,22A006,62A006,ff,Reading of the sensor value.value for right Satellite lateral Bpilar X, +,772,80,87,.1,0,1,Volt,22A006,62A006,ff,Reading of the sensor value.Power supply voltage value, +,772,88,95,15,0,0,Ohm,22A006,62A006,ff,Reading of the sensor value.Impedance of front left buckle switch, +,772,96,103,15,0,0,Ohm,22A006,62A006,ff,Reading of the sensor value.Impedance of front right buckle switch, +,772,104,111,15,0,0,Ohms,22A006,62A006,ff,Reading of the sensor value.Impedance of passenger presence sensor, +,772,112,119,15,0,0,Ohms,22A006,62A006,ff,Reading of the sensor value.Impedance of inhibition switch, +,772,120,127,15,0,0,Ohm,22A006,62A006,ff,Reading of the sensor value.Impedance for 2nd row left buckle switch, +,772,128,135,15,0,0,Ohm,22A006,62A006,ff,Reading of the sensor value.Impedance for 2nd row central buckle switch, +,772,136,143,15,0,0,Ohm,22A006,62A006,ff,Reading of the sensor value.Impedance for 2nd row right buckle switch, +,772,224,231,1.5,0,0,G,22A006,62A006,ff,Reading of the sensor value.value for center frontal restraints sensor, +,772,26,26,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front passenger airbag level 1,0:not detected;1:detected +,772,28,28,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front driver airbag level 1,0:not detected;1:detected +,772,30,30,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Pyrofuse 1,0:not detected;1:detected +,772,32,32,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front Left curtain airbag,0:not detected;1:detected +,772,33,33,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front Right curtain airbag,0:not detected;1:detected +,772,34,34,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front left thorax pelvis airbag,0:not detected;1:detected +,772,35,35,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front right thorax pelvis airbag,0:not detected;1:detected +,772,40,40,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front Left Belt Pyro Rolling System,0:not detected;1:detected +,772,41,41,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front Right Belt Pyro Rolling System,0:not detected;1:detected +,772,43,43,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Rear Left Belt Pyro Rolling System,0:not detected;1:detected +,772,44,44,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Rear Right Belt Pyro Rolling System,0:not detected;1:detected +,772,54,54,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Pyrofuse 2,0:not detected;1:detected +,772,56,56,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front Left Pyro Lap Pretensioner,0:not detected;1:detected +,772,57,57,1,0,0,,22A008,62A008,ff,Reading of the firing line configuration.CRD Front Right Pyro Lap Pretensioner,0:not detected;1:detected +,772,24,24,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front Left Lap Pretensioner, +,772,25,25,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front Right Lap Pretensioner, +,772,26,26,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front passenger airbag level 1, +,772,28,28,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front driver airbag level 1, +,772,30,30,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Fusible Pyrotechnique 1, +,772,32,32,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front Left Curtain Airbag, +,772,33,33,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front Right Curtain Airbag, +,772,34,34,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front left thorax airbag, +,772,35,35,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front right thorax airbag, +,772,40,40,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front Left Belt Pyro Rolling System, +,772,41,41,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Front Right Belt Pyro Rolling System, +,772,43,43,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Rear Left Belt Pyro Rolling System, +,772,44,44,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Rear Right Belt Pyro Rolling System, +,772,54,54,1,0,0,,22A00B,62A00B,ff,Reading of the firing line deployed.Fusible Pyrotechnique 2, +,772,24,39,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Rear Seatbelt Pretensioner Left, +,772,40,55,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Rear Seatbelt Pretensioner Left, +,772,56,71,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Rear Seatbelt Pretensioner Left, +,772,72,87,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Rear Seatbelt Pretensioner Right, +,772,88,103,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Rear Seatbelt Pretensioner Right, +,772,104,119,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Rear Seatbelt Pretensioner Right, +,772,120,135,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Frontal Airbag Driver, +,772,136,151,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Frontal Airbag Driver, +,772,152,167,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Frontal Airbag Driver, +,772,168,183,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Front Beltpretensioner Left, +,772,184,199,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Front Beltpretensioner Left, +,772,200,215,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Front Beltpretensioner Left, +,772,216,231,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Side Curtain Airbag Left, +,772,232,247,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Side Curtain Airbag Left, +,772,248,263,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Side Curtain Airbag Left, +,772,264,279,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Side Curtain Airbag Right, +,772,280,295,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Side Curtain Airbag Right, +,772,296,311,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Side Curtain Airbag Right, +,772,312,327,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Front Side Airbag Right, +,772,328,343,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Front Side Airbag Right, +,772,344,359,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Front Side Airbag Right, +,772,360,375,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Front Side Airbag Left, +,772,376,391,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Front Side Airbag Left, +,772,392,407,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Front Side Airbag Left, +,772,408,423,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Front Beltpretensioner Right, +,772,424,439,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Front Beltpretensioner Right, +,772,440,455,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Front Beltpretensioner Right, +,772,456,471,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Frontal Airbag Passenger, +,772,472,487,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Frontal Airbag Passenger, +,772,488,503,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Frontal Airbag Passenger, +,772,504,519,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Front Lap Beltpretensioner Left, +,772,520,535,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Front Lap Beltpretensioner Left, +,772,536,551,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Front Lap Beltpretensioner Left, +,772,552,567,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Front Lap Beltpretensioner Right, +,772,568,583,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Front Lap Beltpretensioner Right, +,772,584,599,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Front Lap Beltpretensioner Right, +,772,600,615,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Pyrofuse1, +,772,616,631,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Pyrofuse1, +,772,632,647,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Pyrofuse1, +,772,648,663,1,0,0,,22A00C,62A00C,4ff,Reading of the firing lines configuration thresholds.DTC_Pyrofuse2, +,772,664,679,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Min_Pyrofuse2, +,772,680,695,.1,0,1,,22A00C,62A00C,ff,Reading of the firing lines configuration thresholds.Max_Pyrofuse2, +,772,24,39,1,0,0,,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.DTC Thresholds for Presence passenger sensor, +,772,40,55,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for open circuit_state1, +,772,56,71,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for open circuit_state1, +,772,72,87,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for short circuit_state1, +,772,88,103,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for short circuit_state1, +,772,104,119,1,0,0,,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.DTC Thresholds for Buckle Switch, +,772,120,135,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for open circuit_state2, +,772,136,151,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for open circuit_state2, +,772,152,167,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for short circuit_state2, +,772,168,183,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for short circuit_state2, +,772,184,199,1,0,0,,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.DTC Thresholds for Power Supply, +,772,200,215,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for open circuit_state3, +,772,216,231,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for open circuit_state3, +,772,232,247,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for short circuit_state3, +,772,248,263,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for short circuit_state3, +,772,264,279,1,0,0,,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.DTC Thresholds for Inhibition Switch, +,772,280,295,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for open circuit_state4, +,772,296,311,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for open circuit_state4, +,772,312,327,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Min threshold for short circuit_state4, +,772,328,343,1,0,0,Ohm,22A00D,62A00D,ff,Reading of the sensors configuration thresholds.Max threshold for short circuit_state4, +,772,24,31,1,0,0,,22A010,62A010,ff,Lock_Unlock firing line,0:Lock the firing line;255:Unlock the firing line +,772,24,183,1,0,0,,22A021,62A021,2ff,Serial number for lateral satellite left in door, +,772,24,183,1,0,0,,22A022,62A022,2ff,Serial number for lateral satellite right in door, +,772,24,183,1,0,0,,22A023,62A023,2ff,Serial number for lateral satellite left in Bpilar, +,772,24,183,1,0,0,,22A024,62A024,2ff,Serial number for lateral satellite right in Bpilar, +,772,24,183,1,0,0,,22A025,62A025,2ff,Serial number for center frontal restraints sensor, +,772,24,183,1,0,0,,22A084,62A084,2ff,Traceability frame for the Airbag calculator.ECUSerialNumber, +,772,24,26,1,0,0,,22A0A0,62A0A0,ff,Crash curve 1 header.CC1 AlgorithmDecision,0:Roll-over deployment;1:right side crash;2:Near deployment;3:Front deployment;4:left side crash;5:rear crash +,772,27,27,1,0,0,,22A0A0,62A0A0,ff,Crash curve 1 header.CC1 CorrectRecordFlag,0:correct record;1:incorrect record +,772,32,55,1,0,0,km,22A0A0,62A0A0,ff,Crash curve 1 header.CC1 Mileage, +,772,56,63,1,0,0,,22A0A0,62A0A0,ff,Crash curve 1 header.CC1 Sampling for record,1:1 ms;16:16 ms;255:0-5ms +,772,64,95,1,0,0,s,22A0A0,62A0A0,1ff,Crash curve 1 header.CC1 Life Time Counter, +,772,24,31,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData1, +,772,40,47,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData2, +,772,48,55,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData3, +,772,56,63,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData4, +,772,64,71,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData5, +,772,72,79,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData6, +,772,80,87,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData7, +,772,88,95,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData8, +,772,96,103,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData9, +,772,104,111,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData10, +,772,120,127,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData12, +,772,128,135,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData13, +,772,136,143,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData14, +,772,144,151,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData15, +,772,152,159,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData16, +,772,160,167,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData17, +,772,168,175,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData18, +,772,176,183,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData19, +,772,184,191,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData20, +,772,192,199,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData21, +,772,200,207,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData22, +,772,208,215,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData23, +,772,216,223,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData24, +,772,224,231,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData25, +,772,232,239,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData26, +,772,240,247,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData27, +,772,248,255,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData28, +,772,256,263,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData29, +,772,264,271,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData30, +,772,272,279,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData31, +,772,280,287,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData32, +,772,288,295,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData33, +,772,296,303,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData34, +,772,304,311,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData35, +,772,312,319,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData36, +,772,320,327,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData37, +,772,328,335,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData38, +,772,336,343,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData39, +,772,344,351,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData40, +,772,352,359,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData41, +,772,360,367,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData42, +,772,368,375,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData43, +,772,376,383,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData44, +,772,384,391,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData45, +,772,392,399,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData46, +,772,400,407,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData47, +,772,408,415,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PreTriggerData48, +,772,416,423,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData1, +,772,424,431,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData2, +,772,432,439,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData3, +,772,440,447,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData4, +,772,448,455,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData5, +,772,456,463,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData6, +,772,464,471,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData7, +,772,472,479,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData8, +,772,480,487,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData9, +,772,488,495,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData10, +,772,496,503,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData11, +,772,504,511,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData12, +,772,512,519,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData13, +,772,520,527,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData14, +,772,528,535,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData15, +,772,536,543,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData16, +,772,544,551,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData17, +,772,552,559,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData18, +,772,560,567,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData19, +,772,568,575,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData20, +,772,576,583,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData21, +,772,584,591,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData22, +,772,592,599,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData23, +,772,600,607,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData24, +,772,608,615,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData25, +,772,616,623,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData26, +,772,624,631,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData27, +,772,632,639,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData28, +,772,640,647,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData29, +,772,648,655,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData30, +,772,656,663,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData31, +,772,664,671,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData32, +,772,672,679,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData33, +,772,680,687,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData34, +,772,688,695,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData35, +,772,696,703,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData36, +,772,704,711,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData37, +,772,712,719,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData38, +,772,720,727,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData39, +,772,728,735,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData40, +,772,736,743,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData41, +,772,744,751,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData42, +,772,752,759,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData43, +,772,760,767,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData44, +,772,768,775,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData45, +,772,776,783,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData46, +,772,784,791,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData47, +,772,792,799,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData48, +,772,800,807,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData49, +,772,808,815,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData50, +,772,816,823,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData51, +,772,824,831,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData52, +,772,832,839,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData53, +,772,840,847,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData54, +,772,848,855,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData55, +,772,856,863,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData56, +,772,864,871,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData57, +,772,872,879,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData58, +,772,880,887,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData59, +,772,888,895,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData60, +,772,896,903,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData61, +,772,904,911,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData62, +,772,912,919,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData63, +,772,920,927,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData64, +,772,928,935,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData65, +,772,936,943,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData66, +,772,944,951,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData67, +,772,952,959,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData68, +,772,960,967,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData69, +,772,968,975,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData70, +,772,976,983,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData71, +,772,984,991,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData72, +,772,992,999,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0A1,62A0A1,ff,Crash curve 1 Sensor 1.CC1_S1 PostTriggerData80, +,772,24,31,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData1, +,772,40,47,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData2, +,772,48,55,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData3, +,772,56,63,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData4, +,772,64,71,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData5, +,772,72,79,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData6, +,772,80,87,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData7, +,772,88,95,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData8, +,772,96,103,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData9, +,772,104,111,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData10, +,772,112,119,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData11, +,772,120,127,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData12, +,772,128,135,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData13, +,772,136,143,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData14, +,772,144,151,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData15, +,772,152,159,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData16, +,772,160,167,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData17, +,772,168,175,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData18, +,772,176,183,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData19, +,772,184,191,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData20, +,772,192,199,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData21, +,772,200,207,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData22, +,772,208,215,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData23, +,772,216,223,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData24, +,772,224,231,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData25, +,772,232,239,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData26, +,772,240,247,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData27, +,772,248,255,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData28, +,772,256,263,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData29, +,772,264,271,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData30, +,772,272,279,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData31, +,772,280,287,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData32, +,772,288,295,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData33, +,772,296,303,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData34, +,772,304,311,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData35, +,772,312,319,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData36, +,772,320,327,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData37, +,772,328,335,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData38, +,772,336,343,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData39, +,772,344,351,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData40, +,772,352,359,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData41, +,772,360,367,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData42, +,772,368,375,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData43, +,772,376,383,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData44, +,772,384,391,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData45, +,772,392,399,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData46, +,772,400,407,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData47, +,772,408,415,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PreTriggerData48, +,772,416,423,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData1, +,772,424,431,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData2, +,772,432,439,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData3, +,772,440,447,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData4, +,772,448,455,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData5, +,772,456,463,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData6, +,772,464,471,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData7, +,772,472,479,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData8, +,772,480,487,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData9, +,772,488,495,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData10, +,772,496,503,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData11, +,772,504,511,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData12, +,772,512,519,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData13, +,772,520,527,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData14, +,772,528,535,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData15, +,772,536,543,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData16, +,772,544,551,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData17, +,772,552,559,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData18, +,772,560,567,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData19, +,772,568,575,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData20, +,772,576,583,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData21, +,772,584,591,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData22, +,772,592,599,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData23, +,772,600,607,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData24, +,772,608,615,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData25, +,772,616,623,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData26, +,772,624,631,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData27, +,772,632,639,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData28, +,772,640,647,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData29, +,772,648,655,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData30, +,772,656,663,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData31, +,772,664,671,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData32, +,772,672,679,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData33, +,772,680,687,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData34, +,772,688,695,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData35, +,772,696,703,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData36, +,772,704,711,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData37, +,772,712,719,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData38, +,772,720,727,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData39, +,772,728,735,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData40, +,772,736,743,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData41, +,772,744,751,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData42, +,772,752,759,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData43, +,772,760,767,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData44, +,772,768,775,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData45, +,772,776,783,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData46, +,772,784,791,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData47, +,772,792,799,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData48, +,772,800,807,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData49, +,772,808,815,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData50, +,772,816,823,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData51, +,772,824,831,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData52, +,772,832,839,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData53, +,772,840,847,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData54, +,772,848,855,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData55, +,772,856,863,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData56, +,772,864,871,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData57, +,772,872,879,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData58, +,772,880,887,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData59, +,772,888,895,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData60, +,772,896,903,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData61, +,772,904,911,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData62, +,772,912,919,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData63, +,772,920,927,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData64, +,772,928,935,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData65, +,772,936,943,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData66, +,772,944,951,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData67, +,772,952,959,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData68, +,772,960,967,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData69, +,772,968,975,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData70, +,772,976,983,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData71, +,772,984,991,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData72, +,772,992,999,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0A2,62A0A2,ff,Crash curve 1 Sensor 2.CC1_S2 PostTriggerData80, +,772,24,31,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData1, +,772,40,47,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData2, +,772,48,55,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData3, +,772,56,63,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData4, +,772,64,71,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData5, +,772,72,79,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData6, +,772,80,87,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData7, +,772,88,95,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData8, +,772,96,103,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData9, +,772,104,111,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData10, +,772,112,119,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData11, +,772,120,127,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData12, +,772,128,135,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData13, +,772,136,143,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData14, +,772,144,151,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData15, +,772,152,159,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData16, +,772,160,167,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData17, +,772,168,175,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData18, +,772,176,183,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData19, +,772,184,191,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData20, +,772,192,199,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData21, +,772,200,207,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData22, +,772,208,215,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData23, +,772,216,223,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData24, +,772,224,231,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData25, +,772,232,239,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData26, +,772,240,247,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData27, +,772,248,255,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData28, +,772,256,263,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData29, +,772,264,271,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData30, +,772,272,279,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData31, +,772,280,287,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData32, +,772,288,295,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData33, +,772,296,303,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData34, +,772,304,311,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData35, +,772,312,319,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData36, +,772,320,327,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData37, +,772,328,335,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData38, +,772,336,343,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData39, +,772,344,351,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData40, +,772,352,359,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData41, +,772,360,367,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData42, +,772,368,375,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData43, +,772,376,383,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData44, +,772,384,391,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData45, +,772,392,399,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData46, +,772,400,407,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData47, +,772,408,415,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PreTriggerData48, +,772,416,423,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData1, +,772,424,431,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData2, +,772,432,439,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData3, +,772,440,447,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData4, +,772,448,455,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData5, +,772,456,463,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData6, +,772,464,471,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData7, +,772,472,479,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData8, +,772,480,487,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData9, +,772,488,495,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData10, +,772,496,503,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData11, +,772,504,511,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData12, +,772,512,519,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData13, +,772,520,527,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData14, +,772,528,535,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData15, +,772,536,543,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData16, +,772,544,551,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData17, +,772,552,559,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData18, +,772,560,567,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData19, +,772,568,575,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData20, +,772,576,583,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData21, +,772,584,591,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData22, +,772,592,599,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData23, +,772,600,607,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData24, +,772,608,615,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData25, +,772,616,623,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData26, +,772,624,631,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData27, +,772,632,639,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData28, +,772,640,647,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData29, +,772,648,655,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData30, +,772,656,663,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData31, +,772,664,671,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData32, +,772,672,679,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData33, +,772,680,687,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData34, +,772,688,695,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData35, +,772,696,703,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData36, +,772,704,711,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData37, +,772,712,719,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData38, +,772,720,727,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData39, +,772,728,735,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData40, +,772,736,743,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData41, +,772,744,751,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData42, +,772,752,759,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData43, +,772,760,767,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData44, +,772,768,775,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData45, +,772,776,783,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData46, +,772,784,791,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData47, +,772,792,799,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData48, +,772,800,807,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData49, +,772,808,815,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData50, +,772,816,823,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData51, +,772,824,831,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData52, +,772,832,839,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData53, +,772,840,847,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData54, +,772,848,855,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData55, +,772,856,863,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData56, +,772,864,871,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData57, +,772,872,879,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData58, +,772,880,887,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData59, +,772,888,895,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData60, +,772,896,903,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData61, +,772,904,911,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData62, +,772,912,919,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData63, +,772,920,927,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData64, +,772,928,935,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData65, +,772,936,943,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData66, +,772,944,951,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData67, +,772,952,959,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData68, +,772,960,967,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData69, +,772,968,975,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData70, +,772,976,983,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData71, +,772,984,991,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData72, +,772,992,999,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0A3,62A0A3,ff,Crash curve 1 Sensor 3.CC1_S3 PostTriggerData80, +,772,24,31,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData1, +,772,40,47,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData2, +,772,48,55,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData3, +,772,56,63,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData4, +,772,64,71,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData5, +,772,72,79,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData6, +,772,80,87,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData7, +,772,88,95,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData8, +,772,96,103,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData9, +,772,104,111,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData10, +,772,112,119,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData11, +,772,120,127,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData12, +,772,128,135,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData13, +,772,136,143,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData14, +,772,144,151,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData15, +,772,152,159,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData16, +,772,160,167,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData17, +,772,168,175,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData18, +,772,176,183,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData19, +,772,184,191,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData20, +,772,192,199,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData21, +,772,200,207,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData22, +,772,208,215,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData23, +,772,216,223,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData24, +,772,224,231,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData25, +,772,232,239,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData26, +,772,240,247,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData27, +,772,248,255,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData28, +,772,256,263,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData29, +,772,264,271,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData30, +,772,272,279,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData31, +,772,280,287,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData32, +,772,288,295,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData33, +,772,296,303,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData34, +,772,304,311,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData35, +,772,312,319,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData36, +,772,320,327,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData37, +,772,328,335,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData38, +,772,336,343,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData39, +,772,344,351,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData40, +,772,352,359,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData41, +,772,360,367,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData42, +,772,368,375,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData43, +,772,376,383,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData44, +,772,384,391,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData45, +,772,392,399,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData46, +,772,400,407,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData47, +,772,408,415,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PreTriggerData48, +,772,416,423,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData1, +,772,424,431,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData2, +,772,432,439,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData3, +,772,440,447,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData4, +,772,448,455,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData5, +,772,456,463,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData6, +,772,464,471,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData7, +,772,472,479,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData8, +,772,480,487,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData9, +,772,488,495,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData10, +,772,496,503,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData11, +,772,504,511,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData12, +,772,512,519,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData13, +,772,520,527,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData14, +,772,528,535,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData15, +,772,536,543,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData16, +,772,544,551,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData17, +,772,552,559,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData18, +,772,560,567,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData19, +,772,568,575,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData20, +,772,576,583,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData21, +,772,584,591,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData22, +,772,592,599,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData23, +,772,600,607,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData24, +,772,608,615,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData25, +,772,616,623,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData26, +,772,624,631,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData27, +,772,632,639,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData28, +,772,640,647,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData29, +,772,648,655,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData30, +,772,656,663,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData31, +,772,664,671,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData32, +,772,672,679,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData33, +,772,680,687,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData34, +,772,688,695,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData35, +,772,696,703,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData36, +,772,704,711,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData37, +,772,712,719,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData38, +,772,720,727,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData39, +,772,728,735,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData40, +,772,736,743,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData41, +,772,744,751,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData42, +,772,752,759,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData43, +,772,760,767,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData44, +,772,768,775,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData45, +,772,776,783,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData46, +,772,784,791,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData47, +,772,792,799,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData48, +,772,800,807,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData49, +,772,808,815,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData50, +,772,816,823,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData51, +,772,824,831,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData52, +,772,832,839,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData53, +,772,840,847,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData54, +,772,848,855,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData55, +,772,856,863,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData56, +,772,864,871,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData57, +,772,872,879,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData58, +,772,880,887,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData59, +,772,888,895,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData60, +,772,896,903,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData61, +,772,904,911,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData62, +,772,912,919,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData63, +,772,920,927,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData64, +,772,928,935,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData65, +,772,936,943,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData66, +,772,944,951,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData67, +,772,952,959,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData68, +,772,960,967,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData69, +,772,968,975,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData70, +,772,976,983,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData71, +,772,984,991,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData72, +,772,992,999,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0A4,62A0A4,ff,Crash curve 1 Sensor 4.CC1_S4 PostTriggerData80, +,772,24,31,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData1, +,772,40,47,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData2, +,772,48,55,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData3, +,772,56,63,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData4, +,772,64,71,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData5, +,772,72,79,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData6, +,772,80,87,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData7, +,772,88,95,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData8, +,772,96,103,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData9, +,772,104,111,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData10, +,772,112,119,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData11, +,772,120,127,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData12, +,772,128,135,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData13, +,772,136,143,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData14, +,772,144,151,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData15, +,772,152,159,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData16, +,772,160,167,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData17, +,772,168,175,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData18, +,772,176,183,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData19, +,772,184,191,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData20, +,772,192,199,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData21, +,772,200,207,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData22, +,772,208,215,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData23, +,772,216,223,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData24, +,772,224,231,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData25, +,772,232,239,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData26, +,772,240,247,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData27, +,772,248,255,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData28, +,772,256,263,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData29, +,772,264,271,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData30, +,772,272,279,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData31, +,772,280,287,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData32, +,772,288,295,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData33, +,772,296,303,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData34, +,772,304,311,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData35, +,772,312,319,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData36, +,772,320,327,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData37, +,772,328,335,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData38, +,772,336,343,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData39, +,772,344,351,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData40, +,772,352,359,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData41, +,772,360,367,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData42, +,772,368,375,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData43, +,772,376,383,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData44, +,772,384,391,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData45, +,772,392,399,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData46, +,772,400,407,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData47, +,772,408,415,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PreTriggerData48, +,772,416,423,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData1, +,772,424,431,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData2, +,772,432,439,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData3, +,772,440,447,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData4, +,772,448,455,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData5, +,772,456,463,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData6, +,772,464,471,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData7, +,772,472,479,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData8, +,772,480,487,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData9, +,772,488,495,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData10, +,772,496,503,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData11, +,772,504,511,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData12, +,772,512,519,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData13, +,772,520,527,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData14, +,772,528,535,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData15, +,772,536,543,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData16, +,772,544,551,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData17, +,772,552,559,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData18, +,772,560,567,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData19, +,772,568,575,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData20, +,772,576,583,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData21, +,772,584,591,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData22, +,772,592,599,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData23, +,772,600,607,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData24, +,772,608,615,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData25, +,772,616,623,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData26, +,772,624,631,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData27, +,772,632,639,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData28, +,772,640,647,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData29, +,772,648,655,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData30, +,772,656,663,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData31, +,772,664,671,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData32, +,772,672,679,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData33, +,772,680,687,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData34, +,772,688,695,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData35, +,772,696,703,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData36, +,772,704,711,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData37, +,772,712,719,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData38, +,772,720,727,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData39, +,772,728,735,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData40, +,772,736,743,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData41, +,772,744,751,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData42, +,772,752,759,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData43, +,772,760,767,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData44, +,772,768,775,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData45, +,772,776,783,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData46, +,772,784,791,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData47, +,772,792,799,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData48, +,772,800,807,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData49, +,772,808,815,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData50, +,772,816,823,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData51, +,772,824,831,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData52, +,772,832,839,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData53, +,772,840,847,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData54, +,772,848,855,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData55, +,772,856,863,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData56, +,772,864,871,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData57, +,772,872,879,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData58, +,772,880,887,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData59, +,772,888,895,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData60, +,772,896,903,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData61, +,772,904,911,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData62, +,772,912,919,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData63, +,772,920,927,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData64, +,772,928,935,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData65, +,772,936,943,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData66, +,772,944,951,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData67, +,772,952,959,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData68, +,772,960,967,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData69, +,772,968,975,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData70, +,772,976,983,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData71, +,772,984,991,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData72, +,772,992,999,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0A5,62A0A5,ff,Crash curve 1 Sensor 5.CC1_S5 PostTriggerData80, +,772,24,31,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData1, +,772,40,47,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData2, +,772,48,55,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData3, +,772,56,63,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData4, +,772,64,71,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData5, +,772,72,79,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData6, +,772,80,87,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData7, +,772,88,95,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData8, +,772,96,103,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData9, +,772,104,111,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData10, +,772,112,119,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData11, +,772,120,127,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData12, +,772,128,135,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData13, +,772,136,143,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData14, +,772,144,151,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData15, +,772,152,159,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData16, +,772,160,167,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData17, +,772,168,175,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData18, +,772,176,183,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData19, +,772,184,191,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData20, +,772,192,199,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData21, +,772,200,207,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData22, +,772,208,215,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData23, +,772,216,223,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData24, +,772,224,231,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData25, +,772,232,239,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData26, +,772,240,247,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData27, +,772,248,255,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData28, +,772,256,263,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData29, +,772,264,271,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData30, +,772,272,279,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData31, +,772,280,287,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData32, +,772,288,295,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData33, +,772,296,303,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData34, +,772,304,311,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData35, +,772,312,319,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData36, +,772,320,327,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData37, +,772,328,335,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData38, +,772,336,343,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData39, +,772,344,351,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData40, +,772,352,359,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData41, +,772,360,367,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData42, +,772,368,375,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData43, +,772,376,383,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData44, +,772,384,391,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData45, +,772,392,399,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData46, +,772,400,407,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData47, +,772,408,415,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PreTriggerData48, +,772,416,423,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData1, +,772,424,431,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData2, +,772,432,439,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData3, +,772,440,447,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData4, +,772,448,455,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData5, +,772,456,463,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData6, +,772,464,471,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData7, +,772,472,479,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData8, +,772,480,487,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData9, +,772,488,495,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData10, +,772,496,503,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData11, +,772,504,511,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData12, +,772,512,519,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData13, +,772,520,527,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData14, +,772,528,535,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData15, +,772,536,543,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData16, +,772,544,551,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData17, +,772,552,559,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData18, +,772,560,567,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData19, +,772,568,575,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData20, +,772,576,583,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData21, +,772,584,591,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData22, +,772,592,599,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData23, +,772,600,607,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData24, +,772,608,615,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData25, +,772,616,623,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData26, +,772,624,631,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData27, +,772,632,639,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData28, +,772,640,647,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData29, +,772,648,655,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData30, +,772,656,663,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData31, +,772,664,671,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData32, +,772,672,679,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData33, +,772,680,687,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData34, +,772,688,695,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData35, +,772,696,703,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData36, +,772,704,711,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData37, +,772,712,719,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData38, +,772,720,727,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData39, +,772,728,735,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData40, +,772,736,743,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData41, +,772,744,751,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData42, +,772,752,759,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData43, +,772,760,767,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData44, +,772,768,775,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData45, +,772,776,783,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData46, +,772,784,791,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData47, +,772,792,799,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData48, +,772,800,807,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData49, +,772,808,815,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData50, +,772,816,823,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData51, +,772,824,831,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData52, +,772,832,839,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData53, +,772,840,847,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData54, +,772,848,855,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData55, +,772,856,863,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData56, +,772,864,871,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData57, +,772,872,879,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData58, +,772,880,887,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData59, +,772,888,895,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData60, +,772,896,903,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData61, +,772,904,911,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData62, +,772,912,919,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData63, +,772,920,927,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData64, +,772,928,935,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData65, +,772,936,943,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData66, +,772,944,951,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData67, +,772,952,959,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData68, +,772,960,967,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData69, +,772,968,975,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData70, +,772,976,983,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData71, +,772,984,991,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData72, +,772,992,999,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0A6,62A0A6,ff,Crash curve 1 Sensor 6.CC1_S6 PostTriggerData80, +,772,24,26,1,0,0,,22A0B0,62A0B0,ff,Crash Curve 2 header.CC2 AlgorithmDecision,0:Roll-over deployment;1:right side crash;2:Near deployment;3:Front deployment;4:left side crash;5:rear crash +,772,27,27,1,0,0,,22A0B0,62A0B0,ff,Crash Curve 2 header.CC2 CorrectRecordFlag,0:correct record;1:incorrect record +,772,32,55,1,0,0,km,22A0B0,62A0B0,ff,Crash Curve 2 header.CC2 Mileage, +,772,56,63,1,0,0,,22A0B0,62A0B0,ff,Crash Curve 2 header.CC2 Sampling for record,1:1 ms;16:16 ms;255:0-5ms +,772,64,95,1,0,0,s,22A0B0,62A0B0,1ff,Crash Curve 2 header.CC2 Life Time Counter, +,772,24,31,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData1, +,772,40,47,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData2, +,772,48,55,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData3, +,772,56,63,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData4, +,772,64,71,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData5, +,772,72,79,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData6, +,772,80,87,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData7, +,772,88,95,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData8, +,772,96,103,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData9, +,772,104,111,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData10, +,772,112,119,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData11, +,772,120,127,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData12, +,772,128,135,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData13, +,772,136,143,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData14, +,772,144,151,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData15, +,772,152,159,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData16, +,772,160,167,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData17, +,772,168,175,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData18, +,772,176,183,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData19, +,772,184,191,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData20, +,772,192,199,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData21, +,772,200,207,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData22, +,772,208,215,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData23, +,772,216,223,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData24, +,772,224,231,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData25, +,772,232,239,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData26, +,772,240,247,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData27, +,772,248,255,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData28, +,772,256,263,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData29, +,772,264,271,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData30, +,772,272,279,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData31, +,772,280,287,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData32, +,772,288,295,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData33, +,772,296,303,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData34, +,772,304,311,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData35, +,772,312,319,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData36, +,772,320,327,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData37, +,772,328,335,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData38, +,772,336,343,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData39, +,772,344,351,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData40, +,772,352,359,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData41, +,772,360,367,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData42, +,772,368,375,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData43, +,772,376,383,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData44, +,772,384,391,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData45, +,772,392,399,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData46, +,772,400,407,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData47, +,772,408,415,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PreTriggerData48, +,772,416,423,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData1, +,772,424,431,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData2, +,772,432,439,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData3, +,772,440,447,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData4, +,772,448,455,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData5, +,772,456,463,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData6, +,772,464,471,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData7, +,772,472,479,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData8, +,772,480,487,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData9, +,772,488,495,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData10, +,772,496,503,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData11, +,772,504,511,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData12, +,772,512,519,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData13, +,772,520,527,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData14, +,772,528,535,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData15, +,772,536,543,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData16, +,772,544,551,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData17, +,772,552,559,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData18, +,772,560,567,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData19, +,772,568,575,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData20, +,772,576,583,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData21, +,772,584,591,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData22, +,772,592,599,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData23, +,772,600,607,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData24, +,772,608,615,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData25, +,772,616,623,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData26, +,772,624,631,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData27, +,772,632,639,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData28, +,772,640,647,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData29, +,772,648,655,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData30, +,772,656,663,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData31, +,772,664,671,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData32, +,772,672,679,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData33, +,772,680,687,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData34, +,772,688,695,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData35, +,772,696,703,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData36, +,772,704,711,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData37, +,772,712,719,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData38, +,772,720,727,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData39, +,772,728,735,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData40, +,772,736,743,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData41, +,772,744,751,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData42, +,772,752,759,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData43, +,772,760,767,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData44, +,772,768,775,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData45, +,772,776,783,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData46, +,772,784,791,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData47, +,772,792,799,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData48, +,772,800,807,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData49, +,772,808,815,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData50, +,772,816,823,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData51, +,772,824,831,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData52, +,772,832,839,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData53, +,772,840,847,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData54, +,772,848,855,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData55, +,772,856,863,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData56, +,772,864,871,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData57, +,772,872,879,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData58, +,772,880,887,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData59, +,772,888,895,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData60, +,772,896,903,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData61, +,772,904,911,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData62, +,772,912,919,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData63, +,772,920,927,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData64, +,772,928,935,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData65, +,772,936,943,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData66, +,772,944,951,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData67, +,772,952,959,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData68, +,772,960,967,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData69, +,772,968,975,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData70, +,772,976,983,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData71, +,772,984,991,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData72, +,772,992,999,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0B1,62A0B1,ff,Crash curve 2 Sensor 1.CC2_S1 PostTriggerData80, +,772,24,31,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData1, +,772,40,47,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData2, +,772,48,55,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData3, +,772,56,63,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData4, +,772,64,71,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData5, +,772,72,79,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData6, +,772,80,87,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData7, +,772,88,95,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData8, +,772,96,103,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData9, +,772,104,111,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData10, +,772,112,119,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData11, +,772,120,127,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData12, +,772,128,135,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData13, +,772,136,143,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData14, +,772,144,151,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData15, +,772,152,159,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData16, +,772,160,167,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData17, +,772,168,175,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData18, +,772,176,183,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData19, +,772,184,191,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData20, +,772,192,199,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData21, +,772,200,207,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData22, +,772,208,215,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData23, +,772,216,223,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData24, +,772,224,231,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData25, +,772,232,239,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData26, +,772,240,247,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData27, +,772,248,255,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData28, +,772,256,263,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData29, +,772,264,271,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData30, +,772,272,279,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData31, +,772,280,287,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData32, +,772,288,295,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData33, +,772,296,303,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData34, +,772,304,311,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData35, +,772,312,319,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData36, +,772,320,327,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData37, +,772,328,335,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData38, +,772,336,343,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData39, +,772,344,351,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData40, +,772,352,359,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData41, +,772,360,367,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData42, +,772,368,375,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData43, +,772,376,383,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData44, +,772,384,391,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData45, +,772,392,399,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData46, +,772,400,407,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData47, +,772,408,415,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PreTriggerData48, +,772,416,423,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData1, +,772,424,431,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData2, +,772,432,439,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData3, +,772,440,447,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData4, +,772,448,455,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData5, +,772,456,463,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData6, +,772,464,471,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData7, +,772,472,479,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData8, +,772,480,487,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData9, +,772,488,495,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData10, +,772,496,503,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData11, +,772,504,511,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData12, +,772,512,519,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData13, +,772,520,527,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData14, +,772,528,535,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData15, +,772,536,543,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData16, +,772,544,551,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData17, +,772,552,559,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData18, +,772,560,567,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData19, +,772,568,575,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData20, +,772,576,583,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData21, +,772,584,591,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData22, +,772,592,599,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData23, +,772,600,607,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData24, +,772,608,615,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData25, +,772,616,623,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData26, +,772,624,631,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData27, +,772,632,639,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData28, +,772,640,647,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData29, +,772,648,655,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData30, +,772,656,663,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData31, +,772,664,671,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData32, +,772,672,679,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData33, +,772,680,687,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData34, +,772,688,695,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData35, +,772,696,703,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData36, +,772,704,711,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData37, +,772,712,719,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData38, +,772,720,727,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData39, +,772,728,735,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData40, +,772,736,743,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData41, +,772,744,751,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData42, +,772,752,759,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData43, +,772,760,767,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData44, +,772,768,775,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData45, +,772,776,783,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData46, +,772,784,791,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData47, +,772,792,799,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData48, +,772,800,807,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData49, +,772,808,815,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData50, +,772,816,823,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData51, +,772,824,831,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData52, +,772,832,839,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData53, +,772,840,847,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData54, +,772,848,855,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData55, +,772,856,863,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData56, +,772,864,871,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData57, +,772,872,879,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData58, +,772,880,887,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData59, +,772,888,895,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData60, +,772,896,903,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData61, +,772,904,911,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData62, +,772,912,919,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData63, +,772,920,927,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData64, +,772,928,935,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData65, +,772,936,943,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData66, +,772,944,951,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData67, +,772,952,959,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData68, +,772,960,967,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData69, +,772,968,975,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData70, +,772,976,983,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData71, +,772,984,991,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData72, +,772,992,999,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0B2,62A0B2,ff,Crash curve 2 Sensor 2.CC2_S2 PostTriggerData80, +,772,24,31,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData1, +,772,40,47,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData2, +,772,48,55,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData3, +,772,56,63,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData4, +,772,64,71,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData5, +,772,72,79,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData6, +,772,80,87,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData7, +,772,88,95,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData8, +,772,96,103,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData9, +,772,104,111,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData10, +,772,112,119,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData11, +,772,120,127,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData12, +,772,128,135,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData13, +,772,136,143,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData14, +,772,144,151,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData15, +,772,152,159,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData16, +,772,160,167,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData17, +,772,168,175,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData18, +,772,176,183,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData19, +,772,184,191,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData20, +,772,192,199,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData21, +,772,200,207,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData22, +,772,208,215,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData23, +,772,216,223,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData24, +,772,224,231,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData25, +,772,232,239,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData26, +,772,240,247,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData27, +,772,248,255,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData28, +,772,256,263,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData29, +,772,264,271,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData30, +,772,272,279,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData31, +,772,280,287,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData32, +,772,288,295,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData33, +,772,296,303,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData34, +,772,304,311,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData35, +,772,312,319,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData36, +,772,320,327,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData37, +,772,328,335,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData38, +,772,336,343,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData39, +,772,344,351,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData40, +,772,352,359,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData41, +,772,360,367,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData42, +,772,368,375,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData43, +,772,376,383,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData44, +,772,384,391,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData45, +,772,392,399,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData46, +,772,400,407,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData47, +,772,408,415,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PreTriggerData48, +,772,416,423,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData1, +,772,424,431,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData2, +,772,432,439,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData3, +,772,440,447,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData4, +,772,448,455,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData5, +,772,456,463,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData6, +,772,464,471,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData7, +,772,472,479,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData8, +,772,480,487,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData9, +,772,488,495,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData10, +,772,496,503,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData11, +,772,504,511,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData12, +,772,512,519,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData13, +,772,520,527,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData14, +,772,528,535,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData15, +,772,536,543,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData16, +,772,544,551,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData17, +,772,552,559,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData18, +,772,560,567,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData19, +,772,568,575,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData20, +,772,576,583,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData21, +,772,584,591,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData22, +,772,592,599,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData23, +,772,600,607,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData24, +,772,608,615,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData25, +,772,616,623,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData26, +,772,624,631,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData27, +,772,632,639,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData28, +,772,640,647,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData29, +,772,648,655,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData30, +,772,656,663,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData31, +,772,664,671,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData32, +,772,672,679,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData33, +,772,680,687,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData34, +,772,688,695,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData35, +,772,696,703,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData36, +,772,704,711,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData37, +,772,712,719,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData38, +,772,720,727,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData39, +,772,728,735,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData40, +,772,736,743,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData41, +,772,744,751,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData42, +,772,752,759,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData43, +,772,760,767,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData44, +,772,768,775,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData45, +,772,776,783,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData46, +,772,784,791,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData47, +,772,792,799,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData48, +,772,800,807,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData49, +,772,808,815,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData50, +,772,816,823,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData51, +,772,824,831,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData52, +,772,832,839,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData53, +,772,840,847,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData54, +,772,848,855,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData55, +,772,856,863,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData56, +,772,864,871,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData57, +,772,872,879,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData58, +,772,880,887,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData59, +,772,888,895,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData60, +,772,896,903,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData61, +,772,904,911,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData62, +,772,912,919,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData63, +,772,920,927,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData64, +,772,928,935,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData65, +,772,936,943,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData66, +,772,944,951,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData67, +,772,952,959,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData68, +,772,960,967,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData69, +,772,968,975,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData70, +,772,976,983,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData71, +,772,984,991,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData72, +,772,992,999,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0B3,62A0B3,ff,Crash curve 2 Sensor 3.CC2_S3 PostTriggerData80, +,772,24,31,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData1, +,772,40,47,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData2, +,772,48,55,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData3, +,772,56,63,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData4, +,772,64,71,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData5, +,772,72,79,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData6, +,772,80,87,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData7, +,772,88,95,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData8, +,772,96,103,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData9, +,772,104,111,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData10, +,772,112,119,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData11, +,772,120,127,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData12, +,772,128,135,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData13, +,772,136,143,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData14, +,772,144,151,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData15, +,772,152,159,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData16, +,772,160,167,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData17, +,772,168,175,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData18, +,772,176,183,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData19, +,772,184,191,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData20, +,772,192,199,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData21, +,772,200,207,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData22, +,772,208,215,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData23, +,772,216,223,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData24, +,772,224,231,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData25, +,772,232,239,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData26, +,772,240,247,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData27, +,772,248,255,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData28, +,772,256,263,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData29, +,772,264,271,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData30, +,772,272,279,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData31, +,772,280,287,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData32, +,772,288,295,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData33, +,772,296,303,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData34, +,772,304,311,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData35, +,772,312,319,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData36, +,772,320,327,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData37, +,772,328,335,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData38, +,772,336,343,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData39, +,772,344,351,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData40, +,772,352,359,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData41, +,772,360,367,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData42, +,772,368,375,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData43, +,772,376,383,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData44, +,772,384,391,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData45, +,772,392,399,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData46, +,772,400,407,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData47, +,772,408,415,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PreTriggerData48, +,772,416,423,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData1, +,772,424,431,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData2, +,772,432,439,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData3, +,772,440,447,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData4, +,772,448,455,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData5, +,772,456,463,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData6, +,772,464,471,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData7, +,772,472,479,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData8, +,772,480,487,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData9, +,772,488,495,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData10, +,772,496,503,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData11, +,772,504,511,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData12, +,772,512,519,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData13, +,772,520,527,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData14, +,772,528,535,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData15, +,772,536,543,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData16, +,772,544,551,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData17, +,772,552,559,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData18, +,772,560,567,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData19, +,772,568,575,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData20, +,772,576,583,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData21, +,772,584,591,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData22, +,772,592,599,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData23, +,772,600,607,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData24, +,772,608,615,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData25, +,772,616,623,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData26, +,772,624,631,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData27, +,772,632,639,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData28, +,772,640,647,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData29, +,772,648,655,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData30, +,772,656,663,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData31, +,772,664,671,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData32, +,772,672,679,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData33, +,772,680,687,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData34, +,772,688,695,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData35, +,772,696,703,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData36, +,772,704,711,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData37, +,772,712,719,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData38, +,772,720,727,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData39, +,772,728,735,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData40, +,772,736,743,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData41, +,772,744,751,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData42, +,772,752,759,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData43, +,772,760,767,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData44, +,772,768,775,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData45, +,772,776,783,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData46, +,772,784,791,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData47, +,772,792,799,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData48, +,772,800,807,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData49, +,772,808,815,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData50, +,772,816,823,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData51, +,772,824,831,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData52, +,772,832,839,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData53, +,772,840,847,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData54, +,772,848,855,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData55, +,772,856,863,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData56, +,772,864,871,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData57, +,772,872,879,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData58, +,772,880,887,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData59, +,772,888,895,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData60, +,772,896,903,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData61, +,772,904,911,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData62, +,772,912,919,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData63, +,772,920,927,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData64, +,772,928,935,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData65, +,772,936,943,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData66, +,772,944,951,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData67, +,772,952,959,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData68, +,772,960,967,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData69, +,772,968,975,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData70, +,772,976,983,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData71, +,772,984,991,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData72, +,772,992,999,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0B4,62A0B4,ff,Crash curve 2 Sensor 4.CC2_S4 PostTriggerData80, +,772,24,31,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData1, +,772,40,47,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData2, +,772,48,55,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData3, +,772,56,63,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData4, +,772,64,71,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData5, +,772,72,79,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData6, +,772,80,87,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData7, +,772,88,95,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData8, +,772,96,103,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData9, +,772,104,111,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData10, +,772,112,119,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData11, +,772,120,127,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData12, +,772,128,135,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData13, +,772,136,143,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData14, +,772,144,151,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData15, +,772,152,159,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData16, +,772,160,167,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData17, +,772,168,175,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData18, +,772,176,183,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData19, +,772,184,191,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData20, +,772,192,199,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData21, +,772,200,207,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData22, +,772,208,215,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData23, +,772,216,223,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData24, +,772,224,231,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData25, +,772,232,239,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData26, +,772,240,247,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData27, +,772,248,255,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData28, +,772,256,263,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData29, +,772,264,271,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData30, +,772,272,279,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData31, +,772,280,287,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData32, +,772,288,295,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData33, +,772,296,303,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData34, +,772,304,311,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData35, +,772,312,319,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData36, +,772,320,327,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData37, +,772,328,335,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData38, +,772,336,343,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData39, +,772,344,351,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData40, +,772,352,359,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData41, +,772,360,367,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData42, +,772,368,375,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData43, +,772,376,383,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData44, +,772,384,391,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData45, +,772,392,399,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData46, +,772,400,407,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData47, +,772,408,415,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PreTriggerData48, +,772,416,423,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData1, +,772,424,431,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData2, +,772,432,439,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData3, +,772,440,447,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData4, +,772,448,455,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData5, +,772,456,463,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData6, +,772,464,471,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData7, +,772,472,479,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData8, +,772,480,487,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData9, +,772,488,495,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData10, +,772,496,503,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData11, +,772,504,511,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData12, +,772,512,519,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData13, +,772,520,527,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData14, +,772,528,535,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData15, +,772,536,543,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData16, +,772,544,551,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData17, +,772,552,559,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData18, +,772,560,567,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData19, +,772,568,575,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData20, +,772,576,583,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData21, +,772,584,591,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData22, +,772,592,599,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData23, +,772,600,607,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData24, +,772,608,615,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData25, +,772,616,623,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData26, +,772,624,631,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData27, +,772,632,639,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData28, +,772,640,647,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData29, +,772,648,655,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData30, +,772,656,663,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData31, +,772,664,671,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData32, +,772,672,679,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData33, +,772,680,687,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData34, +,772,688,695,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData35, +,772,696,703,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData36, +,772,704,711,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData37, +,772,712,719,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData38, +,772,720,727,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData39, +,772,728,735,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData40, +,772,736,743,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData41, +,772,744,751,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData42, +,772,752,759,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData43, +,772,760,767,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData44, +,772,768,775,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData45, +,772,776,783,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData46, +,772,784,791,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData47, +,772,792,799,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData48, +,772,800,807,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData49, +,772,808,815,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData50, +,772,816,823,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData51, +,772,824,831,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData52, +,772,832,839,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData53, +,772,840,847,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData54, +,772,848,855,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData55, +,772,856,863,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData56, +,772,864,871,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData57, +,772,872,879,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData58, +,772,880,887,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData59, +,772,888,895,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData60, +,772,896,903,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData61, +,772,904,911,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData62, +,772,912,919,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData63, +,772,920,927,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData64, +,772,928,935,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData65, +,772,936,943,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData66, +,772,944,951,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData67, +,772,952,959,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData68, +,772,960,967,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData69, +,772,968,975,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData70, +,772,976,983,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData71, +,772,984,991,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData72, +,772,992,999,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0B5,62A0B5,ff,Crash curve 2 Sensor 5.CC2_S5 PostTriggerData80, +,772,24,31,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 Sensor code,0:No data recorded;1:U sensor (central sensor dual axys);2:V sensor (central sensor dual axys);3:Xq (central sensor single axys);4:Y (Y central sensor buit with U and V signals);5:ECZS;6:Left Bpilar X sensor;7:Right Bpilar X sensor;8:Left Bpilar Y sensor;9:Right Bpilar Y sensor;27:door Left pressure sensor;28:door Right pressure sensor;29:Roll Angle part 1;30:Roll Angle part 2;33:Y for roll-over part 1 (Y central sensor buit with U and V signals);34:Y for roll-over part 2 (Y central sensor buit with U and V signals);35:Z signal for roll-over part 1;36:Z signal for roll-over part 2 +,772,32,39,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData1, +,772,40,47,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData2, +,772,48,55,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData3, +,772,56,63,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData4, +,772,64,71,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData5, +,772,72,79,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData6, +,772,80,87,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData7, +,772,88,95,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData8, +,772,96,103,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData9, +,772,104,111,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData10, +,772,112,119,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData11, +,772,120,127,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData12, +,772,128,135,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData13, +,772,136,143,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData14, +,772,144,151,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData15, +,772,152,159,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData16, +,772,160,167,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData17, +,772,168,175,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData18, +,772,176,183,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData19, +,772,184,191,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData20, +,772,192,199,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData21, +,772,200,207,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData22, +,772,208,215,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData23, +,772,216,223,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData24, +,772,224,231,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData25, +,772,232,239,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData26, +,772,240,247,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData27, +,772,248,255,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData28, +,772,256,263,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData29, +,772,264,271,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData30, +,772,272,279,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData31, +,772,280,287,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData32, +,772,288,295,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData33, +,772,296,303,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData34, +,772,304,311,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData35, +,772,312,319,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData36, +,772,320,327,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData37, +,772,328,335,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData38, +,772,336,343,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData39, +,772,344,351,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData40, +,772,352,359,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData41, +,772,360,367,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData42, +,772,368,375,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData43, +,772,376,383,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData44, +,772,384,391,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData45, +,772,392,399,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData46, +,772,400,407,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData47, +,772,408,415,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PreTriggerData48, +,772,416,423,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData1, +,772,424,431,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData2, +,772,432,439,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData3, +,772,440,447,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData4, +,772,448,455,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData5, +,772,456,463,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData6, +,772,464,471,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData7, +,772,472,479,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData8, +,772,480,487,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData9, +,772,488,495,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData10, +,772,496,503,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData11, +,772,504,511,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData12, +,772,512,519,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData13, +,772,520,527,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData14, +,772,528,535,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData15, +,772,536,543,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData16, +,772,544,551,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData17, +,772,552,559,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData18, +,772,560,567,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData19, +,772,568,575,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData20, +,772,576,583,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData21, +,772,584,591,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData22, +,772,592,599,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData23, +,772,600,607,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData24, +,772,608,615,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData25, +,772,616,623,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData26, +,772,624,631,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData27, +,772,632,639,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData28, +,772,640,647,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData29, +,772,648,655,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData30, +,772,656,663,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData31, +,772,664,671,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData32, +,772,672,679,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData33, +,772,680,687,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData34, +,772,688,695,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData35, +,772,696,703,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData36, +,772,704,711,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData37, +,772,712,719,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData38, +,772,720,727,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData39, +,772,728,735,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData40, +,772,736,743,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData41, +,772,744,751,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData42, +,772,752,759,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData43, +,772,760,767,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData44, +,772,768,775,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData45, +,772,776,783,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData46, +,772,784,791,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData47, +,772,792,799,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData48, +,772,800,807,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData49, +,772,808,815,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData50, +,772,816,823,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData51, +,772,824,831,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData52, +,772,832,839,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData53, +,772,840,847,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData54, +,772,848,855,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData55, +,772,856,863,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData56, +,772,864,871,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData57, +,772,872,879,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData58, +,772,880,887,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData59, +,772,888,895,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData60, +,772,896,903,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData61, +,772,904,911,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData62, +,772,912,919,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData63, +,772,920,927,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData64, +,772,928,935,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData65, +,772,936,943,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData66, +,772,944,951,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData67, +,772,952,959,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData68, +,772,960,967,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData69, +,772,968,975,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData70, +,772,976,983,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData71, +,772,984,991,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData72, +,772,992,999,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData73, +,772,1000,1007,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData74, +,772,1008,1015,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData75, +,772,1016,1023,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData76, +,772,1024,1031,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData77, +,772,1032,1039,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData78, +,772,1040,1047,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData79, +,772,1048,1055,1,0,0,,22A0B6,62A0B6,ff,Crash curve 2 Sensor 6.CC2_S6 PostTriggerData80, +,772,24,31,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.NDTC Before Crash, +,772,32,47,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC01 Before_Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,48,55,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC01 before crash_failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,56,63,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC01 before Crash, +,772,64,79,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC02 Before_Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,80,87,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC02 before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,88,95,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC02 before Crash, +,772,96,111,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC03 Before_Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,112,119,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC03 before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,120,127,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC03 before Crash, +,772,128,143,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC04 Before_Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,144,151,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC04 before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,152,159,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC04 before Crash, +,772,160,175,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC05 Before Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,176,183,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC05 before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,184,191,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC05 before Crash, +,772,192,207,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC06 Before Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,208,215,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC06 before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,216,223,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC06 before Crash, +,772,224,239,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC07 Before Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,240,247,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC07 Before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,248,255,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC07 before Crash, +,772,256,271,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC08 Before Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,272,279,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC08 Before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,280,287,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC08 before Crash, +,772,288,303,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC09 Before Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,304,311,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC09 Before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,312,319,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC09 before Crash, +,772,320,335,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC10 Before Crash,"1280:VehicleSpeed;32769:Driver Front Stage 1 Deploymnt Contrl;32770:Driver Front Stage 2 Deploymnt Contrl;32771:Driver Front Stage 3 Deploymnt Contrl;32772:Driver Knee Bolster Deploymnt Contrl;32773:Collapsible Steering Column Deploymnt Contrl;32784:Passenger Front Stage 1 Deploymnt Contrl;32785:Passenger Front Stage 2 Deploymnt Contrl;32786:Passenger Front Stage 3 Deploymnt Contrl;32787:Passenger Knee Bolster Deploymnt Contrl;32800:Left Side Airbag Deploymnt Contrl;32801:Left curtain Deploymnt Contrl 1;32802:Left curtain Deploymnt Contrl 2;32808:Right Side Airbag Deploymnt Contrl;32809:Right Curtain Deploymnt Contrl 1;32810:Right Curtain Deploymnt Contrl 2;32816:2nd Row Lefdt Side Airbag Deploymnt Contrl;32817:2nd Row Left Front Stage 1 Deploymnt Contrl;32818:2nd Row Left Front Stage 2 Deploymnt Contrl;32819:2nd Row Left Front Stage 3 Deploymnt Contrl;32824:2nd Row Right Side Airbag Deploymnt Contrl;32825:2nd Row Right Front Stage 1 Deploymnt Contrl;32826:2nd Row Right Front Stage 2 Deploymnt Contrl;32827:2nd Row Right Front Stage 3 Deploymnt Contrl;32832:3rd Row Left Side Airbag Deploymnt Contrl;32833:3rd Row Left Front Stage 1 Deploymnt Contrl;32834:3rd Row Left Front Stage 2 Deploymnt Contrl;32835:3rd Row Left Front Stage 3 Deploymnt Contrl;32840:3rd Row Right Side Airbag Deploymnt Contrl;32841:3rd Row Right Front Stage 1 Deploymnt Contrl;32842:3rd Row Right Front Stage 2 Deploymnt Contrl;32843:3rd Row Right Front Stage 3 Deploymnt Contrl;32848:Driver Seatbelt Sensor;32849:1stRow Center Seatblet Sensor;32850:Passenger SeatBlet Sensor;32851:2nd Row Left Seatbelt Sensor;32852:2nd Row Center Seatblet Sensor;32853:2nd Row Right Seatblet Sensor;32854:3rd Row Left Seatblet Sensor;32855:3rd Row Center Seatblet Sensor;32856:3rd Row Right Seatbelt Sensor;32865:Passenger SeatBelt tension Sensor;32880:Driver Seatblet PretenDeploymnt Contrl;32881:1stRow Center Seatblelt PretenDeploymnt Contrl;32882:Passenger Seatbelt PretenDeploymnt Contrl;32883:2nd Row Left Seatbelt PretenDeploymnt Contrl;32884:2nd Row Center Seatbelt PretenDeploymnt Contrl;32885:2nd Row Right SeatbeltPretenDeploymnt Contrl;32886:3rd Row Left Seatbelt PretenDeploymnt Contrl;32887:3rd Row Center Seatbelt PretenDeploymnt Contrl;32888:3rd Row Right SeatbeltPretenDeploymnt Contrl;32889:Driver Seatbelt Preten""B"" Deploymnt Contrl;32890:Passenger Seatbelt Preten""B"" Deploymnt Contrl;32896:Driver Seatbelt LL Deploymnt Contrl;32897:1stRow Center Seatbelt LL Deploymnt Contrl;32898:Passenger Seatbelt LL Deploymnt Contrl;32899:2nd Row Left Seatbelt LL Deploymnt Contrl;32900:2nd Row Center Seatbelt LL Deploymnt Contrl;32901:2nd Row Right Seatbelt LL Deploymnt Contrl;32902:3rd Row Left Seatbelt LL Deploymnt Contrl;32903:3rd Row Center Seatbelt LL Deploymnt Contrl;32904:3rd Row Right Seatbelt LL Deploymnt Contrl;32912:Left Front Restraint Sensor;32913:Left Side Restraint Sensor 1;32914:Left Side Restraint Sensor 2;32915:Left Side Restraint Sensor 3;32916:Center Front Restraint Sensor;32917:Right Front Restraint Sensor;32918:Right Side Restraint Sensor 1;32919:Right Side Restraint Sensor 2;32920:Right Side Restraint Sensor 3;32921:Roll Over Sensor;32928:OCS;32929:Occupant Position Syst;32944:Driver OCS Sensor ""A"";32945:Driver OCS Sensor ""B"";32946:Driver OCS Sensor ""C"";32947:Driver OCS Sensor ""D"";32948:Driver OCS Sensor ""E"";32949:Driver Seat Track Position Restraint Sensor;32950:Driver Seat Recline Position Restraint Sensor;32951:Driver Seat Occupant Position Sensor ""A"";32952:Driver Seat Occupant Position Sensor ""B"";32953:Driver Seat Occupant Position Sensor ""C"";32954:Driver Seat Occupant Position Sensor ""D"";32955:Driver Seat Occupant Position Sensor ""E"";32960:Passenger OCS Sensor ""A"";32961:Passenger OCS Sensor ""B"";32962:Passenger OCS Sensor ""C"";32963:Passenger OCS Sensor ""D"";32965:Passenger Seat Track Position Restraint Sensor;32966:Passenger Seat Recline Position Restraint Sensor;32967:Passenger Seat Occupant Position Sensor ""A"";32968:Passenger Seat Occupant Position Sensor ""B"";32969:Passenger Seat Occupant Position Sensor ""C"";32970:Passenger Seat Occupant Position Sensor ""D"";32971:Passenger Seat Occupant Position Sensor ""E"";32976:Driver Seatblet Indicator;32977:Passenger Seatblet Indicator;32978:Restraint Syst Malfunct Indicator 1;32979:Restraint Syst Malfunct Indicator 2;32980:Restraint Syst Malfunct Audible Indicator;32981:Restraint Syst Passenger Disable Indicator;32991:Passenger Restraint Disable Switch;36865:Front Left Lap Tensionner (PPV);36866:Front Right Lap Tensionner (PPV);36867:PPB Avt conduct Serie Enroul pyro arriere conduct;36868:PPB avt passagerSerie Enroul pyro arrierePassager;36869:AirBag Front Passager ou Adapt Niveau 1;36870:AirBag Front Passager Adapt Niveau 2;36871:AirBag Front Conducteur ou Adapt Niveau 1;36872:AirBag Front Conducteur Adapt Niveau 2;36873:AirBag Latéral Rideau Tête Conducteur;36874:AirBag Latéral Rideau Tête Passager;36875:AirBag Latéral Thorax Avant Conducteur;36876:AirBag Latéral Thorax Avant Passager;36877:AirBag Latéral Thorax arriere Cote Conducteur;36878:AirBag Latéral Thorax arriere Cote Passager;36879:AirBag Latéral Rideau Tête 3e range _ conducteur;36880:AirBag Latéral Rideau Tête 3e range _ passager;36881:2 PPVs avant Serie;36882:PPBoucle avant conducteur;36883:PPBoucle avant passager;36884:Serial Seatblet PretenDeploymnt Contrl;36885:Enrouleur pyro arriere _ conducteur;36886:Enrouleur pyro arriere _ passager;36887:Serial 2nd Row Seatbelt PretenDeploymnt Contrl;36888:2 Enrouleurs pyro arriere 3e range Serie;36889:Battery Fuse;36890:BIB arriere _ conducteur;36891:BIB arriere _ passager;36892:Enrouleur Pyro central arriere 2e range;36893:Airbag Front genou conducteur;36894:Capteur tablette B siège avant passager;36895:Capteur tablette A siège avant passager;36896:Capteur retournmt B siège avant passager;36897:Capteur retournmt A siège avant passager;36898:Capteur retournmt B siège avant conducteur;36899:Capteur retournmt A siège avant conducteur;36900:Capteur platine arriere _ conducteur;36901:Capteur platine arriere _ passager;36902:Capteur deroulntsangle arriere _ conducteur;36903:Capteur deroulntsangle arriere _ passager;36904:Front central Belt Rolling Systs Front Seats;36905:Front Left Seatbelt PretensionerDeploymnt Ctrl;36906:Front Right Seatbelt PretensionerDeploymnt Ctrl;36907:Front Left Active Head Retraint;36908:Front Right Active Head Retraint;36909:Front Left Piloted Vent Airbag;36910:Front Right Piloted Vent Airbag;36913:Capteur Position Siège Avant Conducteur;36914:Capteur Position Siège Avant Passager;36915:Capteur ISOFIX B siège avant passager;36916:Capteur ISOFIX A siège avant passager ou clé;36917:Satellite latéral avant conducteur;36918:Satellite latéral avant passager;36920:Satellite latéral arriere _ conducteur;36921:Satellite latéral arriere _ passager;36922:Satellite Front ou Front _ conducteur;36923:Satellite Front _ passager;36928:Voyant defaut AIRBAG (via CAN or directly drived);36929:Voyant Airbag OFF (via CAN or directly drived);36930:Alimentation du calculateur;36931:Config satellites;36932:Config lignes de mise à feu;36933:Config inhibit AB (ISOFIX-cle-tablette-retournmt);36934:Config capteurs;36935:Config High-G;36936:Cohérence voyant defaut AIRBAG;36937:Cohérence voyant Airbag OFF;36938:Front anti sliding left (PRC);36939:Front anti sliding right (PRC);36944:Réseau CAN;36945:Front Left Seatbelt Sensor;36946:Front Right Seatbelt Sensor;36947:Front Passenger Occupant Dtect;36949:Rear Left Passenger Occupant Dtect;36950:Rear Center Passenger Occupant Dtect;36951:Rear Right Passenger Occupant Dtect;36987:Direction side not configured;36988:Brake Syst not configured;36989:Etats capteurs ISOFIX A et B non coherents;36990:Firing locked by diagnosis;36991:Firing - ECU to be changed;36992:Airbag ECU;37024:Airbag ON indicator lamp;37041:Corrupted RAM;37043:EEPROM access;37044:Not programmed EEPROM;37045:Corrupted EEPROM;37046:EEPROM out of order;37047:Crash decision;37048:Power supply;37049:Hardware offset;37050:Warm reset;37051:Soft offset;37057:Capacitance charge time out;37058:Accel test;37061:Arming;37066:Accel saturation;37067:Capacitance charge voltage;37068:Cap capacitance;37069:Charge pump;37071:Slow sensor driver;37088:Recycling ECU State;49153:High Speed CAN Com bus;49155:High Speed CAN Com bus (+) Open;49156:High Speed CAN Com bus (+) Low;49157:High Speed CAN Com bus (+) High;49158:High Speed CAN Com bus (-) Open;49159:High Speed CAN Com bus (-) Low;49160:High Speed CAN Com bus (-) High;49161:High Speed CAN Com bus (-) Shorted to bus (+);49408:Lost Com With ECM/PCM ""A"";49441:Lost Com With ABS (ABS) Contrl Modul;49444:Lost Com With Lateral Accel Sensor Modul;49472:Lost Com With Body Contrl Modul;49489:Lost Com With Restraint Contrl Modul;49490:Lost Com With Side Restraint Contrl Modul;49491:Lost Com With Side Restraint Contrl Modul 2;49492:Lost Com With Restraint OCS Modul;49493:Lost Com With InstrumPanel Cluster Contrl Modul;49520:Lost Com With Restraint Syst Sensor A;49521:Lost Com With Restraint Syst Sensor B;49522:Lost Com With Restraint Syst Sensor C;49523:Lost Com With Restraint Syst Sensor D;49524:Lost Com With Restraint Syst Sensor E;49525:Lost Com With Restraint Syst Sensor F;49526:Lost Com With Restraint Syst Sensor G;49527:Lost Com With Restraint Syst Sensor H;49528:Lost Com With Restraint Syst Sensor I;49529:Lost Com With Restraint Syst Sensor J;49531:Lost Com With Side Obstacle Dtect Contrl Modul 2;49532:Lost Com With Impact Classification Syst Modul;49714:Lost Com With Side Obstacle Dtect Contrl Modul;49920:Internal Contrl Modul Soft Incompatibility;49941:Soft Incompatibility with ABS Contrl Modul;49954:Soft Incompatibility with Body Contrl Modul;50211:InvalidData_From InstrumPanelCluster Contrl Modul;61443:Battery Voltage" +,772,336,343,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.DTC10 Before crash failure_Type,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias out of range / zero adjustmt failure;41:signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions;102:signal has too many transitions;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstruct or blocked;152:component or system over temperature +,772,344,351,1,0,0,,22A0C0,62A0C0,ff,Reading of memorized DTC before crash.Status DTC10 before Crash, +,772,24,24,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble sensor1,0:not fault;1:fault +,772,25,25,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble sensor2,0:not fault;1:fault +,772,26,26,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble sensor3,0:not fault;1:fault +,772,27,27,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble sensor4,0:not fault;1:fault +,772,28,28,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble sensor5,0:not fault;1:fault +,772,29,29,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble sensor6,0:not fault;1:fault +,772,30,30,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble Energy Reserver,0:not fault;1:fault +,772,31,31,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble driver IC1,0:not fault;1:fault +,772,33,33,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble driver IC3,0:not fault;1:fault +,772,34,34,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble Power IC,0:not fault;1:fault +,772,35,35,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble SUB IC,0:not fault;1:fault +,772,36,36,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble communicaiton IC1,0:not fault;1:fault +,772,37,37,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble communicaiton IC2,0:not fault;1:fault +,772,38,38,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble Main microcontroller (Configuration table.CPU),0:not fault;1:fault +,772,39,39,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble Sub microcontroller (Configuration table.CPU),0:not fault;1:fault +,772,40,40,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble EEPROM,0:not fault;1:fault +,772,41,41,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble Algorithm,0:not fault;1:fault +,772,42,42,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble Configuration,0:not fault;1:fault +,772,44,44,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble other component,0:not fault;1:fault +,772,45,45,1,0,0,,22EF01,62EF01,ff,Internal Fault.ACU internal trouble other,0:not fault;1:fault +,772,24,151,1,0,0,,22F010,62F010,4ff,programmingOperationFingerPrint, +,772,24,103,1,0,0,,22F011,62F011,4ff,IndexSrvData, +,772,24,103,1,0,0,,22F012,62F012,2ff,Operational Reference, +,772,24,279,1,0,0,,22F180,62F180,4ff,bootSoftwareIdentification, +,772,24,103,1,0,0,,22F182,62F182,2ff,CalibrationNumber, +,772,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,772,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,772,24,71,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,772,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,772,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,772,24,279,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,772,24,279,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,772,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,772,24,103,1,0,0,,22F1A1,62F1A1,2ff,vehicleManufacturerSparePartNumber_N, +,772,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,772,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/AIRBAG_Tests.csv b/app/src/main/assets/Spring/AIRBAG_Tests.csv new file mode 100644 index 00000000..b513d810 --- /dev/null +++ b/app/src/main/assets/Spring/AIRBAG_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias out of range / zero adjustmt failure +29,signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions +66,signal has too many transitions +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or system operation obstruct or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/DCDC_Dtcs.csv b/app/src/main/assets/Spring/DCDC_Dtcs.csv new file mode 100644 index 00000000..6575054e --- /dev/null +++ b/app/src/main/assets/Spring/DCDC_Dtcs.csv @@ -0,0 +1,41 @@ +466,DF019 OUTSIDE TEMPERATURE SENSOR +602,DF100 CHARGING INTERRUPTED +603,DF105 DC CHARGING PORT +612,DF102 S2 RELAY +613,DF122 CARRIER CURRENT CONTROLLER ONLINE +614,DF123 CARRIER CURRENT CONTROLLER ONLINE +616,DF121DC COMBO +617,DF124 PLUG DISCONNECTED +618,DF119 DC CHARGING PORT +619,DF120 DCDC INPUT VOLTAGE +623,DF083 SUPPLY DRIVE BATTERY +626,DF095 INTERNAL FAILURE DCDC IGNITION POWER MODULE +627,DF103 DRIVE BATTERY VOLTAGE +628,DF088 DRIVE BATTERY CHARGING CIRCUIT +629,DF101 AC CHARGE PORT OVERHEAT +630,DF104 DC CHARGE RELAY CIRCUIT +631,DF112 TEMPERATURE SENSOR CIRCUIT 2 +645,DF109 DCDC INPUT CURRENT +654,DF111 TEMPERATURE SENSOR CIRCUIT 1 +655,DF012 IMMOBILIZER +662,DF082 SELECTOR LEVER LOCK ELECTROMAGNETIC CIRCUIT +666,DF106 PRECHARGING RELAY +669,DF034 CHARGER +1010,DF117 DCDC OUTPUT VOLTAGE SENSOR +1011,DF114 DCDC INPUT VOLTAGE +1036,DF113 CONTROL UNIT (EEPROM) +1037,DF091DCDC +1038,DF118 INTERNAL FAULT DCDC IGNITION POWER MODULE +1040,DF046 SUPPLY 7 volts +1041,DF094 INTERNAL FAULT DCDC IGNITION POWER MODULE +1042,DF096 DCDC CONTROL VOLTAGE +064D,DF110 DCDC INPUT VOLTAGE +066B,DF090 LEAKAGE CURRENT +100A,DF004 CHARGER 1 TEMPERATURE SENSOR CIRCUIT +100B,DF084 INTERNAL TEMPERATURE CONTROL UNIT +100C,DF116 DCDC OUTPUT CURRENT SENSOR +100E,DF115 DCDC INPUT CURRENT SENSOR +D001,DF107 MULTIPLEX SIGNAL DCDC NOT PRESENT +D002,DF089 CAN ERROR +D003,DF108 PLAUSABLE EVC MULTIPLEX SIGNAL +D004,DF097 MULTIPLEX SIGNAL BMS NOT PRESENT diff --git a/app/src/main/assets/Spring/DCDC_Fields.csv b/app/src/main/assets/Spring/DCDC_Fields.csv new file mode 100644 index 00000000..a5e071e4 --- /dev/null +++ b/app/src/main/assets/Spring/DCDC_Fields.csv @@ -0,0 +1,147 @@ +,776,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,776,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,776,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,776,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,776,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,776,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,776,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,776,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,776,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD,0:Device and failure type ODB codding +,776,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety uC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,776,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:Device and failure type ODB codding +,776,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,776,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,776,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,776,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,776,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,776,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,776,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,776,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,776,16,39,1,0,0,,1903,5903,4ff,DTCRecord, +,776,40,47,1,0,0,,1903,5903,ff,DTCSnapshotRecordNumber, +,776,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,776,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,776,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,776,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,776,16,39,1,0,0,,190600000081,590600000081,4ff,DTCRecord, +,776,40,47,1,0,0,,190600000081,590600000081,ff,StatusOfDTC, +,776,16,39,1,0,0,,190600000082,590600000082,4ff,DTCRecord, +,776,40,47,1,0,0,,190600000082,590600000082,ff,StatusOfDTC, +,776,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,776,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,776,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurenceCounter +,776,56,63,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedData.DTCOccurenceCounter, +,776,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,776,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,1605:OBC_input_current;1620:PFC_MOSFET_Temperature;1613:OBC_input_voltage;1621:PFC_Start-up_failure;1575:HV_battery_voltage;1638:Pre_Charge_Failure;1574:OBC_inner_self-check;1538:CC_fault;1554:S2 relay;1585:LLC_Temperature;1643:LLC_output_current;1634:ChargingLockingMotor;1641:CP_Status;1577:AC_ChargingPortTemperature;4107:CoolantTemperature;4110:DCDC_inputCurrent;4112:DCDC_outputVoltage;4108:DCDC_outputCurrent;4106:DCDC_transformerTemperature;4152:DCDC_ReverseMode_SelfTest;4150:DCDC_EEPROM;53250:BusOff;53249:MissingMessage_OBC;1576:PFC_outputVoltage;4113:DCDC_input_Voltage;53251:MissingMessage_EVC;4151:DCDC_initialize_selftest;1555:PLC_Communication_EVSE;1556:SPI_Communication;1558:DCComboCurrent;1560:DCChargingPortTmp;1561:DCInput_HV;1571:OBC_Auxiliary_Power_PVCC;1126:OBC_Ambient_Temperature;1584:DCCharging_Relay;4162:LV_battery_voltage;4161:DCDC_ExceptionInterrupt_Programming;4160:DCDC_Auxillary_Power_LVCC;1559:12 pin connector loss;53252:MissingMessage_BMS +,776,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety uC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,776,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,776,16,31,1,0,0,,1914,5914,ff,DTCDeviceIdentifier,1605:OBC_input_current;1620:PFC_MOSFET_Temperature;1613:OBC_input_voltage;1621:PFC_Start-up_failure;1575:HV_battery_voltage;1638:Pre_Charge_Failure;1574:OBC_inner_self-check;1538:CC_fault;1554:S2 relay;1585:LLC_Temperature;1643:LLC_output_current;1634:ChargingLockingMotor;1641:CP_Status;1577:AC_ChargingPortTemperature;4107:CoolantTemperature;4110:DCDC_inputCurrent;4112:DCDC_outputVoltage;4108:DCDC_outputCurrent;4106:DCDC_transformerTemperature;4152:DCDC_ReverseMode_SelfTest;4150:DCDC_EEPROM;53250:BusOff;53249:MissingMessage_OBC;1576:PFC_outputVoltage;4113:DCDC_input_Voltage;53251:MissingMessage_EVC;4151:DCDC_initialize_selftest;1555:PLC_Communication_EVSE;1556:SPI_Communication;1558:DCComboCurrent;1560:DCChargingPortTmp;1561:DCInput_HV;1571:OBC_Auxiliary_Power_PVCC;1126:OBC_Ambient_Temperature;1584:DCCharging_Relay;4162:LV_battery_voltage;4161:DCDC_ExceptionInterrupt_Programming;4160:DCDC_Auxillary_Power_LVCC;1559:12 pin connector loss;53252:MissingMessage_BMS +,776,32,39,1,0,0,,1914,5914,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety uC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,776,40,47,1,0,0,,1914,5914,ff,DTCFaultDetectionCounter, +,776,24,31,.1,0,1,V,222002,622002,ff,bat12v_voltage, +,776,24,39,1,0,0,,222003,622003,ff,CP_frequency, +,776,24,31,1,40,0,°C,222004,622004,1ff,OBC_Inner_enviormentTemp, +,776,24,39,1,0,0,V,22300E,62300E,ff,DCDC_InputVoltage, +,776,24,31,1,0,0,,22300F,62300F,ff,DCDC_State,0:SYS_STAT_INIT;1:SYS_STAT_STANDBY;2:SYS_STAT_Prestart;3:SYS_STAT_RUN;4:SYS_STAT_PROTECT +,776,24,31,1,0,0,,223010,623010,ff,DCDC_ONOFFRequest,0:OFF;1:ON;2:Moving +,776,24,31,.1,0,1,V,223011,623011,ff,DCDCVoltageRegulation, +,776,24,31,.1,0,1,V,223012,623012,ff,DCDC_LowVoltage, +,776,24,31,1,0,0,A,223013,623013,ff,DCDC_CurrentOutput, +,776,24,31,1,0,0,,223014,623014,ff,Combo_DCExtendedConnectStatus parameter,0:AC_SINGLE_PHASE_CORE;1:AC_THREE_PHASE_CORE;2:DC_CORE;3:DC_EXTENDED;4:DC_COMBO_CORE;5:DC_DUAL;6:AC_CORE1P_DC_EXTENDED;7:AC_SINGLE_DC_CORE;8:AC_SINGLE_PHASE_THREE_PHASE_CORE_DC_EXTENDED;9:AC_CORE3P_DC_EXTENDED +,776,24,31,1,0,0,A,223015,623015,ff,DCDC_MaxCurrentAvailable, +,776,24,31,1,0,0,,223016,623016,ff,Combo_EVchargeHLCRequest CAN consolidated,0:MsgTrig_None;1:MsgTrig_SLAC;2:MsgTrig_SECCDiscoveryProtocol;3:MsgTrig_TransportLayer;4:MsgTrig_SupportedAppProtocol;5:MsgTrig_SessionSetup;6:MsgTrig_ServiceDiscovery;7:MsgTrig_ReadContrCertChain;8:MsgTrig_ServiceDetail;9:MsgTrig_PaymentServiceSelection;10:MsgTrig_ReadRootCerts;11:MsgTrig_ReadProvCert;12:MsgTrig_CertificateInstallation;13:MsgTrig_CertificateUpdate;14:MsgTrig_PaymentDetails;15:MsgTrig_Authorization;16:MsgTrig_ChargeParameterDiscovery;17:MsgTrig_PowerDelivery;18:MsgTrig_MeteringReceipt;19:MsgTrig_CableCheck;20:MsgTrig_PreCharge;21:MsgTrig_CurrentDemand;22:MsgTrig_WeldingDetection;23:MsgTrig_SessionStop;24:MsgTrig_StopCommunicationSession +,776,24,31,1,40,0,°C,223017,623017,1ff,DCDCMainTransformerTemperature, +,776,24,31,1,40,0,°C,223018,623018,1ff,DCDC_MCU temperature, +,776,24,31,1,40,0,°C,223019,623019,1ff,DCDC_primaryMOSTemperature, +,776,24,31,1,0,0,,22301A,62301A,ff,DCDC_failureClass,0:ClassA;1:ClassB;2:ClassC;3:ClassD +,776,24,31,.1,0,1,A,223022,623022,ff,DCDCPrimaryMOS_Current, +,776,24,31,1,0,0,,223023,623023,ff,Combo_EVSEchargeHLCState,0:None;1:SLAC_OK;2:SLAC_Failed;3:SECCDiscoveryProtocol_OK;4:SECCDiscoveryProtocol_Failed;5:TransportLayer_OK;6:TransportLayer_Failed;7:SupportedAppProtocol_OK;8:SupportedAppProtocol_Failed;9:SessionSetup_OK;10:SessionSetup_Failed;11:ServiceDiscovery_OK;12:ServiceDiscovery_Failed;13:ReadContrCertChain_OK;14:ReadContrCertChain_Failed;15:ServiceDetail_OK;16:ServiceDetail_Failed;17:PaymentServiceSelection_OK;18:PaymentServiceSelection_Failed;19:ReadRootCerts_OK;20:ReadRootCerts_Failed;21:ReadProvCert_OK;22:ReadProvCert_Failed;23:CertificateInstallation_OK;24:CertificateInstallation_Failed;25:CertificateUpdate_OK;26:CertificateUpdate_Failed;27:PaymentDetails_OK;28:PaymentDetails_Failed;29:Authorization_OK;30:Authorization_Failed;31:ChargeParameterDiscovery_OK;32:ChargeParameterDiscovery_Failed;33:PowerDelivery_OK;34:PowerDelivery_Failed;35:MeteringReceipt_OK;36:MeteringReceipt_Failed;37:CableCheck_OK;38:CableCheck_Failed;39:PreCharge_OK;40:PreCharge_Failed;41:CurrentDemand_OK;42:CurrentDemand_Failed;43:WeldingDetection_OK;44:WeldingDetection_Failed;45:SessionStop_OK;46:SessionStop_Failed;47:StopCommunicationSession_OK;48:StopCommunicationSession_Failed +,776,24,31,1,0,0,,22303B,62303B,ff,Charger_failureClass,0:ClassA;1:ClassB;2:ClassC;3:ClassD +,776,24,31,1,0,0,,224001,624001,ff,DC_ChargerType,0:DC absent;1:DC Chademo;2:DC Comb +,776,24,31,1,0,0,A,224002,624002,ff,ComboEVMaximumCurrentLimit, +,776,24,39,1,0,0,V,224003,624003,ff,ComboEVMaximumVoltageLimit, +,776,24,31,1,0,0,A,224004,624004,ff,ComboEVSEMaximumCurrentLimit, +,776,24,31,1,0,0,kW,224005,624005,ff,ComboEVSEMaximumPowerLimit, +,776,24,39,1,0,0,V,224006,624006,ff,ComboEVSEMaximumVoltageLimit, +,776,24,31,1,0,0,A,224007,624007,ff,ComboEVSEMinimumCurrentLimit, +,776,24,39,.1,0,1,A,224008,624008,ff,ComboEVTargetCurrent, +,776,24,39,1,0,0,V,224009,624009,ff,ComboEVTargetVoltage, +,776,24,31,1,0,0,,224010,624010,ff,CPLC_ChargeProgress,0:None;1:Initialized;2:SLAC;3:WaitForIP;4:SECCDiscoveryProtocol;5:TLConnection;6:SupportedAppProtocol;7:SessionSetup;8:ServiceDiscovery;9:ServiceDetail;10:PaymentServiceSelection;11:CertificateInstallation;12:CertificateUpdate;13:PaymentDetails;14:Authorization;15:ChargeParameterDiscovery;16:PowerDelivery;17:MeteringReceipt;18:CableCheck;19:PreCharge;20:CurrentDemand;21:WeldingDetection;22:SessionStop;23:StopCommunicationSession;24:Finished;25:Error_WaitingForRetry;26:Error_Stopped +,776,24,31,1,0,0,,224011,624011,ff,CPLC_CommunicationStatus,0:No HLC communication is established;1:HLC communication is initializing;2:HLC communication is ready to charge;3:HLC communication is stopped;4:HLC communication error;5:Not used;6:Not used2;7:Unavailable +,776,24,31,1,0,0,,224012,624012,ff,CPLC_FaultType,0:No Fault;1:Contract NOK;2:Energy Transfer mode type not supported;3:PLC comm failure HLCcommstatus;4:EVSE comm Failure;5:EVSE Not Ready;6:EVSE Shutdown;7:EVSE Utility Interrupt Event;8:EVSE Isolation Monitoring Active;9:EVSE Emergency Shutdown;10:EVSE Malfunction Protocol with EVSE (Station charging);11:EVSE_Renegociate;12:Not used1;13:Not used2;14:Not used3;15:Not used4 +,776,24,31,1,0,0,,224013,624013,ff,S2 relay command,0:open;1:close +,776,24,31,1,0,0,,224014,624014,ff,S2 Relay state,0:open;1:close +,776,24,39,1,0,0,,224015,624015,ff,NumDCchargRelayOpening, +,776,24,39,1,0,0,,224016,624016,ff,NumDCchargRelayOpenWithCurr, +,776,24,31,1,0,0,,225005,625005,ff,JB2_CAN_activity,0:no activity;1:activity +,776,24,31,1,0,0,,22500D,62500D,ff,MainsVoltagePresence,0:absent;1:present +,776,24,31,1,0,0,,225015,625015,ff,WakeUp_Sleep Request,0:GoToSleep;1:reserved;2:reserved1;3:WakeUp +,776,24,31,1,0,0,,225018,625018,ff,MainsPlugUnlockin_CAN_Request,0:No unlock request;1:Unlock request +,776,24,31,1,0,0,,22501A,62501A,ff,BCM_WakeUp_byWire,0:No wake-up;1:wake-up +,776,24,31,1,0,0,,22501C,62501C,ff,S2RelayControl,0:Open;1:Close +,776,24,31,1,0,0,,22501D,62501D,ff,ChargeState_Request,0:No chagre;1:slow chagre;2:quick chagre;3:unavailable value;4:DIAG;5:power off +,776,24,31,1,0,0,,225021,625021,ff,CoolingTemperatureState,0:OK;1:Derating;2:NOK +,776,24,39,1,0,0,V,225024,625024,ff,PLCinputVoltage, +,776,24,31,1,0,0,,225025,625025,ff,EVSEStatusCode,4:EVSE_ISOLATION_MONITORE_ACTIVE;0:EVSE_NOT_READY;1:EVSE_READY;2:EVSE_SHUTDOWN;3:EVSE_UTILITY_INTERRUPT_EVENT;5:EVSE_EMERGENCY_SHUTDOWN;6:RESERVED1;7:RESERVED2;8:RESERVED3;9:RESERVED4;10:RESERVED5 +,776,24,39,.1,0,1,%,225026,625026,ff,CP_DutyCycle_raw, +,776,24,39,.1,0,1,V,225027,625027,1ff,CP_Voltage_raw, +,776,24,39,.01,0,2,A,225029,625029,ff,AC_input_current, +,776,24,39,.1,0,1,V,22502C,62502C,ff,AC_input_voltage, +,776,24,31,1,0,0,,225030,625030,ff,EVSE_ResCode,20:F_EVSEPRESENT_VOLTAGE_TO_LOW;21:F_METERING_SIGNATURE_NO_VALID;19:FAIL_CHARGING_PROFILE_INVALID;12:FAIL_NO_CERTIFICATE_AVAILABLE;9:FAIL_PAYMENT_SELECTION_INVALID;17:FAIL_POWER_DELIVERY_NO_APPLIE;8:FAIL_SERVICE_SELECTION_INVALID;18:FAIL_TARIFF_SELECTION_INVALID;16:FAIL_WRONG_CHARGE_PARAMETER;4:FAILED;13:FAILED_CERT_CHAIN_ERROR;10:FAILED_CERTIFICATE_EXPIRED;14:FAILED_CHALLENGE_INVALID;15:FAILED_CONTRACT_CANCELED;5:FAILED_SEQUENCE_ERROR;6:FAILED_SERVICE_IDINVALID;11:FAILED_SIGNATURE_ERROR;7:FAILED_UNKNOWN_SESSION;0:OK;3:OK_CERTIFICATE_EXPIRES_SOON;1:OK_NEW_SESSION_ESTABLISHED;2:OK_OLD_SESSION_JOINED;22:F_WRONG_ENERGY_TRANSFER_TYPE +,776,24,39,.25,2000,1,A,225031,625031,ff,HVBatInstantCurrent, +,776,24,39,.1,0,1,A,225032,625032,ff,EVTargetCurrentRequest, +,776,24,31,1,0,0,,225033,625033,ff,WeldingDetectionRequest,0:Not Used;1:No request;2:Request;3:Unavailable Value +,776,24,31,1,0,0,,225034,625034,ff,SPICommunicationState,0:No error;1:Communication timeout +,776,24,31,1,0,0,,225035,625035,ff,StateMachineError,7:AuthorizationOngoingTimer;8:ChargeParasDiscoveryOngoingTim;3:CommunicationSetupTimer;5:FinePositioningOngoingTimer;10:CableCheckOngoingTimer;9:InitialAlignmentCheckOngoTim;12:Init_ContractSelectionFailed;1:IPAddressWaitTimer;0:NoError;6:PairingOngoingTimer;18:PaySerSelec_ServMismatch;11:PreChargeOngoingTimer;4:ReadyToChargeTimer;13:SDP_NoSharedSecurityOption;2:SequencePerformanceTimer;17:SerDetl_NoCont_NoInstSerAvail;16:SerDisc_NoCont_NoCertiSerAvai;14:ServiceDisc_InvaEnergyTransMd;15:ServiceDisc_NoSharedPayOpt;19:InvalidControlPilotState;20:StackError +,776,24,31,1,0,0,,225036,625036,ff,StackError,6:Error_Exi;9:Error_Crypto;10:Error_InvalidKeyPair;11:Error_InvalidRxMessage;3:Error_InvalidTxParameter;5:Error_IpBase;12:Error_InvalidRxParameter;13:Error_NegativeResponseCode;14:Error_NvM;1:Error_SLAC;4:Error_Timeout;2:Error_TransportLayer;7:Error_XmlSecurity;8:Error_XmlSecurityMissReference;0:NoError;15:Error_PBufToSmall +,776,24,31,1,0,0,,225037,625037,ff,SCC_TxStateMachineStatus,14:MStatus_Authorization;11:MStatus_CertificateInstall;12:MStatus_CertificateUpdate;15:MStatus_ChargeParaDiscovery;18:MStatus_CableCheck;20:MStatus_CurrentDemand;25:MStatus_Error_WaitingForRetry;24:MStatus_Finished;1:MStatus_Initialized;17:MStatus_MeteringReceipt;0:MStatus_Non;13:MStatus_PaymentDetails;10:MStatus_PaymentServiceSelec;16:MStatus_PowerDelivery;19:MStatus_PreCharge;4:MStatus_SECCDiscoveryProtocol;9:MStatus_ServiceDetail;8:MStatus_ServiceDiscovery;7:MStatus_SessionSetup;22:MStatus_SessionStop;2:MStatus_SLAC;23:MStatus_StopCommuniteSession;6:MStatus_SupportedAppProtocol;5:MStatus_TLConnection;3:MStatus_WaitForIP;21:MStatus_WeldingDetection;26:MStatus_Error_Stopped +,776,24,31,1,0,0,,225038,625038,ff,MainsPlugLockingSwitchInformation,0:unused;1:open;2:close;3:moving +,776,24,31,1,0,0,,225039,625039,ff,MainsPlugLocking_Control,1:ELECKLOCK_CMD_OPEN;2:ELECKLOCK_CMD_CLOSE;3:ELECKLOCK_CMD_KEEP +,776,24,31,1,0,0,,225040,625040,ff,MemoryStatus,0:normal;1:disable;2:error +,776,24,39,1,0,0,Ohm,225041,625041,ff,CC_resistanceValue, +,776,24,31,1,0,0,,225042,625042,ff,ChargerFaultType,0:No Fault Type;1:Charger Stopped +,776,24,31,.1,0,1,V,225043,625043,ff,DCDCAuxilaryVoltage, +,776,24,31,1,0,0,,225044,625044,ff,ChargingPlugsStatus,0:No plug connected_0;1:Not used_1;2:Plug present Plug locked_2;3:Not used_3;4:Plug present Plug unlocked_4;5:Not used_5;6:2 Plugs connected_6;7:Unavaliable Value_7 +,776,24,31,1,40,0,°C,225046,625046,1ff,AC_ChargingPort _temperature, +,776,24,31,1,0,0,,225047,625047,ff,K5K6_RelaySt,0:No Fault;1:One relay welded close;2:Two relays welded close;3:Command failure / diag relay state failure +,776,24,39,1,0,0,,225048,625048,ff,NumFWL_AntiFloodingOverflowCounter, +,776,24,31,1,0,0,,22504A,62504A,ff,SafetyModeflagValue,0:Not used;1:No Safety Mode;2:Safety Mode 1 Requested;3:Unavailable Value +,776,24,31,1,0,0,,22504B,62504B,ff,7705 DownloadFlag,0:Download not complete;1:Download Complete +,776,24,31,1,0,0,,22504C,62504C,ff,SCC_MsgStatus,0:None;1:SLAC_OK;2:SLAC_Failed;3:SECCDiscoveryProtocol_OK;4:SECCDiscoveryProtocol_Failed;5:TransportLayer_OK;6:TransportLayer_Failed;7:SupportedAppProtocol_OK;8:SupportedAppProtocol_Failed;9:SessionSetup_OK;10:SessionSetup_Failed;11:ServiceDiscovery_OK;12:ServiceDiscovery_Failed;13:ReadContrCertChain_OK;14:ReadContrCertChain_Failed;15:ServiceDetail_OK;16:ServiceDetail_Failed;17:PaymentServiceSelection_OK;18:PaymentServiceSelection_Fail;19:ReadRootCerts_OK;20:ReadRootCerts_Failed;21:ReadProvCert_OK;22:ReadProvCert_Failed;23:CertificateInstallation_OK;24:CertificateInstallation_Fail;25:CertificateUpdate_OK;26:CertificateUpdate_Failed;27:PaymentDetails_OK;28:PaymentDetails_Failed;29:Authorization_OK;30:Authorization_Failed;31:ChargeParameterDiscovery_OK;32:ChargeParameterDiscovery_Failed;33:PowerDelivery_OK;34:PowerDelivery_Failed;35:MeteringReceipt_OK;36:MeteringReceipt_Failed;37:CableCheck_OK;38:CableCheck_Failed;39:PreCharge_OK;40:PreCharge_Failed;41:CurrentDemand_OK;42:CurrentDemand_Failed;43:WeldingDetection_OK;44:WeldingDetection_Failed;45:SessionStop_OK;46:SessionStop_Failed;47:StopCommunicationSession_OK;48:StopCommunicationSession_Failed +,776,24,39,.01,0,2,A,22504D,62504D,ff,OBC_outputCurrent, +,776,24,39,1,0,0,V,22504E,62504E,ff,OBC_outputVoltage, +,776,24,31,1,40,0,,225050,625050,ff,DC-ChargingPortTemEstimation, +,776,24,31,1,40,0,°C,225051,625051,1ff,CPU_temperature, +,776,24,31,1,40,0,°C,225052,625052,1ff,LLC_temp, +,776,24,31,1,40,0,°C,225053,625053,1ff,PFC_temp, +,776,24,39,1,0,0,,22505A,62505A,ff,NumFWL_InvalidIDCounter, +,776,24,31,1,0,0,,22505B,62505B,ff,PlugTempPowerLimitationLogic,0:Not used;1:Absolute Temperature;2:Temperature increase speed +,776,24,39,1,0,0,,22505C,62505C,ff,NumFWL_InvalidDLCCounter, +,776,24,39,1,0,0,,22505D,62505D,ff,NumMPUErrorCounter, +,776,24,39,.1,0,1,V,22505E,62505E,ff,Bulk_voltage, +,776,24,31,1,0,0,,22506A,62506A,ff,K5K6CloseStates,0:open;1:close +,776,24,31,1,0,0,,22506B,62506B,ff,FCRelayFailFlag,0:No Fault;1:FCRelay CMD Error +,776,24,31,.1,0,1,V,22506C,62506C,ff,PVCC_votage, +,776,24,31,1,40,0,,22506D,62506D,ff,DC+ChargingPortTemperature, +,776,24,55,1,0,0,,225070,625070,2ff,OBCAppSwVersion, +,776,24,55,1,0,0,,225071,625071,2ff,OBCBootSwVersion, +,776,24,55,1,0,0,,225072,625072,2ff,DCChargingAppSwVersion, +,776,24,55,1,0,0,,225073,625073,2ff,DCChargingBootSwVersion, +,776,24,151,1,0,0,,22F010,62F010,4ff,programmingOperationFingerPrint, +,776,24,103,1,0,0,,22F011,62F011,2ff,secutityaccessFingerPrint, +,776,24,103,1,0,0,,22F012,62F012,2ff,Operationnal Reference, +,776,24,103,1,0,0,,22F013,62F013,2ff,SecondaryOperationnalRef, +,776,24,111,1,0,0,,22F180,62F180,2ff,BootVersion, +,776,24,103,1,0,0,,22F182,62F182,4ff,CalibrationNumber, +,776,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,776,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,776,24,71,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,776,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,776,24,103,1,0,0,,22F18E,62F18E,2ff,VehicleManufacturerKitAssemblyPartNumber, +,776,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,776,24,55,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,776,24,55,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,776,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,776,24,103,1,0,0,,22F1A1,62F1A1,2ff,VehicleManufacturerSparePartNumber_N, +,776,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,776,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/DCDC_Tests.csv b/app/src/main/assets/Spring/DCDC_Tests.csv new file mode 100644 index 00000000..26f3347c --- /dev/null +++ b/app/src/main/assets/Spring/DCDC_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adj. failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety uC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or sys. operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/EMM_Dtcs.csv b/app/src/main/assets/Spring/EMM_Dtcs.csv new file mode 100644 index 00000000..dd1d694c --- /dev/null +++ b/app/src/main/assets/Spring/EMM_Dtcs.csv @@ -0,0 +1,45 @@ +9200,LEVELING_PWR_SSR +9201,LEVELING_FT_SSR +9202,LEVELING_RR_SSR +9203,LIN_AMBIANT +9207,LVL_ANALOG_CMD +9210,LEVELING_MAN_SWITCH +9212,DF016 LEFT LOW BEAM CIRCUIT +9213,DF017 RIGHT LOW BEAM CIRCUIT +9214,DF127 SIDE LIGHTS +9218,DF018 LEFT HIGH BEAM CIRCUIT +9219,DF019 RIGHT HIGH BEAM CIRCUIT +9221,DF115 RAIN/BRIGHT SENSOR CIRCUIT +9227,DF010 COMMUNICATION CIRCUIT CAN +9231,DF073 DAYTIME RUNNING LIGHT CIRCUIT, RIGHT +9236,DF116 RAIN/BRIGHT SENSOR +9238,WIPER_MOTOR +9241,DF074 DAYTIME RUNNING LIGHT CIRCUIT, LEFT +9256,LIGHT_FRONT_RIGHT_FOG +9257,DF126 SIDE LIGHTS +9270,DF114 COMBINATION SWITCH UNDER STEERING WHEEL CIRCUIT, +9271,DF119 REAR FOG LAMP CIRCUIT +9274,DF113 BACKLIGHT AND NUMBER PLATE LIGHT +9275,LOAD_SPARE_4 +9281,DF151 SUPPLY +9282,DF139 BATTERY VOLTAGE 12 V +9283,DF132 BATTERY VOLTAGE 12 V +9284,DF142 BATTERY VOLTAGE 12 V +9286,LEFT_LED_LOW_BEAM +9287,RIGHT_LED_LOW_BEAM +920E,DF006 CONTROL UNIT +921A,LIGHT_FRONT_LEFT_FOG +921D,DF047 WINDSCREEN WIPER PROTECTION +92A0,LCM01 +92A1,LCM02 +92A2,LCM03 +92A3,LCM04 +92A4,LCM05 +92A5,LCM06 +92A6,LCM07 +92A7,LCM08 +92A8,LCM09 +92A9,LCM10 +92B0,LCM11 +92B1,LCM12 +92DB,LEVELING_INIT_FAILED diff --git a/app/src/main/assets/Spring/EMM_Fields.csv b/app/src/main/assets/Spring/EMM_Fields.csv new file mode 100644 index 00000000..7af6d8e0 --- /dev/null +++ b/app/src/main/assets/Spring/EMM_Fields.csv @@ -0,0 +1,1993 @@ +,76d,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.DefaultSession, +,76d,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.ProgrammingSession, +,76d,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnosticSession, +,76d,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,76d,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,76d,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier, +,76d,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,76d,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,76d,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceIdentifier,37492:BACK_LIT_REAR_PLATE;37505:BATT1_VOLTAGE_SENSE;37506:BATT2_VOLTAGE_SENSE;37507:BATT3_VOLTAGE_SENSE;37508:BATT4_VOLTAGE_SENSE;37415:CAN1;37488:COMBI_SWITCH;37390:ECU_EMM;37400:HIGH_BEAM_LEFT;37401:HIGH_BEAM_RIGHT;37536:LCM01;37537:LCM02;37538:LCM03;37539:LCM04;37540:LCM05;37541:LCM06;37542:LCM07;37543:LCM08;37544:LCM09;37545:LCM10;37552:LCM11;37553:LCM12;37441:LEFT_DTRL;37510:LEFT_LED_LOW_BEAM;37394:LEFT_LOW_BEAM;37377:LEVELLING_FT_SSR;37595:LEVELLING_INIT_FAILED;37392:LEVELLING_MAN_SWITCH;37376:LEVELLING_PWR_SSR;37378:LEVELLING_RR_SSR;37402:LIGHT_FRONT_LEFT_FOG;37462:LIGHT_FRONT_RIGHT_FOG;37379:LIN_AMBIANT;37409:LIN_RLS;37493:LOAD_SPARE_4;37383:LVL_ANALOG_CMD;37396:POSTION_LIGHT_LH;37463:POSTION_LIGHT_RIGHT;37405:PWR_WIPER;37430:RAIN_LIGHT_SENSOR;37489:REAR_FOG_LAMP;37425:RIGHT_DTRL;37511:RIGHT_LED_LOW_BEAM;37395:RIGHT_LOW_BEAM;37432:WIPER_MOTOR +,76d,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,68:data memory failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;97:signal calculation failure;103:signal incorrect after event;81:not programmed;113:actuator stuck;114:actuator stuck open;69:program memory failure;85:not configured;84:missing calibration;82:not activated;75:over temperature;74:incorrect component installed;73:internal electronic failure;72:supervision software failure;71:watchdog / safety µC failure;70:calibration / parameter memory failure;115:actuator stuck closed;135:missing message;83:deactivated;67:special memory failure;152:component or system over temperature;151:Component or system operation obstructed or blocked;150:component internal failure;149:incorrect assembly;148:unexpected operation;147:no operation;146:performance or incorrect operation;145:parametric;143:erratic;136:bus off;133:signal above allowable range;134:signal invalid;116:actuator slipping;132:signal below allowable range;131:value of signal protection calculation incorrect;130:alive / sequence counter incorrect / not updated;129:invalid serial data received;123:low fluid level;122:fluid leak or seal failure;121:mechanical linkage failure;120:alignment or adjustment incorrect;119:commanded position not reachable;118:wrong mounting position;117:emergency position not reachable;102:signal has too many transitions / events;15:Vehicle manufacturer / System supplier specific;27:circuit resistance above threshold;26:circuit resistance below threshold;25:circuit current above threshold;24:circuit current below threshold;23:circuit voltage above threshold;22:circuit voltage below threshold;21:circuit short to battery or open;20:circuit short to ground or open;19:circuit open;28:circuit voltage out of range;17:circuit short to ground;9:Component Failures;8:Bus Signal / Message Failures;6:Algorithm Based Failures;5:System Programming Failures;4:System Internal Failures;3:FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures;2:General signal failure;1:General Electrical Failure;0:Device and failure type ODB codding/ General Failure Information;66:general memory failure;104:event information;18:circuit short to battery;53:signal high time > maximum;65:general checksum failure;58:incorrect has too many pulses;7:Mechanical Failures;29:circuit current out of range;57:incorrect has too few pulses;56:signal frequency incorrect;54:signal frequency too low;52:signal high time < minimum;51:signal low time > maximum;50:signal low time < minimum;49:no signal;37:signal shape / waveform failure;33:signal amplitude < minimum;55:signal frequency too high;47:signal erratic;31:circuit intermittent;35:signal stuck low;36:signal stuck high;34:signal amplitude > maximum;30:circuit resistance out of range;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjustment failure;41:signal signal invalid +,76d,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier, +,76d,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,76d,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,76d,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,76d,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,76d,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,76d,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,76d,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,76d,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,76d,0,0,1,0,0,,1903,5903,ff,ReadDTCInformation.ReportDTCSnapshotIdentification, +,76d,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,76d,40,40,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,76d,41,41,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,76d,42,42,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,76d,43,43,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,76d,44,44,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,76d,45,45,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,76d,46,46,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,76d,47,47,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailed,0:No;1:Yes +,76d,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,76d,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,37492:BACK_LIT_REAR_PLATE;37505:BATT1_VOLTAGE_SENSE;37506:BATT2_VOLTAGE_SENSE;37507:BATT3_VOLTAGE_SENSE;37508:BATT4_VOLTAGE_SENSE;37415:CAN1;37488:COMBI_SWITCH;37390:ECU_EMM;37400:HIGH_BEAM_LEFT;37401:HIGH_BEAM_RIGHT;37536:LCM01;37537:LCM02;37538:LCM03;37539:LCM04;37540:LCM05;37541:LCM06;37542:LCM07;37543:LCM08;37544:LCM09;37545:LCM10;37552:LCM11;37553:LCM12;37441:LEFT_DTRL;37510:LEFT_LED_LOW_BEAM;37394:LEFT_LOW_BEAM;37377:LEVELLING_FT_SSR;37595:LEVELLING_INIT_FAILED;37392:LEVELLING_MAN_SWITCH;37376:LEVELLING_PWR_SSR;37378:LEVELLING_RR_SSR;37402:LIGHT_FRONT_LEFT_FOG;37462:LIGHT_FRONT_RIGHT_FOG;37379:LIN_AMBIANT;37409:LIN_RLS;37493:LOAD_SPARE_4;37383:LVL_ANALOG_CMD;37396:POSTION_LIGHT_LH;37463:POSTION_LIGHT_RIGHT;37405:PWR_WIPER;37430:RAIN_LIGHT_SENSOR;37489:REAR_FOG_LAMP;37425:RIGHT_DTRL;37511:RIGHT_LED_LOW_BEAM;37395:RIGHT_LOW_BEAM;37432:WIPER_MOTOR +,76d,40,47,1,0,0,,190A,590A,ff,DTCFailureType,68:data memory failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;97:signal calculation failure;103:signal incorrect after event;81:not programmed;113:actuator stuck;114:actuator stuck open;69:program memory failure;85:not configured;84:missing calibration;82:not activated;75:over temperature;74:incorrect component installed;73:internal electronic failure;72:supervision software failure;71:watchdog / safety µC failure;70:calibration / parameter memory failure;115:actuator stuck closed;135:missing message;83:deactivated;67:special memory failure;152:component or system over temperature;151:Component or system operation obstructed or blocked;150:component internal failure;149:incorrect assembly;148:unexpected operation;147:no operation;146:performance or incorrect operation;145:parametric;143:erratic;136:bus off;133:signal above allowable range;134:signal invalid;116:actuator slipping;132:signal below allowable range;131:value of signal protection calculation incorrect;130:alive / sequence counter incorrect / not updated;129:invalid serial data received;123:low fluid level;122:fluid leak or seal failure;121:mechanical linkage failure;120:alignment or adjustment incorrect;119:commanded position not reachable;118:wrong mounting position;117:emergency position not reachable;102:signal has too many transitions / events;15:Vehicle manufacturer / System supplier specific;27:circuit resistance above threshold;26:circuit resistance below threshold;25:circuit current above threshold;24:circuit current below threshold;23:circuit voltage above threshold;22:circuit voltage below threshold;21:circuit short to battery or open;20:circuit short to ground or open;19:circuit open;28:circuit voltage out of range;17:circuit short to ground;9:Component Failures;8:Bus Signal / Message Failures;6:Algorithm Based Failures;5:System Programming Failures;4:System Internal Failures;3:FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures;2:General signal failure;1:General Electrical Failure;0:Device and failure type ODB codding/ General Failure Information;66:general memory failure;104:event information;18:circuit short to battery;53:signal high time > maximum;65:general checksum failure;58:incorrect has too many pulses;7:Mechanical Failures;29:circuit current out of range;57:incorrect has too few pulses;56:signal frequency incorrect;54:signal frequency too low;52:signal high time < minimum;51:signal low time > maximum;50:signal low time < minimum;49:no signal;37:signal shape / waveform failure;33:signal amplitude < minimum;55:signal frequency too high;47:signal erratic;31:circuit intermittent;35:signal stuck low;36:signal stuck high;34:signal amplitude > maximum;30:circuit resistance out of range;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjustment failure;41:signal signal invalid +,76d,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,76d,49,49,1,0,0,,190A,590A,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,76d,50,50,1,0,0,,190A,590A,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,76d,51,51,1,0,0,,190A,590A,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,76d,52,52,1,0,0,,190A,590A,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,76d,53,53,1,0,0,,190A,590A,ff,DTCStatus.pendingDTC,0:No;1:Yes +,76d,54,54,1,0,0,,190A,590A,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,76d,55,55,1,0,0,,190A,590A,ff,DTCStatus.testFailed,0:No;1:Yes +,76d,24,24,1,0,0,,220300,620300,ff,Nbx_AutoFolding_CF,0:false;1:true +,76d,24,31,.1,0,1,sec,220301,620301,ff,Nsx_AutoFoldingDelay_CF, +,76d,24,31,.1,0,1,sec,220302,620302,ff,Nsx_AutoUnfoldingDelay_CF, +,76d,24,39,.1,0,1,°,220303,620303,ff,Cxx_A1_angle_CF, +,76d,24,39,.1,0,1,°,220304,620304,ff,Cxx_A2_angle_CF, +,76d,24,31,1,0,0,,220305,620305,ff,Cxx_CorneringSpeed_CF, +,76d,24,39,1,0,0,sec,220306,620306,ff,Cxx_dimming_time_CF, +,76d,24,39,.1,0,1,%,220307,620307,ff,Cxx_MAX_power_PWM_ratio_CF, +,76d,24,39,.1,0,1,%,220308,620308,ff,Cxx_min_power_PWM_ratio_CF, +,76d,24,39,.01,0,2,Volt,220309,620309,ff,Cxx_U_FOGLeftOffset_CF, +,76d,24,39,.01,0,2,Volt,22030A,62030A,ff,Cxx_U_FOGRightOffset_CF, +,76d,24,24,1,0,0,,22030B,62030B,ff,Nbx_Cornering_CF,0:false;1:true +,76d,24,24,1,0,0,,22030C,62030C,ff,Nbx_E_B_FogWithoutPWM_CF,0:false;1:true +,76d,24,39,.01,0,2,Volt,22030D,62030D,ff,Cxx_U_DRLLeftOffset_CF, +,76d,24,39,.01,0,2,Volt,22030E,62030E,ff,Cxx_U_DRLRightOffset_CF, +,76d,24,39,.01,0,2,Volt,22030F,62030F,ff,Cxx_U_HighBeamleftOffset_CF, +,76d,24,39,.01,0,2,Volt,220310,620310,ff,Cxx_U_HighBeamRightOffset_CF, +,76d,24,39,.01,0,2,Volt,220311,620311,ff,Cxx_U_LowBeamleftOffset_CF, +,76d,24,39,.01,0,2,Volt,220312,620312,ff,Cxx_U_LowBeamRightOffset_CF, +,76d,24,39,.01,0,2,Volt,220313,620313,ff,Cxx_U_RearFOGOffset_CF, +,76d,24,39,.01,0,2,Volt,220314,620314,ff,Cxx_U_TAIL_1_Offset_CF, +,76d,24,39,.01,0,2,Volt,220315,620315,ff,Cxx_U_TAIL_2_Offset_CF, +,76d,24,39,.01,0,2,Volt,220316,620316,ff,Cxx_U_TAIL_3_Offset_CF, +,76d,24,31,1,0,0,,220317,620317,ff,Nbx_Auto_Light_CF,0:ALS_DEACTIVATED;1:ALS_WITH_RLS;2:ALS_WITH_ANALOG_SENSOR +,76d,24,39,.1,0,1,%,220318,620318,ff,Nbx_basic_PWM_adapt_DRL_Tail_CF, +,76d,24,39,.1,0,1,%,220319,620319,ff,Nbx_basic_PWM_adapt_TAIL_1_CF, +,76d,24,39,.1,0,1,%,22031A,62031A,ff,Nbx_basic_PWM_adapt_TAIL_2_CF, +,76d,24,39,.1,0,1,%,22031B,62031B,ff,Nbx_basic_PWM_adapt_TAIL_3_CF, +,76d,24,39,.1,0,1,%,22031C,62031C,ff,Nbx_basic_PWM_adaptation_DRL_CF, +,76d,24,24,1,0,0,,22031D,62031D,ff,Nbx_CANADIAN_CF,0:false;1:true +,76d,24,24,1,0,0,,22031E,62031E,ff,Nbx_DRL_ACTIVE_CF,0:false;1:true +,76d,24,24,1,0,0,,22031F,62031F,ff,Nbx_DRL_closedto_ID_CF,0:false;1:true +,76d,24,24,1,0,0,,220320,620320,ff,Nbx_DRL_with_LED_CF,0:false;1:true +,76d,24,24,1,0,0,,220321,620321,ff,Nbx_DUAL_BULBS_CF,0:false;1:true +,76d,24,24,1,0,0,,220322,620322,ff,Nbx_E_B_DRL_Without_PWM_CF,0:false;1:true +,76d,24,24,1,0,0,,220323,620323,ff,Nbx_E_B_RearFogWithoutPWM_CF,0:false;1:true +,76d,24,24,1,0,0,,220324,620324,ff,Nbx_E_B_TAIL1WithoutPWM_CF,0:false;1:true +,76d,24,24,1,0,0,,220325,620325,ff,Nbx_E_B_TAIL2WithoutPWM_CF,0:false;1:true +,76d,24,24,1,0,0,,220326,620326,ff,Nbx_E_B_TAIL3WithoutPWM_CF,0:false;1:true +,76d,24,24,1,0,0,,220327,620327,ff,Nbx_FOLLOW_ME_HOME_CF,0:false;1:true +,76d,24,24,1,0,0,,220328,620328,ff,Nbx_FR_FOG_LAMP_CF,0:false;1:true +,76d,24,24,1,0,0,,220329,620329,ff,Nbx_Fr_fog_US_CF,0:false;1:true +,76d,24,24,1,0,0,,22032A,62032A,ff,Nbx_Headlamp_Bi_function_CF,0:false;1:true +,76d,24,24,1,0,0,,22032B,62032B,ff,Nbx_LED_Lowbeam_CF,0:false;1:true +,76d,24,24,1,0,0,,22032C,62032C,ff,Nbx_LowBeamwithoutPWM_CF,0:false;1:true +,76d,24,24,1,0,0,,22032D,62032D,ff,Nbx_REAR_FOG_LAMP_CF,0:false;1:true +,76d,24,24,1,0,0,,22032E,62032E,ff,Nbx_Remote_lighting_CF,0:false;1:true +,76d,24,24,1,0,0,,22032F,62032F,ff,Nbx_SCANDINAV_RUNNIG_LIGHTS_CF,0:false;1:true +,76d,24,24,1,0,0,,220330,620330,ff,Nbx_SWISS_CF,0:false;1:true +,76d,24,24,1,0,0,,220331,620331,ff,Nbx_TAIL_1_with_LED_CF,0:false;1:true +,76d,24,24,1,0,0,,220332,620332,ff,Nbx_TAIL_2_with_LED_CF,0:false;1:true +,76d,24,24,1,0,0,,220333,620333,ff,Nbx_TAIL_3_with_LED_CF,0:false;1:true +,76d,24,24,1,0,0,,220334,620334,ff,Nbx_Welcome_Goodbye_CF,0:false;1:true +,76d,24,31,1,0,0,sec,220335,620335,ff,Nsx_Position_After_Stop_CF, +,76d,24,31,1,0,0,,220336,620336,ff,Nsx_Singlebulb_DRL_Tail_CF, +,76d,24,39,.01,0,2,sec,220337,620337,ff,Nsx_Wait_GoodBye_CF, +,76d,24,39,1,0,0,sec,220338,620338,ff,Nsx_WGS_TM_CF, +,76d,24,31,1,0,0,,220339,620339,ff,Nsx_AUTO_LIGHT_SENSITIVITY_CF, +,76d,24,31,1,0,0,,22033A,62033A,ff,Nsx_LIGHT_SENSOR_CF, +,76d,24,31,1,0,0,,22033B,62033B,ff,Nsx_VEHICLE_RECOGNITION_CF, +,76d,24,24,1,0,0,,22033C,62033C,ff,Nbx_AUTO_WIPE_CF,0:false;1:true +,76d,24,24,1,0,0,,22033D,62033D,ff,Nbx_FRONT_WIPER_CF,0:false;1:true +,76d,24,31,.05,0,2,sec,22033E,62033E,ff,Nsx_HEADLAMPF_WASHER_TIMING_CF, +,76d,24,39,.01,0,2,Volt,22033F,62033F,ff,C1d_PWM_law_FRFog_X.(0), +,76d,40,55,.01,0,2,Volt,22033F,62033F,ff,C1d_PWM_law_FRFog_X.(1), +,76d,56,71,.01,0,2,Volt,22033F,62033F,ff,C1d_PWM_law_FRFog_X.(2), +,76d,72,87,.01,0,2,Volt,22033F,62033F,ff,C1d_PWM_law_FRFog_X.(3), +,76d,24,39,.1,0,1,%,220340,620340,ff,C1d_PWM_law_FRFog_Y.(0), +,76d,40,55,.1,0,1,%,220340,620340,ff,C1d_PWM_law_FRFog_Y.(1), +,76d,56,71,.1,0,1,%,220340,620340,ff,C1d_PWM_law_FRFog_Y.(2), +,76d,72,87,.1,0,1,%,220340,620340,ff,C1d_PWM_law_FRFog_Y.(3), +,76d,24,24,1,0,0,,220341,620341,ff,EMM_Version_CF,0:false;1:true +,76d,24,39,.1,0,1,%,220342,620342,ff,C1d_PWM_law_DRL_Y.(0), +,76d,40,55,.1,0,1,%,220342,620342,ff,C1d_PWM_law_DRL_Y.(1), +,76d,56,71,.1,0,1,%,220342,620342,ff,C1d_PWM_law_DRL_Y.(2), +,76d,72,87,.1,0,1,%,220342,620342,ff,C1d_PWM_law_DRL_Y.(3), +,76d,24,39,.01,0,2,Volt,220343,620343,ff,C1d_PWM_law_DRL_X.(0), +,76d,40,55,.01,0,2,Volt,220343,620343,ff,C1d_PWM_law_DRL_X.(1), +,76d,56,71,.01,0,2,Volt,220343,620343,ff,C1d_PWM_law_DRL_X.(2), +,76d,72,87,.01,0,2,Volt,220343,620343,ff,C1d_PWM_law_DRL_X.(3), +,76d,24,39,.01,0,2,Volt,220344,620344,ff,C1d_PWM_law_HighBeam_X.(0), +,76d,40,55,.01,0,2,Volt,220344,620344,ff,C1d_PWM_law_HighBeam_X.(1), +,76d,56,71,.01,0,2,Volt,220344,620344,ff,C1d_PWM_law_HighBeam_X.(2), +,76d,72,87,.01,0,2,Volt,220344,620344,ff,C1d_PWM_law_HighBeam_X.(3), +,76d,24,39,.1,0,1,%,220345,620345,ff,C1d_PWM_law_HighBeam_Y.(0), +,76d,40,55,.1,0,1,%,220345,620345,ff,C1d_PWM_law_HighBeam_Y.(1), +,76d,56,71,.1,0,1,%,220345,620345,ff,C1d_PWM_law_HighBeam_Y.(2), +,76d,72,87,.1,0,1,%,220345,620345,ff,C1d_PWM_law_HighBeam_Y.(3), +,76d,24,39,.01,0,2,Volt,220346,620346,ff,C1d_PWM_law_LowBeam_X.(0), +,76d,40,55,.01,0,2,Volt,220346,620346,ff,C1d_PWM_law_LowBeam_X.(1), +,76d,56,71,.01,0,2,Volt,220346,620346,ff,C1d_PWM_law_LowBeam_X.(2), +,76d,72,87,.01,0,2,Volt,220346,620346,ff,C1d_PWM_law_LowBeam_X.(3), +,76d,24,39,.1,0,1,%,220347,620347,ff,C1d_PWM_law_LowBeam_Y.(0), +,76d,40,55,.1,0,1,%,220347,620347,ff,C1d_PWM_law_LowBeam_Y.(1), +,76d,56,71,.1,0,1,%,220347,620347,ff,C1d_PWM_law_LowBeam_Y.(2), +,76d,72,87,.1,0,1,%,220347,620347,ff,C1d_PWM_law_LowBeam_Y.(3), +,76d,24,39,.01,0,2,Volt,220348,620348,ff,C1d_PWM_law_RRFog_X.(0), +,76d,40,55,.01,0,2,Volt,220348,620348,ff,C1d_PWM_law_RRFog_X.(1), +,76d,56,71,.01,0,2,Volt,220348,620348,ff,C1d_PWM_law_RRFog_X.(2), +,76d,72,87,.01,0,2,Volt,220348,620348,ff,C1d_PWM_law_RRFog_X.(3), +,76d,24,39,.1,0,1,%,220349,620349,ff,C1d_PWM_law_RRFog_Y.(0), +,76d,40,55,.1,0,1,%,220349,620349,ff,C1d_PWM_law_RRFog_Y.(1), +,76d,56,71,.1,0,1,%,220349,620349,ff,C1d_PWM_law_RRFog_Y.(2), +,76d,72,87,.1,0,1,%,220349,620349,ff,C1d_PWM_law_RRFog_Y.(3), +,76d,24,39,.01,0,2,Volt,22034A,62034A,ff,C1d_PWM_law_Tail_1_X.(0), +,76d,40,55,.01,0,2,Volt,22034A,62034A,ff,C1d_PWM_law_Tail_1_X.(1), +,76d,56,71,.01,0,2,Volt,22034A,62034A,ff,C1d_PWM_law_Tail_1_X.(2), +,76d,72,87,.01,0,2,Volt,22034A,62034A,ff,C1d_PWM_law_Tail_1_X.(3), +,76d,24,39,.01,0,2,Volt,22034B,62034B,ff,C1d_PWM_law_Tail_2_X.(0), +,76d,40,55,.01,0,2,Volt,22034B,62034B,ff,C1d_PWM_law_Tail_2_X.(1), +,76d,56,71,.01,0,2,Volt,22034B,62034B,ff,C1d_PWM_law_Tail_2_X.(2), +,76d,72,87,.01,0,2,Volt,22034B,62034B,ff,C1d_PWM_law_Tail_2_X.(3), +,76d,24,39,.01,0,2,Volt,22034C,62034C,ff,C1d_PWM_law_Tail_3_X.(0), +,76d,40,55,.01,0,2,Volt,22034C,62034C,ff,C1d_PWM_law_Tail_3_X.(1), +,76d,56,71,.01,0,2,Volt,22034C,62034C,ff,C1d_PWM_law_Tail_3_X.(2), +,76d,72,87,.01,0,2,Volt,22034C,62034C,ff,C1d_PWM_law_Tail_3_X.(3), +,76d,24,39,.1,0,1,%,22034D,62034D,ff,C1d_PWM_law_Tail_1_Y.(0), +,76d,40,55,.1,0,1,%,22034D,62034D,ff,C1d_PWM_law_Tail_1_Y.(1), +,76d,56,71,.1,0,1,%,22034D,62034D,ff,C1d_PWM_law_Tail_1_Y.(2), +,76d,72,87,.1,0,1,%,22034D,62034D,ff,C1d_PWM_law_Tail_1_Y.(3), +,76d,24,39,.1,0,1,%,22034E,62034E,ff,C1d_PWM_law_Tail_2_Y.(0), +,76d,40,55,.1,0,1,%,22034E,62034E,ff,C1d_PWM_law_Tail_2_Y.(1), +,76d,56,71,.1,0,1,%,22034E,62034E,ff,C1d_PWM_law_Tail_2_Y.(2), +,76d,72,87,.1,0,1,%,22034E,62034E,ff,C1d_PWM_law_Tail_2_Y.(3), +,76d,24,39,.1,0,1,%,22034F,62034F,ff,C1d_PWM_law_Tail_3_Y.(0), +,76d,40,55,.1,0,1,%,22034F,62034F,ff,C1d_PWM_law_Tail_3_Y.(1), +,76d,56,71,.1,0,1,%,22034F,62034F,ff,C1d_PWM_law_Tail_3_Y.(2), +,76d,72,87,.1,0,1,%,22034F,62034F,ff,C1d_PWM_law_Tail_3_Y.(3), +,76d,24,24,1,0,0,,220350,620350,ff,Nbx_RES_Feedback_CF,0:false;1:true +,76d,24,31,1,0,0,min,220351,620351,ff,Nsx_BattSave_TimeOut_CF, +,76d,24,31,1,0,0,,220352,620352,ff,Nsx_light_package_activ_CF, +,76d,24,31,1,0,0,,220353,620353,ff,Nsx_rear_tail_with_DRL_CF, +,76d,24,24,1,0,0,,220354,620354,ff,ExternalRelays_CF,0:false;1:true +,76d,24,31,.01,0,2,,220355,620355,ff,Cxx_coef_G_1_cf, +,76d,24,31,.01,0,2,,220356,620356,ff,Cxx_coef_G_2_cf, +,76d,24,31,.01,0,2,,220357,620357,ff,Cxx_coef_G_3_cf, +,76d,24,31,.01,0,2,,220358,620358,ff,Cxx_coef_G_4_cf, +,76d,24,31,.01,0,2,,220359,620359,ff,Cxx_coef_W_1_cf, +,76d,24,31,.01,0,2,,22035A,62035A,ff,Cxx_coef_W_2_cf, +,76d,24,31,.01,0,2,,22035B,62035B,ff,Cxx_coef_W_3_cf, +,76d,24,31,.01,0,2,,22035C,62035C,ff,Cxx_coef_W_4_cf, +,76d,24,39,.1,0,1,%,22035D,62035D,ff,Cxx_DC_G_1_cf, +,76d,24,39,.01,0,2,%,22035E,62035E,ff,Cxx_DC_G_2_cf, +,76d,24,39,.1,0,1,%,22035F,62035F,ff,Cxx_DC_G_3_cf, +,76d,24,39,.1,0,1,%,220360,620360,ff,Cxx_DC_G_4_cf, +,76d,24,39,.1,0,1,%,220361,620361,ff,Cxx_DC_G_initial_cf, +,76d,24,39,.1,0,1,%,220362,620362,ff,Cxx_DC_W_1_cf, +,76d,24,39,.1,0,1,%,220363,620363,ff,Cxx_DC_W_2_cf, +,76d,24,39,.1,0,1,%,220364,620364,ff,Cxx_DC_W_3_cf, +,76d,24,39,.1,0,1,%,220365,620365,ff,Cxx_DC_W_4_cf, +,76d,24,39,.1,0,1,%,220366,620366,ff,Cxx_DC_W_initial_cf, +,76d,24,31,.01,0,2,,220367,620367,ff,Cxx_R_coef_G_1_cf, +,76d,24,31,.01,0,2,,220368,620368,ff,Cxx_R_coef_G_2_cf, +,76d,24,31,.01,0,2,,220369,620369,ff,Cxx_R_coef_G_3_cf, +,76d,24,31,.01,0,2,,22036A,62036A,ff,Cxx_R_coef_G_4_cf, +,76d,24,31,.01,0,2,,22036B,62036B,ff,Cxx_R_coef_W_1_cf, +,76d,24,31,.01,0,2,,22036C,62036C,ff,Cxx_R_coef_W_2_cf, +,76d,24,31,.01,0,2,,22036D,62036D,ff,Cxx_R_coef_W_3_cf, +,76d,24,31,.01,0,2,,22036E,62036E,ff,Cxx_R_coef_W_4_cf, +,76d,24,39,.1,0,1,%,22036F,62036F,ff,Cxx_R_DC_G_1_cf, +,76d,24,39,.1,0,1,%,220370,620370,ff,Cxx_R_DC_G_2_cf, +,76d,24,39,.1,0,1,%,220371,620371,ff,Cxx_R_DC_G_3_cf, +,76d,24,39,.1,0,1,%,220372,620372,ff,Cxx_R_DC_G_4_cf, +,76d,24,39,.1,0,1,%,220373,620373,ff,Cxx_R_DC_G_initial_cf, +,76d,24,39,.1,0,1,,220374,620374,ff,Cxx_R_DC_W_1_cf, +,76d,24,39,.1,0,1,%,220375,620375,ff,Cxx_R_DC_W_2_cf, +,76d,24,39,.1,0,1,%,220376,620376,ff,Cxx_R_DC_W_3_cf, +,76d,24,39,.1,0,1,%,220377,620377,ff,Cxx_R_DC_W_4_cf, +,76d,24,39,.1,0,1,%,220378,620378,ff,Cxx_R_DC_W_initial_cf, +,76d,24,31,1,0,0,10ms,220379,620379,ff,Cxx_R_T1_G_cf, +,76d,24,31,1,0,0,10ms,22037A,62037A,ff,Cxx_R_T1_W_cf, +,76d,24,31,1,0,0,10ms,22037B,62037B,ff,Cxx_R_T2_G_cf, +,76d,24,31,1,0,0,10ms,22037C,62037C,ff,Cxx_R_T2_W_cf, +,76d,24,31,1,0,0,10ms,22037D,62037D,ff,Cxx_R_T3_G_cf, +,76d,24,31,1,0,0,10ms,22037E,62037E,ff,Cxx_R_T3_W_cf, +,76d,24,31,1,0,0,10ms,22037F,62037F,ff,Cxx_R_T4_G_cf, +,76d,24,31,1,0,0,10ms,220380,620380,ff,Cxx_R_T4_W_cf, +,76d,24,31,1,0,0,10ms,220381,620381,ff,Cxx_T1_G_cf, +,76d,24,31,1,0,0,10ms,220382,620382,ff,Cxx_T1_W_cf, +,76d,24,31,1,0,0,10ms,220383,620383,ff,Cxx_T2_G_cf, +,76d,24,31,1,0,0,10ms,220384,620384,ff,Cxx_T2_W_cf, +,76d,24,31,1,0,0,10ms,220385,620385,ff,Cxx_T3_G_cf, +,76d,24,31,1,0,0,10ms,220386,620386,ff,Cxx_T3_W_cf, +,76d,24,31,1,0,0,10ms,220387,620387,ff,Cxx_T4_G_cf, +,76d,24,31,1,0,0,10ms,220388,620388,ff,Cxx_T4_W_cf, +,76d,24,24,1,0,0,,220389,620389,ff,DTC_BACK_LIT_REAR_PLATE_15_CF,0:false;1:true +,76d,24,24,1,0,0,,22038A,62038A,ff,DTC_BATT1_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,24,24,1,0,0,,22038B,62038B,ff,DTC_BATT2_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,24,24,1,0,0,,22038C,62038C,ff,DTC_BATT3_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,24,24,1,0,0,,22038D,62038D,ff,DTC_BATT4_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,24,24,1,0,0,,22038E,62038E,ff,DTC_CAN1_81_CF,0:false;1:true +,76d,24,24,1,0,0,,22038F,62038F,ff,DTC_COMBI_SWITCH_94_CF,0:false;1:true +,76d,24,24,1,0,0,,220390,620390,ff,DTC_COMBI_SWITCH_96_CF,0:false;1:true +,76d,24,24,1,0,0,,220391,620391,ff,DTC_ECU_EMM_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220392,620392,ff,DTC_ECU_EMM_05_CF,0:false;1:true +,76d,24,24,1,0,0,,220393,620393,ff,DTC_HIGH_BEAM_LEFT_11_CF,0:false;1:true +,76d,24,24,1,0,0,,220394,620394,ff,DTC_HIGH_BEAM_LEFT_15_CF,0:false;1:true +,76d,24,24,1,0,0,,220395,620395,ff,DTC_HIGH_BEAM_RIGHT_11_CF,0:false;1:true +,76d,24,24,1,0,0,,220396,620396,ff,DTC_HIGH_BEAM_RIGHT_15_CF,0:false;1:true +,76d,24,24,1,0,0,,220397,620397,ff,DTC_LEFT_DTRL_11_CF,0:false;1:true +,76d,24,24,1,0,0,,220398,620398,ff,DTC_LEFT_DTRL_15_CF,0:false;1:true +,76d,24,24,1,0,0,,220399,620399,ff,DTC_LEFT_LED_LOW_BEAM_14_CF,0:false;1:true +,76d,24,24,1,0,0,,22039A,62039A,ff,DTC_LEFT_LOW_BEAM_11_CF,0:false;1:true +,76d,24,24,1,0,0,,22039B,62039B,ff,DTC_LEFT_LOW_BEAM_15_CF,0:false;1:true +,76d,24,24,1,0,0,,22039C,62039C,ff,DTC_LIGHT_FRONT_LEFT_FOG_11_CF,0:false;1:true +,76d,24,24,1,0,0,,22039D,62039D,ff,DTC_LIN_RLS_81_CF,0:false;1:true +,76d,24,24,1,0,0,,22039E,62039E,ff,DTC_POSTION_LIGHT_LH_11_CF,0:false;1:true +,76d,24,24,1,0,0,,22039F,62039F,ff,DTC_POSTION_LIGHT_LH_15_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A0,6203A0,ff,DTC_POSTION_LIGHT_RIGHT_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A1,6203A1,ff,DTC_POSTION_LIGHT_RIGHT_15_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A2,6203A2,ff,DTC_PWR_WIPER_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A3,6203A3,ff,DTC_RAIN_LIGHT_SENSOR_93_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A4,6203A4,ff,DTC_RAIN_LIGHT_SENSOR_96_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A5,6203A5,ff,DTC_REAR_FOG_LAMP_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A7,6203A7,ff,DTC_RIGHT_DTRL_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A8,6203A8,ff,DTC_RIGHT_DTRL_15_CF,0:false;1:true +,76d,24,24,1,0,0,,2203A9,6203A9,ff,DTC_RIGHT_LED_LOW_BEAM_14_CF,0:false;1:true +,76d,24,24,1,0,0,,2203AA,6203AA,ff,DTC_RIGHT_LOW_BEAM_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203AB,6203AB,ff,DTC_RIGHT_LOW_BEAM_15_CF,0:false;1:true +,76d,24,24,1,0,0,,2203AC,6203AC,ff,DTC_WIPER_MOTOR_97_CF,0:false;1:true +,76d,24,24,1,0,0,,2203AD,6203AD,ff,DTC_LIGHT_FRONT_LEFT_FOG_15_CF,0:false;1:true +,76d,24,24,1,0,0,,2203AE,6203AE,ff,DTC_LIGHT_FRONT_RIGHT_FOG_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203AF,6203AF,ff,DTC_LIGHT_FRONT_RIGHT_FOG_15_CF,0:false;1:true +,76d,24,24,1,0,0,,2203B0,6203B0,ff,DTC_LIN_RLS_11_CF,0:false;1:true +,76d,24,31,1,0,0,,2203B1,6203B1,ff,LVL_CFG_CF, +,76d,24,31,.1,0,1,Volt,2203B2,6203B2,ff,AUT_TH_VOLT_MIN_CF, +,76d,24,31,.1,0,1,Volt,2203B3,6203B3,ff,AUT_TH_VOLT_MAX_CF, +,76d,24,31,20,0,0,ms,2203B4,6203B4,ff,AUT_TH_VOLT_TIME_CF, +,76d,24,31,.1,0,1,Volt,2203B5,6203B5,ff,AUT_DT_VOLT_MAX_CF, +,76d,24,31,20,0,0,ms,2203B6,6203B6,ff,AUT_DT_VOLT_MAX_TIME_CF, +,76d,24,31,3.92156862745098E-03,0,3,,2203B7,6203B7,ff,MAN_SWI_FIL_COEF_CF, +,76d,24,31,3.92156862745098E-03,0,3,,2203B8,6203B8,ff,SPEED_FILTER_GAIN_CF, +,76d,24,31,3.92156862745098E-03,0,3,,2203B9,6203B9,ff,SWA_FILTER_COEF_CF, +,76d,24,39,1.95315480277714E-03,2147385345,3,-,2203BA,6203BA,ff,ACC_RR_SSR_FIL_AUTH_CF, +,76d,24,39,1.95315480277714E-03,2147385345,3,,2203BB,6203BB,ff,BRAKE_RR_SSR_FIL_AUTH_CF, +,76d,24,39,.125,32768,1,°,2203BC,6203BC,ff,SWA_RR_SSR_FIL_AUTH_1_CF, +,76d,24,39,.125,32768,1,°,2203BD,6203BD,ff,SWA_RR_SSR_FIL_AUTH_2_CF, +,76d,24,31,64,128,0,-,2203BE,6203BE,ff,ROLL_RR_SSR_FIL_AUTH_CF, +,76d,24,31,1,0,0,km/h,2203BF,6203BF,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(0), +,76d,32,39,1,0,0,km/h,2203BF,6203BF,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(1), +,76d,40,47,1,0,0,km/h,2203BF,6203BF,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(2), +,76d,48,55,1,0,0,km/h,2203BF,6203BF,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(3), +,76d,24,31,3.92156862745098E-03,0,3,-,2203C0,6203C0,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(0), +,76d,32,39,3.92156862745098E-03,0,3,-,2203C0,6203C0,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(1), +,76d,40,47,3.92156862745098E-03,0,3,-,2203C0,6203C0,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(2), +,76d,48,55,3.92156862745098E-03,0,3,-,2203C0,6203C0,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(3), +,76d,24,39,.01,0,2,%,2203C1,6203C1,ff,FT_SSR_DELTA_INT_CND_CF, +,76d,24,39,.01,0,2,%,2203C2,6203C2,ff,RR_SSR_DELTA_INT_CND_CF, +,76d,24,39,1,0,0,-,2203C3,6203C3,ff,FT_SSR_DELTA_INT_TH_CF, +,76d,24,39,1,0,0,-,2203C4,6203C4,ff,RR_SSR_DELTA_INT_TH_CF, +,76d,24,39,.01,0,2,%,2203C5,6203C5,ff,FT_SSR_DELTA_MAX_LNT_CF, +,76d,24,39,.01,0,2,%,2203C6,6203C6,ff,RR_SSR_DELTA_MAX_LNT_CF, +,76d,24,31,3.92156862745098E-03,0,3,-,2203C7,6203C7,ff,FT_SSR_DELTA_INT_COEF_LNT_CF, +,76d,24,31,3.92156862745098E-03,0,3,-,2203C8,6203C8,ff,RR_SSR_DELTA_INT_COEF_LNT_CF, +,76d,24,31,3.92156862745098E-03,0,3,-,2203C9,6203C9,ff,FT_SSR_LOW_PASS_COEF_CF, +,76d,24,31,3.92156862745098E-03,0,3,-,2203CA,6203CA,ff,RR_SSR_LOW_PASS_COEF_CF, +,76d,24,39,20,0,0,ms,2203CB,6203CB,ff,FT_SSR_LOW_PASS_PER_SEC_CF, +,76d,24,39,20,0,0,ms,2203CC,6203CC,ff,RR_SSR_LOW_PASS_PER_SEC_CF, +,76d,24,31,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(0), +,76d,32,39,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(1), +,76d,40,47,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(2), +,76d,48,55,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(3), +,76d,56,63,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(4), +,76d,64,71,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(5), +,76d,72,79,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(6), +,76d,80,87,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(7), +,76d,88,95,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(8), +,76d,96,103,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(9), +,76d,104,111,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(10), +,76d,112,119,1,128,0,mm,2203CD,6203CD,ff,RR_TO_FT_SSR_DELTA_TAB_X.(11), +,76d,24,31,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(0), +,76d,32,39,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(1), +,76d,40,47,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(2), +,76d,48,55,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(3), +,76d,56,63,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(4), +,76d,64,71,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(5), +,76d,72,79,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(6), +,76d,80,87,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(7), +,76d,88,95,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(8), +,76d,96,103,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(9), +,76d,104,111,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(10), +,76d,112,119,1,128,0,mm,2203CE,6203CE,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(11), +,76d,24,39,1.52590218966964E-05,32767,3,,2203CF,6203CF,ff,FT_SSR_ATT_COEF_CF, +,76d,24,39,1.52590218966964E-05,32767,3,-,2203D0,6203D0,ff,RR_SSR_ATT_COEF_CF, +,76d,24,39,1,0,0,mm,2203D1,6203D1,ff,WHEEL_BASE_CF, +,76d,24,39,.001,0,3,Volt,2203D2,6203D2,ff,POWER_SSR_DIAG_SCG_CF, +,76d,24,39,.001,0,3,Volt,2203D3,6203D3,ff,POWER_SSR_DIAG_SCP_CF, +,76d,24,39,.001,0,3,Volt,2203D4,6203D4,ff,SSR_DIAG_ELEC_SCG_CF, +,76d,24,39,.001,0,3,Volt,2203D5,6203D5,ff,SSR_DIAG_ELEC_SCP_CF, +,76d,24,39,.001,0,3,Volt,2203D6,6203D6,ff,SSR_DIAG_RGE_H_CF, +,76d,24,39,.001,0,3,Volt,2203D7,6203D7,ff,SSR_DIAG_RGE_L_CF, +,76d,24,39,1.52590218966964E-05,0,3,,2203D8,6203D8,ff,HDLMP_MECH_ATT_CF, +,76d,24,31,6.27450980392157E-02,32385,2,,2203D9,6203D9,ff,FT_SSR_COMP_COEF_CF, +,76d,24,31,6.27450980392157E-03,0,3,m,2203DA,6203DA,ff,WHEEL_HDLMP_DIST_CF, +,76d,24,31,1,0,0,km/h,2203DB,6203DB,ff,ATT_STOP_FIL_VEH_TH_CF, +,76d,24,39,.0005,32000,3,%,2203DC,6203DC,ff,ATT_THR_STOP_FIL_CF, +,76d,24,31,20,0,0,ms,2203DD,6203DD,ff,ATT_TIMER_STOP_FILT_CF, +,76d,24,39,.0005,32000,3,,2203DE,6203DE,ff,NOM_ATT_OFS_CF, +,76d,24,39,3.04875257495995E-02,715806038,2,,2203DF,6203DF,ff,MOTOR_ATT_STAT_COEF_CF, +,76d,24,39,.002,0,3,%,2203,6203,ff,NOM_PWM_OFS_CF, +,76d,24,39,.002,0,3,%,22030,62030,ff,PWM_NOM_MIN_CF, +,76d,24,39,.002,0,3,%,220300,620300,ff,PWM_NOM_MAX_CF, +,76d,24,39,.002,25000,3,%,2203000,6203000,ff,SP_OFS_W_EXT_FAIL_CF, +,76d,24,39,.002,0,3,%,22030000,62030000,ff,SP_W_LVL_FAIL_CF, +,76d,24,39,1,0,0,-,220300000,620300000,ff,N_MIN_STA_FAST_LNT_LH_CF, +,76d,24,39,1,0,0,-,2203000000,6203000000,ff,N_MIN_STA_LP_LNT_LH_CF, +,76d,24,31,.4,0,1,%,22030000000,62030000000,ff,MAN_SWI_INDEX_BAND_CF, +,76d,24,31,20,0,0,ms,220300000000,620300000000,ff,MAN_SWI_INDEX_TIM_CF, +,76d,24,31,1,0,0,,2203000000000,6203000000000,ff,STA_ATT_MAN_PCT_TAB_X.(0), +,76d,32,39,1,0,0,,2203000000000,6203000000000,ff,STA_ATT_MAN_PCT_TAB_X.(1), +,76d,40,47,1,0,0,,2203000000000,6203000000000,ff,STA_ATT_MAN_PCT_TAB_X.(2), +,76d,48,55,1,0,0,,2203000000000,6203000000000,ff,STA_ATT_MAN_PCT_TAB_X.(3), +,76d,56,63,1,0,0,,2203000000000,6203000000000,ff,STA_ATT_MAN_PCT_TAB_X.(4), +,76d,24,39,.0005,32000,3,%,2203EA,6203EA,ff,STA_ATT_MAN_PCT_TAB_Y.(0), +,76d,40,55,.0005,32000,3,%,2203EA,6203EA,ff,STA_ATT_MAN_PCT_TAB_Y.(1), +,76d,56,71,.0005,32000,3,%,2203EA,6203EA,ff,STA_ATT_MAN_PCT_TAB_Y.(2), +,76d,72,87,.0005,32000,3,%,2203EA,6203EA,ff,STA_ATT_MAN_PCT_TAB_Y.(3), +,76d,88,103,.0005,32000,3,%,2203EA,6203EA,ff,STA_ATT_MAN_PCT_TAB_Y.(4), +,76d,24,39,1.52590218966964E-04,0,3,Volt,2203EB,6203EB,ff,MAN_SWI_DIAG_ELEC_SCG_CF, +,76d,24,31,.4,0,1,%,2203EC,6203EC,ff,MAN_SWI_INDEX_TAB_1_CF, +,76d,24,31,.4,0,1,%,2203ED,6203ED,ff,MAN_SWI_INDEX_TAB_2_CF, +,76d,24,31,.4,0,1,%,2203EE,6203EE,ff,MAN_SWI_INDEX_TAB_3_CF, +,76d,24,31,.4,0,1,%,2203EF,6203EF,ff,MAN_SWI_INDEX_TAB_4_CF, +,76d,24,31,.4,0,1,%,2203F0,6203F0,ff,MAN_SWI_INDEX_TAB_5_CF, +,76d,24,39,1.52590218966964E-04,0,3,Volt,2203F1,6203F1,ff,MAN_SWI_DIAG_ELEC_SCP_CF, +,76d,24,31,20,0,0,ms,2203F2,6203F2,ff,AUT_TH_BEAM_DLY_CF, +,76d,24,31,.392156862745098,0,1,%,2203F3,6203F3,ff,FT_SSR_DIAG_CTCY_L_CF, +,76d,24,24,1,0,0,,2203F4,6203F4,ff,DTC_LEVELLING_FT_SSR_12_CF,0:false;1:true +,76d,24,24,1,0,0,,2203F5,6203F5,ff,DTC_LEVELLING_FT_SSR_14_CF,0:false;1:true +,76d,24,24,1,0,0,,2203F6,6203F6,ff,DTC_LEVELLING_FT_SSR_1C_CF,0:false;1:true +,76d,24,24,1,0,0,,2203F7,6203F7,ff,DTC_LEVELLING_FT_SSR_83_CF,0:false;1:true +,76d,24,24,1,0,0,,2203F8,6203F8,ff,DTC_LEVELLING_INIT_FAILED_54_CF,0:false;1:true +,76d,24,24,1,0,0,,2203F9,6203F9,ff,DTC_LEVELLING_INIT_FAILED_55_CF,0:false;1:true +,76d,24,24,1,0,0,,2203FA,6203FA,ff,DTC_LEVELLING_MAN_SWITCH_12_CF,0:false;1:true +,76d,24,24,1,0,0,,2203FB,6203FB,ff,DTC_LEVELLING_MAN_SWITCH_14_CF,0:false;1:true +,76d,24,24,1,0,0,,2203FC,6203FC,ff,DTC_LEVELLING_MAN_SWITCH_1C_CF,0:false;1:true +,76d,24,24,1,0,0,,2203FD,6203FD,ff,DTC_LEVELLING_PWR_SSR_11_CF,0:false;1:true +,76d,24,24,1,0,0,,2203FE,6203FE,ff,DTC_LEVELLING_PWR_SSR_12_CF,0:false;1:true +,76d,24,24,1,0,0,,2203FF,6203FF,ff,DTC_LEVELLING_RR_SSR_12_CF,0:false;1:true +,76d,24,24,1,0,0,,220400,620400,ff,DTC_LEVELLING_RR_SSR_14_CF,0:false;1:true +,76d,24,24,1,0,0,,220401,620401,ff,DTC_LEVELLING_RR_SSR_1C_CF,0:false;1:true +,76d,24,24,1,0,0,,220402,620402,ff,DTC_LEVELLING_RR_SSR_83_CF,0:false;1:true +,76d,24,39,.0005,32000,3,%,220403,620403,ff,AFS_OFFSET_STATE_TAB_1_X.(0), +,76d,40,55,.0005,32000,3,%,220403,620403,ff,AFS_OFFSET_STATE_TAB_1_X.(1), +,76d,56,71,.0005,32000,3,%,220403,620403,ff,AFS_OFFSET_STATE_TAB_1_X.(2), +,76d,72,87,.0005,32000,3,%,220403,620403,ff,AFS_OFFSET_STATE_TAB_1_X.(3), +,76d,88,103,.0005,32000,3,%,220403,620403,ff,AFS_OFFSET_STATE_TAB_1_X.(4), +,76d,104,119,.0005,32000,3,%,220403,620403,ff,AFS_OFFSET_STATE_TAB_1_X.(5), +,76d,24,39,.0005,32000,3,%,220404,620404,ff,AFS_OFFSET_STATE_TAB_2_X.(0), +,76d,40,55,.0005,32000,3,%,220404,620404,ff,AFS_OFFSET_STATE_TAB_2_X.(1), +,76d,56,71,.0005,32000,3,%,220404,620404,ff,AFS_OFFSET_STATE_TAB_2_X.(2), +,76d,72,87,.0005,32000,3,%,220404,620404,ff,AFS_OFFSET_STATE_TAB_2_X.(3), +,76d,88,103,.0005,32000,3,%,220404,620404,ff,AFS_OFFSET_STATE_TAB_2_X.(4), +,76d,104,119,.0005,32000,3,%,220404,620404,ff,AFS_OFFSET_STATE_TAB_2_X.(5), +,76d,24,39,.0005,32000,3,%,220405,620405,ff,AFS_OFFSET_STATE_TAB_3_X.(0), +,76d,40,55,.0005,32000,3,%,220405,620405,ff,AFS_OFFSET_STATE_TAB_3_X.(1), +,76d,56,71,.0005,32000,3,%,220405,620405,ff,AFS_OFFSET_STATE_TAB_3_X.(2), +,76d,72,87,.0005,32000,3,%,220405,620405,ff,AFS_OFFSET_STATE_TAB_3_X.(3), +,76d,88,103,.0005,32000,3,%,220405,620405,ff,AFS_OFFSET_STATE_TAB_3_X.(4), +,76d,104,119,.0005,32000,3,%,220405,620405,ff,AFS_OFFSET_STATE_TAB_3_X.(5), +,76d,24,39,.0005,32000,3,%,220406,620406,ff,AFS_OFFSET_STATE_TAB_4_X.(0), +,76d,40,55,.0005,32000,3,%,220406,620406,ff,AFS_OFFSET_STATE_TAB_4_X.(1), +,76d,56,71,.0005,32000,3,%,220406,620406,ff,AFS_OFFSET_STATE_TAB_4_X.(2), +,76d,72,87,.0005,32000,3,%,220406,620406,ff,AFS_OFFSET_STATE_TAB_4_X.(3), +,76d,88,103,.0005,32000,3,%,220406,620406,ff,AFS_OFFSET_STATE_TAB_4_X.(4), +,76d,104,119,.0005,32000,3,%,220406,620406,ff,AFS_OFFSET_STATE_TAB_4_X.(5), +,76d,24,39,.0005,32000,3,%,220407,620407,ff,RLB_LVL_OFFSET_TAB_X.(0), +,76d,40,55,.0005,32000,3,%,220407,620407,ff,RLB_LVL_OFFSET_TAB_X.(1), +,76d,56,71,.0005,32000,3,%,220407,620407,ff,RLB_LVL_OFFSET_TAB_X.(2), +,76d,72,87,.0005,32000,3,%,220407,620407,ff,RLB_LVL_OFFSET_TAB_X.(3), +,76d,88,103,.0005,32000,3,%,220407,620407,ff,RLB_LVL_OFFSET_TAB_X.(4), +,76d,104,119,.0005,32000,3,%,220407,620407,ff,RLB_LVL_OFFSET_TAB_X.(5), +,76d,24,39,.002,0,3,%,220408,620408,ff,RLB_CONV_STEP_CF, +,76d,24,39,3.05180437933928E-03,429477069,3,%,220409,620409,ff,AFS_OFFSET_STATE_TAB_1_Y.(0), +,76d,40,55,3.05180437933928E-03,429477069,3,%,220409,620409,ff,AFS_OFFSET_STATE_TAB_1_Y.(1), +,76d,56,71,3.05180437933928E-03,429477069,3,%,220409,620409,ff,AFS_OFFSET_STATE_TAB_1_Y.(2), +,76d,72,87,3.05180437933928E-03,429477069,3,%,220409,620409,ff,AFS_OFFSET_STATE_TAB_1_Y.(3), +,76d,88,103,3.05180437933928E-03,429477069,3,%,220409,620409,ff,AFS_OFFSET_STATE_TAB_1_Y.(4), +,76d,104,119,3.05180437933928E-03,429477069,3,%,220409,620409,ff,AFS_OFFSET_STATE_TAB_1_Y.(5), +,76d,24,39,3.05180437933928E-03,429477069,3,%,22040A,62040A,ff,AFS_OFFSET_STATE_TAB_2_Y.(0), +,76d,40,55,3.05180437933928E-03,429477069,3,%,22040A,62040A,ff,AFS_OFFSET_STATE_TAB_2_Y.(1), +,76d,56,71,3.05180437933928E-03,429477069,3,%,22040A,62040A,ff,AFS_OFFSET_STATE_TAB_2_Y.(2), +,76d,72,87,3.05180437933928E-03,429477069,3,%,22040A,62040A,ff,AFS_OFFSET_STATE_TAB_2_Y.(3), +,76d,88,103,3.05180437933928E-03,429477069,3,%,22040A,62040A,ff,AFS_OFFSET_STATE_TAB_2_Y.(4), +,76d,104,119,3.05180437933928E-03,429477069,3,%,22040A,62040A,ff,AFS_OFFSET_STATE_TAB_2_Y.(5), +,76d,24,39,3.05180437933928E-03,429477069,3,%,22040B,62040B,ff,AFS_OFFSET_STATE_TAB_3_Y.(0), +,76d,40,55,3.05180437933928E-03,429477069,3,%,22040B,62040B,ff,AFS_OFFSET_STATE_TAB_3_Y.(1), +,76d,56,71,3.05180437933928E-03,429477069,3,%,22040B,62040B,ff,AFS_OFFSET_STATE_TAB_3_Y.(2), +,76d,72,87,3.05180437933928E-03,429477069,3,%,22040B,62040B,ff,AFS_OFFSET_STATE_TAB_3_Y.(3), +,76d,88,103,3.05180437933928E-03,429477069,3,%,22040B,62040B,ff,AFS_OFFSET_STATE_TAB_3_Y.(4), +,76d,104,119,3.05180437933928E-03,429477069,3,%,22040B,62040B,ff,AFS_OFFSET_STATE_TAB_3_Y.(5), +,76d,24,39,3.05180437933928E-03,429477069,3,%,22040C,62040C,ff,AFS_OFFSET_STATE_TAB_4_Y.(0), +,76d,40,55,3.05180437933928E-03,429477069,3,%,22040C,62040C,ff,AFS_OFFSET_STATE_TAB_4_Y.(1), +,76d,56,71,3.05180437933928E-03,429477069,3,%,22040C,62040C,ff,AFS_OFFSET_STATE_TAB_4_Y.(2), +,76d,72,87,3.05180437933928E-03,429477069,3,%,22040C,62040C,ff,AFS_OFFSET_STATE_TAB_4_Y.(3), +,76d,88,103,3.05180437933928E-03,429477069,3,%,22040C,62040C,ff,AFS_OFFSET_STATE_TAB_4_Y.(4), +,76d,104,119,3.05180437933928E-03,429477069,3,%,22040C,62040C,ff,AFS_OFFSET_STATE_TAB_4_Y.(5), +,76d,24,39,3.05180437933928E-03,429477069,3,%,22040D,62040D,ff,RLB_LVL_OFFSET_TAB_Y.(0), +,76d,40,55,3.05180437933928E-03,429477069,3,%,22040D,62040D,ff,RLB_LVL_OFFSET_TAB_Y.(1), +,76d,56,71,3.05180437933928E-03,429477069,3,%,22040D,62040D,ff,RLB_LVL_OFFSET_TAB_Y.(2), +,76d,72,87,3.05180437933928E-03,429477069,3,%,22040D,62040D,ff,RLB_LVL_OFFSET_TAB_Y.(3), +,76d,88,103,3.05180437933928E-03,429477069,3,%,22040D,62040D,ff,RLB_LVL_OFFSET_TAB_Y.(4), +,76d,104,119,3.05180437933928E-03,429477069,3,%,22040D,62040D,ff,RLB_LVL_OFFSET_TAB_Y.(5), +,76d,24,39,.01,0,2,km/h,22040E,62040E,ff,VEH_SPD_TH_SWA_STATIC_AUTH_CF, +,76d,24,39,.01,0,2,km/h,22040F,62040F,ff,AFS_VehSpd_Thrs_0_CF, +,76d,24,39,.01,0,2,km/h,220410,620410,ff,AFS_VehSpd_Thrs_1_CF, +,76d,24,39,.01,0,2,km/h,220411,620411,ff,AFS_VehSpd_Thrs_2_CF, +,76d,24,39,.01,0,2,km/h,220412,620412,ff,AFS_VehSpd_Thrs_3_CF, +,76d,24,31,.392156862745098,0,1,%,220413,620413,ff,FT_SSR_DIAG_CTCY_H_CF, +,76d,24,31,.392156862745098,0,1,%,220414,620414,ff,RR_SSR_DIAG_CTCY_L_CF, +,76d,24,31,.392156862745098,0,1,%,220415,620415,ff,RR_SSR_DIAG_CTCY_H_CF, +,76d,24,31,.392156862745098,0,1,%,220416,620416,ff,RR_SSR_INIT_RGE_L_CF, +,76d,24,31,.392156862745098,0,1,%,220417,620417,ff,RR_SSR_INIT_RGE_H_CF, +,76d,24,31,.392156862745098,0,1,%,220418,620418,ff,FT_SSR_INIT_RGE_L_CF, +,76d,24,31,.392156862745098,0,1,%,220419,620419,ff,FT_SSR_INIT_RGE_H_CF, +,76d,24,31,.392156862745098,0,1,%,22041A,62041A,ff,FT_SSR_SAT_MIN_LNT_CF, +,76d,24,31,.392156862745098,0,1,%,22041B,62041B,ff,FT_SSR_SAT_MAX_LNT_CF, +,76d,24,31,.392156862745098,0,1,%,22041C,62041C,ff,RR_SSR_SAT_MIN_LNT_CF, +,76d,24,31,.392156862745098,0,1,%,22041D,62041D,ff,RR_SSR_SAT_MAX_LNT_CF, +,76d,24,31,.392156862745098,0,1,%,22041E,62041E,ff,LVL_CMD_DIAG_LOW_CF, +,76d,24,31,.392156862745098,0,1,%,22041F,62041F,ff,LVL_CMD_DIAG_HIGH_CF, +,76d,24,31,1,0,0,km/h,220420,620420,ff,SSR_INIT_VEH_SPD_TH_CF, +,76d,24,39,5,0,0,ms,220421,620421,ff,LVL_CMD_ENABLE_DLY_CF, +,76d,24,31,20,0,0,ms,220422,620422,ff,AFS_CONV_TIMER_CF, +,76d,24,31,20,0,0,ms,220423,620423,ff,RLB_CONV_TIMER_CF, +,76d,24,39,.002,0,3,%,220424,620424,ff,AFS_CONV_STEP_CF, +,76d,24,39,.02,0,2,sec,220425,620425,ff,AFS_VehSpd_Timer_0_Drop_CF, +,76d,24,39,.02,0,2,sec,220426,620426,ff,AFS_VehSpd_Timer_1_Drop_CF, +,76d,24,39,.02,0,2,sec,220427,620427,ff,AFS_VehSpd_Timer_1_Rise_CF, +,76d,24,39,.02,0,2,sec,220428,620428,ff,AFS_VehSpd_Timer_2_Drop_CF, +,76d,24,39,.02,0,2,sec,220429,620429,ff,AFS_VehSpd_Timer_2_Rise_CF, +,76d,24,39,.02,0,2,sec,22042A,62042A,ff,AFS_VehSpd_Timer_3_Drop_CF, +,76d,24,39,.02,0,2,sec,22042B,62042B,ff,AFS_VehSpd_Timer_3_Rise_CF, +,76d,24,39,.02,0,2,sec,22042C,62042C,ff,AFS_VehSpd_Timer_4_Rise_CF, +,76d,24,24,1,0,0,,22042D,62042D,ff,DTC_BACK_LIT_REAR_PLATE_11_CF,0:false;1:true +,76d,24,24,1,0,0,,22042E,62042E,ff,Vbx_Dealer_Reset,0:false;1:true +,76d,24,24,1,0,0,,22042F,62042F,ff,Nbx_High_beam_with_LED_CF,0:false;1:true +,76d,24,24,1,0,0,,220430,620430,ff,Nbx_Front_fog_with_leds_CF,0:false;1:true +,76d,24,24,1,0,0,,220431,620431,ff,Nbx_Rear_fog_with_leds_CF,0:false;1:true +,76d,24,24,1,0,0,,220432,620432,ff,DTC_LVL_ANALOG_CMD_11_CF,0:false;1:true +,76d,24,24,1,0,0,,220433,620433,ff,DTC_LVL_ANALOG_CMD_12_CF,0:false;1:true +,76d,24,24,1,0,0,,220434,620434,ff,DTC_LVL_ANALOG_CMD_62_CF,0:false;1:true +,76d,24,24,1,0,0,,220435,620435,ff,Fog_Parking_Light_CF,0:false;1:true +,76d,24,39,.01,0,2,sec,220436,620436,ff,Cxx_ALS_REQ_FALL_FILTER_TM_CF, +,76d,24,31,1,0,0,,220437,620437,ff,LCM01_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,220438,620438,ff,LCM02_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,220439,620439,ff,LCM03_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,22043A,62043A,ff,LCM04_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,22043B,62043B,ff,LCM05_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,22043C,62043C,ff,LCM06_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,22043D,62043D,ff,LCM07_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,22043E,62043E,ff,LCM08_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,22043F,62043F,ff,LCM09_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,220440,620440,ff,LCM10_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,220441,620441,ff,LCM11_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,220442,620442,ff,LCM12_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,24,31,1,0,0,,220443,620443,ff,AUTO_LIGHT_TIMING_USER_CF,0:ALTU_VARIATION_1;1:ALTU_VARIATION_2;2:ALTU_VARIATION_3;3:ALTU_VARIATION_4 +,76d,24,31,1,0,0,,220444,620444,ff,AUTO_LIGHT_TYPE_CF,0:ALT_WITHOUT_AUTO_LIGHT;1:ALT_WITH_AUTO_LIGHT_WO_ENHANCED;2:ALT_WITH_AUTO_LIGHT_WITH_ENHANCED;3:ALT_RESERVED +,76d,24,31,20,0,0,ms,220445,620445,ff,BkLtI_Voltage_Output_Delay_TM_CF, +,76d,24,31,1,0,0,,220446,620446,ff,EMM_Internal_Light_package_CF, +,76d,24,39,1,0,0,,220447,620447,ff,ENHANCE_LO_OFF_THRESH_CF.(0), +,76d,40,55,1,0,0,,220447,620447,ff,ENHANCE_LO_OFF_THRESH_CF.(1), +,76d,56,71,1,0,0,,220447,620447,ff,ENHANCE_LO_OFF_THRESH_CF.(2), +,76d,72,87,1,0,0,,220447,620447,ff,ENHANCE_LO_OFF_THRESH_CF.(3), +,76d,24,39,1,0,0,,220448,620448,ff,ENHANCE_LO_ON_THRESH_CF.(0), +,76d,40,55,1,0,0,,220448,620448,ff,ENHANCE_LO_ON_THRESH_CF.(1), +,76d,56,71,1,0,0,,220448,620448,ff,ENHANCE_LO_ON_THRESH_CF.(2), +,76d,72,87,1,0,0,,220448,620448,ff,ENHANCE_LO_ON_THRESH_CF.(3), +,76d,24,31,1,0,0,,220449,620449,ff,FILTER_STEP_CF, +,76d,24,39,.1,0,1,%,22044A,62044A,ff,NightDayBackLighting_PWM_CF.(0), +,76d,40,55,.1,0,1,%,22044A,62044A,ff,NightDayBackLighting_PWM_CF.(1), +,76d,56,71,.1,0,1,%,22044A,62044A,ff,NightDayBackLighting_PWM_CF.(2), +,76d,72,87,.1,0,1,%,22044A,62044A,ff,NightDayBackLighting_PWM_CF.(3), +,76d,24,24,1,0,0,,22044B,62044B,ff,DAYNIGHT_DIAG_OUTPUT_CF,0:false;1:true +,76d,24,39,.01,0,2,sec,22044C,62044C,ff,DAYNIGHT_CONF_TIME_TM_CF, +,76d,24,24,1,0,0,,22044D,62044D,ff,AMBIENT_LIGHT_FORCED_BY_DAY_CF,0:false;1:true +,76d,24,31,1,0,0,%,22044E,62044E,ff,COEF_INTENSITY_AREA1_CF, +,76d,24,31,1,0,0,%,22044F,62044F,ff,COEF_INTENSITY_AREA2_CF, +,76d,24,31,1,0,0,%,220450,620450,ff,COEF_INTENSITY_AREA3_CF, +,76d,24,31,1,0,0,,220451,620451,ff,DEFAULT_COLOR_CF,0:AMBI_LIGHT_COLOR_UNAVAILABLE;1:AMBI_LIGHT_STATUS_COLOR_1;2:AMBI_LIGHT_STATUS_COLOR_2;3:AMBI_LIGHT_STATUS_COLOR_3;4:AMBI_LIGHT_STATUS_COLOR_4;5:AMBI_LIGHT_STATUS_COLOR_5;6:AMBI_LIGHT_STATUS_COLOR_6;7:AMBI_LIGHT_STATUS_COLOR_7;8:AMBI_LIGHT_STATUS_COLOR_8;9:AMBI_LIGHT_STATUS_COLOR_9;10:AMBI_LIGHT_STATUS_COLOR_10;11:AMBI_LIGHT_STATUS_COLOR_11;12:AMBI_LIGHT_STATUS_COLOR_12;13:AMBI_LIGHT_STATUS_COLOR_13;14:AMBI_LIGHT_STATUS_COLOR_14;15:AMBI_LIGHT_STATUS_COLOR_15 +,76d,24,24,1,0,0,,220452,620452,ff,DEFAULT_AREA1_CF,0:false;1:true +,76d,24,24,1,0,0,,220453,620453,ff,DEFAULT_AREA2_CF,0:false;1:true +,76d,24,24,1,0,0,,220454,620454,ff,DEFAULT_AREA3_CF,0:false;1:true +,76d,24,24,1,0,0,,220456,620456,ff,LIGHT_PACKAGE_AMBIENCE_CF,0:false;1:true +,76d,24,24,1,0,0,,220457,620457,ff,MEX_LIGHT_CF,0:false;1:true +,76d,24,31,1,0,0,%,220458,620458,ff,DEFAULT_DAYINTENSITY_CF, +,76d,24,31,1,0,0,%,220459,620459,ff,DEFAULT_NIGHTINTENSITY_CF, +,76d,24,39,1,0,0,m,22045A,62045A,ff,LO_OFF_DELAY_DISTANCE_CF.(0), +,76d,40,55,1,0,0,m,22045A,62045A,ff,LO_OFF_DELAY_DISTANCE_CF.(1), +,76d,56,71,1,0,0,m,22045A,62045A,ff,LO_OFF_DELAY_DISTANCE_CF.(2), +,76d,72,87,1,0,0,m,22045A,62045A,ff,LO_OFF_DELAY_DISTANCE_CF.(3), +,76d,24,31,1,0,0,,22045B,62045B,ff,LIGHT_COEFFICIENT_CF, +,76d,24,39,1,0,0,,22045C,62045C,ff,LO_OFF_THRESH_CF.(0), +,76d,40,55,1,0,0,,22045C,62045C,ff,LO_OFF_THRESH_CF.(1), +,76d,56,71,1,0,0,,22045C,62045C,ff,LO_OFF_THRESH_CF.(2), +,76d,72,87,1,0,0,,22045C,62045C,ff,LO_OFF_THRESH_CF.(3), +,76d,24,39,1,0,0,m,22045D,62045D,ff,LO_ON_DELAY_DISTANCE_CF.(0), +,76d,40,55,1,0,0,m,22045D,62045D,ff,LO_ON_DELAY_DISTANCE_CF.(1), +,76d,56,71,1,0,0,m,22045D,62045D,ff,LO_ON_DELAY_DISTANCE_CF.(2), +,76d,72,87,1,0,0,m,22045D,62045D,ff,LO_ON_DELAY_DISTANCE_CF.(3), +,76d,24,39,1,0,0,,22045E,62045E,ff,LO_ON_THRESH_CF.(0), +,76d,40,55,1,0,0,,22045E,62045E,ff,LO_ON_THRESH_CF.(1), +,76d,56,71,1,0,0,,22045E,62045E,ff,LO_ON_THRESH_CF.(2), +,76d,72,87,1,0,0,,22045E,62045E,ff,LO_ON_THRESH_CF.(3), +,76d,24,24,1,0,0,,22045F,62045F,ff,ONLY_DRL_OFF_CF,0:false;1:true +,76d,24,31,1,0,0,,220460,620460,ff,PHONE_REMOTE_FLASH_NB_CF, +,76d,24,39,10,0,0,ms,220461,620461,ff,PL_OFF_DELAY_TIME_CF.(0), +,76d,40,55,10,0,0,ms,220461,620461,ff,PL_OFF_DELAY_TIME_CF.(1), +,76d,56,71,10,0,0,ms,220461,620461,ff,PL_OFF_DELAY_TIME_CF.(2), +,76d,72,87,10,0,0,ms,220461,620461,ff,PL_OFF_DELAY_TIME_CF.(3), +,76d,24,39,1,0,0,,220462,620462,ff,PL_OFF_THRESH_CF.(0), +,76d,40,55,1,0,0,,220462,620462,ff,PL_OFF_THRESH_CF.(1), +,76d,56,71,1,0,0,,220462,620462,ff,PL_OFF_THRESH_CF.(2), +,76d,72,87,1,0,0,,220462,620462,ff,PL_OFF_THRESH_CF.(3), +,76d,24,39,1,0,0,m,220463,620463,ff,PL_ON_DELAY_DISTANCE_CF.(0), +,76d,40,55,1,0,0,m,220463,620463,ff,PL_ON_DELAY_DISTANCE_CF.(1), +,76d,56,71,1,0,0,m,220463,620463,ff,PL_ON_DELAY_DISTANCE_CF.(2), +,76d,72,87,1,0,0,m,220463,620463,ff,PL_ON_DELAY_DISTANCE_CF.(3), +,76d,24,39,10,0,0,ms,220464,620464,ff,PL_ON_DELAY_TIME_CF.(0), +,76d,40,55,10,0,0,ms,220464,620464,ff,PL_ON_DELAY_TIME_CF.(1), +,76d,56,71,10,0,0,ms,220464,620464,ff,PL_ON_DELAY_TIME_CF.(2), +,76d,72,87,10,0,0,ms,220464,620464,ff,PL_ON_DELAY_TIME_CF.(3), +,76d,24,39,1,0,0,,220465,620465,ff,PL_ON_THRESH_CF.(0), +,76d,40,55,1,0,0,,220465,620465,ff,PL_ON_THRESH_CF.(1), +,76d,56,71,1,0,0,,220465,620465,ff,PL_ON_THRESH_CF.(2), +,76d,72,87,1,0,0,,220465,620465,ff,PL_ON_THRESH_CF.(3), +,76d,24,39,10,0,0,ms,220466,620466,ff,QUICK_LO_OFF_DELAY_TIME_CF.(0), +,76d,40,55,10,0,0,ms,220466,620466,ff,QUICK_LO_OFF_DELAY_TIME_CF.(1), +,76d,56,71,10,0,0,ms,220466,620466,ff,QUICK_LO_OFF_DELAY_TIME_CF.(2), +,76d,72,87,10,0,0,ms,220466,620466,ff,QUICK_LO_OFF_DELAY_TIME_CF.(3), +,76d,24,39,1,0,0,,220467,620467,ff,QUICK_LO_OFF_THRESH_CF.(0), +,76d,40,55,1,0,0,,220467,620467,ff,QUICK_LO_OFF_THRESH_CF.(1), +,76d,56,71,1,0,0,,220467,620467,ff,QUICK_LO_OFF_THRESH_CF.(2), +,76d,72,87,1,0,0,,220467,620467,ff,QUICK_LO_OFF_THRESH_CF.(3), +,76d,24,39,10,0,0,ms,220468,620468,ff,QUICK_LO_ON_DELAY_TIME_CF.(0), +,76d,40,55,10,0,0,ms,220468,620468,ff,QUICK_LO_ON_DELAY_TIME_CF.(1), +,76d,56,71,10,0,0,ms,220468,620468,ff,QUICK_LO_ON_DELAY_TIME_CF.(2), +,76d,72,87,10,0,0,ms,220468,620468,ff,QUICK_LO_ON_DELAY_TIME_CF.(3), +,76d,24,39,1,0,0,,220469,620469,ff,QUICK_LO_ON_THRESH_CF.(0), +,76d,40,55,1,0,0,,220469,620469,ff,QUICK_LO_ON_THRESH_CF.(1), +,76d,56,71,1,0,0,,220469,620469,ff,QUICK_LO_ON_THRESH_CF.(2), +,76d,72,87,1,0,0,,220469,620469,ff,QUICK_LO_ON_THRESH_CF.(3), +,76d,24,39,10,0,0,ms,22046A,62046A,ff,QUICK_PL_ON_DELAY_TIME_CF.(0), +,76d,40,55,10,0,0,ms,22046A,62046A,ff,QUICK_PL_ON_DELAY_TIME_CF.(1), +,76d,56,71,10,0,0,ms,22046A,62046A,ff,QUICK_PL_ON_DELAY_TIME_CF.(2), +,76d,72,87,10,0,0,ms,22046A,62046A,ff,QUICK_PL_ON_DELAY_TIME_CF.(3), +,76d,24,39,1,0,0,,22046B,62046B,ff,QUICK_PL_ON_THRESH_CF.(0), +,76d,40,55,1,0,0,,22046B,62046B,ff,QUICK_PL_ON_THRESH_CF.(1), +,76d,56,71,1,0,0,,22046B,62046B,ff,QUICK_PL_ON_THRESH_CF.(2), +,76d,72,87,1,0,0,,22046B,62046B,ff,QUICK_PL_ON_THRESH_CF.(3), +,76d,24,24,1,0,0,,22046C,62046C,ff,REMOTE_PHONE_DISPLAY_CF,0:false;1:true +,76d,24,39,10,0,0,ms,22046D,62046D,ff,T_DOWN_CF, +,76d,24,39,10,0,0,ms,22046E,62046E,ff,T_UP_CF, +,76d,24,24,1,0,0,,22046F,62046F,ff,TWILIGHT_ON_CUST_CF,0:false;1:true +,76d,24,24,1,0,0,,220470,620470,ff,DTC_LCM01_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220471,620471,ff,DTC_LCM02_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220472,620472,ff,DTC_LCM12_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220473,620473,ff,DTC_LCM11_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220474,620474,ff,DTC_LCM10_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220475,620475,ff,DTC_LCM09_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220476,620476,ff,DTC_LCM08_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220477,620477,ff,DTC_LCM07_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220478,620478,ff,DTC_LCM06_04_CF,0:false;1:true +,76d,24,24,1,0,0,,220479,620479,ff,DTC_LCM05_04_CF,0:false;1:true +,76d,24,24,1,0,0,,22047A,62047A,ff,DTC_LCM04_04_CF,0:false;1:true +,76d,24,24,1,0,0,,22047B,62047B,ff,DTC_LCM03_04_CF,0:false;1:true +,76d,24,24,1,0,0,,22047C,62047C,ff,DTC_LIN_AMBIANT_08_CF,0:false;1:true +,76d,24,24,1,0,0,,22047D,62047D,ff,DTC_LOAD_SPARE_4_15_CF,0:false;1:true +,76d,24,39,.01,0,2,Volt,22047E,62047E,ff,C1d_PWM_law_DNS_X.(0), +,76d,40,55,.01,0,2,Volt,22047E,62047E,ff,C1d_PWM_law_DNS_X.(1), +,76d,56,71,.01,0,2,Volt,22047E,62047E,ff,C1d_PWM_law_DNS_X.(2), +,76d,72,87,.01,0,2,Volt,22047E,62047E,ff,C1d_PWM_law_DNS_X.(3), +,76d,24,24,1,0,0,,22047F,62047F,ff,REAR_FOG_OFF_BY_SMART_CF,0:false;1:true +,76d,24,31,10,0,0,ms,220480,620480,ff,WAIT_FOR_WELCOME_TM_CF, +,76d,24,24,1,0,0,,220481,620481,ff,Cxx_PWM_law_FRFog_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220482,620482,ff,Cxx_PWM_law_DRL_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220483,620483,ff,Cxx_PWM_law_HighBeam_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220484,620484,ff,Cxx_PWM_law_LowBeam_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220485,620485,ff,Cxx_PWM_law_RRFog_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220486,620486,ff,Cxx_PWM_law_Tail_1_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220487,620487,ff,Cxx_PWM_law_Tail_2_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220488,620488,ff,Cxx_PWM_law_Tail_3_Z_CF,0:F100Hz;1:F200Hz +,76d,24,24,1,0,0,,220489,620489,ff,DTC_REAR_FOG_LAMP_15_CF,0:false;1:true +,76d,24,39,10,0,0,ms,22048A,62048A,ff,REFUSE_TO_SLEEP_TM_CF, +,76d,24,24,1,0,0,,22048B,62048B,ff,DTC_LOAD_SPARE_4_11_CF,0:false;1:true +,76d,24,24,1,0,0,,221001,621001,ff,Nbx_AutoFolding_CF,0:false;1:true +,76d,25,25,1,0,0,,221001,621001,ff,Nbx_Cornering_CF,0:false;1:true +,76d,26,26,1,0,0,,221001,621001,ff,Nbx_E_B_FogWithoutPWM_CF,0:false;1:true +,76d,27,27,1,0,0,,221001,621001,ff,Nbx_CANADIAN_CF,0:false;1:true +,76d,28,28,1,0,0,,221001,621001,ff,Nbx_DRL_ACTIVE_CF,0:false;1:true +,76d,29,29,1,0,0,,221001,621001,ff,Nbx_DRL_closedto_ID_CF,0:false;1:true +,76d,30,30,1,0,0,,221001,621001,ff,Nbx_DRL_with_LED_CF,0:false;1:true +,76d,31,31,1,0,0,,221001,621001,ff,Nbx_DUAL_BULBS_CF,0:false;1:true +,76d,32,32,1,0,0,,221001,621001,ff,Nbx_E_B_DRL_Without_PWM_CF,0:false;1:true +,76d,33,33,1,0,0,,221001,621001,ff,Nbx_E_B_RearFogWithoutPWM_CF,0:false;1:true +,76d,34,34,1,0,0,,221001,621001,ff,Nbx_E_B_TAIL1WithoutPWM_CF,0:false;1:true +,76d,35,35,1,0,0,,221001,621001,ff,Nbx_E_B_TAIL2WithoutPWM_CF,0:false;1:true +,76d,36,36,1,0,0,,221001,621001,ff,Nbx_E_B_TAIL3WithoutPWM_CF,0:false;1:true +,76d,37,37,1,0,0,,221001,621001,ff,Nbx_FOLLOW_ME_HOME_CF,0:false;1:true +,76d,38,38,1,0,0,,221001,621001,ff,Nbx_FR_FOG_LAMP_CF,0:false;1:true +,76d,39,39,1,0,0,,221001,621001,ff,Nbx_Fr_fog_US_CF,0:false;1:true +,76d,40,40,1,0,0,,221001,621001,ff,Nbx_Headlamp_Bi_function_CF,0:false;1:true +,76d,41,41,1,0,0,,221001,621001,ff,Nbx_LED_Lowbeam_CF,0:false;1:true +,76d,42,42,1,0,0,,221001,621001,ff,Nbx_LowBeamwithoutPWM_CF,0:false;1:true +,76d,43,43,1,0,0,,221001,621001,ff,Nbx_REAR_FOG_LAMP_CF,0:false;1:true +,76d,44,44,1,0,0,,221001,621001,ff,Nbx_Remote_lighting_CF,0:false;1:true +,76d,45,45,1,0,0,,221001,621001,ff,Nbx_SCANDINAV_RUNNIG_LIGHTS_CF,0:false;1:true +,76d,46,46,1,0,0,,221001,621001,ff,Nbx_SWISS_CF,0:false;1:true +,76d,47,47,1,0,0,,221001,621001,ff,Nbx_TAIL_1_with_LED_CF,0:false;1:true +,76d,48,48,1,0,0,,221001,621001,ff,Nbx_TAIL_2_with_LED_CF,0:false;1:true +,76d,49,49,1,0,0,,221001,621001,ff,Nbx_TAIL_3_with_LED_CF,0:false;1:true +,76d,50,50,1,0,0,,221001,621001,ff,Nbx_Welcome_Goodbye_CF,0:false;1:true +,76d,51,51,1,0,0,,221001,621001,ff,Nbx_AUTO_WIPE_CF,0:false;1:true +,76d,52,52,1,0,0,,221001,621001,ff,Nbx_FRONT_WIPER_CF,0:false;1:true +,76d,53,53,1,0,0,,221001,621001,ff,EMM_Version_CF,0:false;1:true +,76d,54,54,1,0,0,,221001,621001,ff,Nbx_RES_Feedback_CF,0:false;1:true +,76d,55,55,1,0,0,,221001,621001,ff,ExternalRelays_CF,0:false;1:true +,76d,56,56,1,0,0,,221001,621001,ff,DTC_BACK_LIT_REAR_PLATE_15_CF,0:false;1:true +,76d,57,57,1,0,0,,221001,621001,ff,DTC_BATT1_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,58,58,1,0,0,,221001,621001,ff,DTC_BATT2_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,59,59,1,0,0,,221001,621001,ff,DTC_BATT3_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,60,60,1,0,0,,221001,621001,ff,DTC_BATT4_VOLTAGE_SENSE_14_CF,0:false;1:true +,76d,61,61,1,0,0,,221001,621001,ff,DTC_CAN1_81_CF,0:false;1:true +,76d,62,62,1,0,0,,221001,621001,ff,DTC_COMBI_SWITCH_94_CF,0:false;1:true +,76d,63,63,1,0,0,,221001,621001,ff,DTC_COMBI_SWITCH_96_CF,0:false;1:true +,76d,64,64,1,0,0,,221001,621001,ff,DTC_ECU_EMM_04_CF,0:false;1:true +,76d,65,65,1,0,0,,221001,621001,ff,DTC_ECU_EMM_05_CF,0:false;1:true +,76d,66,66,1,0,0,,221001,621001,ff,DTC_HIGH_BEAM_LEFT_11_CF,0:false;1:true +,76d,67,67,1,0,0,,221001,621001,ff,DTC_HIGH_BEAM_LEFT_15_CF,0:false;1:true +,76d,68,68,1,0,0,,221001,621001,ff,DTC_HIGH_BEAM_RIGHT_11_CF,0:false;1:true +,76d,69,69,1,0,0,,221001,621001,ff,DTC_HIGH_BEAM_RIGHT_15_CF,0:false;1:true +,76d,70,70,1,0,0,,221001,621001,ff,DTC_LEFT_DTRL_11_CF,0:false;1:true +,76d,71,71,1,0,0,,221001,621001,ff,DTC_LEFT_DTRL_15_CF,0:false;1:true +,76d,72,72,1,0,0,,221001,621001,ff,DTC_LEFT_LED_LOW_BEAM_14_CF,0:false;1:true +,76d,73,73,1,0,0,,221001,621001,ff,DTC_LEFT_LOW_BEAM_11_CF,0:false;1:true +,76d,74,74,1,0,0,,221001,621001,ff,DTC_LEFT_LOW_BEAM_15_CF,0:false;1:true +,76d,75,75,1,0,0,,221001,621001,ff,DTC_LIGHT_FRONT_LEFT_FOG_11_CF,0:false;1:true +,76d,76,76,1,0,0,,221001,621001,ff,DTC_LIN_RLS_81_CF,0:false;1:true +,76d,77,77,1,0,0,,221001,621001,ff,DTC_POSTION_LIGHT_LH_11_CF,0:false;1:true +,76d,78,78,1,0,0,,221001,621001,ff,DTC_POSTION_LIGHT_LH_15_CF,0:false;1:true +,76d,79,79,1,0,0,,221001,621001,ff,DTC_POSTION_LIGHT_RIGHT_11_CF,0:false;1:true +,76d,80,80,1,0,0,,221001,621001,ff,DTC_POSTION_LIGHT_RIGHT_15_CF,0:false;1:true +,76d,81,81,1,0,0,,221001,621001,ff,DTC_PWR_WIPER_11_CF,0:false;1:true +,76d,82,82,1,0,0,,221001,621001,ff,DTC_RAIN_LIGHT_SENSOR_93_CF,0:false;1:true +,76d,83,83,1,0,0,,221001,621001,ff,DTC_RAIN_LIGHT_SENSOR_96_CF,0:false;1:true +,76d,84,84,1,0,0,,221001,621001,ff,DTC_REAR_FOG_LAMP_11_CF,0:false;1:true +,76d,85,85,1,0,0,,221001,621001,ff,DTC_RIGHT_DTRL_11_CF,0:false;1:true +,76d,86,86,1,0,0,,221001,621001,ff,DTC_RIGHT_DTRL_15_CF,0:false;1:true +,76d,87,87,1,0,0,,221001,621001,ff,DTC_RIGHT_LED_LOW_BEAM_14_CF,0:false;1:true +,76d,88,88,1,0,0,,221001,621001,ff,DTC_RIGHT_LOW_BEAM_11_CF,0:false;1:true +,76d,89,89,1,0,0,,221001,621001,ff,DTC_RIGHT_LOW_BEAM_15_CF,0:false;1:true +,76d,90,90,1,0,0,,221001,621001,ff,DTC_WIPER_MOTOR_97_CF,0:false;1:true +,76d,91,91,1,0,0,,221001,621001,ff,DTC_LIGHT_FRONT_LEFT_FOG_15_CF,0:false;1:true +,76d,92,92,1,0,0,,221001,621001,ff,DTC_LIGHT_FRONT_RIGHT_FOG_11_CF,0:false;1:true +,76d,93,93,1,0,0,,221001,621001,ff,DTC_LIGHT_FRONT_RIGHT_FOG_15_CF,0:false;1:true +,76d,94,94,1,0,0,,221001,621001,ff,DTC_LIN_RLS_11_CF,0:false;1:true +,76d,95,95,1,0,0,,221001,621001,ff,DTC_LEVELLING_FT_SSR_12_CF,0:false;1:true +,76d,96,96,1,0,0,,221001,621001,ff,DTC_LEVELLING_FT_SSR_14_CF,0:false;1:true +,76d,97,97,1,0,0,,221001,621001,ff,DTC_LEVELLING_FT_SSR_1C_CF,0:false;1:true +,76d,98,98,1,0,0,,221001,621001,ff,DTC_LEVELLING_FT_SSR_83_CF,0:false;1:true +,76d,99,99,1,0,0,,221001,621001,ff,DTC_LEVELLING_INIT_FAILED_54_CF,0:false;1:true +,76d,100,100,1,0,0,,221001,621001,ff,DTC_LEVELLING_INIT_FAILED_55_CF,0:false;1:true +,76d,101,101,1,0,0,,221001,621001,ff,DTC_LEVELLING_MAN_SWITCH_12_CF,0:false;1:true +,76d,102,102,1,0,0,,221001,621001,ff,DTC_LEVELLING_MAN_SWITCH_14_CF,0:false;1:true +,76d,103,103,1,0,0,,221001,621001,ff,DTC_LEVELLING_MAN_SWITCH_1C_CF,0:false;1:true +,76d,104,104,1,0,0,,221001,621001,ff,DTC_LEVELLING_PWR_SSR_11_CF,0:false;1:true +,76d,105,105,1,0,0,,221001,621001,ff,DTC_LEVELLING_PWR_SSR_12_CF,0:false;1:true +,76d,106,106,1,0,0,,221001,621001,ff,DTC_LEVELLING_RR_SSR_12_CF,0:false;1:true +,76d,107,107,1,0,0,,221001,621001,ff,DTC_LEVELLING_RR_SSR_14_CF,0:false;1:true +,76d,108,108,1,0,0,,221001,621001,ff,DTC_LEVELLING_RR_SSR_1C_CF,0:false;1:true +,76d,109,109,1,0,0,,221001,621001,ff,DTC_LEVELLING_RR_SSR_83_CF,0:false;1:true +,76d,110,110,1,0,0,,221001,621001,ff,DTC_BACK_LIT_REAR_PLATE_11_CF,0:false;1:true +,76d,111,111,1,0,0,,221001,621001,ff,Nbx_High_beam_with_LED_CF,0:false;1:true +,76d,112,112,1,0,0,,221001,621001,ff,Nbx_Front_fog_with_leds_CF,0:false;1:true +,76d,113,113,1,0,0,,221001,621001,ff,Nbx_Rear_fog_with_leds_CF,0:false;1:true +,76d,114,114,1,0,0,,221001,621001,ff,DTC_LVL_ANALOG_CMD_11_CF,0:false;1:true +,76d,115,115,1,0,0,,221001,621001,ff,DTC_LVL_ANALOG_CMD_12_CF,0:false;1:true +,76d,116,116,1,0,0,,221001,621001,ff,DTC_LVL_ANALOG_CMD_62_CF,0:false;1:true +,76d,117,117,1,0,0,,221001,621001,ff,Fog_Parking_Light_CF,0:false;1:true +,76d,118,118,1,0,0,,221001,621001,ff,DAYNIGHT_DIAG_OUTPUT_CF,0:false;1:true +,76d,119,119,1,0,0,,221001,621001,ff,AMBIENT_LIGHT_FORCED_BY_DAY_CF,0:false;1:true +,76d,120,120,1,0,0,,221001,621001,ff,DEFAULT_AREA1_CF,0:false;1:true +,76d,121,121,1,0,0,,221001,621001,ff,DEFAULT_AREA2_CF,0:false;1:true +,76d,122,122,1,0,0,,221001,621001,ff,DEFAULT_AREA3_CF,0:false;1:true +,76d,123,123,1,0,0,,221001,621001,ff,LIGHT_PACKAGE_AMBIENCE_CF,0:false;1:true +,76d,124,124,1,0,0,,221001,621001,ff,MEX_LIGHT_CF,0:false;1:true +,76d,125,125,1,0,0,,221001,621001,ff,ONLY_DRL_OFF_CF,0:false;1:true +,76d,126,126,1,0,0,,221001,621001,ff,REMOTE_PHONE_DISPLAY_CF,0:false;1:true +,76d,127,127,1,0,0,,221001,621001,ff,TWILIGHT_ON_CUST_CF,0:false;1:true +,76d,128,128,1,0,0,,221001,621001,ff,DTC_LCM01_04_CF,0:false;1:true +,76d,129,129,1,0,0,,221001,621001,ff,DTC_LCM02_04_CF,0:false;1:true +,76d,130,130,1,0,0,,221001,621001,ff,DTC_LCM12_04_CF,0:false;1:true +,76d,131,131,1,0,0,,221001,621001,ff,DTC_LCM11_04_CF,0:false;1:true +,76d,132,132,1,0,0,,221001,621001,ff,DTC_LCM10_04_CF,0:false;1:true +,76d,133,133,1,0,0,,221001,621001,ff,DTC_LCM09_04_CF,0:false;1:true +,76d,134,134,1,0,0,,221001,621001,ff,DTC_LCM08_04_CF,0:false;1:true +,76d,135,135,1,0,0,,221001,621001,ff,DTC_LCM07_04_CF,0:false;1:true +,76d,136,136,1,0,0,,221001,621001,ff,DTC_LCM06_04_CF,0:false;1:true +,76d,137,137,1,0,0,,221001,621001,ff,DTC_LCM05_04_CF,0:false;1:true +,76d,138,138,1,0,0,,221001,621001,ff,DTC_LCM04_04_CF,0:false;1:true +,76d,139,139,1,0,0,,221001,621001,ff,DTC_LCM03_04_CF,0:false;1:true +,76d,140,140,1,0,0,,221001,621001,ff,DTC_LIN_AMBIANT_08_CF,0:false;1:true +,76d,141,141,1,0,0,,221001,621001,ff,DTC_LOAD_SPARE_4_15_CF,0:false;1:true +,76d,142,142,1,0,0,,221001,621001,ff,REAR_FOG_OFF_BY_SMART_CF,0:false;1:true +,76d,143,143,1,0,0,,221001,621001,ff,Cxx_PWM_law_FRFog_Z_CF,0:F100Hz;1:F200Hz +,76d,144,144,1,0,0,,221001,621001,ff,Cxx_PWM_law_DRL_Z_CF,0:F100Hz;1:F200Hz +,76d,145,145,1,0,0,,221001,621001,ff,Cxx_PWM_law_HighBeam_Z_CF,0:F100Hz;1:F200Hz +,76d,146,146,1,0,0,,221001,621001,ff,Cxx_PWM_law_LowBeam_Z_CF,0:F100Hz;1:F200Hz +,76d,147,147,1,0,0,,221001,621001,ff,Cxx_PWM_law_RRFog_Z_CF,0:F100Hz;1:F200Hz +,76d,148,148,1,0,0,,221001,621001,ff,Cxx_PWM_law_Tail_1_Z_CF,0:F100Hz;1:F200Hz +,76d,149,149,1,0,0,,221001,621001,ff,Cxx_PWM_law_Tail_2_Z_CF,0:F100Hz;1:F200Hz +,76d,150,150,1,0,0,,221001,621001,ff,Cxx_PWM_law_Tail_3_Z_CF,0:F100Hz;1:F200Hz +,76d,151,151,1,0,0,,221001,621001,ff,DTC_REAR_FOG_LAMP_15_CF,0:false;1:true +,76d,152,152,1,0,0,,221001,621001,ff,DTC_LOAD_SPARE_4_11_CF,0:false;1:true +,76d,160,167,.1,0,1,sec,221001,621001,ff,Nsx_AutoFoldingDelay_CF, +,76d,168,175,.1,0,1,sec,221001,621001,ff,Nsx_AutoUnfoldingDelay_CF, +,76d,176,183,1,0,0,,221001,621001,ff,Cxx_CorneringSpeed_CF, +,76d,184,191,1,0,0,,221001,621001,ff,Nbx_Auto_Light_CF,0:ALS_DEACTIVATED;1:ALS_WITH_RLS;2:ALS_WITH_ANALOG_SENSOR +,76d,192,199,1,0,0,sec,221001,621001,ff,Nsx_Position_After_Stop_CF, +,76d,200,207,1,0,0,,221001,621001,ff,Nsx_Singlebulb_DRL_Tail_CF, +,76d,208,215,1,0,0,,221001,621001,ff,Nsx_AUTO_LIGHT_SENSITIVITY_CF, +,76d,216,223,1,0,0,,221001,621001,ff,Nsx_LIGHT_SENSOR_CF, +,76d,224,231,1,0,0,,221001,621001,ff,Nsx_VEHICLE_RECOGNITION_CF, +,76d,232,239,.05,0,2,sec,221001,621001,ff,Nsx_HEADLAMPF_WASHER_TIMING_CF, +,76d,240,247,1,0,0,min,221001,621001,ff,Nsx_BattSave_TimeOut_CF, +,76d,248,255,1,0,0,,221001,621001,ff,Nsx_light_package_activ_CF, +,76d,256,263,1,0,0,,221001,621001,ff,Nsx_rear_tail_with_DRL_CF, +,76d,264,271,.01,0,2,,221001,621001,ff,Cxx_coef_G_1_cf, +,76d,272,279,.01,0,2,,221001,621001,ff,Cxx_coef_G_2_cf, +,76d,280,287,.01,0,2,,221001,621001,ff,Cxx_coef_G_3_cf, +,76d,288,295,.01,0,2,,221001,621001,ff,Cxx_coef_G_4_cf, +,76d,296,303,.01,0,2,,221001,621001,ff,Cxx_coef_W_1_cf, +,76d,304,311,.01,0,2,,221001,621001,ff,Cxx_coef_W_2_cf, +,76d,312,319,.01,0,2,,221001,621001,ff,Cxx_coef_W_3_cf, +,76d,320,327,.01,0,2,,221001,621001,ff,Cxx_coef_W_4_cf, +,76d,328,335,.01,0,2,,221001,621001,ff,Cxx_R_coef_G_1_cf, +,76d,336,343,.01,0,2,,221001,621001,ff,Cxx_R_coef_G_2_cf, +,76d,344,351,.01,0,2,,221001,621001,ff,Cxx_R_coef_G_3_cf, +,76d,352,359,.01,0,2,,221001,621001,ff,Cxx_R_coef_G_4_cf, +,76d,360,367,.01,0,2,,221001,621001,ff,Cxx_R_coef_W_1_cf, +,76d,368,375,.01,0,2,,221001,621001,ff,Cxx_R_coef_W_2_cf, +,76d,376,383,.01,0,2,,221001,621001,ff,Cxx_R_coef_W_3_cf, +,76d,384,391,.01,0,2,,221001,621001,ff,Cxx_R_coef_W_4_cf, +,76d,392,399,1,0,0,10ms,221001,621001,ff,Cxx_R_T1_G_cf, +,76d,400,407,1,0,0,10ms,221001,621001,ff,Cxx_R_T1_W_cf, +,76d,408,415,1,0,0,10ms,221001,621001,ff,Cxx_R_T2_G_cf, +,76d,416,423,1,0,0,10ms,221001,621001,ff,Cxx_R_T2_W_cf, +,76d,424,431,1,0,0,10ms,221001,621001,ff,Cxx_R_T3_G_cf, +,76d,432,439,1,0,0,10ms,221001,621001,ff,Cxx_R_T3_W_cf, +,76d,440,447,1,0,0,10ms,221001,621001,ff,Cxx_R_T4_G_cf, +,76d,448,455,1,0,0,10ms,221001,621001,ff,Cxx_R_T4_W_cf, +,76d,456,463,1,0,0,10ms,221001,621001,ff,Cxx_T1_G_cf, +,76d,464,471,1,0,0,10ms,221001,621001,ff,Cxx_T1_W_cf, +,76d,472,479,1,0,0,10ms,221001,621001,ff,Cxx_T2_G_cf, +,76d,480,487,1,0,0,10ms,221001,621001,ff,Cxx_T2_W_cf, +,76d,488,495,1,0,0,10ms,221001,621001,ff,Cxx_T3_G_cf, +,76d,496,503,1,0,0,10ms,221001,621001,ff,Cxx_T3_W_cf, +,76d,504,511,1,0,0,10ms,221001,621001,ff,Cxx_T4_G_cf, +,76d,512,519,1,0,0,10ms,221001,621001,ff,Cxx_T4_W_cf, +,76d,520,527,1,0,0,,221001,621001,ff,LVL_CFG_CF, +,76d,528,535,.1,0,1,Volt,221001,621001,ff,AUT_TH_VOLT_MIN_CF, +,76d,536,543,.1,0,1,Volt,221001,621001,ff,AUT_TH_VOLT_MAX_CF, +,76d,544,551,20,0,0,ms,221001,621001,ff,AUT_TH_VOLT_TIME_CF, +,76d,552,559,.1,0,1,Volt,221001,621001,ff,AUT_DT_VOLT_MAX_CF, +,76d,560,567,20,0,0,ms,221001,621001,ff,AUT_DT_VOLT_MAX_TIME_CF, +,76d,568,575,3.92156862745098E-03,0,3,,221001,621001,ff,MAN_SWI_FIL_COEF_CF, +,76d,576,583,3.92156862745098E-03,0,3,,221001,621001,ff,SPEED_FILTER_GAIN_CF, +,76d,584,591,3.92156862745098E-03,0,3,,221001,621001,ff,SWA_FILTER_COEF_CF, +,76d,592,599,64,128,0,-,221001,621001,ff,ROLL_RR_SSR_FIL_AUTH_CF, +,76d,600,607,1,0,0,km/h,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(0), +,76d,608,615,1,0,0,km/h,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(1), +,76d,616,623,1,0,0,km/h,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(2), +,76d,624,631,1,0,0,km/h,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_X.(3), +,76d,632,639,3.92156862745098E-03,0,3,-,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(0), +,76d,640,647,3.92156862745098E-03,0,3,-,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(1), +,76d,648,655,3.92156862745098E-03,0,3,-,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(2), +,76d,656,663,3.92156862745098E-03,0,3,-,221001,621001,ff,VEH_SPD_SSR_FIL_COEF_TAB_Y.(3), +,76d,664,671,3.92156862745098E-03,0,3,-,221001,621001,ff,FT_SSR_DELTA_INT_COEF_LNT_CF, +,76d,672,679,3.92156862745098E-03,0,3,-,221001,621001,ff,RR_SSR_DELTA_INT_COEF_LNT_CF, +,76d,680,687,3.92156862745098E-03,0,3,-,221001,621001,ff,FT_SSR_LOW_PASS_COEF_CF, +,76d,688,695,3.92156862745098E-03,0,3,-,221001,621001,ff,RR_SSR_LOW_PASS_COEF_CF, +,76d,696,703,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(0), +,76d,704,711,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(1), +,76d,712,719,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(2), +,76d,720,727,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(3), +,76d,728,735,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(4), +,76d,736,743,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(5), +,76d,744,751,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(6), +,76d,752,759,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(7), +,76d,760,767,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(8), +,76d,768,775,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(9), +,76d,776,783,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(10), +,76d,784,791,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_X.(11), +,76d,792,799,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(0), +,76d,800,807,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(1), +,76d,808,815,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(2), +,76d,816,823,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(3), +,76d,824,831,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(4), +,76d,832,839,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(5), +,76d,840,847,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(6), +,76d,848,855,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(7), +,76d,856,863,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(8), +,76d,864,871,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(9), +,76d,872,879,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(10), +,76d,880,887,1,128,0,mm,221001,621001,ff,RR_TO_FT_SSR_DELTA_TAB_Y.(11), +,76d,888,895,6.27450980392157E-02,32385,2,,221001,621001,ff,FT_SSR_COMP_COEF_CF, +,76d,896,903,6.27450980392157E-03,0,3,m,221001,621001,ff,WHEEL_HDLMP_DIST_CF, +,76d,904,911,1,0,0,km/h,221001,621001,ff,ATT_STOP_FIL_VEH_TH_CF, +,76d,912,919,20,0,0,ms,221001,621001,ff,ATT_TIMER_STOP_FILT_CF, +,76d,920,927,.4,0,1,%,221001,621001,ff,MAN_SWI_INDEX_BAND_CF, +,76d,928,935,20,0,0,ms,221001,621001,ff,MAN_SWI_INDEX_TIM_CF, +,76d,936,943,1,0,0,,221001,621001,ff,STA_ATT_MAN_PCT_TAB_X.(0), +,76d,944,951,1,0,0,,221001,621001,ff,STA_ATT_MAN_PCT_TAB_X.(1), +,76d,952,959,1,0,0,,221001,621001,ff,STA_ATT_MAN_PCT_TAB_X.(2), +,76d,960,967,1,0,0,,221001,621001,ff,STA_ATT_MAN_PCT_TAB_X.(3), +,76d,968,975,1,0,0,,221001,621001,ff,STA_ATT_MAN_PCT_TAB_X.(4), +,76d,976,983,.4,0,1,%,221001,621001,ff,MAN_SWI_INDEX_TAB_1_CF, +,76d,984,991,.4,0,1,%,221001,621001,ff,MAN_SWI_INDEX_TAB_2_CF, +,76d,992,999,.4,0,1,%,221001,621001,ff,MAN_SWI_INDEX_TAB_3_CF, +,76d,1000,1007,.4,0,1,%,221001,621001,ff,MAN_SWI_INDEX_TAB_4_CF, +,76d,1008,1015,.4,0,1,%,221001,621001,ff,MAN_SWI_INDEX_TAB_5_CF, +,76d,1016,1023,20,0,0,ms,221001,621001,ff,AUT_TH_BEAM_DLY_CF, +,76d,1024,1031,.392156862745098,0,1,%,221001,621001,ff,FT_SSR_DIAG_CTCY_L_CF, +,76d,1032,1039,.392156862745098,0,1,%,221001,621001,ff,FT_SSR_DIAG_CTCY_H_CF, +,76d,1040,1047,.392156862745098,0,1,%,221001,621001,ff,RR_SSR_DIAG_CTCY_L_CF, +,76d,1048,1055,.392156862745098,0,1,%,221001,621001,ff,RR_SSR_DIAG_CTCY_H_CF, +,76d,1056,1063,.392156862745098,0,1,%,221001,621001,ff,RR_SSR_INIT_RGE_L_CF, +,76d,1064,1071,.392156862745098,0,1,%,221001,621001,ff,RR_SSR_INIT_RGE_H_CF, +,76d,1072,1079,.392156862745098,0,1,%,221001,621001,ff,FT_SSR_INIT_RGE_L_CF, +,76d,1080,1087,.392156862745098,0,1,%,221001,621001,ff,FT_SSR_INIT_RGE_H_CF, +,76d,1088,1095,.392156862745098,0,1,%,221001,621001,ff,FT_SSR_SAT_MIN_LNT_CF, +,76d,1096,1103,.392156862745098,0,1,%,221001,621001,ff,FT_SSR_SAT_MAX_LNT_CF, +,76d,1104,1111,.392156862745098,0,1,%,221001,621001,ff,RR_SSR_SAT_MIN_LNT_CF, +,76d,1112,1119,.392156862745098,0,1,%,221001,621001,ff,RR_SSR_SAT_MAX_LNT_CF, +,76d,1120,1127,.392156862745098,0,1,%,221001,621001,ff,LVL_CMD_DIAG_LOW_CF, +,76d,1128,1135,.392156862745098,0,1,%,221001,621001,ff,LVL_CMD_DIAG_HIGH_CF, +,76d,1136,1143,1,0,0,km/h,221001,621001,ff,SSR_INIT_VEH_SPD_TH_CF, +,76d,1144,1151,20,0,0,ms,221001,621001,ff,AFS_CONV_TIMER_CF, +,76d,1152,1159,20,0,0,ms,221001,621001,ff,RLB_CONV_TIMER_CF, +,76d,1160,1167,1,0,0,,221001,621001,ff,LCM01_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1168,1175,1,0,0,,221001,621001,ff,LCM02_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1176,1183,1,0,0,,221001,621001,ff,LCM03_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1184,1191,1,0,0,,221001,621001,ff,LCM04_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1192,1199,1,0,0,,221001,621001,ff,LCM05_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1200,1207,1,0,0,,221001,621001,ff,LCM06_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1208,1215,1,0,0,,221001,621001,ff,LCM07_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1216,1223,1,0,0,,221001,621001,ff,LCM08_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1224,1231,1,0,0,,221001,621001,ff,LCM09_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1232,1239,1,0,0,,221001,621001,ff,LCM10_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1240,1247,1,0,0,,221001,621001,ff,LCM11_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1248,1255,1,0,0,,221001,621001,ff,LCM12_CF,0:LCM_DEACTIVATED;1:LCM_IN_AREA_1;2:LCM_IN_AREA_2;3:LCM_IN_AREA_3 +,76d,1256,1263,1,0,0,,221001,621001,ff,AUTO_LIGHT_TIMING_USER_CF,0:ALTU_VARIATION_1;1:ALTU_VARIATION_2;2:ALTU_VARIATION_3;3:ALTU_VARIATION_4 +,76d,1264,1271,1,0,0,,221001,621001,ff,AUTO_LIGHT_TYPE_CF,0:ALT_WITHOUT_AUTO_LIGHT;1:ALT_WITH_AUTO_LIGHT_WO_ENHANCED;2:ALT_WITH_AUTO_LIGHT_WITH_ENHANCED;3:ALT_RESERVED +,76d,1272,1279,20,0,0,ms,221001,621001,ff,BkLtI_Voltage_Output_Delay_TM_CF, +,76d,1280,1287,1,0,0,,221001,621001,ff,EMM_Internal_Light_package_CF, +,76d,1288,1295,1,0,0,,221001,621001,ff,FILTER_STEP_CF, +,76d,1296,1303,1,0,0,%,221001,621001,ff,COEF_INTENSITY_AREA1_CF, +,76d,1304,1311,1,0,0,%,221001,621001,ff,COEF_INTENSITY_AREA2_CF, +,76d,1312,1319,1,0,0,%,221001,621001,ff,COEF_INTENSITY_AREA3_CF, +,76d,1320,1327,1,0,0,,221001,621001,ff,DEFAULT_COLOR_CF,0:AMBI_LIGHT_COLOR_UNAVAILABLE;1:AMBI_LIGHT_STATUS_COLOR_1;2:AMBI_LIGHT_STATUS_COLOR_2;3:AMBI_LIGHT_STATUS_COLOR_3;4:AMBI_LIGHT_STATUS_COLOR_4;5:AMBI_LIGHT_STATUS_COLOR_5;6:AMBI_LIGHT_STATUS_COLOR_6;7:AMBI_LIGHT_STATUS_COLOR_7;8:AMBI_LIGHT_STATUS_COLOR_8;9:AMBI_LIGHT_STATUS_COLOR_9;10:AMBI_LIGHT_STATUS_COLOR_10;11:AMBI_LIGHT_STATUS_COLOR_11;12:AMBI_LIGHT_STATUS_COLOR_12;13:AMBI_LIGHT_STATUS_COLOR_13;14:AMBI_LIGHT_STATUS_COLOR_14;15:AMBI_LIGHT_STATUS_COLOR_15 +,76d,1328,1335,1,0,0,%,221001,621001,ff,DEFAULT_DAYINTENSITY_CF, +,76d,1336,1343,1,0,0,%,221001,621001,ff,DEFAULT_NIGHTINTENSITY_CF, +,76d,1344,1351,1,0,0,,221001,621001,ff,LIGHT_COEFFICIENT_CF, +,76d,1352,1359,1,0,0,,221001,621001,ff,PHONE_REMOTE_FLASH_NB_CF, +,76d,1360,1367,10,0,0,ms,221001,621001,ff,WAIT_FOR_WELCOME_TM_CF, +,76d,24,39,.1,0,1,°,221002,621002,ff,Cxx_A1_angle_CF, +,76d,40,55,.1,0,1,°,221002,621002,ff,Cxx_A2_angle_CF, +,76d,56,71,1,0,0,sec,221002,621002,ff,Cxx_dimming_time_CF, +,76d,72,87,.1,0,1,%,221002,621002,ff,Cxx_MAX_power_PWM_ratio_CF, +,76d,88,103,.1,0,1,%,221002,621002,ff,Cxx_min_power_PWM_ratio_CF, +,76d,104,119,.01,0,2,Volt,221002,621002,ff,Cxx_U_FOGLeftOffset_CF, +,76d,120,135,.01,0,2,Volt,221002,621002,ff,Cxx_U_FOGRightOffset_CF, +,76d,136,151,.01,0,2,Volt,221002,621002,ff,Cxx_U_DRLLeftOffset_CF, +,76d,152,167,.01,0,2,Volt,221002,621002,ff,Cxx_U_DRLRightOffset_CF, +,76d,168,183,.01,0,2,Volt,221002,621002,ff,Cxx_U_HighBeamleftOffset_CF, +,76d,184,199,.01,0,2,Volt,221002,621002,ff,Cxx_U_HighBeamRightOffset_CF, +,76d,200,215,.01,0,2,Volt,221002,621002,ff,Cxx_U_LowBeamleftOffset_CF, +,76d,216,231,.01,0,2,Volt,221002,621002,ff,Cxx_U_LowBeamRightOffset_CF, +,76d,232,247,.01,0,2,Volt,221002,621002,ff,Cxx_U_RearFOGOffset_CF, +,76d,248,263,.01,0,2,Volt,221002,621002,ff,Cxx_U_TAIL_1_Offset_CF, +,76d,264,279,.01,0,2,Volt,221002,621002,ff,Cxx_U_TAIL_2_Offset_CF, +,76d,280,295,.01,0,2,Volt,221002,621002,ff,Cxx_U_TAIL_3_Offset_CF, +,76d,296,311,.1,0,1,%,221002,621002,ff,Nbx_basic_PWM_adapt_DRL_Tail_CF, +,76d,312,327,.1,0,1,%,221002,621002,ff,Nbx_basic_PWM_adapt_TAIL_1_CF, +,76d,328,343,.1,0,1,%,221002,621002,ff,Nbx_basic_PWM_adapt_TAIL_2_CF, +,76d,344,359,.1,0,1,%,221002,621002,ff,Nbx_basic_PWM_adapt_TAIL_3_CF, +,76d,360,375,.1,0,1,%,221002,621002,ff,Nbx_basic_PWM_adaptation_DRL_CF, +,76d,376,391,.01,0,2,sec,221002,621002,ff,Nsx_Wait_GoodBye_CF, +,76d,392,407,1,0,0,sec,221002,621002,ff,Nsx_WGS_TM_CF, +,76d,408,423,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_FRFog_X.(0), +,76d,424,439,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_FRFog_X.(1), +,76d,440,455,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_FRFog_X.(2), +,76d,456,471,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_FRFog_X.(3), +,76d,472,487,.1,0,1,%,221002,621002,ff,C1d_PWM_law_FRFog_Y.(0), +,76d,488,503,.1,0,1,%,221002,621002,ff,C1d_PWM_law_FRFog_Y.(1), +,76d,504,519,.1,0,1,%,221002,621002,ff,C1d_PWM_law_FRFog_Y.(2), +,76d,520,535,.1,0,1,%,221002,621002,ff,C1d_PWM_law_FRFog_Y.(3), +,76d,536,551,.1,0,1,%,221002,621002,ff,C1d_PWM_law_DRL_Y.(0), +,76d,552,567,.1,0,1,%,221002,621002,ff,C1d_PWM_law_DRL_Y.(1), +,76d,568,583,.1,0,1,%,221002,621002,ff,C1d_PWM_law_DRL_Y.(2), +,76d,584,599,.1,0,1,%,221002,621002,ff,C1d_PWM_law_DRL_Y.(3), +,76d,600,615,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_DRL_X.(0), +,76d,616,631,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_DRL_X.(1), +,76d,632,647,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_DRL_X.(2), +,76d,648,663,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_DRL_X.(3), +,76d,664,679,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_HighBeam_X.(0), +,76d,680,695,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_HighBeam_X.(1), +,76d,696,711,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_HighBeam_X.(2), +,76d,712,727,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_HighBeam_X.(3), +,76d,728,743,.1,0,1,%,221002,621002,ff,C1d_PWM_law_HighBeam_Y.(0), +,76d,744,759,.1,0,1,%,221002,621002,ff,C1d_PWM_law_HighBeam_Y.(1), +,76d,760,775,.1,0,1,%,221002,621002,ff,C1d_PWM_law_HighBeam_Y.(2), +,76d,776,791,.1,0,1,%,221002,621002,ff,C1d_PWM_law_HighBeam_Y.(3), +,76d,792,807,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_LowBeam_X.(0), +,76d,808,823,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_LowBeam_X.(1), +,76d,824,839,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_LowBeam_X.(2), +,76d,840,855,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_LowBeam_X.(3), +,76d,856,871,.1,0,1,%,221002,621002,ff,C1d_PWM_law_LowBeam_Y.(0), +,76d,872,887,.1,0,1,%,221002,621002,ff,C1d_PWM_law_LowBeam_Y.(1), +,76d,888,903,.1,0,1,%,221002,621002,ff,C1d_PWM_law_LowBeam_Y.(2), +,76d,904,919,.1,0,1,%,221002,621002,ff,C1d_PWM_law_LowBeam_Y.(3), +,76d,920,935,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_RRFog_X.(0), +,76d,936,951,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_RRFog_X.(1), +,76d,952,967,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_RRFog_X.(2), +,76d,968,983,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_RRFog_X.(3), +,76d,984,999,.1,0,1,%,221002,621002,ff,C1d_PWM_law_RRFog_Y.(0), +,76d,1000,1015,.1,0,1,%,221002,621002,ff,C1d_PWM_law_RRFog_Y.(1), +,76d,1016,1031,.1,0,1,%,221002,621002,ff,C1d_PWM_law_RRFog_Y.(2), +,76d,1032,1047,.1,0,1,%,221002,621002,ff,C1d_PWM_law_RRFog_Y.(3), +,76d,1048,1063,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_1_X.(0), +,76d,1064,1079,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_1_X.(1), +,76d,1080,1095,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_1_X.(2), +,76d,1096,1111,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_1_X.(3), +,76d,1112,1127,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_2_X.(0), +,76d,1128,1143,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_2_X.(1), +,76d,1144,1159,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_2_X.(2), +,76d,1160,1175,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_2_X.(3), +,76d,1176,1191,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_3_X.(0), +,76d,1192,1207,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_3_X.(1), +,76d,1208,1223,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_3_X.(2), +,76d,1224,1239,.01,0,2,Volt,221002,621002,ff,C1d_PWM_law_Tail_3_X.(3), +,76d,1240,1255,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_1_Y.(0), +,76d,1256,1271,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_1_Y.(1), +,76d,1272,1287,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_1_Y.(2), +,76d,1288,1303,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_1_Y.(3), +,76d,1304,1319,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_2_Y.(0), +,76d,1320,1335,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_2_Y.(1), +,76d,1336,1351,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_2_Y.(2), +,76d,1352,1367,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_2_Y.(3), +,76d,1368,1383,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_3_Y.(0), +,76d,1384,1399,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_3_Y.(1), +,76d,1400,1415,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_3_Y.(2), +,76d,1416,1431,.1,0,1,%,221002,621002,ff,C1d_PWM_law_Tail_3_Y.(3), +,76d,1432,1447,.1,0,1,%,221002,621002,ff,Cxx_DC_G_1_cf, +,76d,1448,1463,.01,0,2,%,221002,621002,ff,Cxx_DC_G_2_cf, +,76d,1464,1479,.1,0,1,%,221002,621002,ff,Cxx_DC_G_3_cf, +,76d,1480,1495,.1,0,1,%,221002,621002,ff,Cxx_DC_G_4_cf, +,76d,1496,1511,.1,0,1,%,221002,621002,ff,Cxx_DC_G_initial_cf, +,76d,1512,1527,.1,0,1,%,221002,621002,ff,Cxx_DC_W_1_cf, +,76d,1528,1543,.1,0,1,%,221002,621002,ff,Cxx_DC_W_2_cf, +,76d,1544,1559,.1,0,1,%,221002,621002,ff,Cxx_DC_W_3_cf, +,76d,1560,1575,.1,0,1,%,221002,621002,ff,Cxx_DC_W_4_cf, +,76d,1576,1591,.1,0,1,%,221002,621002,ff,Cxx_DC_W_initial_cf, +,76d,1592,1607,.1,0,1,%,221002,621002,ff,Cxx_R_DC_G_1_cf, +,76d,1608,1623,.1,0,1,%,221002,621002,ff,Cxx_R_DC_G_2_cf, +,76d,1624,1639,.1,0,1,%,221002,621002,ff,Cxx_R_DC_G_3_cf, +,76d,1640,1655,.1,0,1,%,221002,621002,ff,Cxx_R_DC_G_4_cf, +,76d,1656,1671,.1,0,1,%,221002,621002,ff,Cxx_R_DC_G_initial_cf, +,76d,1672,1687,.1,0,1,,221002,621002,ff,Cxx_R_DC_W_1_cf, +,76d,1688,1703,.1,0,1,%,221002,621002,ff,Cxx_R_DC_W_2_cf, +,76d,1704,1719,.1,0,1,%,221002,621002,ff,Cxx_R_DC_W_3_cf, +,76d,1720,1735,.1,0,1,%,221002,621002,ff,Cxx_R_DC_W_4_cf, +,76d,1736,1751,.1,0,1,%,221002,621002,ff,Cxx_R_DC_W_initial_cf, +,76d,1752,1767,1.95315480277714E-03,2147385345,3,-,221002,621002,ff,ACC_RR_SSR_FIL_AUTH_CF, +,76d,1768,1783,1.95315480277714E-03,2147385345,3,,221002,621002,ff,BRAKE_RR_SSR_FIL_AUTH_CF, +,76d,1784,1799,.125,32768,1,°,221002,621002,ff,SWA_RR_SSR_FIL_AUTH_1_CF, +,76d,1800,1815,.125,32768,1,°,221002,621002,ff,SWA_RR_SSR_FIL_AUTH_2_CF, +,76d,1816,1831,.01,0,2,%,221002,621002,ff,FT_SSR_DELTA_INT_CND_CF, +,76d,1832,1847,.01,0,2,%,221002,621002,ff,RR_SSR_DELTA_INT_CND_CF, +,76d,1848,1863,1,0,0,-,221002,621002,ff,FT_SSR_DELTA_INT_TH_CF, +,76d,1864,1879,1,0,0,-,221002,621002,ff,RR_SSR_DELTA_INT_TH_CF, +,76d,1880,1895,.01,0,2,%,221002,621002,ff,FT_SSR_DELTA_MAX_LNT_CF, +,76d,1896,1911,.01,0,2,%,221002,621002,ff,RR_SSR_DELTA_MAX_LNT_CF, +,76d,1912,1927,20,0,0,ms,221002,621002,ff,FT_SSR_LOW_PASS_PER_SEC_CF, +,76d,1928,1943,20,0,0,ms,221002,621002,ff,RR_SSR_LOW_PASS_PER_SEC_CF, +,76d,1944,1959,1.52590218966964E-05,32767,3,,221002,621002,ff,FT_SSR_ATT_COEF_CF, +,76d,1960,1975,1.52590218966964E-05,32767,3,-,221002,621002,ff,RR_SSR_ATT_COEF_CF, +,76d,1976,1991,1,0,0,mm,221002,621002,ff,WHEEL_BASE_CF, +,76d,1992,2007,.001,0,3,Volt,221002,621002,ff,POWER_SSR_DIAG_SCG_CF, +,76d,2008,2023,.001,0,3,Volt,221002,621002,ff,POWER_SSR_DIAG_SCP_CF, +,76d,2024,2039,.001,0,3,Volt,221002,621002,ff,SSR_DIAG_ELEC_SCG_CF, +,76d,2040,2055,.001,0,3,Volt,221002,621002,ff,SSR_DIAG_ELEC_SCP_CF, +,76d,2056,2071,.001,0,3,Volt,221002,621002,ff,SSR_DIAG_RGE_H_CF, +,76d,2072,2087,.001,0,3,Volt,221002,621002,ff,SSR_DIAG_RGE_L_CF, +,76d,2088,2103,1.52590218966964E-05,0,3,,221002,621002,ff,HDLMP_MECH_ATT_CF, +,76d,2104,2119,.0005,32000,3,%,221002,621002,ff,ATT_THR_STOP_FIL_CF, +,76d,2120,2135,.0005,32000,3,,221002,621002,ff,NOM_ATT_OFS_CF, +,76d,2136,2151,3.04875257495995E-02,715806038,2,,221002,621002,ff,MOTOR_ATT_STAT_COEF_CF, +,76d,2152,2167,.002,0,3,%,221002,621002,ff,NOM_PWM_OFS_CF, +,76d,2168,2183,.002,0,3,%,221002,621002,ff,PWM_NOM_MIN_CF, +,76d,2184,2199,.002,0,3,%,221002,621002,ff,PWM_NOM_MAX_CF, +,76d,2200,2215,.002,25000,3,%,221002,621002,ff,SP_OFS_W_EXT_FAIL_CF, +,76d,2216,2231,.002,0,3,%,221002,621002,ff,SP_W_LVL_FAIL_CF, +,76d,2232,2247,1,0,0,-,221002,621002,ff,N_MIN_STA_FAST_LNT_LH_CF, +,76d,2248,2263,1,0,0,-,221002,621002,ff,N_MIN_STA_LP_LNT_LH_CF, +,76d,2264,2279,.0005,32000,3,%,221002,621002,ff,STA_ATT_MAN_PCT_TAB_Y.(0), +,76d,2280,2295,.0005,32000,3,%,221002,621002,ff,STA_ATT_MAN_PCT_TAB_Y.(1), +,76d,2296,2311,.0005,32000,3,%,221002,621002,ff,STA_ATT_MAN_PCT_TAB_Y.(2), +,76d,2312,2327,.0005,32000,3,%,221002,621002,ff,STA_ATT_MAN_PCT_TAB_Y.(3), +,76d,2328,2343,.0005,32000,3,%,221002,621002,ff,STA_ATT_MAN_PCT_TAB_Y.(4), +,76d,2344,2359,1.52590218966964E-04,0,3,Volt,221002,621002,ff,MAN_SWI_DIAG_ELEC_SCG_CF, +,76d,2360,2375,1.52590218966964E-04,0,3,Volt,221002,621002,ff,MAN_SWI_DIAG_ELEC_SCP_CF, +,76d,2376,2391,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_X.(0), +,76d,2392,2407,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_X.(1), +,76d,2408,2423,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_X.(2), +,76d,2424,2439,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_X.(3), +,76d,2440,2455,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_X.(4), +,76d,2456,2471,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_X.(5), +,76d,2472,2487,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_X.(0), +,76d,2488,2503,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_X.(1), +,76d,2504,2519,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_X.(2), +,76d,2520,2535,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_X.(3), +,76d,2536,2551,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_X.(4), +,76d,2552,2567,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_X.(5), +,76d,2568,2583,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_X.(0), +,76d,2584,2599,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_X.(1), +,76d,2600,2615,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_X.(2), +,76d,2616,2631,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_X.(3), +,76d,2632,2647,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_X.(4), +,76d,2648,2663,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_X.(5), +,76d,2664,2679,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_X.(0), +,76d,2680,2695,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_X.(1), +,76d,2696,2711,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_X.(2), +,76d,2712,2727,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_X.(3), +,76d,2728,2743,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_X.(4), +,76d,2744,2759,.0005,32000,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_X.(5), +,76d,2760,2775,.0005,32000,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_X.(0), +,76d,2776,2791,.0005,32000,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_X.(1), +,76d,2792,2807,.0005,32000,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_X.(2), +,76d,2808,2823,.0005,32000,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_X.(3), +,76d,2824,2839,.0005,32000,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_X.(4), +,76d,2840,2855,.0005,32000,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_X.(5), +,76d,2856,2871,.002,0,3,%,221002,621002,ff,RLB_CONV_STEP_CF, +,76d,2872,2887,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_Y.(0), +,76d,2888,2903,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_Y.(1), +,76d,2904,2919,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_Y.(2), +,76d,2920,2935,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_Y.(3), +,76d,2936,2951,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_Y.(4), +,76d,2952,2967,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_1_Y.(5), +,76d,2968,2983,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_Y.(0), +,76d,2984,2999,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_Y.(1), +,76d,3000,3015,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_Y.(2), +,76d,3016,3031,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_Y.(3), +,76d,3032,3047,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_Y.(4), +,76d,3048,3063,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_2_Y.(5), +,76d,3064,3079,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_Y.(0), +,76d,3080,3095,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_Y.(1), +,76d,3096,3111,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_Y.(2), +,76d,3112,3127,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_Y.(3), +,76d,3128,3143,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_Y.(4), +,76d,3144,3159,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_3_Y.(5), +,76d,3160,3175,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_Y.(0), +,76d,3176,3191,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_Y.(1), +,76d,3192,3207,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_Y.(2), +,76d,3208,3223,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_Y.(3), +,76d,3224,3239,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_Y.(4), +,76d,3240,3255,3.05180437933928E-03,429477069,3,%,221002,621002,ff,AFS_OFFSET_STATE_TAB_4_Y.(5), +,76d,3256,3271,3.05180437933928E-03,429477069,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_Y.(0), +,76d,3272,3287,3.05180437933928E-03,429477069,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_Y.(1), +,76d,3288,3303,3.05180437933928E-03,429477069,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_Y.(2), +,76d,3304,3319,3.05180437933928E-03,429477069,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_Y.(3), +,76d,3320,3335,3.05180437933928E-03,429477069,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_Y.(4), +,76d,3336,3351,3.05180437933928E-03,429477069,3,%,221002,621002,ff,RLB_LVL_OFFSET_TAB_Y.(5), +,76d,3352,3367,.01,0,2,km/h,221002,621002,ff,VEH_SPD_TH_SWA_STATIC_AUTH_CF, +,76d,3368,3383,.01,0,2,km/h,221002,621002,ff,AFS_VehSpd_Thrs_0_CF, +,76d,3384,3399,.01,0,2,km/h,221002,621002,ff,AFS_VehSpd_Thrs_1_CF, +,76d,3400,3415,.01,0,2,km/h,221002,621002,ff,AFS_VehSpd_Thrs_2_CF, +,76d,3416,3431,.01,0,2,km/h,221002,621002,ff,AFS_VehSpd_Thrs_3_CF, +,76d,3432,3447,5,0,0,ms,221002,621002,ff,LVL_CMD_ENABLE_DLY_CF, +,76d,3448,3463,.002,0,3,%,221002,621002,ff,AFS_CONV_STEP_CF, +,76d,3464,3479,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_0_Drop_CF, +,76d,3480,3495,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_1_Drop_CF, +,76d,3496,3511,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_1_Rise_CF, +,76d,3512,3527,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_2_Drop_CF, +,76d,3528,3543,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_2_Rise_CF, +,76d,3544,3559,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_3_Drop_CF, +,76d,3560,3575,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_3_Rise_CF, +,76d,3576,3591,.02,0,2,sec,221002,621002,ff,AFS_VehSpd_Timer_4_Rise_CF, +,76d,24,39,.01,0,2,sec,221003,621003,ff,Cxx_ALS_REQ_FALL_FILTER_TM_CF, +,76d,40,55,1,0,0,,221003,621003,ff,ENHANCE_LO_OFF_THRESH_CF.(0), +,76d,56,71,1,0,0,,221003,621003,ff,ENHANCE_LO_OFF_THRESH_CF.(1), +,76d,72,87,1,0,0,,221003,621003,ff,ENHANCE_LO_OFF_THRESH_CF.(2), +,76d,88,103,1,0,0,,221003,621003,ff,ENHANCE_LO_OFF_THRESH_CF.(3), +,76d,104,119,1,0,0,,221003,621003,ff,ENHANCE_LO_ON_THRESH_CF.(0), +,76d,120,135,1,0,0,,221003,621003,ff,ENHANCE_LO_ON_THRESH_CF.(1), +,76d,136,151,1,0,0,,221003,621003,ff,ENHANCE_LO_ON_THRESH_CF.(2), +,76d,152,167,1,0,0,,221003,621003,ff,ENHANCE_LO_ON_THRESH_CF.(3), +,76d,168,183,.1,0,1,%,221003,621003,ff,NightDayBackLighting_PWM_CF.(0), +,76d,184,199,.1,0,1,%,221003,621003,ff,NightDayBackLighting_PWM_CF.(1), +,76d,200,215,.1,0,1,%,221003,621003,ff,NightDayBackLighting_PWM_CF.(2), +,76d,216,231,.1,0,1,%,221003,621003,ff,NightDayBackLighting_PWM_CF.(3), +,76d,232,247,.01,0,2,sec,221003,621003,ff,DAYNIGHT_CONF_TIME_TM_CF, +,76d,248,263,1,0,0,m,221003,621003,ff,LO_OFF_DELAY_DISTANCE_CF.(0), +,76d,264,279,1,0,0,m,221003,621003,ff,LO_OFF_DELAY_DISTANCE_CF.(1), +,76d,280,295,1,0,0,m,221003,621003,ff,LO_OFF_DELAY_DISTANCE_CF.(2), +,76d,296,311,1,0,0,m,221003,621003,ff,LO_OFF_DELAY_DISTANCE_CF.(3), +,76d,312,327,1,0,0,,221003,621003,ff,LO_OFF_THRESH_CF.(0), +,76d,328,343,1,0,0,,221003,621003,ff,LO_OFF_THRESH_CF.(1), +,76d,344,359,1,0,0,,221003,621003,ff,LO_OFF_THRESH_CF.(2), +,76d,360,375,1,0,0,,221003,621003,ff,LO_OFF_THRESH_CF.(3), +,76d,376,391,1,0,0,m,221003,621003,ff,LO_ON_DELAY_DISTANCE_CF.(0), +,76d,392,407,1,0,0,m,221003,621003,ff,LO_ON_DELAY_DISTANCE_CF.(1), +,76d,408,423,1,0,0,m,221003,621003,ff,LO_ON_DELAY_DISTANCE_CF.(2), +,76d,424,439,1,0,0,m,221003,621003,ff,LO_ON_DELAY_DISTANCE_CF.(3), +,76d,440,455,1,0,0,,221003,621003,ff,LO_ON_THRESH_CF.(0), +,76d,456,471,1,0,0,,221003,621003,ff,LO_ON_THRESH_CF.(1), +,76d,472,487,1,0,0,,221003,621003,ff,LO_ON_THRESH_CF.(2), +,76d,488,503,1,0,0,,221003,621003,ff,LO_ON_THRESH_CF.(3), +,76d,504,519,10,0,0,ms,221003,621003,ff,PL_OFF_DELAY_TIME_CF.(0), +,76d,520,535,10,0,0,ms,221003,621003,ff,PL_OFF_DELAY_TIME_CF.(1), +,76d,536,551,10,0,0,ms,221003,621003,ff,PL_OFF_DELAY_TIME_CF.(2), +,76d,552,567,10,0,0,ms,221003,621003,ff,PL_OFF_DELAY_TIME_CF.(3), +,76d,568,583,1,0,0,,221003,621003,ff,PL_OFF_THRESH_CF.(0), +,76d,584,599,1,0,0,,221003,621003,ff,PL_OFF_THRESH_CF.(1), +,76d,600,615,1,0,0,,221003,621003,ff,PL_OFF_THRESH_CF.(2), +,76d,616,631,1,0,0,,221003,621003,ff,PL_OFF_THRESH_CF.(3), +,76d,632,647,1,0,0,m,221003,621003,ff,PL_ON_DELAY_DISTANCE_CF.(0), +,76d,648,663,1,0,0,m,221003,621003,ff,PL_ON_DELAY_DISTANCE_CF.(1), +,76d,664,679,1,0,0,m,221003,621003,ff,PL_ON_DELAY_DISTANCE_CF.(2), +,76d,680,695,1,0,0,m,221003,621003,ff,PL_ON_DELAY_DISTANCE_CF.(3), +,76d,696,711,10,0,0,ms,221003,621003,ff,PL_ON_DELAY_TIME_CF.(0), +,76d,712,727,10,0,0,ms,221003,621003,ff,PL_ON_DELAY_TIME_CF.(1), +,76d,728,743,10,0,0,ms,221003,621003,ff,PL_ON_DELAY_TIME_CF.(2), +,76d,744,759,10,0,0,ms,221003,621003,ff,PL_ON_DELAY_TIME_CF.(3), +,76d,760,775,1,0,0,,221003,621003,ff,PL_ON_THRESH_CF.(0), +,76d,776,791,1,0,0,,221003,621003,ff,PL_ON_THRESH_CF.(1), +,76d,792,807,1,0,0,,221003,621003,ff,PL_ON_THRESH_CF.(2), +,76d,808,823,1,0,0,,221003,621003,ff,PL_ON_THRESH_CF.(3), +,76d,824,839,10,0,0,ms,221003,621003,ff,QUICK_LO_OFF_DELAY_TIME_CF.(0), +,76d,840,855,10,0,0,ms,221003,621003,ff,QUICK_LO_OFF_DELAY_TIME_CF.(1), +,76d,856,871,10,0,0,ms,221003,621003,ff,QUICK_LO_OFF_DELAY_TIME_CF.(2), +,76d,872,887,10,0,0,ms,221003,621003,ff,QUICK_LO_OFF_DELAY_TIME_CF.(3), +,76d,888,903,1,0,0,,221003,621003,ff,QUICK_LO_OFF_THRESH_CF.(0), +,76d,904,919,1,0,0,,221003,621003,ff,QUICK_LO_OFF_THRESH_CF.(1), +,76d,920,935,1,0,0,,221003,621003,ff,QUICK_LO_OFF_THRESH_CF.(2), +,76d,936,951,1,0,0,,221003,621003,ff,QUICK_LO_OFF_THRESH_CF.(3), +,76d,952,967,10,0,0,ms,221003,621003,ff,QUICK_LO_ON_DELAY_TIME_CF.(0), +,76d,968,983,10,0,0,ms,221003,621003,ff,QUICK_LO_ON_DELAY_TIME_CF.(1), +,76d,984,999,10,0,0,ms,221003,621003,ff,QUICK_LO_ON_DELAY_TIME_CF.(2), +,76d,1000,1015,10,0,0,ms,221003,621003,ff,QUICK_LO_ON_DELAY_TIME_CF.(3), +,76d,1016,1031,1,0,0,,221003,621003,ff,QUICK_LO_ON_THRESH_CF.(0), +,76d,1032,1047,1,0,0,,221003,621003,ff,QUICK_LO_ON_THRESH_CF.(1), +,76d,1048,1063,1,0,0,,221003,621003,ff,QUICK_LO_ON_THRESH_CF.(2), +,76d,1064,1079,1,0,0,,221003,621003,ff,QUICK_LO_ON_THRESH_CF.(3), +,76d,1080,1095,10,0,0,ms,221003,621003,ff,QUICK_PL_ON_DELAY_TIME_CF.(0), +,76d,1096,1111,10,0,0,ms,221003,621003,ff,QUICK_PL_ON_DELAY_TIME_CF.(1), +,76d,1112,1127,10,0,0,ms,221003,621003,ff,QUICK_PL_ON_DELAY_TIME_CF.(2), +,76d,1128,1143,10,0,0,ms,221003,621003,ff,QUICK_PL_ON_DELAY_TIME_CF.(3), +,76d,1144,1159,1,0,0,,221003,621003,ff,QUICK_PL_ON_THRESH_CF.(0), +,76d,1160,1175,1,0,0,,221003,621003,ff,QUICK_PL_ON_THRESH_CF.(1), +,76d,1176,1191,1,0,0,,221003,621003,ff,QUICK_PL_ON_THRESH_CF.(2), +,76d,1192,1207,1,0,0,,221003,621003,ff,QUICK_PL_ON_THRESH_CF.(3), +,76d,1208,1223,10,0,0,ms,221003,621003,ff,T_DOWN_CF, +,76d,1224,1239,10,0,0,ms,221003,621003,ff,T_UP_CF, +,76d,1240,1255,.01,0,2,Volt,221003,621003,ff,C1d_PWM_law_DNS_X.(0), +,76d,1256,1271,.01,0,2,Volt,221003,621003,ff,C1d_PWM_law_DNS_X.(1), +,76d,1272,1287,.01,0,2,Volt,221003,621003,ff,C1d_PWM_law_DNS_X.(2), +,76d,1288,1303,.01,0,2,Volt,221003,621003,ff,C1d_PWM_law_DNS_X.(3), +,76d,1304,1319,10,0,0,ms,221003,621003,ff,REFUSE_TO_SLEEP_TM_CF, +,76d,24,31,.01,0,2,sec,222001,622001,ff,Csx_LedLBeam_FailCfd_TM_TP, +,76d,24,31,.01,0,2,sec,222002,622002,ff,Csx_LedLBeam_ReSend_TM_TP, +,76d,24,39,.01,0,2,sec,222004,622004,ff,Cxx_COM_SW_FAIL_DETECTED_TM_TP, +,76d,24,39,1,0,0,sec,222005,622005,ff,Cxx_CSW_ALS_TP, +,76d,24,39,1,0,0,sec,222006,622006,ff,Cxx_CSW_FrontFogLight_TP, +,76d,24,39,1,0,0,sec,222007,622007,ff,Cxx_CSW_HighBeam_TP, +,76d,24,39,1,0,0,sec,222008,622008,ff,Cxx_CSW_LowBeam_TP, +,76d,24,39,1,0,0,sec,222009,622009,ff,Cxx_CSW_NoLight_TP, +,76d,24,39,1,0,0,sec,22200A,62200A,ff,Cxx_CSW_Passing_TP, +,76d,24,39,1,0,0,sec,22200B,62200B,ff,Cxx_CSW_PositionLight_TP, +,76d,24,39,1,0,0,sec,22200C,62200C,ff,Cxx_CSW_RearFogLight_TP, +,76d,24,39,.01,0,2,sec,22200D,62200D,ff,Cxx_FMH_INCREMENT_ENABLED_TM_TP, +,76d,24,39,1,0,0,10ms,22200E,62200E,ff,Cxx_FMH_MAX_TM_TP, +,76d,24,39,1,0,0,10ms,22200F,62200F,ff,Cxx_FMH_TM_TP, +,76d,24,31,1,0,0,sec,222010,622010,ff,Cxx_REMOTE_LIGHTING_TM_TP, +,76d,24,39,.01,0,2,sec,222012,622012,ff,Cxx_singlblb_recovry_time_TM_TP, +,76d,24,39,1,0,0,10ms,222013,622013,ff,Cxx_SW_AUTO_TO_MANUAL_TM_TP, +,76d,24,55,1,0,0,,222014,622014,4ff,OFF_CSW_filtering_time_TP, +,76d,24,55,1,0,0,,222015,622015,4ff,ON_CSW_filtering_time_TP, +,76d,24,31,1,0,0,,222016,622016,ff,C_K_DRL_NbOfMissionsAllowed_TP, +,76d,24,31,1,0,0,,222018,622018,ff,C_K_DRL_NbOfRetriesAfterSales_TP, +,76d,24,31,1,0,0,,222019,622019,ff,C_K_DRL_NbrOfRetriesPerMission_TP, +,76d,24,39,1,0,0,10ms,22201A,62201A,ff,Cxx_DeadTimeDelay_TM_TP, +,76d,24,31,1,0,0,,22201B,62201B,ff,Cxx_FOG_MissionsAllowed_TP, +,76d,24,31,1,0,0,,22201C,62201C,ff,Cxx_FOG_RetriesAfterSales_TP, +,76d,24,31,1,0,0,,22201D,62201D,ff,Cxx_FOG_RetriesPerMission_TP, +,76d,24,31,1,0,0,,22201E,62201E,ff,Cxx_HBEAM_MissionsAllowed_TP, +,76d,24,31,1,0,0,,22201F,62201F,ff,Cxx_HBEAM_RetriesAfterSales_TP, +,76d,24,31,1,0,0,,222020,622020,ff,Cxx_HBEAM_RetriesPerMission_TP, +,76d,24,31,1,0,0,,222021,622021,ff,Cxx_LBEAM_MissionsAllowed_TP, +,76d,24,31,1,0,0,,222022,622022,ff,Cxx_LBEAM_RetriesAfterSales_TP, +,76d,24,31,1,0,0,,222023,622023,ff,Cxx_LBEAM_RetriesPerMission_TP, +,76d,24,31,1,0,0,,222024,622024,ff,Cxx_TAIL_MissionsAllowed_TP, +,76d,24,31,1,0,0,,222025,622025,ff,Cxx_TAIL_RetriesAfterSales_TP, +,76d,24,31,1,0,0,,222026,622026,ff,Cxx_TAIL_RetriesPerMission_TP, +,76d,24,39,.01,0,2,km/h,222027,622027,ff,Cxx_VehicleRunnig_max_TP, +,76d,24,39,1,0,0,km/h,222028,622028,ff,Cxx_VehicleSpeed_invalid_TP, +,76d,24,31,1,0,0,,22202A,62202A,ff,Cxx_CSW_AUTO_POS_0, +,76d,24,31,1,0,0,,22202B,62202B,ff,Cxx_CSW_AUTO_POS_1, +,76d,24,31,1,0,0,,22202C,62202C,ff,Cxx_CSW_AUTO_POS_2, +,76d,24,31,1,0,0,,22202D,62202D,ff,Cxx_CSW_AUTO_POS_3, +,76d,24,31,1,0,0,,22202E,62202E,ff,Cxx_CSW_AUTO_POS_4, +,76d,24,31,.005,0,3,sec,22202F,62202F,ff,Cxx_CSW_POSITION_FILTER_TM_TP, +,76d,24,39,.005,0,3,sec,222030,622030,ff,Cxx_DROP_WIPE_TM_TP, +,76d,24,39,.005,0,3,sec,222033,622033,ff,Cxx_HEADLAMPWASHING_TM_TP, +,76d,24,31,1,0,0,,222034,622034,ff,Cxx_MAX_NB_FRONT_WASHING_TP, +,76d,24,31,.005,0,3,sec,222035,622035,ff,Cxx_OFF_CSW_FILTERING_TIME_TP, +,76d,24,31,.005,0,3,sec,222036,622036,ff,Cxx_ON_CSW_FILTERING_TIME_TP, +,76d,24,39,.01,0,2,Volt,222037,622037,ff,Cxx_READ_AF, +,76d,24,39,.01,0,2,Volt,222038,622038,ff,Cxx_READ_AUTO_CSW_MAX, +,76d,24,39,.01,0,2,Volt,222039,622039,ff,Cxx_READ_AUTO_CSW_MIN, +,76d,24,39,.005,0,3,sec,22203C,62203C,ff,Cxx_SENSOR_FAILURE_FILTER_TM_TP, +,76d,24,39,.005,0,3,sec,22203D,62203D,ff,Cxx_STAND_INT_TIME_TM_TP_1, +,76d,24,39,.005,0,3,sec,22203E,62203E,ff,Cxx_STAND_INT_TIME_TM_TP_2, +,76d,24,39,.005,0,3,sec,22203F,62203F,ff,Cxx_STAND_INT_TIME_TM_TP_3, +,76d,24,39,.005,0,3,sec,222040,622040,ff,Cxx_STAND_INT_TIME_TM_TP_4, +,76d,24,39,.005,0,3,sec,222041,622041,ff,Cxx_STD_FIXED_INT_TIME_TP, +,76d,24,39,.005,0,3,sec,222042,622042,ff,Cxx_TIME_ON_WIPE_HS_TP, +,76d,24,39,.005,0,3,sec,222043,622043,ff,Cxx_TIME_ON_WIPE_LS_TP, +,76d,24,39,.005,0,3,sec,222044,622044,ff,Cxx_TIME_PASSED_IN_SPHS_TP, +,76d,24,39,.005,0,3,sec,222045,622045,ff,Cxx_TIME_PASSED_IN_SPLS_TP, +,76d,24,31,.005,0,3,sec,222047,622047,ff,Cxx_WASH_WIPE_DELAY_TM_TP, +,76d,24,31,.005,0,3,sec,222048,622048,ff,Cxx_WASHER_CONFIRMATION_TM_TP, +,76d,24,39,.01,0,2,km/h,222049,622049,ff,Cxx_VehicleRunnig_min_TP, +,76d,24,39,.01,0,2,Volt,22204A,62204A,ff,Cxx_RESUME_READ_AF, +,76d,24,39,.005,0,3,sec,22204B,62204B,ff,Cxx_COM_SW_FAILURE_DETECT_TM_TP, +,76d,24,39,.005,0,3,sec,22204C,62204C,ff,Cxx_COMBI_SW_NORMAL_MODE_TM_TP, +,76d,24,31,1,0,0,,22204D,62204D,ff,Cxx_FR_WIPER_PROLONG_WIPES_TP, +,76d,24,31,.005,0,3,sec,22204E,62204E,ff,Cxx_GO_TO_SERV_POSITION_TM_TP, +,76d,24,31,1,0,0,sec,22204F,62204F,ff,Cxx_SENSI_POSITION_FILTER_TM_TP, +,76d,24,39,.005,0,3,sec,222050,622050,ff,Cxx_WASH_PROLONG_MAX_TM_TP, +,76d,24,39,.01,0,2,sec,222051,622051,ff,Cxx_COM_SW_NO_FAIL_DETECTED_TM_TP, +,76d,24,39,.01,0,2,sec,222052,622052,ff,CAN_V_CUSTOMER_ON_DLY_TM_TP, +,76d,24,31,1,40,0,°C,222054,622054,ff,Cxx_Temp_Max_TP, +,76d,24,31,1,0,0,min,222055,622055,ff,Cxx_Max_Time_TM_TP, +,76d,24,39,.25,0,1,sec,222056,622056,ff,Cxx_RLSCOM_FAILURE_FILTER_TM_TP, +,76d,24,31,1,0,0,,222057,622057,ff,Cxx_CSW_filtering_sample_nb_TP, +,76d,24,39,.005,0,3,Volt,222058,622058,ff,CSW_INPUT_VOLTAGE_1_TP, +,76d,24,39,.005,0,3,Volt,222059,622059,ff,CSW_INPUT_VOLTAGE_2_TP, +,76d,24,39,.005,0,3,Volt,22205A,62205A,ff,CSW_INPUT_VOLTAGE_3_TP, +,76d,24,39,.005,0,3,Volt,22205B,62205B,ff,CSW_INPUT_VOLTAGE_4_TP, +,76d,24,39,10,0,0,ms,22205C,62205C,ff,ALS_CONFIRMATION_TIME_TP, +,76d,24,31,.1,0,1,Volt,22205E,62205E,ff,ALS_OUT_HIGH_LEVEL_VOLTAGE_TP, +,76d,24,31,.1,0,1,Volt,22205F,62205F,ff,ALS_OUT_LOW_LEVEL_VOLTAGE_TP, +,76d,24,31,.1,0,1,Volt,222060,622060,ff,ALS_SUPPLY_FAIL_LOW_LVL_VOLT_TP, +,76d,24,31,.1,0,1,Volt,222061,622061,ff,ALS_SUPPLY_FAIL_HIGH_LVL_VOLT_TP, +,76d,24,39,.01,0,2,sec,222062,622062,ff,Cxx_SENSOR_2_FAIL_FILTER_TM_TP, +,76d,24,31,1,0,0,,222063,622063,ff,ARCHI_EE_TP,0:ARCHI_EE_G3;1:ARCHI_EE_T4;2:ARCHI_EE_T4_VS;3:ARCHI_EE_C1R;4:ARCHI_EE_C1A +,76d,24,31,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(0), +,76d,32,39,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(1), +,76d,40,47,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(2), +,76d,48,55,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(3), +,76d,56,63,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(4), +,76d,64,71,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(5), +,76d,72,79,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(6), +,76d,80,87,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(7), +,76d,88,95,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(8), +,76d,96,103,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(9), +,76d,104,111,1,0,0,,222064,622064,ff,DAYINTENSITY_COLOR_1_TP.(10), +,76d,24,31,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(0), +,76d,32,39,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(1), +,76d,40,47,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(2), +,76d,48,55,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(3), +,76d,56,63,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(4), +,76d,64,71,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(5), +,76d,72,79,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(6), +,76d,80,87,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(7), +,76d,88,95,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(8), +,76d,96,103,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(9), +,76d,104,111,1,0,0,,222065,622065,ff,DAYINTENSITY_COLOR_10_TP.(10), +,76d,24,31,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(0), +,76d,32,39,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(1), +,76d,40,47,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(2), +,76d,48,55,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(3), +,76d,56,63,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(4), +,76d,64,71,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(5), +,76d,72,79,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(6), +,76d,80,87,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(7), +,76d,88,95,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(8), +,76d,96,103,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(9), +,76d,104,111,1,0,0,,222066,622066,ff,DAYINTENSITY_COLOR_11_TP.(10), +,76d,24,31,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(0), +,76d,32,39,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(1), +,76d,40,47,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(2), +,76d,48,55,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(3), +,76d,56,63,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(4), +,76d,64,71,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(5), +,76d,72,79,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(6), +,76d,80,87,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(7), +,76d,88,95,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(8), +,76d,96,103,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(9), +,76d,104,111,1,0,0,,222067,622067,ff,DAYINTENSITY_COLOR_12_TP.(10), +,76d,24,31,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(0), +,76d,32,39,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(1), +,76d,40,47,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(2), +,76d,48,55,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(3), +,76d,56,63,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(4), +,76d,64,71,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(5), +,76d,72,79,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(6), +,76d,80,87,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(7), +,76d,88,95,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(8), +,76d,96,103,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(9), +,76d,104,111,1,0,0,,222068,622068,ff,DAYINTENSITY_COLOR_13_TP.(10), +,76d,24,31,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(0), +,76d,32,39,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(1), +,76d,40,47,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(2), +,76d,48,55,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(3), +,76d,56,63,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(4), +,76d,64,71,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(5), +,76d,72,79,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(6), +,76d,80,87,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(7), +,76d,88,95,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(8), +,76d,96,103,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(9), +,76d,104,111,1,0,0,,222069,622069,ff,DAYINTENSITY_COLOR_14_TP.(10), +,76d,24,31,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(0), +,76d,32,39,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(1), +,76d,40,47,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(2), +,76d,48,55,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(3), +,76d,56,63,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(4), +,76d,64,71,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(5), +,76d,72,79,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(6), +,76d,80,87,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(7), +,76d,88,95,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(8), +,76d,96,103,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(9), +,76d,104,111,1,0,0,,22206A,62206A,ff,DAYINTENSITY_COLOR_15_TP.(10), +,76d,24,31,10,0,0,ms,22206B,62206B,ff,WAIT_IL_STATUS_TM_TP, +,76d,24,31,1,0,0,sec,22206C,62206C,ff,MODULE_LIN_FAILURE_FILTER_TM_TP, +,76d,24,31,1,0,0,sec,22206D,62206D,ff,LIN_FAILURE_FILTER_TM_TP, +,76d,24,39,.01,0,2,sec,22206E,62206E,ff,WGS_AL_TM_TP, +,76d,24,31,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(0), +,76d,32,39,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(1), +,76d,40,47,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(2), +,76d,48,55,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(3), +,76d,56,63,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(4), +,76d,64,71,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(5), +,76d,72,79,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(6), +,76d,80,87,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(7), +,76d,88,95,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(8), +,76d,96,103,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(9), +,76d,104,111,1,0,0,,22206F,62206F,ff,DAYINTENSITY_COLOR_2_TP.(10), +,76d,24,31,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(0), +,76d,32,39,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(1), +,76d,40,47,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(2), +,76d,48,55,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(3), +,76d,56,63,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(4), +,76d,64,71,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(5), +,76d,72,79,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(6), +,76d,80,87,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(7), +,76d,88,95,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(8), +,76d,96,103,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(9), +,76d,104,111,1,0,0,,222070,622070,ff,DAYINTENSITY_COLOR_3_TP.(10), +,76d,24,31,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(0), +,76d,32,39,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(1), +,76d,40,47,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(2), +,76d,48,55,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(3), +,76d,56,63,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(4), +,76d,64,71,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(5), +,76d,72,79,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(6), +,76d,80,87,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(7), +,76d,88,95,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(8), +,76d,96,103,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(9), +,76d,104,111,1,0,0,,222071,622071,ff,DAYINTENSITY_COLOR_4_TP.(10), +,76d,24,31,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(0), +,76d,32,39,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(1), +,76d,40,47,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(2), +,76d,48,55,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(3), +,76d,56,63,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(4), +,76d,64,71,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(5), +,76d,72,79,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(6), +,76d,80,87,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(7), +,76d,88,95,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(8), +,76d,96,103,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(9), +,76d,104,111,1,0,0,,222072,622072,ff,DAYINTENSITY_COLOR_5_TP.(10), +,76d,24,31,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(0), +,76d,32,39,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(1), +,76d,40,47,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(2), +,76d,48,55,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(3), +,76d,56,63,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(4), +,76d,64,71,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(5), +,76d,72,79,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(6), +,76d,80,87,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(7), +,76d,88,95,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(8), +,76d,96,103,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(9), +,76d,104,111,1,0,0,,222073,622073,ff,DAYINTENSITY_COLOR_6_TP.(10), +,76d,24,31,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(0), +,76d,32,39,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(1), +,76d,40,47,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(2), +,76d,48,55,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(3), +,76d,56,63,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(4), +,76d,64,71,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(5), +,76d,72,79,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(6), +,76d,80,87,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(7), +,76d,88,95,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(8), +,76d,96,103,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(9), +,76d,104,111,1,0,0,,222074,622074,ff,DAYINTENSITY_COLOR_7_TP.(10), +,76d,24,31,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(0), +,76d,32,39,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(1), +,76d,40,47,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(2), +,76d,48,55,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(3), +,76d,56,63,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(4), +,76d,64,71,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(5), +,76d,72,79,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(6), +,76d,80,87,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(7), +,76d,88,95,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(8), +,76d,96,103,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(9), +,76d,104,111,1,0,0,,222075,622075,ff,DAYINTENSITY_COLOR_8_TP.(10), +,76d,24,31,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(0), +,76d,32,39,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(1), +,76d,40,47,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(2), +,76d,48,55,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(3), +,76d,56,63,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(4), +,76d,64,71,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(5), +,76d,72,79,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(6), +,76d,80,87,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(7), +,76d,88,95,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(8), +,76d,96,103,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(9), +,76d,104,111,1,0,0,,222076,622076,ff,DAYINTENSITY_COLOR_9_TP.(10), +,76d,24,31,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(0), +,76d,32,39,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(1), +,76d,40,47,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(2), +,76d,48,55,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(3), +,76d,56,63,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(4), +,76d,64,71,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(5), +,76d,72,79,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(6), +,76d,80,87,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(7), +,76d,88,95,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(8), +,76d,96,103,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(9), +,76d,104,111,1,0,0,,222077,622077,ff,NIGHTINTENSITY_COLOR_1_TP.(10), +,76d,24,31,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(0), +,76d,32,39,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(1), +,76d,40,47,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(2), +,76d,48,55,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(3), +,76d,56,63,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(4), +,76d,64,71,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(5), +,76d,72,79,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(6), +,76d,80,87,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(7), +,76d,88,95,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(8), +,76d,96,103,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(9), +,76d,104,111,1,0,0,,222081,622081,ff,NIGHTINTENSITY_COLOR_5_TP.(10), +,76d,24,31,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(0), +,76d,32,39,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(1), +,76d,40,47,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(2), +,76d,48,55,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(3), +,76d,56,63,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(4), +,76d,64,71,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(5), +,76d,72,79,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(6), +,76d,80,87,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(7), +,76d,88,95,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(8), +,76d,96,103,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(9), +,76d,104,111,1,0,0,,222082,622082,ff,NIGHTINTENSITY_COLOR_10_TP.(10), +,76d,24,31,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(0), +,76d,32,39,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(1), +,76d,40,47,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(2), +,76d,48,55,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(3), +,76d,56,63,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(4), +,76d,64,71,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(5), +,76d,72,79,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(6), +,76d,80,87,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(7), +,76d,88,95,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(8), +,76d,96,103,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(9), +,76d,104,111,1,0,0,,222083,622083,ff,NIGHTINTENSITY_COLOR_11_TP.(10), +,76d,24,31,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(0), +,76d,32,39,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(1), +,76d,40,47,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(2), +,76d,48,55,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(3), +,76d,56,63,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(4), +,76d,64,71,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(5), +,76d,72,79,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(6), +,76d,80,87,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(7), +,76d,88,95,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(8), +,76d,96,103,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(9), +,76d,104,111,1,0,0,,222084,622084,ff,NIGHTINTENSITY_COLOR_12_TP.(10), +,76d,24,31,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(0), +,76d,32,39,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(1), +,76d,40,47,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(2), +,76d,48,55,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(3), +,76d,56,63,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(4), +,76d,64,71,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(5), +,76d,72,79,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(6), +,76d,80,87,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(7), +,76d,88,95,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(8), +,76d,96,103,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(9), +,76d,104,111,1,0,0,,222085,622085,ff,NIGHTINTENSITY_COLOR_14_TP.(10), +,76d,24,31,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(0), +,76d,32,39,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(1), +,76d,40,47,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(2), +,76d,48,55,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(3), +,76d,56,63,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(4), +,76d,64,71,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(5), +,76d,72,79,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(6), +,76d,80,87,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(7), +,76d,88,95,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(8), +,76d,96,103,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(9), +,76d,104,111,1,0,0,,222086,622086,ff,NIGHTINTENSITY_COLOR_13_TP.(10), +,76d,24,31,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(0), +,76d,32,39,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(1), +,76d,40,47,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(2), +,76d,48,55,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(3), +,76d,56,63,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(4), +,76d,64,71,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(5), +,76d,72,79,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(6), +,76d,80,87,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(7), +,76d,88,95,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(8), +,76d,96,103,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(9), +,76d,104,111,1,0,0,,222087,622087,ff,NIGHTINTENSITY_COLOR_15_TP.(10), +,76d,24,31,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(0), +,76d,32,39,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(1), +,76d,40,47,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(2), +,76d,48,55,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(3), +,76d,56,63,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(4), +,76d,64,71,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(5), +,76d,72,79,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(6), +,76d,80,87,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(7), +,76d,88,95,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(8), +,76d,96,103,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(9), +,76d,104,111,1,0,0,,222088,622088,ff,NIGHTINTENSITY_COLOR_2_TP.(10), +,76d,24,31,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(0), +,76d,32,39,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(1), +,76d,40,47,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(2), +,76d,48,55,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(3), +,76d,56,63,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(4), +,76d,64,71,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(5), +,76d,72,79,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(6), +,76d,80,87,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(7), +,76d,88,95,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(8), +,76d,96,103,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(9), +,76d,104,111,1,0,0,,222089,622089,ff,NIGHTINTENSITY_COLOR_3_TP.(10), +,76d,24,31,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(0), +,76d,32,39,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(1), +,76d,40,47,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(2), +,76d,48,55,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(3), +,76d,56,63,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(4), +,76d,64,71,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(5), +,76d,72,79,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(6), +,76d,80,87,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(7), +,76d,88,95,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(8), +,76d,96,103,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(9), +,76d,104,111,1,0,0,,22208A,62208A,ff,NIGHTINTENSITY_COLOR_4_TP.(10), +,76d,24,31,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(0), +,76d,32,39,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(1), +,76d,40,47,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(2), +,76d,48,55,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(3), +,76d,56,63,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(4), +,76d,64,71,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(5), +,76d,72,79,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(6), +,76d,80,87,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(7), +,76d,88,95,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(8), +,76d,96,103,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(9), +,76d,104,111,1,0,0,,22208B,62208B,ff,NIGHTINTENSITY_COLOR_6_TP.(10), +,76d,24,31,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(0), +,76d,32,39,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(1), +,76d,40,47,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(2), +,76d,48,55,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(3), +,76d,56,63,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(4), +,76d,64,71,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(5), +,76d,72,79,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(6), +,76d,80,87,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(7), +,76d,88,95,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(8), +,76d,96,103,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(9), +,76d,104,111,1,0,0,,22208C,62208C,ff,NIGHTINTENSITY_COLOR_7_TP.(10), +,76d,24,31,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(0), +,76d,32,39,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(1), +,76d,40,47,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(2), +,76d,48,55,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(3), +,76d,56,63,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(4), +,76d,64,71,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(5), +,76d,72,79,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(6), +,76d,80,87,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(7), +,76d,88,95,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(8), +,76d,96,103,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(9), +,76d,104,111,1,0,0,,22208D,62208D,ff,NIGHTINTENSITY_COLOR_8_TP.(10), +,76d,24,31,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(0), +,76d,32,39,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(1), +,76d,40,47,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(2), +,76d,48,55,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(3), +,76d,56,63,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(4), +,76d,64,71,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(5), +,76d,72,79,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(6), +,76d,80,87,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(7), +,76d,88,95,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(8), +,76d,96,103,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(9), +,76d,104,111,1,0,0,,22208E,62208E,ff,NIGHTINTENSITY_COLOR_9_TP.(10), +,76d,24,31,10,0,0,ms,22208F,62208F,ff,SMARTPHONE_DURATION_TM_TP, +,76d,24,39,.1,0,1,km/h,222090,622090,ff,ALS_ENHANCED_TUN_CONDITION_TP, +,76d,24,24,1,0,0,,224001,624001,ff,Vbx_EMM_DRL_LightsReq_S,0:false;1:true +,76d,24,24,1,0,0,,224002,624002,ff,Vbx_EMM_Low_BeamReq_S,0:false;1:true +,76d,24,24,1,0,0,,224003,624003,ff,Vbx_EMM_Pos_LightsReq_S,0:false;1:true +,76d,24,31,1,0,0,,224004,624004,ff,AfterSales_Bklit_Pos_S, +,76d,24,31,1,0,0,,224005,624005,ff,AfterSales_Front_Tail_S, +,76d,24,31,1,0,0,,224006,624006,ff,AfterSales_Left_DTRL_S, +,76d,24,31,1,0,0,,224007,624007,ff,AfterSales_Left_Front_Fog_S, +,76d,24,31,1,0,0,,224008,624008,ff,AfterSales_Left_High_Beam_S, +,76d,24,31,1,0,0,,224009,624009,ff,AfterSales_Left_Low_Beam_S, +,76d,24,31,1,0,0,,22400A,62400A,ff,AfterSales_Rear_Fog_S, +,76d,24,31,1,0,0,,22400B,62400B,ff,AfterSales_Rear_Tail_S, +,76d,24,31,1,0,0,,22400C,62400C,ff,AfterSales_Right_Front_Fog_S, +,76d,24,31,1,0,0,,22400D,62400D,ff,AfterSales_Right_High_Beam_S, +,76d,24,31,1,0,0,,22400E,62400E,ff,AfterSales_Right_Low_Beam_S, +,76d,24,31,1,0,0,,22400F,62400F,ff,MissonsAllowed_Bklit_Pos_S, +,76d,24,31,1,0,0,,224010,624010,ff,MissonsAllowed_Front_Tail_S, +,76d,24,31,1,0,0,,224011,624011,ff,MissonsAllowed_Left_DTRL_S, +,76d,24,31,1,0,0,,224012,624012,ff,MissonsAllowed_Left_Front_Fog_S, +,76d,24,31,1,0,0,,224013,624013,ff,MissonsAllowed_Left_High_Beam_S, +,76d,24,31,1,0,0,,224014,624014,ff,MissonsAllowed_Left_Low_Beam_S, +,76d,24,31,1,0,0,,224015,624015,ff,MissonsAllowed_Rear_Fog_S, +,76d,24,31,1,0,0,,224016,624016,ff,MissonsAllowed_Rear_Tail_S, +,76d,24,31,1,0,0,,224017,624017,ff,MissonsAllowed_Right_Front_Fog_S, +,76d,24,31,1,0,0,,224018,624018,ff,MissonsAllowed_Right_High_Beam_S, +,76d,24,31,1,0,0,,224019,624019,ff,MissonsAllowed_Right_Low_Beam_S, +,76d,24,31,1,0,0,,22401A,62401A,ff,RetriesPerMission_Bklit_Pos_S, +,76d,24,31,1,0,0,,22401B,62401B,ff,RetriesPerMission_Front_Tail_S, +,76d,24,31,1,0,0,,22401D,62401D,ff,RetriesPerMission_Left_Front_Fog_S, +,76d,24,31,1,0,0,,22401E,62401E,ff,RetriesPerMission_Left_High_Beam_S, +,76d,24,31,1,0,0,,22401F,62401F,ff,RetriesPerMission_Left_DTRL_S, +,76d,24,31,1,0,0,,224020,624020,ff,RetriesPerMission_Left_Low_Beam_S, +,76d,24,31,1,0,0,,224021,624021,ff,RetriesPerMission_Rear_Fog_S, +,76d,24,31,1,0,0,,224022,624022,ff,RetriesPerMission_Rear_Tail_S, +,76d,24,31,1,0,0,,224023,624023,ff,RetriesPerMission_Right_Front_Fog_S, +,76d,24,31,1,0,0,,224024,624024,ff,RetriesPerMission_Right_High_Beam_S, +,76d,24,31,1,0,0,,224025,624025,ff,RetriesPerMission_Right_Low_Beam_S, +,76d,24,24,1,0,0,,224028,624028,ff,Vbx_Serv_Position_Req_S,0:false;1:true +,76d,24,24,1,0,0,,224029,624029,ff,Vbx_Frt_Blocked_Motor_HS_S,0:false;1:true +,76d,24,24,1,0,0,,22402A,62402A,ff,Vbx_Frt_Blocked_Motor_LS_S,0:false;1:true +,76d,24,24,1,0,0,,22402B,62402B,ff,Vbx_FRONT_WIPER_AF_S,0:false;1:true +,76d,24,31,1,0,0,,22402E,62402E,ff,Vsx_Led_Low_beam_failure_S,0:LFD_NO_LOWBEAM_FAILURE;1:LFD_LOWBEAM_FAILURE;2:LFD_LOWBEAM_FAILURE_REEMISSION;3:LFD_NOT_USED +,76d,24,31,1,0,0,,22402F,62402F,ff,AfterSales_Right_DTRL_S, +,76d,24,31,1,0,0,,224030,624030,ff,MissonsAllowed_Right_DTRL_S, +,76d,24,31,1,0,0,,224031,624031,ff,RetriesPerMission_Right_DTRL_S, +,76d,24,31,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(0), +,76d,32,39,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(1), +,76d,40,47,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(2), +,76d,48,55,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(3), +,76d,56,63,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(4), +,76d,64,71,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(5), +,76d,72,79,1,0,0,,22403C,62403C,ff,DTC_LIST_OUT_SNAPSHOT_3_S.(6), +,76d,24,31,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(0), +,76d,32,39,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(1), +,76d,40,47,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(2), +,76d,48,55,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(3), +,76d,56,63,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(4), +,76d,64,71,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(5), +,76d,72,79,1,0,0,,224042,624042,ff,DTC_LIST_OUT_SNAPSHOT_9_S.(6), +,76d,24,39,.0005,32000,3,%,224043,624043,ff,VEH_ATT_PCT_AVG_S, +,76d,24,39,.01,0,2,%,224044,624044,ff,FT_SSR_INIT_S, +,76d,24,39,.01,0,2,%,224045,624045,ff,RR_SSR_INIT_S, +,76d,24,39,1,0,0,,224046,624046,ff,VEH_ATT_PCT_CNT_S, +,76d,24,39,1,0,0,,224047,624047,ff,LVL_CMD_ENABLE_CNT_S, +,76d,24,39,1,0,0,,224048,624048,ff,LVL_CMD_PWM_CNT_S, +,76d,24,24,1,0,0,,224050,624050,ff,Vbx_Battery_Save_S,0:false;1:true +,76d,24,31,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(0), +,76d,32,39,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(1), +,76d,40,47,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(2), +,76d,48,55,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(3), +,76d,56,63,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(4), +,76d,64,71,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(5), +,76d,72,79,1,0,0,,224051,624051,ff,DTC_LIST_OUT_SNAPSHOT_0_S.(6), +,76d,24,55,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(0), +,76d,56,87,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(1), +,76d,88,119,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(2), +,76d,120,151,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(3), +,76d,152,183,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(4), +,76d,184,215,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(5), +,76d,216,247,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(6), +,76d,248,279,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(7), +,76d,280,311,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(8), +,76d,312,343,1,0,0,,224052,624052,4ff,DTC_LIST_OUT_EXT_DATA_S.(9), +,76d,24,55,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(0), +,76d,56,87,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(1), +,76d,88,119,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(2), +,76d,120,151,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(3), +,76d,152,183,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(4), +,76d,184,215,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(5), +,76d,216,247,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(6), +,76d,248,279,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(7), +,76d,280,311,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(8), +,76d,312,343,1,0,0,,224053,624053,4ff,DTC_LIST_OUT_IDENTITY_DTC_S.(9), +,76d,24,31,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(0), +,76d,32,39,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(1), +,76d,40,47,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(2), +,76d,48,55,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(3), +,76d,56,63,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(4), +,76d,64,71,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(5), +,76d,72,79,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(6), +,76d,80,87,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(7), +,76d,88,95,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(8), +,76d,96,103,1,0,0,,224054,624054,ff,DTC_LIST_OUT_OCCUR_CNT_S.(9), +,76d,24,31,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(0), +,76d,32,39,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(1), +,76d,40,47,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(2), +,76d,48,55,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(3), +,76d,56,63,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(4), +,76d,64,71,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(5), +,76d,72,79,1,0,0,,224055,624055,ff,DTC_LIST_OUT_SNAPSHOT_1_S.(6), +,76d,24,31,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(0), +,76d,32,39,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(1), +,76d,40,47,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(2), +,76d,48,55,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(3), +,76d,56,63,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(4), +,76d,64,71,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(5), +,76d,72,79,1,0,0,,224056,624056,ff,DTC_LIST_OUT_SNAPSHOT_2_S.(6), +,76d,24,31,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(0), +,76d,32,39,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(1), +,76d,40,47,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(2), +,76d,48,55,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(3), +,76d,56,63,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(4), +,76d,64,71,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(5), +,76d,72,79,1,0,0,,224057,624057,ff,DTC_LIST_OUT_SNAPSHOT_4_S.(6), +,76d,24,31,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(0), +,76d,32,39,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(1), +,76d,40,47,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(2), +,76d,48,55,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(3), +,76d,56,63,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(4), +,76d,64,71,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(5), +,76d,72,79,1,0,0,,224058,624058,ff,DTC_LIST_OUT_SNAPSHOT_5_S.(6), +,76d,24,31,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(0), +,76d,32,39,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(1), +,76d,40,47,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(2), +,76d,48,55,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(3), +,76d,56,63,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(4), +,76d,64,71,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(5), +,76d,72,79,1,0,0,,224059,624059,ff,DTC_LIST_OUT_SNAPSHOT_6_S.(6), +,76d,24,31,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(0), +,76d,32,39,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(1), +,76d,40,47,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(2), +,76d,48,55,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(3), +,76d,56,63,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(4), +,76d,64,71,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(5), +,76d,72,79,1,0,0,,22405A,62405A,ff,DTC_LIST_OUT_SNAPSHOT_7_S.(6), +,76d,24,31,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(0), +,76d,32,39,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(1), +,76d,40,47,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(2), +,76d,48,55,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(3), +,76d,56,63,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(4), +,76d,64,71,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(5), +,76d,72,79,1,0,0,,22405B,62405B,ff,DTC_LIST_OUT_SNAPSHOT_8_S.(6), +,76d,24,31,1,0,0,,22405C,62405C,ff,NB_PRESENT_DTC_S, +,76d,24,24,1,0,0,,22405D,62405D,ff,ACTIVATION_RECORDED_S,0:false;1:true +,76d,24,31,5,0,0,%,22405E,62405E,ff,DAY_INTENSITY_RECORDED_S, +,76d,24,31,5,0,0,%,22405F,62405F,ff,NIGHT_INTENSITY_RECORDED_S, +,76d,24,31,1,0,0,,224060,624060,ff,COLOR_RECORDED_S,0:AMBI_LIGHT_COLOR_NO_REQUEST;1:AMBI_LIGHT_REQ_COLOR_1;2:AMBI_LIGHT_REQ_COLOR_2;3:AMBI_LIGHT_REQ_COLOR_3;4:AMBI_LIGHT_REQ_COLOR_4;5:AMBI_LIGHT_REQ_COLOR_5;6:AMBI_LIGHT_REQ_COLOR_6;7:AMBI_LIGHT_REQ_COLOR_7;8:AMBI_LIGHT_REQ_COLOR_8;9:AMBI_LIGHT_REQ_COLOR_9;10:AMBI_LIGHT_REQ_COLOR_10;11:AMBI_LIGHT_REQ_COLOR_11;12:AMBI_LIGHT_REQ_COLOR_12;13:AMBI_LIGHT_REQ_COLOR_13;14:AMBI_LIGHT_REQ_COLOR_14;15:AMBI_LIGHT_REQ_COLOR_15;16:AMBI_LIGHT_REQ_COLOR_UNUSED_16;17:AMBI_LIGHT_REQ_COLOR_UNUSED_17;18:AMBI_LIGHT_REQ_COLOR_UNUSED_18;19:AMBI_LIGHT_REQ_COLOR_UNUSED_19;20:AMBI_LIGHT_REQ_COLOR_UNUSED_20;21:AMBI_LIGHT_REQ_COLOR_UNUSED_21;22:AMBI_LIGHT_REQ_COLOR_UNUSED_22;23:AMBI_LIGHT_REQ_COLOR_UNUSED_23;24:AMBI_LIGHT_REQ_COLOR_UNUSED_24;25:AMBI_LIGHT_REQ_COLOR_UNUSED_25;26:AMBI_LIGHT_REQ_COLOR_UNUSED_26;27:AMBI_LIGHT_REQ_COLOR_UNUSED_27;28:AMBI_LIGHT_REQ_COLOR_UNUSED_28;29:AMBI_LIGHT_REQ_COLOR_UNUSED_29;30:AMBI_LIGHT_REQ_COLOR_UNUSED_30;31:AMBI_LIGHT_REQ_COLOR_RESET +,76d,24,24,1,0,0,,224061,624061,ff,AREA1_RECORDED_S,0:false;1:true +,76d,24,24,1,0,0,,224062,624062,ff,AREA2_RECORDED_S,0:false;1:true +,76d,24,24,1,0,0,,224063,624063,ff,AREA3_RECORDED_S,0:false;1:true +,76d,24,24,1,0,0,,224064,624064,ff,PATTERN_RECORDED_S,0:false;1:true +,76d,24,31,1,0,0,,224065,624065,ff,STATUS_BYTE_S, +,76d,24,24,1,0,0,,226013,626013,ff,Vbx_Service_APSW_Error_Req,0:false;1:true +,76d,24,31,1,0,0,,226015,626015,ff,Vsx_AUTO_CSW_SWITCH, +,76d,24,39,.0005,32000,3,%,226052,626052,ff,STA_ATT, +,76d,24,39,.0005,32000,3,%,226053,626053,ff,STA_ATT_COMP_PCT, +,76d,24,39,.0005,32000,3,%,226054,626054,ff,COMP_MS_PCT, +,76d,24,39,.0005,32000,3,%,226055,626055,ff,STA_ATT_MAN_PCT, +,76d,24,39,.0005,32000,3,%,226056,626056,ff,VEH_ATT_PCT, +,76d,24,39,.0005,32000,3,%,226057,626057,ff,VEH_ATT_STOP_FIL_PCT, +,76d,24,39,.001,0,3,Volt,226058,626058,ff,B_MAN_SWI_RAW, +,76d,24,39,.001,0,3,Volt,226059,626059,ff,B_FT_SSR_RAW, +,76d,24,39,.001,0,3,Volt,22605A,62605A,ff,B_RR_SSR_RAW, +,76d,24,39,.002,0,3,%,22605B,62605B,ff,LVL_CMD_PWM, +,76d,24,39,1.95315480277714E-03,2147385345,3,-,22605C,62605C,ff,ACC, +,76d,24,39,.002,0,3,%,22605D,62605D,ff,LVL_CMD_PWM_NOM, +,76d,24,39,.002,0,3,%,22605E,62605E,ff,LVL_CMD_PWM_LH, +,76d,24,39,.002,0,3,%,22605F,62605F,ff,RLB_LVL_OFFSET_VALUE, +,76d,24,39,.002,0,3,%,226060,626060,ff,AFS_RLB_LVL_OFFSET, +,76d,24,39,.001,0,3,Volt,226061,626061,ff,B_PWR_SSR_RAW, +,76d,24,39,3.05180437933928E-03,429477069,3,%,226062,626062,ff,AFS_LVL_OFFSET_VALUE, +,76d,24,39,3.05180437933928E-03,429477069,3,%,226063,626063,ff,AFS_LVL_OFFSET, +,76d,24,39,3.05180437933928E-03,429477069,3,%,226064,626064,ff,RLB_LVL_OFFSET, +,76d,24,39,3.05180437933928E-03,429477069,3,%,226065,626065,ff,LVL_CMD_PWM_AFS_RLB, +,76d,24,31,3.92156862745098E-03,0,3,-,226066,626066,ff,VEH_SPD_FIL_COEF, +,76d,24,39,3.87579156176089E-03,2147418113,3,mm,226067,626067,ff,DELTA_HGT_FT_SSR, +,76d,24,39,.01,0,2,km/h,226068,626068,ff,VEH_SPD_FIL, +,76d,24,39,.01,0,2,%,226069,626069,ff,B_FT_SSR_RATIO, +,76d,24,39,.01,0,2,%,22606A,62606A,ff,B_RR_SSR_RATIO, +,76d,24,39,.01,0,2,%,22606B,62606B,ff,B_MAN_SWI_RATIO, +,76d,24,39,.01,0,2,%,22606C,62606C,ff,B_FT_SSR_RAT_FIL, +,76d,24,39,.01,0,2,%,22606D,62606D,ff,B_RR_SSR_RAT_FIL, +,76d,24,39,.01,0,2,%,22606E,62606E,ff,RR_SSR_DYN_LESS, +,76d,24,39,.01,0,2,%,22606F,62606F,ff,B_MAN_SWI_RAT_FIL, +,76d,24,39,.01,0,2,%,226070,626070,ff,FT_SSR_ROAD_DENOISY, +,76d,24,39,.01,0,2,%,226071,626071,ff,RR_SSR_ROAD_DENOISY, +,76d,24,39,.01,0,2,%,226072,626072,ff,FT_SSR_FIL_FOR_STA, +,76d,24,39,.01,0,2,%,226073,626073,ff,RR_SSR_FIL_FOR_STA, +,76d,24,39,.01,0,2,%,226074,626074,ff,FT_SSR_LIM_VALUE_TO_LNT, +,76d,24,39,.01,0,2,%,226075,626075,ff,RR_SSR_LIM_VALUE_TO_LNT, +,76d,24,39,.01,0,2,%,226076,626076,ff,FT_SSR_FIL_LOW_PASS, +,76d,24,39,.01,0,2,%,226077,626077,ff,RR_SSR_FIL_LOW_PASS, +,76d,24,39,.01,0,2,%,226078,626078,ff,FT_SSR_CALC, +,76d,24,39,.01,0,2,%,226079,626079,ff,FT_SSR_STATIC, +,76d,24,39,.01,0,2,%,22607A,62607A,ff,FT_SSR_STA_LRN_MEM, +,76d,24,39,.01,0,2,%,22607B,62607B,ff,RR_SSR_STA_LRN_MEM, +,76d,24,39,.01,0,2,%,22607C,62607C,ff,FT_SSR_DELTA_TEMP, +,76d,24,39,.01,0,2,%,22607D,62607D,ff,RR_SSR_DELTA_TEMP, +,76d,24,31,.05,120,2,Volt,22607E,62607E,ff,IGN_VOLT_DELTA, +,76d,24,39,.125,32768,1,°,22607F,62607F,ff,B_SWA, +,76d,24,39,4186,8,0,°,226080,626080,ff,B_SWA_RAW, +,76d,24,31,.392156862745098,0,1,%,226081,626081,ff,LVL_ANALOG_CMD_CALC, +,76d,24,31,.392156862745098,0,1,%,226082,626082,ff,LVL_ANALOG_CMD_MEAS, +,76d,24,31,.392156862745098,0,1,%,226083,626083,ff,LVL_ANALOG_CMD_DIF, +,76d,24,31,1,0,0,,226084,626084,ff,AFS_STATE, +,76d,24,24,1,0,0,,226085,626085,ff,LVL_CMD_ENABLE,0:false;1:true +,76d,24,39,1,0,0,,226086,626086,ff,FT_SSR_DELTA_INT, +,76d,24,39,1,0,0,,226087,626087,ff,RR_SSR_DELTA_INT, +,76d,24,39,1,0,0,,226088,626088,ff,FT_SSR_CNT_FAST_LNT, +,76d,24,39,1,0,0,,226089,626089,ff,RR_SSR_CNT_FAST_LNT, +,76d,24,39,1,0,0,,22608A,62608A,ff,FT_SSR_CNT_LOW_PASS_LNT, +,76d,24,39,1,0,0,,22608B,62608B,ff,RR_SSR_CNT_LOW_PASS_LNT, +,76d,24,31,1,128,0,mm,22608C,62608C,ff,RR_SSR_MM, +,76d,24,31,1,0,0,,22608D,62608D,ff,MAN_SWITCH_INDEX, +,76d,24,31,64,128,0,,226090,626090,ff,ROLL_ESTIM, +,76d,24,24,1,0,0,,226091,626091,ff,STA_AUTH,0:false;1:true +,76d,24,24,1,0,0,,226092,626092,ff,LVL_IGN_ABS_OK,0:false;1:true +,76d,24,24,1,0,0,,226093,626093,ff,LVL_IGN_REL_OK,0:false;1:true +,76d,24,24,1,0,0,,226094,626094,ff,LVL_CALC_AUTH,0:false;1:true +,76d,24,31,1,0,0,,226095,626095,ff,FAILURE_STATE, +,76d,24,24,1,0,0,,226096,626096,ff,STA_LRN_STATUS,0:false;1:true +,76d,24,24,1,0,0,,226097,626097,ff,MAN_SWI_IDX_DET_DONE,0:false;1:true +,76d,24,24,1,0,0,,226098,626098,ff,MAN_SWI_IDX_DET_FAIL,0:false;1:true +,76d,24,24,1,0,0,,226099,626099,ff,CAN_FRAME_NA_DIST_TOT_CONF,0:false;1:true +,76d,24,24,1,0,0,,22609A,62609A,ff,CAN_FRAME_NA_DIST_TOT_DET,0:false;1:true +,76d,24,24,1,0,0,,22609B,62609B,ff,CAN_FRAME_NA_GADE_CONF,0:false;1:true +,76d,24,24,1,0,0,,22609C,62609C,ff,CAN_FRAME_NA_GADE_DET,0:false;1:true +,76d,24,24,1,0,0,,22609D,62609D,ff,CAN_FRAME_NA_SWA_CONF,0:false;1:true +,76d,24,24,1,0,0,,22609E,62609E,ff,CAN_FRAME_NA_SWA_DET,0:false;1:true +,76d,24,24,1,0,0,,22609F,62609F,ff,CAN_FRAME_NA_VH_SPD_CONF,0:false;1:true +,76d,24,24,1,0,0,,2260A0,6260A0,ff,CAN_FRAME_NA_VH_SPD_DET,0:false;1:true +,76d,24,39,.001,0,3,Volt,2260A2,6260A2,ff,I_ANA_SPARE_1, +,76d,24,39,1,0,0,,2260A3,6260A3,ff,I_ANA_SPARE_2, +,76d,24,24,1,0,0,,2260A4,6260A4,ff,Vbx_IgnitionSupplyConfirmation,0:false;1:true +,76d,24,24,1,0,0,,2260A5,6260A5,ff,Vbx_I_LIGHT_AUTO,0:false;1:true +,76d,24,24,1,0,0,,2260A7,6260A7,ff,Vbx_I_FOG_FR,0:false;1:true +,76d,24,24,1,0,0,,2260A8,6260A8,ff,Vbx_I_FOG_FR_BS,0:false;1:true +,76d,24,24,1,0,0,,2260AB,6260AB,ff,Vbx_I_Route,0:false;1:true +,76d,24,24,1,0,0,,2260AC,6260AC,ff,Vbx_I_Route_BS,0:false;1:true +,76d,24,24,1,0,0,,2260AD,6260AD,ff,Vbx_HS_CSW_SWITCH,0:false;1:true +,76d,24,55,1,0,0,,2260AE,6260AE,4ff,I_INTERMITTENT_WIPING_SW, +,76d,24,24,1,0,0,,2260AF,6260AF,ff,I_LOG_DIAG_1,0:false;1:true +,76d,24,24,1,0,0,,2260B0,6260B0,ff,I_LOG_DIAG_2,0:false;1:true +,76d,24,24,1,0,0,,2260B2,6260B2,ff,Vbx_I_croisement,0:false;1:true +,76d,24,24,1,0,0,,2260B3,6260B3,ff,Vbx_I_croisement_BS,0:false;1:true +,76d,24,24,1,0,0,,2260B4,6260B4,ff,Vbx_LS_CSW_SWITCH,0:false;1:true +,76d,24,24,1,0,0,,2260B5,6260B5,ff,Vbx_I_Route_appel,0:false;1:true +,76d,24,24,1,0,0,,2260B6,6260B6,ff,Vbx_I_Route_appel_BS,0:false;1:true +,76d,24,24,1,0,0,,2260B7,6260B7,ff,Vbx_I_Zero,0:false;1:true +,76d,24,39,1,0,0,,2260B8,6260B8,ff,I_PWR_ACC, +,76d,24,39,.001,0,3,Volt,2260B9,6260B9,ff,I_PWR_APC, +,76d,24,39,1,0,0,,2260BA,6260BA,ff,I_PWR_BTP, +,76d,24,39,.01,0,2,Volt,2260BB,6260BB,ff,Vxx_U_Batt_Voltage_L, +,76d,24,39,.01,0,2,Volt,2260BC,6260BC,ff,Vxx_U_Batt_Voltage_R, +,76d,24,39,.001,0,3,Volt,2260BE,6260BE,ff,I_PWR_WIPER, +,76d,24,24,1,0,0,,2260BF,6260BF,ff,Vbx_I_FOG_RR,0:false;1:true +,76d,24,24,1,0,0,,2260C0,6260C0,ff,Vbx_I_FOG_RR_BS,0:false;1:true +,76d,24,24,1,0,0,,2260C1,6260C1,ff,Vbx_Auto_Stop_Switch,0:false;1:true +,76d,24,24,1,0,0,,2260C2,6260C2,ff,Vbx_I_Position,0:false;1:true +,76d,24,24,1,0,0,,2260C3,6260C3,ff,Vbx_I_Position_BS,0:false;1:true +,76d,24,24,1,0,0,,2260C4,6260C4,ff,Vbx_OFF_CSW_SWITCH,0:false;1:true +,76d,24,24,1,0,0,,2260C6,6260C6,ff,O_CPD,0:false;1:true +,76d,24,24,1,0,0,,2260C7,6260C7,ff,O_CPG,0:false;1:true +,76d,24,24,1,0,0,,2260C8,6260C8,ff,O_DRL_D,0:false;1:true +,76d,24,24,1,0,0,,2260C9,6260C9,ff,O_DRL_G,0:false;1:true +,76d,24,24,1,0,0,,2260CA,6260CA,ff,O_FOG_FRL,0:false;1:true +,76d,24,24,1,0,0,,2260CB,6260CB,ff,O_FOG_FRR,0:false;1:true +,76d,24,24,1,0,0,,2260CF,6260CF,ff,O_LOAD_SPARE_1, +,76d,24,24,1,0,0,,2260D0,6260D0,ff,O_LOAD_SPARE_4, +,76d,24,24,1,0,0,,2260D1,6260D1,ff,O_LPD,0:false;1:true +,76d,24,24,1,0,0,,2260D2,6260D2,ff,O_LPG,0:false;1:true +,76d,24,24,1,0,0,,2260D3,6260D3,ff,O_LPGA,0:false;1:true +,76d,24,24,1,0,0,,2260D4,6260D4,ff,Vbx_HS_FRONTWIPING_SUPLY_EXT,0:false;1:true +,76d,24,24,1,0,0,,2260D5,6260D5,ff,Vbx_LS_FRONTWIPING_SUPLY_EXT,0:false;1:true +,76d,24,24,1,0,0,,2260D6,6260D6,ff,O_RPD,0:false;1:true +,76d,24,24,1,0,0,,2260D7,6260D7,ff,O_RPG,0:false;1:true +,76d,24,24,1,0,0,,2260D8,6260D8,ff,O_RR_FOG,0:false;1:true +,76d,24,39,.001,0,3,Volt,2260D9,6260D9,ff,I_BATT_VOLTAGE, +,76d,24,39,.001,0,3,Volt,2260DA,6260DA,ff,I_PWR_LIGHT_1, +,76d,24,39,.001,0,3,Volt,2260DB,6260DB,ff,I_PWR_LIGHT_2, +,76d,24,39,.01,0,2,Volt,2260DC,6260DC,ff,LVL_ANALOG_OUTPUT_MEAS, +,76d,24,39,.1,0,1,Volt,2260DD,6260DD,ff,ANALOG_LIGHT_SENSOR_VALUE, +,76d,24,39,1,0,0,,2260DE,6260DE,ff,DIAGCONF, +,76d,24,39,1,0,0,,2260DF,6260DF,ff,DIAGDET, +,76d,24,31,1,0,0,,2260,6260,ff,SENSOR_INIT_BYTE_ERROR, +,76d,24,55,1,0,0,,22600,62600,4ff,BRIGHTNESS, +,76d,24,55,1,0,0,,226000,626000,4ff,FILTERED_BRIGHTNESS, +,76d,24,39,1,0,0,,2260000,6260000,ff,NIGHT_DAY_BACK_LIGHTING, +,76d,24,24,1,0,0,,22600000,62600000,ff,Refuse_To_Sleep_By_CSW,0:false;1:true +,76d,24,24,1,0,0,,226000000,626000000,ff,Vbx_WG_Active,0:false;1:true +,76d,24,31,1,0,0,,22600000000,62600000000,ff,Vsx_WIPING_SPEED, +,76d,24,24,1,0,0,,226000000000,626000000000,ff,Vbx_RAIN_INFORMATION,0:false;1:true +,76d,24,31,1,0,0,,2260000000000,6260000000000,ff,Vxx_Lights_RefuseToSleep,0:ERS_RESERVED_0;1:ERS_EMM_REFUSE_TO_SLEEP;2:ERS_EMM_READY_TO_SLEEP;3:ERS_RESERVED_3 +,76d,24,24,1,0,0,,2260EA,6260EA,ff,DISTANCE_UNAVAILABLE_OR_INVALID,0:false;1:true +,76d,24,55,1,0,0,,2260EB,6260EB,4ff,DISTANCE_TOTALIZER, +,76d,24,31,1,0,0,,2260EC,6260EC,ff,WELCOME_GB_STATUS_INT,0:WGB_NONE;1:WGB_WELCOME_EVENT;2:WGB_GOODBYE_EVENT +,76d,24,24,1,0,0,,2260ED,6260ED,ff,Refuse_To_Sleep_By_WG,0:false;1:true +,76d,24,24,1,0,0,,2260EE,6260EE,ff,Basic_Auto_Light_Available,0:false;1:true +,76d,24,24,1,0,0,,2260EF,6260EF,ff,Enhanced_Auto_Light_Available,0:false;1:true +,76d,24,24,1,0,0,,2260F0,6260F0,ff,LIGHT_REQUEST_BY_ALS,0:false;1:true +,76d,24,55,1,0,0,,2260F1,6260F1,4ff,LO_OFF_Running_Distance, +,76d,24,55,1,0,0,,2260F2,6260F2,4ff,LO_ON_Running_Distance, +,76d,24,24,1,0,0,,2260F3,6260F3,ff,LO_Req,0:false;1:true +,76d,24,55,1,0,0,,2260F4,6260F4,4ff,PL_ON_Running_Distance, +,76d,24,24,1,0,0,,2260F5,6260F5,ff,PL_Req,0:false;1:true +,76d,24,24,1,0,0,,2260F6,6260F6,ff,S3_State,0:false;1:true +,76d,24,24,1,0,0,,2260F7,6260F7,ff,Vbx_CSW_ALSRequest,0:false;1:true +,76d,24,31,1,0,0,,2260F8,6260F8,ff,Vsx_RAIN_SENSOR_FAILURE,0:RSF_NO_FAILURE;1:RSF_RAIN_SENSOR_FAILURE;2:RSF_RESERVED;3:RSF_INVALID +,76d,24,39,.01,0,2,Volt,228000,628000,ff,Vxx_U_Batt_Voltage, +,76d,24,39,.01,0,2,km/h,228001,628001,ff,Vxx_Vehicle_Speed, +,76d,24,31,1,0,0,,228002,628002,ff,External_Temp_CAN, +,76d,24,31,1,0,0,,228003,628003,ff,Vsx_VehicleStateExtented,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;8:VS_AUTOSTART;9:VS_ENGINE_SYSTEM_STOP;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,76d,24,24,1,0,0,,228004,628004,ff,VehicleOutsideLockedState,0:false;1:true +,76d,24,55,1,0,0,,228100,628100,4ff,Vxx_DistanceTotalizer, +,76d,24,24,1,0,0,,22A002,62A002,ff,Vbx_HS_FRONTWIPING_SUPLY,0:false;1:true +,76d,24,24,1,0,0,,22A003,62A003,ff,Vbx_LS_FRONTWIPING_SUPLY,0:false;1:true +,76d,24,24,1,0,0,,22A004,62A004,ff,Vbx_HEAD_LAMP_WASHER_RLY,0:false;1:true +,76d,24,24,1,0,0,,22A005,62A005,ff,Vbx_Folding,0:false;1:true +,76d,24,24,1,0,0,,22A006,62A006,ff,Vbx_UnFolding,0:false;1:true +,76d,24,39,1,0,0,,22A007,62A007,ff,O_Left_low_beam_light, +,76d,24,39,1,0,0,,22A008,62A008,ff,O_Right_DTRL, +,76d,24,39,1,0,0,,22A009,62A009,ff,O_Left_DTRL, +,76d,24,39,1,0,0,,22A00A,62A00A,ff,O_left_front_fog_light, +,76d,24,39,1,0,0,,22A00B,62A00B,ff,O_right_front_fog_light, +,76d,24,39,1,0,0,,22A00C,62A00C,ff,O_Right_low_beam_light, +,76d,24,39,1,0,0,,22A00D,62A00D,ff,O_rear_fog_light, +,76d,24,39,1,0,0,,22A00E,62A00E,ff,O_light_backlight_rearplate, +,76d,24,39,1,0,0,,22A00F,62A00F,ff,O_light_rear_tail_lamp, +,76d,24,39,1,0,0,,22A010,62A010,ff,O_light_front_tail_lamp, +,76d,24,39,1,0,0,,22A011,62A011,ff,O_Right_high_beam_light, +,76d,24,39,1,0,0,,22A012,62A012,ff,O_Left_high_beam_light, +,76d,24,24,1,0,0,,22A013,62A013,ff,O_LEVELIZER_DC_MOTOR,0:false;1:true +,76d,24,151,1,0,0,,22F010,62F010,2ff,Fingerprint, +,76d,24,103,1,0,0,,22F011,62F011,2ff,IndexSrvData, +,76d,24,103,1,0,0,,22F012,62F012,2ff,OperationnalReference, +,76d,24,103,1,0,0,,22F013,62F013,2ff,SecondaryOperationnalReference, +,76d,24,51,1,0,0,km,22F0D0,62F0D0,ff,Mileage, +,76d,24,31,1,0,0,,22F0D1,62F0D1,ff,DTC_Occurrence_Counter, +,76d,24,103,1,0,0,,22F111,62F111,2ff,DAIMLER_Hardware_PartNumber, +,76d,24,183,1,0,0,,22F121,62F121,2ff,DAIMLER_Software_PartNumber, +,76d,24,103,1,0,0,,22F182,62F182,2ff,CalibrationNumber, +,76d,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,76d,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,76d,24,55,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,76d,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,76d,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,76d,24,55,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,76d,24,55,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,76d,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,76d,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigDataReferenceAfterConfigProcess, +,76d,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/EMM_Tests.csv b/app/src/main/assets/Spring/EMM_Tests.csv new file mode 100644 index 00000000..079c94b9 --- /dev/null +++ b/app/src/main/assets/Spring/EMM_Tests.csv @@ -0,0 +1,98 @@ +44,data memory failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +61,signal calculation failure +67,signal incorrect after event +51,not programmed +71,actuator stuck +72,actuator stuck open +45,program memory failure +55,not configured +54,missing calibration +52,not activated +4B,over temperature +4A,incorrect component installed +49,internal electronic failure +48,supervision software failure +47,watchdog / safety µC failure +46,calibration / parameter memory failure +73,actuator stuck closed +87,missing message +53,deactivated +43,special memory failure +98,component or system over temperature +97,Component or system operation obstructed or blocked +96,component internal failure +95,incorrect assembly +94,unexpected operation +93,no operation +92,performance or incorrect operation +91,parametric +8F,erratic +88,bus off +85,signal above allowable range +86,signal invalid +74,actuator slipping +84,signal below allowable range +83,value of signal protection calculation incorrect +82,alive / sequence counter incorrect / not updated +81,invalid serial data received +7B,low fluid level +7A,fluid leak or seal failure +79,mechanical linkage failure +78,alignment or adjustment incorrect +77,commanded position not reachable +76,wrong mounting position +75,emergency position not reachable +66,signal has too many transitions / events +0F,Vehicle manufacturer / System supplier specific +1B,circuit resistance above threshold +1A,circuit resistance below threshold +19,circuit current above threshold +18,circuit current below threshold +17,circuit voltage above threshold +16,circuit voltage below threshold +15,circuit short to battery or open +14,circuit short to ground or open +13,circuit open +1C,circuit voltage out of range +11,circuit short to ground +09,Component Failures +08,Bus Signal / Message Failures +06,Algorithm Based Failures +05,System Programming Failures +04,System Internal Failures +03,FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures +02,General signal failure +01,General Electrical Failure +00,Device and failure type ODB codding/ General Failure Information +42,general memory failure +68,event information +12,circuit short to battery +35,signal high time > maximum +41,general checksum failure +3A,incorrect has too many pulses +07,Mechanical Failures +1D,circuit current out of range +39,incorrect has too few pulses +38,signal frequency incorrect +36,signal frequency too low +34,signal high time < minimum +33,signal low time > maximum +32,signal low time < minimum +31,no signal +25,signal shape / waveform failure +21,signal amplitude < minimum +37,signal frequency too high +2F,signal erratic +1F,circuit intermittent +23,signal stuck low +24,signal stuck high +22,signal amplitude > maximum +1E,circuit resistance out of range +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adjustment failure +29,signal signal invalid diff --git a/app/src/main/assets/Spring/EPS_Dtcs.csv b/app/src/main/assets/Spring/EPS_Dtcs.csv new file mode 100644 index 00000000..b9eb4321 --- /dev/null +++ b/app/src/main/assets/Spring/EPS_Dtcs.csv @@ -0,0 +1,28 @@ +5601,DF037 BATTERY VOLTAGE 12 V +5604,DF054 TORQUE SENSOR +5606,DF035 MOTOR VARIABLE POWER STEERING +5608,DF002 CONTROL UNIT +5615,DF087 CONTROL UNIT OVERHEAT +5616,DF067 CONTROL UNIT +5617,Inconsistent LKA request +5618,DF116 INVALID STEERING ANGLE MULTIPLEX SIGNALS +5621,DF090 CAN ERROR +5623,DF091 CAN ERROR +5624,DF149 POWER STEERING +561A,DF057 INFORMATION MULTIPLEX VEHICLE SPEED +561B,DF102 INFO. INVALID MULTIPLEX DRIVE SPEED +561C,CAN Steering Wheel Angle fault (STRG) Invalid +561E,DF063 COMMUNICATION CIRCUIT CAN +561F,DF095 INVALID STEERING ANGLE MULTIPLEX SIGNALS +C028,DF127 CAN FAULT +C073,DF143 COMMUNICATION CAN-V1 +C126,CAN Steering Wheel Angle fault (STRG) Absent +C328,CAN Steering Wheel Angle fault (STRG) Checksum incorrect +C428,CAN Steering Wheel Angle fault (STRG) Clock Incorrect +D000,DF117 CAN ERROR +D321,DF066 CONTROL UNIT +D322,EPS Fault ECU Missing Calibration +E140,DF141 120 ECM NOT DETECTED BY 1232 EPS CAN-V1 +E148,DF096 CAN ERROR +E14F,DF136 645 BCM NOT DETECTED BY 1232 EPS CAN-V1 +E154,DF135 CAN ERROR diff --git a/app/src/main/assets/Spring/EPS_Fields.csv b/app/src/main/assets/Spring/EPS_Fields.csv new file mode 100644 index 00000000..6c2116a6 --- /dev/null +++ b/app/src/main/assets/Spring/EPS_Fields.csv @@ -0,0 +1,89 @@ +,762,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,762,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,762,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,762,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,762,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,762,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,762,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,762,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,762,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD,37889:Oil level sensor monitoring;37890:Fuel gauge monitoring;37891:Brake fluid level;37892:Warning Airbag telltale monitoring;37896:SBR telltale command monitoring;37898:Parking Brake input;37899:Windscreen level input;37900:EEPROM monitoring;37904:Trip computer input(s);37905:Oil pressure input;37906:External temperature inputs;37907:Error Configuration;37908:Backlight Dimming level inputs monitoring;37909:High Side PWM outputs for backlight monitoring;37910:+ Batt PWM monitoring;37920:Alternator excitation input;37921:DynamicTacho Frame Loss;49153:BUS OFF CAN V;49192:BUS OFF CAN M;49408:Perte trame ECM;49409:Perte trame AT;49425:Perte trame USM;49426:Perte trame EMM;49441:Perte trame ABS;49447:Perte trame TPMS;49448:Perte trame APB;49449:Perte trame ESC;49457:Perte trame EPS;49458:Perte trame VADA;49460:Perte trame 4RD;49464:Perte trame 4x4 module;49472:Perte trame BCM;49489:Perte trame AIRBAG;49497:Perte trame UPA;49507:Perte trame BIC;49512:Perte trame HFM;49537:Perte trame LBCS;49538:Perte trame Camera;49559:Perte trame TCUEcall;49560:Perte trame TCU;49672:Perte trame RearSeat;49714:Perte trame BSW;49717:Perte trame ACC;49731:Perte trame HFP;49812:Perte trame EVC;61443:Power supply monitoring +,762,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjustment failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstructed or blocked;152:component or system over temperature +,762,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:N/A +,762,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,762,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,762,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,762,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,762,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,762,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,762,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,762,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,762,16,39,1,0,0,,1903000000FF,5903000000FF,4ff,DTCRecord, +,762,40,47,1,0,0,,1903000000FF,5903000000FF,ff,StatusOfDTC, +,762,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,762,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,762,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,762,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,762,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,762,56,63,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedData.DTCOccurrenceCounter, +,762,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,762,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,22020:EPS_TorqueSensor;22024:EPS_ECU;22038:EPS Fault - Derating (H)EPS thermal protection Motor;22037:EPS Fault - Derating (H)EPS thermal protection Controller;49267:CAN BUSS OFF Fault;54049:EPS Fault - ECU Not configured;22017:Battery Voltage Fault;22044:CAN Steering Wheel Angle fault (STRG) Invalid;49446:CAN Steering Wheel Angle fault (STRG) Absent;50216:CAN Steering Wheel Angle fault (STRG) Clock Incorrect;49960:CAN Steering Wheel Angle fault (STRG) Checksum incorrect;22052:Very_soft_ramp_down;22040:EPS_ECU_SAF;22039:Inconsistent LKA request;22022:EPS_Motor;22046:CAN Signal Invalid (G sensor);54050:EPS Fault ECU Missing Calibration;57672:Lost Communication - CAN Frame fault (ABS/VDC/G sensor);57679:Lost Communication - CAN Frame fault (BCM);22051:CAN signal Invalid (ECM);22043:CAN Signal Invalid (ABS/VDC - Vehicle speed);22042:CAN Signal Invalid (ABS/VDC - Wheel speed);22049:CAN Signal Invalid (BCM - GADE);22047:CAN Signal Invalid (IVI - MultiDriveMode_EPS);53248:CAN Signal Absent/Mute/Buss Off Fault;49192:CAN Signal Mute Fault;57664:Lost Communication - CAN Frame fault (ECM);57684:Lost Communication - CAN Frame fault (IVI) +,762,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjustment failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstructed or blocked;152:component or system over temperature +,762,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,762,24,39,.1,32767,1,°/s,220100,620100,ff,EPSRelativeSteeringWheelAngle, +,762,24,39,.1,32767,1,°/s,220101,620101,ff,Steering wheel velocity, +,762,24,26,1,0,0,,220102,620102,ff,Steering wheel angle sensor internal status,0:Not initialized / No failure / Not calibrated;1:Initialized / No failure / Not calibrated;2:Not initialized / Failure / Not calibrated;3:Initialized / Failure / Not calibrated;4:Not initialized / No failure / Calibrated;5:Initialized / No failure / Calibrated;6:Not initialized / Failure / Calibrated;7:Initialized / Failure / Calibrated +,762,24,31,1,127,0,°,220103,620103,ff,Steering wheel angle offset, +,762,24,39,.1,32767,1,°,220104,620104,ff,Absolute steering wheel angle, +,762,24,39,.1,200,1,,220112,620112,ff,InputTorque, +,762,24,31,1,127,0,A,220113,620113,ff,MotorCurrentDemand, +,762,24,31,1,0,0,%,220115,620115,ff,AssistanceLevel, +,762,24,31,1,0,0,km/h,220118,620118,ff,FilteredVehicleSpeed, +,762,24,31,1,0,0,,220119,620119,ff,SystemMode,1:SystemStop;2:PowerUpTests Wait for Assist;3:RampUpNormalOperation;4:VerySoftRampDown Unknow Vehicle State;5:SoftRampDown;6:WaitForShutdown;7:ParkAssist +,762,30,31,1,0,0,,22011A,62011A,ff,EPSWarning,0:No failure;1:Minor failure;2:Major failure;3:Not used +,762,24,31,1,0,0,,22011E,62011E,ff,IgnitionSwitchCounter, +,762,24,39,.1,200,1,N·m,22011F,62011F,ff,AssistanceTorqueDemand, +,762,24,24,1,0,0,,22012A,62012A,ff,RackEndStop_Activation,0:Disabled;1:Enabled +,762,24,31,1,127,0,A,22012C,62012C,ff,MeasuredMotorCurrent, +,762,24,31,1,50,0,°C,22012E,62012E,ff,ECUTemperature, +,762,24,31,.1,0,1,V,22012F,62012F,ff,SupplyVoltage, +,762,24,24,1,0,0,,220151,620151,ff,RackEndStop currently active,0:not running;1:Running +,762,24,31,1,0,0,%,220160,620160,ff,DeratingAssistanceLevel, +,762,24,25,1,0,0,,220162,620162,ff,MultidriveTuningMap,0:Slot #0 is currently used;1:Slot #1 is currently used;2:Slot #2 is currently used;3:Slot #3 is currently used +,762,24,39,1,0,0,,220163,620163,4ff,Internal fault code (for DTC), +,762,24,24,1,0,0,,2201CA,6201CA,ff,AntiKickBack_Activation,0:Disabled;1:Enabled +,762,24,39,1,0,0,km/h,2201D1,6201D1,ff,VehicleSpeed, +,762,30,31,1,0,0,,2201D2,6201D2,ff,EngineStatus,0:Stopped;1:Reserved;2:Running;3:Driven +,762,24,24,1,0,0,,2201D3,6201D3,ff,CAN_DTC_filter, +,762,24,24,1,0,0,,2201,6201,ff,AntiKickBack currently active,0:Not active;1:Active +,762,24,47,1,0,0,km/h,220100000000,620100000000,ff,MileageAtFirstOccurrence, +,762,24,31,1,0,0,,2201EA,6201EA,4ff,CurrentlyActiveFunctions, +,762,24,24,1,0,0,,22C000,62C000,ff,SAF_Activation,0:Disabled;1:Enabled +,762,24,24,1,0,0,,22C001,62C001,ff,SAF_Mode_Logistic,0:Disabled;1:Enabled +,762,25,25,1,0,0,,22C001,62C001,ff,SAF_Mode_Activation,0:Disabled;1:Enabled +,762,26,26,1,0,0,,22C001,62C001,ff,SAF_Mode_RackStroke,0:Not Calibrated;1:Calibrated +,762,27,27,1,0,0,,22C001,62C001,ff,SAF_Mode_Zero,0:Not Calibrated;1:Calibrated +,762,24,31,1,0,0,,22C002,62C002,ff,SAF_RecoveryL2L_OccurencesCounter, +,762,24,39,.1,32767,1,°,22C010,62C010,ff,SAF_RackStroke_Reference, +,762,24,39,.1,32767,1,°,22C011,62C011,ff,SAF_RackStroke_FromRecovery, +,762,24,39,.1,32767,1,°,22C100,62C100,ff,SAF_Zero, +,762,24,31,1,0,0,,22D001,62D001,ff,Occurrence Counter, +,762,24,71,1,0,0,,22D002,62D002,4ff,DebugInfo_snapshot, +,762,24,39,1,0,0,,22EF01,62EF01,4ff,Supplier fault code specified.Supplier fault code specified, +,762,40,47,1,0,0,,22EF01,62EF01,4ff,Supplier fault code specified.ParameterByte, +,762,48,55,1,0,0,,22EF01,62EF01,4ff,Supplier fault code specified.Status, +,762,56,103,1,0,0,,22EF01,62EF01,4ff,Supplier fault code specified.ReservedBytes, +,762,24,103,1,0,0,,22F011,62F011,2ff,IndexSrvData, +,762,24,103,1,0,0,,22F012,62F012,2ff,OperationalReference, +,762,24,47,1,0,0,km,22F0D0,62F0D0,ff,Mileage, +,762,24,279,1,0,0,,22F180,62F180,4ff,BootVersion, +,762,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,762,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,762,24,47,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,762,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,762,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,762,24,55,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,762,24,55,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,762,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,762,24,103,1,0,0,,22F1A1,62F1A1,2ff,VehicleManufacturerSparePartNumber_N, +,762,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationFileReferenceLink_N, +,762,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/EPS_Tests.csv b/app/src/main/assets/Spring/EPS_Tests.csv new file mode 100644 index 00000000..39afafc6 --- /dev/null +++ b/app/src/main/assets/Spring/EPS_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or system operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/ESP_Dtcs.csv b/app/src/main/assets/Spring/ESP_Dtcs.csv new file mode 100644 index 00000000..a6f64e6d --- /dev/null +++ b/app/src/main/assets/Spring/ESP_Dtcs.csv @@ -0,0 +1,117 @@ +22,Mastervac brake assistance system +5040,DF103 FRONT MULTIPLEX SIGNAL RADAR MISSING +5041,DF503 CONTROL UNIT CONFIGURATION +5042,DF430 SHUTOFF SOLENOID VALVE - FRONT RIGHT/REAR LEFT +5043,DF431 SHUTOFF SOLENOID VALVE - FRONT LEFT/REAR RIGHT +5046,DF432 SOLENOID VALVE - EL. CHECK VALVE - FRONT R/REAR L +5047,DF433 SOLENOID VALVE - EL. CHECK VALVE - FRONT L/REAR R +5048,DF184 SOLENOID VALVE RELAY +5049,DF002 FRONT LEFT INLET SOLENOID VALVE CIRCUIT +5050,DF025 CURRENCY. REAR RIGHT EXHAUST SOLENOID VALVE +5051,DF300 CONTROL CIRCUIT PUMP MOTOR +5052,DF434 POWER BRAKE BOOST PERFORMANCE +5053,CAN Receive Monitor +5054,Judgment time 2-2 +5055,CAN register +5056,DF164 SUPPLY VOLTAGE CONTROL UNIT +5058,DF275 CONTROL UNIT +5059,DF427 SOLENOID VALVE COLD START ACC. +5061,DF060 WHEEL SPEED SENSOR FRONT LEFT +5063,DF059 WHEEL SPEED SENSOR FRONT RIGHT +5065,DF062 REAR LEFT WHEEL SPEED SENSOR +5067,DF061 REAR RIGHT WHEEL SPEED SENSOR +5068,DF408 WHEEL SPEED SENSORS COMPLIANCE +5069,DF409 WHEEL SPEED SENSORS COMPLIANCE +5070,DF085 LATERAL ACCELERATION SENSOR +5071,DF282 LONGITUDINAL ACCELERATION SENSOR +5072,DF081 YAW MOMENTUM SENSOR +5073,DF347 VACUUM SENSOR CIRCUIT +5074,DF080 LOOP SPEED SENSOR CIRCUIT +5075,Activation HDC switch +5076,DF117 PROGRAMMING CALIBRATION ABS/ESP +5077,DF119 GEAR TYPE CONFIGURATION +5078,DF258 PARKING BRAKE TYPE CONFIGURATION +5079,DF412 WHEEL CIRCUMFERENCE +5080,DF066 MULTIPLEX OUTPUT NO INJECTION +5081,DF259 MULTIPLEX SIGNAL FPA NOT PRESENT +5082,DF311 NO OUTPUT QUICKSHIFT GEARED. VIA MULTIPLES. +5083,DF221 MULTIPLEX SIGNALS STEERING ANGLE SENSOR +5085,DF186 MULTIPLEX EMISSION NO INSTRUMENT PANEL +5086,DF098 MULTIPLEX SIGNAL ALSO NOT PRESENT +5087,DF335 INVALID UPC MULTIPLEX SIGNALS +5088,DF500 NO MULTIMEDIA MULTIPLEX SIGNAL +5089,4WS Invalid data +5090,DF507 INVALID ADAS MULTIPLEX INFO +5091,DF418 RADAR NOT DETECTED BY ABS CAN CHASSIS +5092,4WD Invalid data +5093,USA Invalid data +5094,HEVC Invalid data +5095,EBA Invalid data +5096,CDM Invalid data +5097,DF420 IDM NOT DETECTED BY ABS CAN CHASSIS +504A,DF004 FRONT LEFT OUTLET SOLENOID VALVE CIRCUIT +504B,DF022 CIRCUIT. FRONT RIGHT INTAKE SOLENOID VALVE +504C,DF024 CIRCUIT. EXHAUST SOLENOID VALVE FRONT RIGHT +504D,DF003 REAR LEFT INLET SOLENOID VALVE CIRCUIT +504E,DF005 CIRCUIT. REAR LEFT EXHAUST SOLENOID VALVE +504F,DF023 CIRCUIT. REAR RIGHT INTAKE SOLENOID VALVE +505A,DF157 EV ACTIVATION DURATION TOO LONG +505B,HEVC not ready as actuator +505C,DF276 CONTROL UNIT +505D,Brake Fluid Level +505E,EBA Failure +505F,DF357 INVALID CRUISE CONTROL DATA +506A,DF410 WHEEL SPEED SENSORS COMPLIANCE +506B,DF056 BRAKE PEDAL CONTACTS MATCH +506C,DF262 BRAKE MASTER CYLINDER PRESSURE TRANSMITTER CIRCUIT +506D,DF411 MASTERVAC PRESSURE +506E,DF108 STEERING ANGLE SENSOR +507A,DF413 ABS CONTROL UNIT CONFIGURATION +507B,DF415 FUNCTION DISABLED +507C,DF416 FUNCTION DISABLED +507D,4WD +507E,DF361 BUTTON FOR CONTROL GRIP +507F,Stroke sensor +50A0,DF364 VACUUM +50A1,DF511 FUNCTION ARK +50A2,DF366 COMPLIANCE SIZE LEFT FRONT WHEEL +50A3,DF367 COMPLIANCE SIZE RIGHT FRONT WHEEL +50A4,DF369 COMPLIANCE SIZE REAR RIGHT WHEEL +50A5,DF368 COMPLIANCE SIZE REAR LEFT WHEEL +50A6,DF344 CONTROL UNIT +50A7,DF272 CONTROL UNIT +50AA,DF509 ABS COUNTER +50AB,Reserved C1A-HS +50AC,Reserved C1A-HS-1 +50AD,Reserved C1A-HS-2 +50B0,EPB_ACTUATOR_RIGHT +50B1,EPB_ACTUATOR_LEFT +50B2,EPB_SWITCH +50B3,EPB_ELECTRONIC_ECU +50B5,EPB_ASSEMBLY_CHECK_NOT_DONE +50B6,EPB_MAX_BRAKING +50B8,EPB_BRAKE_INCOHERENT +50B9,EPB_BRAKE_STATE_UNKNOWN +C073,DF421 COMMUNICATION CAN-V1 +C076,DF422 CAN CHASSIS COMMUNICATION +E101 Lost communication with add. Display on vehicle CAN +E104,Lost Communication with 4WS on Vehicle CAN +E112,Lost Communication with EBA on Vehicle CAN +E140,Lost Communication with ECM on Vehicle CAN +E141,Lost Communication with AT on Vehicle CAN +E143,Lost Communication with HEVC on Vehicle CAN +E14A,Lost Communication with 4WD on Vehicle CAN +E14E,Lost Communication with METER on Vehicle CAN +E14F,Lost Communication with BCM on Vehicle CAN +E154,Lost Communication with MIU on Vehicle CAN +E156,Lost Communication with SWAS on Vehicle CAN +E15B,Lost communication with USM on Vehicle CAN +E176,Lost Communication with IDM on Vehicle CAN +E204,Lost Communication with 4WS on Chassis CAN +E212,Lost Communication with EBA on Chassis CAN +E243,Lost Communication with HEVC on Chassis-CAN +E252,Lost Communication with ADAS on Chassis CAN +E255,Lost Communication with APB on Chassis CAN +E25F,Lost Communication with RADAR on Chassis-CAN +E265,Lost Communication with USA on Chassis CAN +E276,Lost Communication with IDM on Chassis-CAN diff --git a/app/src/main/assets/Spring/ESP_Fields.csv b/app/src/main/assets/Spring/ESP_Fields.csv new file mode 100644 index 00000000..ae8a723d --- /dev/null +++ b/app/src/main/assets/Spring/ESP_Fields.csv @@ -0,0 +1,797 @@ +,760,8,15,1,0,0,,1000,5000,ff,StartDiagnosticSession.ResponseType,129:Yes +,760,8,15,1,0,0,,1001,5001,ff,StartDiagnosticSession.ResponseType,129:Yes +,760,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Start Programming Session, +,760,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.Start Extended Session, +,760,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,760,16,23,1,0,0,,190109,590109,ff,DTCStatusAvailabilityMask, +,760,24,31,1,0,0,,190109,590109,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,760,32,47,1,0,0,,190109,590109,ff,DTCCount, +,760,16,23,1,0,0,,190201,590201,ff,DTCStatusAvailabilityMask, +,760,24,39,1,0,0,,190201,590201,ff,DTCDeviceIdentifier,"34:Mastervac brake assistance system;20544:Telemeter;20545:Invalid function configuration;20546:Isolating valve FR/RL axe fault;20547:Isolating valve FL/RR axe fault;20550:Electric shuttle valve FR/RL axe fault;20551:Electric shuttle valve FL/RR axe fault;20552:Valve relay;20553:Inlet valve FL;20554:Outlet valve FL;20555:Inlet valve FR;20556:Outlet valve FR;20557:Inlet valve RL;20558:Outlet valve RL;20559:Inlet valve RR;20560:Outlet valve RR;20561:Pump motor control;20562:Brake Booster Performance;20563:CAN Receive Monitor;20564:Judgement time 2-2;20565:CAN Register;20566:Supply Voltage;20568:ECU ABS or ESC;20569:Solenoid overheating;20570:Stability system active too long;20571:HEVC not ready as actuator;20572:Implausible control;20573:Brake Fluid Level;20574:EBA Failure;20575:GCC commands;20577:Front left wheel speed sensor;20579:Front right wheel speed sensor;20581:Rear left wheel speed sensor;20583:Rear right wheel speed sensor;20584:WSS Front Axle;20585:WSS Rear Axle;20586:WSS General;20587:Brake pedal switch ""A"";20588:Master cylinder pressure sensor;20589:Vacuum booster;20590:SWAS;20592:Lateral acceleration sensor;20593:Longitudinal acceleration sensor;20594:Yaw rate sensor;20595:Vacuum sensor;20596:Activation switch AYC/ASR;20597:Activation HDC switch;20598:Missing ABS or VDC calibration parameters;20599:Invalid gearbox configuration;20600:Invalid parking brake configuration;20601:Invalid wheel circumference configuration;20602:Invalid VDC Physical Implantatation Configuration;20603:Important function deactivated;20604:Secondary function deactivated;20605:4WD;20606:Extended Grip button;20607:Stroke sensor;20608:ECM Invalid data;20609:APB Invalid data;20610:AT Invalid data;20611:SWAS Invalid data;20613:METER Invalid data;20614:BCM Invalid data;20615:USM Invalid data;20616:MIU Invalid data;20617:4WS Invalid data;20624:ADAS Invalid data;20625:RADAR Invalid data;20626:4WD Invalid data;20627:USA Invalid data;20628:HEVC Invalid data;20629:EBA Invalid data;20630:CDM Invalid data;20631:IDM Invalid data;20640:TPW Under Inflated;20641:TPW INVALID INPUT DATA;20642:TPW Wheel Front Left;20643:TPW Wheel Front Right;20644:TPW Wheel Rear Right;20645:TPW Wheel Rear Left;20646:TPW ERROR;20647:TPW AUTOCALIBRATION FAILED;20650:LifeTimeCounter;20651:Reserved C1A-HS;20652:Reserved C1A-HS-1;20653:Reserved C1A-HS-2;20656:EPB_ACTUATOR_RIGHT;20657:EPB_ACTUATOR_LEFT;20658:EPB_SWITCH;20659:EPB_ELECTRONIC_ECU;20661:EPB_ASSEMBLY_CHECK_NOT_DONE;20662:EPB_MAX_BRAKING;20664:EPB_BRAKE_INCOHERENT;20665:EPB_BRAKE_STATE_UNKNOWN;49267:Vehicle CAN;49270:Chassis CAN;57601:Lost Communication with Add. Display on Vehicle CAN;57604:Lost Communication with 4WS on Vehicle CAN;57618:Lost Communication with EBA on Vehicle CAN;57664:Lost Communication with ECM on Vehicle CAN;57665:Lost Communication with AT on Vehicle CAN;57667:Lost Communication with HEVC on Vehicle CAN;57674:Lost Communication with 4WD on Vehicle CAN;57678:Lost Communication with METER on Vehicle CAN;57679:Lost Communication with BCM on Vehicle CAN;57684:Lost Communication with MIU on Vehicle CAN;57686:Lost Communication with SWAS on Vehicle CAN;57691:Lost communication with USM on Vehicle CAN;57718:Lost Communication with IDM on Vehicle CAN;57860:Lost Communication with 4WS on Chassis-CAN;57874:Lost Communication with EBA on Chassis-CAN;57923:Lost Communication with HEVC on Chassis-CAN;57938:Lost Communication with ADAS on Chassis CAN;57941:Lost Communication with APB on Chassis-CAN;57951:Lost Communication with RADAR on Chassis-CAN;57957:Lost Communication with USA on Chassis-CAN;57974:Lost Communication with IDM on Chassis-CAN" +,760,40,43,1,0,0,,190201,590201,ff,DTCFailureType.Category,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM (Freq Mod) / PWM (Pulse Width Mod) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,760,44,47,1,0,0,,190201,590201,ff,DTCFailureType.ManufacturerOrSupplier, +,760,48,55,1,0,0,,190201,590201,ff,StatusOfDTC, +,760,49,49,1,0,0,,190201,590201,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,760,50,50,1,0,0,,190201,590201,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,760,51,51,1,0,0,,190201,590201,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,760,52,52,1,0,0,,190201,590201,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,760,53,53,1,0,0,,190201,590201,ff,DTCStatus.pendingDTC,0:No;1:Yes +,760,54,54,1,0,0,,190201,590201,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,760,55,55,1,0,0,,190201,590201,ff,DTCStatus.testFailed,0:No;1:Yes +,760,16,23,1,0,0,,190209,590209,ff,DTCStatusAvailabilityMask, +,760,24,39,1,0,0,,190209,590209,ff,DTCDeviceIdentifier,"34:Mastervac brake assistance system;20544:Telemeter;20545:Invalid function configuration;20546:Isolating valve FR/RL axe fault;20547:Isolating valve FL/RR axe fault;20550:Electric shuttle valve FR/RL axe fault;20551:Electric shuttle valve FL/RR axe fault;20552:Valve relay;20553:Inlet valve FL;20554:Outlet valve FL;20555:Inlet valve FR;20556:Outlet valve FR;20557:Inlet valve RL;20558:Outlet valve RL;20559:Inlet valve RR;20560:Outlet valve RR;20561:Pump motor control;20562:Brake Booster Performance;20563:CAN Receive Monitor;20564:Judgement time 2-2;20565:CAN Register;20566:Supply Voltage;20568:ECU ABS or ESC;20569:Solenoid overheating;20570:Stability system active too long;20571:HEVC not ready as actuator;20572:Implausible control;20573:Brake Fluid Level;20574:EBA Failure;20575:GCC commands;20577:Front left wheel speed sensor;20579:Front right wheel speed sensor;20581:Rear left wheel speed sensor;20583:Rear right wheel speed sensor;20584:WSS Front Axle;20585:WSS Rear Axle;20586:WSS General;20587:Brake pedal switch ""A"";20588:Master cylinder pressure sensor;20589:Vacuum booster;20590:SWAS;20592:Lateral acceleration sensor;20593:Longitudinal acceleration sensor;20594:Yaw rate sensor;20595:Vacuum sensor;20596:Activation switch AYC/ASR;20597:Activation HDC switch;20598:Missing ABS or VDC calibration parameters;20599:Invalid gearbox configuration;20600:Invalid parking brake configuration;20601:Invalid wheel circumference configuration;20602:Invalid VDC Physical Implantatation Configuration;20603:Important function deactivated;20604:Secondary function deactivated;20605:4WD;20606:Extended Grip button;20607:Stroke sensor;20608:ECM Invalid data;20609:APB Invalid data;20610:AT Invalid data;20611:SWAS Invalid data;20613:METER Invalid data;20614:BCM Invalid data;20615:USM Invalid data;20616:MIU Invalid data;20617:4WS Invalid data;20624:ADAS Invalid data;20625:RADAR Invalid data;20626:4WD Invalid data;20627:USA Invalid data;20628:HEVC Invalid data;20629:EBA Invalid data;20630:CDM Invalid data;20631:IDM Invalid data;20640:TPW Under Inflated;20641:TPW INVALID INPUT DATA;20642:TPW Wheel Front Left;20643:TPW Wheel Front Right;20644:TPW Wheel Rear Right;20645:TPW Wheel Rear Left;20646:TPW ERROR;20647:TPW AUTOCALIBRATION FAILED;20650:LifeTimeCounter;20651:Reserved C1A-HS;20652:Reserved C1A-HS-1;20653:Reserved C1A-HS-2;20656:EPB_ACTUATOR_RIGHT;20657:EPB_ACTUATOR_LEFT;20658:EPB_SWITCH;20659:EPB_ELECTRONIC_ECU;20661:EPB_ASSEMBLY_CHECK_NOT_DONE;20662:EPB_MAX_BRAKING;20664:EPB_BRAKE_INCOHERENT;20665:EPB_BRAKE_STATE_UNKNOWN;49267:Vehicle CAN;49270:Chassis CAN;57601:Lost Communication with Add. Display on Vehicle CAN;57604:Lost Communication with 4WS on Vehicle CAN;57618:Lost Communication with EBA on Vehicle CAN;57664:Lost Communication with ECM on Vehicle CAN;57665:Lost Communication with AT on Vehicle CAN;57667:Lost Communication with HEVC on Vehicle CAN;57674:Lost Communication with 4WD on Vehicle CAN;57678:Lost Communication with METER on Vehicle CAN;57679:Lost Communication with BCM on Vehicle CAN;57684:Lost Communication with MIU on Vehicle CAN;57686:Lost Communication with SWAS on Vehicle CAN;57691:Lost communication with USM on Vehicle CAN;57718:Lost Communication with IDM on Vehicle CAN;57860:Lost Communication with 4WS on Chassis-CAN;57874:Lost Communication with EBA on Chassis-CAN;57923:Lost Communication with HEVC on Chassis-CAN;57938:Lost Communication with ADAS on Chassis CAN;57941:Lost Communication with APB on Chassis-CAN;57951:Lost Communication with RADAR on Chassis-CAN;57957:Lost Communication with USA on Chassis-CAN;57974:Lost Communication with IDM on Chassis-CAN" +,760,40,43,1,0,0,,190209,590209,ff,DTCFailureType.Category,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM (Freq Mod) / PWM (Pulse Width Mod) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,760,44,47,1,0,0,,190209,590209,ff,DTCFailureType.ManufacturerOrSupplier, +,760,48,55,1,0,0,,190209,590209,ff,StatusOfDTC, +,760,49,49,1,0,0,,190209,590209,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,760,50,50,1,0,0,,190209,590209,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,760,51,51,1,0,0,,190209,590209,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,760,52,52,1,0,0,,190209,590209,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,760,53,53,1,0,0,,190209,590209,ff,DTCStatus.pendingDTC,0:No;1:Yes +,760,54,54,1,0,0,,190209,590209,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,760,55,55,1,0,0,,190209,590209,ff,DTCStatus.testFailed,0:No;1:Yes +,760,0,0,1,0,0,,1903000000FF,5903000000FF,ff,ReadDTCInformation.ReportDTCSnapshotIdentification, +,760,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,760,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,760,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,760,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,760,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPR numerator;137:IUPR denominator +,760,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage, +,760,16,39,1,0,0,,190600000081,590600000081,4ff,DTCRecord, +,760,40,47,1,0,0,,190600000081,590600000081,ff,StatusOfDTC, +,760,48,55,1,0,0,,190600000081,590600000081,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPR numerator;137:IUPR denominator +,760,56,63,1,0,0,,190600000081,590600000081,ff,DTCExtendedData.AgingCounter, +,760,16,39,1,0,0,,190600000082,590600000082,4ff,DTCRecord, +,760,40,47,1,0,0,,190600000082,590600000082,ff,StatusOfDTC, +,760,48,55,1,0,0,,190600000082,590600000082,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPR numerator;137:IUPR denominator +,760,56,63,1,0,0,,190600000082,590600000082,ff,DTCExtendedData.DTCOccurrenceCounter, +,760,16,39,1,0,0,,190600000085,590600000085,4ff,DTCRecord, +,760,40,47,1,0,0,,190600000085,590600000085,ff,StatusOfDTC, +,760,48,55,1,0,0,,190600000085,590600000085,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPR numerator;137:IUPR denominator +,760,56,79,1,0,0,km,190600000085,590600000085,ff,DTCExtendedData.DTCLastDiseappearMileage, +,760,16,39,1,0,0,,190600000087,590600000087,4ff,DTCRecord, +,760,40,47,1,0,0,,190600000087,590600000087,ff,StatusOfDTC, +,760,48,55,1,0,0,,190600000087,590600000087,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPR numerator;137:IUPR denominator +,760,56,79,1,0,0,km,190600000087,590600000087,ff,DTCExtendedData.DTCFirstAppearMileage, +,760,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,760,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,"34:Mastervac brake assistance system;20544:Telemeter;20545:Invalid function configuration;20546:Isolating valve FR/RL axe fault;20547:Isolating valve FL/RR axe fault;20550:Electric shuttle valve FR/RL axe fault;20551:Electric shuttle valve FL/RR axe fault;20552:Valve relay;20553:Inlet valve FL;20554:Outlet valve FL;20555:Inlet valve FR;20556:Outlet valve FR;20557:Inlet valve RL;20558:Outlet valve RL;20559:Inlet valve RR;20560:Outlet valve RR;20561:Pump motor control;20562:Brake Booster Performance;20563:CAN Receive Monitor;20564:Judgement time 2-2;20565:CAN Register;20566:Supply Voltage;20568:ECU ABS or ESC;20569:Solenoid overheating;20570:Stability system active too long;20571:HEVC not ready as actuator;20572:Implausible control;20573:Brake Fluid Level;20574:EBA Failure;20575:GCC commands;20577:Front left wheel speed sensor;20579:Front right wheel speed sensor;20581:Rear left wheel speed sensor;20583:Rear right wheel speed sensor;20584:WSS Front Axle;20585:WSS Rear Axle;20586:WSS General;20587:Brake pedal switch ""A"";20588:Master cylinder pressure sensor;20589:Vacuum booster;20590:SWAS;20592:Lateral acceleration sensor;20593:Longitudinal acceleration sensor;20594:Yaw rate sensor;20595:Vacuum sensor;20596:Activation switch AYC/ASR;20597:Activation HDC switch;20598:Missing ABS or VDC calibration parameters;20599:Invalid gearbox configuration;20600:Invalid parking brake configuration;20601:Invalid wheel circumference configuration;20602:Invalid VDC Physical Implantatation Configuration;20603:Important function deactivated;20604:Secondary function deactivated;20605:4WD;20606:Extended Grip button;20607:Stroke sensor;20608:ECM Invalid data;20609:APB Invalid data;20610:AT Invalid data;20611:SWAS Invalid data;20613:METER Invalid data;20614:BCM Invalid data;20615:USM Invalid data;20616:MIU Invalid data;20617:4WS Invalid data;20624:ADAS Invalid data;20625:RADAR Invalid data;20626:4WD Invalid data;20627:USA Invalid data;20628:HEVC Invalid data;20629:EBA Invalid data;20630:CDM Invalid data;20631:IDM Invalid data;20640:TPW Under Inflated;20641:TPW INVALID INPUT DATA;20642:TPW Wheel Front Left;20643:TPW Wheel Front Right;20644:TPW Wheel Rear Right;20645:TPW Wheel Rear Left;20646:TPW ERROR;20647:TPW AUTOCALIBRATION FAILED;20650:LifeTimeCounter;20651:Reserved C1A-HS;20652:Reserved C1A-HS-1;20653:Reserved C1A-HS-2;20656:EPB_ACTUATOR_RIGHT;20657:EPB_ACTUATOR_LEFT;20658:EPB_SWITCH;20659:EPB_ELECTRONIC_ECU;20661:EPB_ASSEMBLY_CHECK_NOT_DONE;20662:EPB_MAX_BRAKING;20664:EPB_BRAKE_INCOHERENT;20665:EPB_BRAKE_STATE_UNKNOWN;49267:Vehicle CAN;49270:Chassis CAN;57601:Lost Communication with Add. Display on Vehicle CAN;57604:Lost Communication with 4WS on Vehicle CAN;57618:Lost Communication with EBA on Vehicle CAN;57664:Lost Communication with ECM on Vehicle CAN;57665:Lost Communication with AT on Vehicle CAN;57667:Lost Communication with HEVC on Vehicle CAN;57674:Lost Communication with 4WD on Vehicle CAN;57678:Lost Communication with METER on Vehicle CAN;57679:Lost Communication with BCM on Vehicle CAN;57684:Lost Communication with MIU on Vehicle CAN;57686:Lost Communication with SWAS on Vehicle CAN;57691:Lost communication with USM on Vehicle CAN;57718:Lost Communication with IDM on Vehicle CAN;57860:Lost Communication with 4WS on Chassis-CAN;57874:Lost Communication with EBA on Chassis-CAN;57923:Lost Communication with HEVC on Chassis-CAN;57938:Lost Communication with ADAS on Chassis CAN;57941:Lost Communication with APB on Chassis-CAN;57951:Lost Communication with RADAR on Chassis-CAN;57957:Lost Communication with USA on Chassis-CAN;57974:Lost Communication with IDM on Chassis-CAN" +,760,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM (Freq Mod) / PWM (Pulse Width Mod) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level / zero adjustment failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or operation obstructed or blocked;152:component or system over temperature +,760,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,760,24,39,.1,32767,1,°,220100,620100,ff,Steering Wheel Angle, +,760,24,31,.1,0,1,V,22012F,62012F,ff,Supply voltage, +,760,24,31,1,0,0,,221597,621597,ff,Multimode RS,0:Activated;170:Deactivated;255:Not configured +,760,24,39,.01,0,2,km/h,224B00,624B00,ff,WheelSpeed FL, +,760,24,39,.01,0,2,km/h,224B01,624B01,ff,WheelSpeed FR, +,760,24,39,.01,0,2,km/h,224B02,624B02,ff,WheelSpeed RL, +,760,24,39,.01,0,2,km/h,224B03,624B03,ff,WheelSpeed RR, +,760,24,39,.01,0,2,km/h,224B04,624B04,ff,Vehicle speed, +,760,0,0,1,0,0,,224B05,624B05,ff,DataRead.DID Unknown, +,760,28,55,10,0,0,m,224B06,624B06,ff,Internal odometer.Internal odometer, +,760,24,31,.1,127,1,m/s²,224B07,624B07,ff,Longitudinal acceleration, +,760,24,31,1,0,0,,224B08,624B08,ff,Aging Counter, +,760,24,47,1,0,0,km,224B09,624B09,1ff,Mileage of the first failure, +,760,24,31,.02,127,2,g,224B0B,624B0B,ff,Lateral acceleration, +,760,24,39,.2,32767,1,°/s,224B0C,624B0C,ff,Yaw speed, +,760,24,31,1,0,0,,224B0D,624B0D,ff,Activation switch state,0:Activation switch released;1:Activation switch pressed +,760,24,31,1,0,0,bar,224B0E,624B0E,ff,Braking pressure, +,760,24,31,1,0,0,,224B11,624B11,ff,Brake Pedal Position,0:released;1:pressed;255:unavailable +,760,24,24,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.outlet EV RR,0:off;1:activated +,760,25,25,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.inlet EV RR,0:off;1:activated +,760,26,26,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.outlet EV RL,0:off;1:activated +,760,27,27,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.inlet EV RL,0:off;1:activated +,760,28,28,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.outlet EV FR,0:off;1:activated +,760,29,29,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.intlet EV FR,0:off;1:activated +,760,30,30,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.outlet EV FL,0:off;1:activated +,760,31,31,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.inlet EV FL,0:off;1:activated +,760,33,33,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.pump,0:off;1:activated +,760,36,36,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.FL RR Electric shuttle EV,0:off;1:activated +,760,37,37,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.FL RR Isolating EV,0:off;1:activated +,760,38,38,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.FR RL Electric shuttle EV,0:off;1:activated +,760,39,39,1,0,0,,224B12,624B12,ff,Hydraulic valves and pump.FR RL Isolating EV,0:off;1:activated +,760,24,31,1,0,0,km/h,224B13,624B13,ff,Vehicle speed wire generation, +,760,24,31,1,0,0,,224B14,624B14,ff,Hazard lights activation state,0:not activated;1:activated +,760,24,31,1,0,0,,224B15,624B15,ff,Brake lights activation state,0:not activated;1:activated +,760,24,31,1,0,0,,224B16,624B16,ff,ASR Request Simulation,3:ShortTermAdjustement +,760,24,31,1,0,0,°C,224B17,624B17,ff,Hydraulic unit temperature, +,760,24,31,1,0,0,,224B18,624B18,ff,After Sales Date, +,760,24,31,1,0,0,,224B1A,624B1A,ff,Vehicle Status,0:0 (Asleep);1:1 (Not used);2:2 (CutOff pending);3:3 (AutoACC);4:4 (Not used);5:5 (IgnitionLevel);6:6 (StartInProgress);7:7 (Powertrain Running);8:8 (AutoStart);9:9 (EngineSystemStop);255:Unavaible +,760,24,39,1,0,0,,224B1C,624B1C,ff,ESC Steering Angle Sensor calibration, +,760,24,39,1,0,0,,224B1D,624B1D,ff,Magnetic tone wheel control, +,760,24,39,1,0,0,,224B1E,624B1E,ff,ESC inertial sensors calibration, +,760,24,31,1,0,0,,224B20,624B20,ff,AEB Ped function inhibtion state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B21,624B21,ff,HDC Button state,0:HDC Button not activated;1:HDC Button activated +,760,24,39,1,0,0,,224B24,624B24,ff,Real Tires Circumference,1000:Minimum value (expert only);1789:165/70 R 14;1793:BBG Europe;1794:XBABS6.2;1836:175/70/R14;1879:205/45/R17;1891:195/55/R16;1895:185/65/R15;1927:205/55/R16 XFB;1934:195/65/R15 XFB;1957:205/50/R17 XFB;1967:235/40/R18 (RS);1968:205/60/R16 XFB;1998:245/35/R19 (RS);2036:215/60/R16 95V;2073:245/45/R18 100W;2074:225/55/R17 97V;2078:225/55/R17 101W;2093:215/65/R16;2105:215/60/R17;2114:215/55/R18;2244:255/45/R20;2251:235/65/R17;2254:235/60/R18;2261:235/55/R19;3000:Maximum value (expert only);65535:Not configured +,760,24,31,10,-1,0,s,224B25,624B25,ff,Powerlatch duration, +,760,24,31,1,0,0,,224B26,624B26,ff,GearBox Type.GearBoxType,1:Manual;2:Automatic;3:CVT;4:DCT;5:AMT;255:Not Configured +,760,24,31,1,0,0,,224B27,624B27,ff,Parking Brake Type,1:Manual;2:Assisted;3:Assisted_Int_Edrum;4:Assisted_Int_Ecaliper;255:Not Configured +,760,24,39,1,0,0,,224B28,624B28,ff,Rear tires real Circumference,1000:Minimum value (expert only);1879:205/45/R17;1891:195/55/R16;1894:185/65/R15;3000:Maximum value (expert only);65535:Not configured +,760,24,31,1,0,0,,224B29,624B29,ff,RMF function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B2A,624B2A,ff,MULTIEXP function inhibition state,0:MODE 1;85:MODE 2;170:Not activated;255:Not configured +,760,24,31,1,0,0,,224B2B,624B2B,ff,HBA function inhibition state,0:Activated;170:Deactivated;255:NotConfigured +,760,24,31,1,0,0,,224B2C,624B2C,ff,EBP function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B2E,624B2E,ff,TSF function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B2F,624B2F,ff,ACC function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B30,624B30,ff,AEBS function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B31,624B31,ff,HSA function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B32,624B32,ff,BHF function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B33,624B33,ff,Calibration variant, +,760,24,31,1,0,0,,224B34,624B34,ff,Filling status,0:OK (Filled in);176:NOK (Evac failure);192:NOK (Filling failure);255:NEW (Empty) +,760,24,24,1,0,0,,224B35,624B35,ff,Function status.EBD function.failure status,0:not operational;1:operational +,760,25,25,1,0,0,,224B35,624B35,ff,Function status.EBD function.activation status,0:not active;1:active +,760,26,26,1,0,0,,224B35,624B35,ff,Function status.ABS function.failure status,0:not operational;1:operational +,760,27,27,1,0,0,,224B35,624B35,ff,Function status.ABS function.activation status,0:not active;1:active +,760,28,28,1,0,0,,224B35,624B35,ff,Function status.ASR function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,29,29,1,0,0,,224B35,624B35,ff,Function status.ASR function.inhibition by switch status,0:inhibited by switch;1:not inhibited by switch +,760,30,30,1,0,0,,224B35,624B35,ff,Function status.ASR function.failure status,0:not operational;1:operational +,760,31,31,1,0,0,,224B35,624B35,ff,Function status.ASR function.activation status,0:not active;1:active +,760,32,32,1,0,0,,224B35,624B35,ff,Function status.AYC function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,33,33,1,0,0,,224B35,624B35,ff,Function status.AYC function.inhibition by switch status,0:inhibited by switch;1:not inhibited by switch +,760,34,34,1,0,0,,224B35,624B35,ff,Function status.AYC function.failure status,0:not operational;1:operational +,760,35,35,1,0,0,,224B35,624B35,ff,Function status.AYC function.activation status,0:not active;1:active +,760,36,36,1,0,0,,224B35,624B35,ff,Function status.MSR function.failure status,0:not operational;1:operational +,760,37,37,1,0,0,,224B35,624B35,ff,Function status.MSR function.activation status,0:not active;1:active +,760,38,38,1,0,0,,224B35,624B35,ff,Function status.HBA function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,39,39,1,0,0,,224B35,624B35,ff,Function status.HBA function.failure status,0:not operational;1:operational +,760,40,40,1,0,0,,224B35,624B35,ff,Function status.HBA function.activation status,0:not active;1:active +,760,41,41,1,0,0,,224B35,624B35,ff,Function status.HSA function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,42,42,1,0,0,,224B35,624B35,ff,Function status.HSA function.failure status,0:not operational;1:operational +,760,43,43,1,0,0,,224B35,624B35,ff,Function status.HSA function.activation status,0:not active;1:active +,760,44,44,1,0,0,,224B35,624B35,ff,Function status.EBP function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,45,45,1,0,0,,224B35,624B35,ff,Function status.EBP function.failure status,0:not operational;1:operational +,760,46,46,1,0,0,,224B35,624B35,ff,Function status.EBP function.activation status,0:not active;1:active +,760,47,47,1,0,0,,224B35,624B35,ff,Function status.RMF function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,48,48,1,0,0,,224B35,624B35,ff,Function status.RMF function.failure status,0:not operational;1:operational +,760,49,49,1,0,0,,224B35,624B35,ff,Function status.RMF function.activation status,0:not active;1:active +,760,50,50,1,0,0,,224B35,624B35,ff,Function status.TSF function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,51,51,1,0,0,,224B35,624B35,ff,Function status.TSF function.failure status,0:not operational;1:operational +,760,52,52,1,0,0,,224B35,624B35,ff,Function status.TSF function.activation status,0:not active;1:active +,760,53,53,1,0,0,,224B35,624B35,ff,Function status.HLA function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,54,54,1,0,0,,224B35,624B35,ff,Function status.HLA function.failure status,0:not operational;1:operational +,760,55,55,1,0,0,,224B35,624B35,ff,Function status.HLA function.activation status,0:not active;1:active +,760,56,56,1,0,0,,224B35,624B35,ff,Function status.VDL function.failure status,0:not operational;1:operational +,760,57,57,1,0,0,,224B35,624B35,ff,Function status.VDL function.activation status,0:not active;1:active +,760,62,62,1,0,0,,224B35,624B35,ff,Function status.HBB function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,63,63,1,0,0,,224B35,624B35,ff,Function status.HBB function.failure status,0:not operational;1:operational +,760,64,64,1,0,0,,224B35,624B35,ff,Function status.HBB function.activation status,0:not active;1:active +,760,65,65,1,0,0,,224B35,624B35,ff,Function status.ACC function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,66,66,1,0,0,,224B35,624B35,ff,Function status.ACC function.failure status,0:not operational;1:operational +,760,67,67,1,0,0,,224B35,624B35,ff,Function status.ACC function.activation status,0:not active;1:active +,760,68,68,1,0,0,,224B35,624B35,ff,Function status.AEBS function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,69,69,1,0,0,,224B35,624B35,ff,Function status.AEBS function.failure status,0:not operational;1:operational +,760,70,70,1,0,0,,224B35,624B35,ff,Function status.AEBS function.activation status,0:not active;1:active +,760,71,71,1,0,0,,224B35,624B35,ff,Function status.SIDIPIL function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,72,72,1,0,0,,224B35,624B35,ff,Function status.SIDIPIL function.failure status,0:not operational;1:operational +,760,73,73,1,0,0,,224B35,624B35,ff,Function status.SIDIPIL function.activation status,0:not active;1:active +,760,74,74,1,0,0,,224B35,624B35,ff,Function status.MULTI EXP function.inhibition by diag status,0:not operational;1:operational +,760,75,75,1,0,0,,224B35,624B35,ff,Function status.MULTI EXP function.failure status,0:not operational;1:operational +,760,76,76,1,0,0,,224B35,624B35,ff,Function status.EG function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,77,77,1,0,0,,224B35,624B35,ff,Function status.EG function.failure status,0:not operational;1:operational +,760,78,78,1,0,0,,224B35,624B35,ff,Function status.EG function.activation status,0:not active;1:active +,760,79,79,1,0,0,,224B35,624B35,ff,Function status.BLA function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,80,80,1,0,0,,224B35,624B35,ff,Function status.BLA function.failure status,0:not operational;1:operational +,760,81,81,1,0,0,,224B35,624B35,ff,Function status.BLA function.activation status,0:not active;1:active +,760,82,82,1,0,0,,224B35,624B35,ff,Function status.BHF function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,83,83,1,0,0,,224B35,624B35,ff,Function status.BHF function.failure status,0:not operational;1:operational +,760,84,84,1,0,0,,224B35,624B35,ff,Function status.BHF function.activation status,0:not active;1:active +,760,85,85,1,0,0,,224B35,624B35,ff,Function status.VESS function.inhibition by diag status,0:inhibited by diag;1:not inhibited by diag +,760,86,86,1,0,0,,224B35,624B35,ff,Function status.VESS function.failure status,0:not operational;1:operational +,760,87,87,1,0,0,,224B35,624B35,ff,Function status.VESS function.activation status,0:not active;1:active +,760,24,31,.2,127,1,°,224B36,624B36,ff,Steering wheel angle offset, +,760,24,31,.01,127,2,g,224B37,624B37,ff,Lateral acceleration offset, +,760,24,31,.0981,127,2,m/s²,224B38,624B38,ff,Longitudinal acceleration offset, +,760,24,31,.2,127,1,bar,224B39,624B39,ff,Braking pressure offset, +,760,24,55,1,0,0,,224B3A,624B3A,2ff,Steering Wheel Angle Traceability.Serial Number, +,760,56,71,1,0,0,,224B3A,624B3A,2ff,Steering Wheel Angle Traceability.Year, +,760,72,87,1,0,0,,224B3A,624B3A,2ff,Steering Wheel Angle Traceability.Month, +,760,88,103,1,0,0,,224B3A,624B3A,2ff,Steering Wheel Angle Traceability.Day, +,760,104,119,1,0,0,,224B3A,624B3A,2ff,Steering Wheel Angle Traceability.Reserved, +,760,120,151,1,0,0,,224B3A,624B3A,2ff,Steering Wheel Angle Traceability.Sequence, +,760,24,31,1,0,0,,224B3B,624B3B,ff,LWC function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B3C,624B3C,ff,ESC Orientation,1:Config 1 ( Left hand drive / DaG);2:Config 2 (Right hand drive / DaD);3:Config 3;4:Config 4;5:Config 5;6:Config 6;7:Config 7;8:Config 8;255:Not configured +,760,24,39,1,0,0,,224B3D,624B3D,4ff,Supplier fault code, +,760,24,31,1,0,0,,224B3E,624B3E,ff,ASR function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B3F,624B3F,ff,AEB Type,1:ADAS;2:RADAR;255:Not configured +,760,24,31,1,0,0,,224B40,624B40,ff,AYC function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B41,624B41,ff,Brake Assistance System Configuration,0:Not Needed;17:Config 1;34:Config 2;51:Config 3;68:Config 4;85:Config 5;102:Config 6;119:Config 7;136:Config 8;153:Config 9;255:Not configured +,760,24,39,.1,32767,1,°/s,224B42,624B42,ff,Steering Wheel Speed, +,760,24,31,1,0,0,,224B43,624B43,ff,BLA function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B45,624B45,ff,Integrated sensors gateway activation deactivation,0:Deactivated;170:Activated;255:Not configured +,760,24,31,1,0,0,,224B46,624B46,ff,Voltage drop management function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B47,624B47,ff,Extended Grip function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B48,624B48,ff,FourWS configuration state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B49,624B49,ff,HLA function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B4A,624B4A,ff,trailer connector state,0:trailer not connected;1:trailer connected +,760,24,31,1,0,0,,224B4B,624B4B,ff,ARBS function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B4C,624B4C,ff,HBB function inhibition state,0:Activated;170:Deactivated;255:Not Configured +,760,24,31,1,0,0,,224B4D,624B4D,ff,VESS function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,50,0,0,mbar,224B4E,624B4E,ff,Vacuum sensor value, +,760,24,31,1,0,0,,224B4F,624B4F,ff,Vacuum Sensor Configuration,0:Not present;170:Present;255:Not configured +,760,24,31,1,0,0,,224B50,624B50,ff,CCSL function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B51,624B51,ff,AUTOPARK function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B52,624B52,ff,GCC function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B53,624B53,ff,BSI function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B54,624B54,ff,SSF function inhibition state,0:Activated;170:Not activated;255:Not configured +,760,24,31,1,0,0,,224B55,624B55,ff,HDC function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B57,624B57,ff,Roller Bench Mode function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B5A,624B5A,ff,CRBS function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B5B,624B5B,ff,GSB function inhibition state,0:Activated;170:Not activated;255:Not configured +,760,24,31,1,0,0,,224B5C,624B5C,ff,OBD function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224B5D,624B5D,ff,TorqueRequestType,1:WheelTorque;2:EngineTorque;255:Not configured +,760,24,31,1,0,0,,224B5E,624B5E,ff,BCR function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,45,1,0,0,s,224B5F,624B5F,ff,Vacuum Pump Activation counter, +,760,24,31,1,0,0,,224B61,624B61,ff,DTV Function,0:Activated;170:Deactivated;255:Not configured +,760,24,39,1,0,0,,224BA0,624BA0,2ff,ECU Activities.GeneralData.Calibration file reference, +,760,40,63,6.4,0,0,s,224BA0,624BA0,ff,ECU Activities.GeneralData.ECU ON time, +,760,64,79,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C1, +,760,80,95,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C2, +,760,96,111,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C3, +,760,112,127,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C4, +,760,128,143,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C5, +,760,144,159,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C6, +,760,160,175,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C7, +,760,176,191,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDuration.C8, +,760,192,207,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C1, +,760,208,223,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C2, +,760,224,239,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C3, +,760,240,255,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C4, +,760,256,271,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C5, +,760,272,287,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C6, +,760,288,303,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C7, +,760,304,319,1,0,0,,224BA0,624BA0,ff,ECU Activities.GeneralData.IgnitionCyclesDistanceLevel.C8, +,760,320,351,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C1, +,760,352,383,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C2, +,760,384,415,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C3, +,760,416,447,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C4, +,760,448,479,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C5, +,760,480,511,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C6, +,760,512,543,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C7, +,760,544,575,1,0,0,,224BA0,624BA0,4ff,ECU Activities.GeneralData.TimeBySpeedLevel.C8, +,760,576,591,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C1, +,760,592,607,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C2, +,760,608,623,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C3, +,760,624,639,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C4, +,760,640,655,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C5, +,760,656,671,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C6, +,760,672,687,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C7, +,760,688,703,2,0,0,min,224BA0,624BA0,ff,ECU Activities.GeneralData.Time by temperature Level.C8, +,760,704,727,.32,0,1,s,224BA0,624BA0,ff,ECU Activities.GeneralData.Pump Motor ON time, +,760,24,39,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.EBD Activations, +,760,40,55,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.ABS ActivationsByDeceleration.C1, +,760,56,71,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.ABS ActivationsByDeceleration.C2, +,760,72,87,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.ABS ActivationsByDeceleration.C3, +,760,88,103,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.ASR Activations, +,760,104,119,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.AYC ActivationsByBrakingPressure.C1, +,760,120,135,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.AYC ActivationsByBrakingPressure.C2, +,760,136,151,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.AYC ActivationsByBrakingPressure.C3, +,760,152,167,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.AYC ActivationsByBrakingPressure.C4, +,760,168,183,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.MSR Activations, +,760,184,199,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.HBA Activations, +,760,200,215,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.EBP Activations, +,760,216,231,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.HSA Activations, +,760,232,247,1,0,0,,224BA1,624BA1,ff,ECU Activities.ActivationCounters.LWC Activations, +,760,24,39,640,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.EBD duration, +,760,40,55,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C1.K1, +,760,56,71,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C1.K2, +,760,72,79,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C1.K3, +,760,80,87,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C1.K4, +,760,88,103,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C2.K1, +,760,104,119,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C2.K2, +,760,120,135,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C2.K3, +,760,136,151,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C2.K4, +,760,152,167,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C3.K1, +,760,168,183,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C3.K2, +,760,184,199,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C3.K3, +,760,200,215,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C3.K4, +,760,216,231,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C4.K1, +,760,232,247,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C4.K2, +,760,248,263,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C4.K3, +,760,264,279,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C4.K4, +,760,280,295,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C5.K1, +,760,296,311,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C5.K2, +,760,312,327,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C5.K3, +,760,328,343,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C5.K4, +,760,344,359,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C6.K1, +,760,360,375,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C6.K2, +,760,376,383,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C6.K3, +,760,384,391,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C6.K4, +,760,392,399,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C7.K1, +,760,400,407,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C7.K2, +,760,408,415,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C7.K3, +,760,416,423,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C7.K4, +,760,424,431,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C8.K1, +,760,432,439,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C8.K2, +,760,440,447,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C8.K3, +,760,448,455,1,0,0,,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABSdurationbypressure level.C8.K4, +,760,456,471,1280,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.ABS duration, +,760,472,535,1,0,0,,224BA2,624BA2,4ff,ECU Activities.ActivationTimers.ASR duration, +,760,536,551,1280,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.AYC duration, +,760,552,567,80,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.MSR duration, +,760,568,583,80,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.HBA duration, +,760,584,599,20.48,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.HSA duration, +,760,600,615,1280,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.LWC duration, +,760,616,639,320,0,0,ms,224BA2,624BA2,ff,ECU Activities.ActivationTimers.HBB duration, +,760,24,55,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C1, +,760,56,87,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C2, +,760,88,119,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C3, +,760,120,151,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C4, +,760,152,183,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C5, +,760,184,215,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C6, +,760,216,247,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C7, +,760,248,279,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AxDurationbyLongitudinalAcceleraion.C8, +,760,280,311,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AyDurationbyTransversalAcceleraion.C1, +,760,312,343,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AyDurationbyTransversalAcceleraion.C2, +,760,344,375,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AyDurationbyTransversalAcceleraion.C3, +,760,376,407,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AyDurationbyTransversalAcceleraion.C4, +,760,408,439,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.AyDurationbyTransversalAcceleraion.C5, +,760,440,471,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C1, +,760,472,503,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C2, +,760,504,535,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C3, +,760,536,567,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C4, +,760,568,591,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C5, +,760,592,615,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C6, +,760,616,639,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C7, +,760,640,663,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C8, +,760,664,679,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbyYawSpeedLevel.C9, +,760,680,711,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C1, +,760,712,743,1,0,0,,224BA3,624BA3,4ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C2, +,760,744,767,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C3, +,760,768,791,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C4, +,760,792,815,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C5, +,760,816,839,100,0,0,ms,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C6, +,760,840,855,100,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.MissionDurationbySWALevel.C7, +,760,856,879,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C1K1, +,760,880,903,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C1K2, +,760,904,927,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C1K3, +,760,928,943,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C1K4, +,760,944,959,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C1K5, +,760,960,983,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C2K1, +,760,984,1007,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C2K2, +,760,1008,1031,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C2K3, +,760,1032,1047,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C2K4, +,760,1048,1063,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C2K5, +,760,1064,1087,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C3K1, +,760,1088,1111,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C3K2, +,760,1112,1135,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C3K3, +,760,1136,1151,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C3K4, +,760,1152,1167,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C3K5, +,760,1168,1191,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C4K1, +,760,1192,1215,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C4K2, +,760,1216,1239,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C4K3, +,760,1240,1255,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C4K4, +,760,1256,1271,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C4K5, +,760,1272,1287,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C5K1, +,760,1288,1303,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C5K2, +,760,1304,1319,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C5K3, +,760,1320,1335,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C5K4, +,760,1336,1351,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C5K5, +,760,1352,1367,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C6K1, +,760,1368,1383,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C6K2, +,760,1384,1399,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C6K3, +,760,1400,1415,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C6K4, +,760,1416,1431,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C6K5, +,760,1432,1447,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C7K1, +,760,1448,1463,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C7K2, +,760,1464,1479,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C7K3, +,760,1480,1495,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C7K4, +,760,1496,1511,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C7K5, +,760,1512,1527,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C8K1, +,760,1528,1543,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C8K2, +,760,1544,1559,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C8K3, +,760,1560,1575,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C8K4, +,760,1576,1591,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C8K5, +,760,1592,1607,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C9K1, +,760,1608,1623,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C9K2, +,760,1624,1639,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C9K3, +,760,1640,1655,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C9K4, +,760,1656,1663,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C9K5, +,760,1664,1679,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C10K1, +,760,1680,1695,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C10K2, +,760,1696,1711,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C10K3, +,760,1712,1727,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C10K4, +,760,1728,1735,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C10K5, +,760,1736,1751,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C11K1, +,760,1752,1767,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C11K2, +,760,1768,1783,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C11K3, +,760,1784,1799,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C11K4, +,760,1800,1807,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C11K5, +,760,1808,1815,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C12K1, +,760,1816,1823,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C12K2, +,760,1824,1831,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C12K3, +,760,1832,1839,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C12K4, +,760,1840,1847,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C12K5, +,760,1848,1855,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C13K1, +,760,1856,1863,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C13K2, +,760,1864,1871,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C13K3, +,760,1872,1879,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C13K4, +,760,1880,1887,1,0,0,,224BA3,624BA3,ff,ECU Activities.PhysicalData.BrakingDurationbyPressureLevel.C13K5, +,760,24,31,1,0,0,,224BBA,624BBA,ff,Malfunction flags inhibition in development,0:Inhibited;170:Not inhibited +,760,24,31,1,0,0,,224BBB,624BBB,ff,Signed Wheel Speed Sensors Configuration,1:None;2:On Front Wheels;3:On Rear Wheels;4:On all Wheels;255:Not configured +,760,24,39,.01,0,2,km/h,224BBC,624BBC,ff,FourWheel Reference Speed, +,760,24,31,1,0,0,,224BBD,624BBD,ff,Ax monitoring inhibition state,0:Ax monitoring not inhibited;170:Ax monitoring inhibited +,760,24,31,1,0,0,,224BBE,624BBE,ff,Development frames activation inhibition,0:development frames transmission activated by diag;170:development frames transmission not activated by diag +,760,24,31,1,0,0,,224BBF,624BBF,ff,SIDIPIL function inhibition state,0:Activated;170:Deactivated;255:Not configured +,760,24,55,10,0,0,m,224BD0,624BD0,1ff,AEBS HBA Threshold Decrease application data.Mileage appli HBA Threshold Decrease 1, +,760,48,55,.1,0,1,s,224BD0,624BD0,ff,AEBS HBA Threshold Decrease application data.Duration appli HBA Threshold Decrease 1, +,760,56,87,10,0,0,m,224BD0,624BD0,1ff,AEBS HBA Threshold Decrease application data.Mileage appli HBA Threshold Decrease 2, +,760,88,95,.1,0,1,s,224BD0,624BD0,ff,AEBS HBA Threshold Decrease application data.Duration appli HBA Threshold Decrease 2, +,760,96,127,10,0,0,m,224BD0,624BD0,1ff,AEBS HBA Threshold Decrease application data.Mileage appli HBA Threshold Decrease 3, +,760,128,135,.1,0,1,s,224BD0,624BD0,ff,AEBS HBA Threshold Decrease application data.Duration appli HBA Threshold Decrease 3, +,760,24,55,10,0,0,m,224BD1,624BD1,1ff,AEBS Braking Gain application data.Mileage appli AEBS Braking Gain 1, +,760,48,55,.1,0,1,s,224BD1,624BD1,ff,AEBS Braking Gain application data.Duration appli AEBS Braking Gain 1, +,760,56,87,10,0,0,m,224BD1,624BD1,1ff,AEBS Braking Gain application data.Mileage appli AEBS Braking Gain 2, +,760,88,95,.1,0,1,s,224BD1,624BD1,ff,AEBS Braking Gain application data.Duration appli AEBS Braking Gain 2, +,760,96,127,10,0,0,m,224BD1,624BD1,1ff,AEBS Braking Gain application data.Mileage appli AEBS Braking Gain 3, +,760,128,135,.1,0,1,s,224BD1,624BD1,ff,AEBS Braking Gain application data.Duration appli AEBS Braking Gain 3, +,760,24,25,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a1,1:Off request;2:On request;3:no storage +,760,26,27,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a2,1:Off request;2:On request;3:no storage +,760,28,29,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a3,1:Off request;2:On request;3:no storage +,760,30,31,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a4,1:Off request;2:On request;3:no storage +,760,32,33,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a5,1:Off request;2:On request;3:no storage +,760,34,35,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a6,1:Off request;2:On request;3:no storage +,760,36,37,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a7,1:Off request;2:On request;3:no storage +,760,38,39,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request a8,1:Off request;2:On request;3:no storage +,760,40,47,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a1, +,760,48,55,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a2, +,760,56,63,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a3, +,760,64,71,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a4, +,760,72,79,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a5, +,760,80,87,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a6, +,760,88,95,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a7, +,760,96,103,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a8, +,760,104,111,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration a9, +,760,112,143,10,0,0,m,224BD2,624BD2,1ff,AEBS Strong Braking application data.Mileage appli AEBS Strong Braking 1, +,760,144,151,.1,0,1,s,224BD2,624BD2,ff,AEBS Strong Braking application data.Duration appli AEBS Strong Braking 1, +,760,152,153,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b1,1:Off request;2:On request;3:no storage +,760,154,155,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b2,1:Off request;2:On request;3:no storage +,760,156,157,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b3,1:Off request;2:On request;3:no storage +,760,158,159,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b4,1:Off request;2:On request;3:no storage +,760,160,161,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b5,1:Off request;2:On request;3:no storage +,760,162,163,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b6,1:Off request;2:On request;3:no storage +,760,164,165,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b7,1:Off request;2:On request;3:no storage +,760,166,167,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request b8,1:Off request;2:On request;3:no storage +,760,168,175,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b1, +,760,176,183,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b2, +,760,184,191,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b3, +,760,192,199,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b4, +,760,200,207,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b5, +,760,208,215,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b6, +,760,216,223,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b7, +,760,224,231,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b8, +,760,232,239,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration b9, +,760,240,271,10,0,0,m,224BD2,624BD2,1ff,AEBS Strong Braking application data.Mileage appli AEBS Strong Braking 2, +,760,272,279,.1,0,1,s,224BD2,624BD2,ff,AEBS Strong Braking application data.Duration appli AEBS Strong Braking 2, +,760,280,281,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c1,1:Off request;2:On request;3:no storage +,760,282,283,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c2,1:Off request;2:On request;3:no storage +,760,284,285,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c3,1:Off request;2:On request;3:no storage +,760,286,287,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c4,1:Off request;2:On request;3:no storage +,760,288,289,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c5,1:Off request;2:On request;3:no storage +,760,290,291,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c6,1:Off request;2:On request;3:no storage +,760,292,293,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c7,1:Off request;2:On request;3:no storage +,760,294,295,1,0,0,,224BD2,624BD2,ff,AEBS Strong Braking application data.StopLamp Request c8,1:Off request;2:On request;3:no storage +,760,296,303,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c1, +,760,304,311,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c2, +,760,312,319,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c3, +,760,320,327,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c4, +,760,328,335,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c5, +,760,336,343,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c6, +,760,344,351,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c7, +,760,352,359,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c8, +,760,360,367,.1,100,1,m/s²,224BD2,624BD2,ff,AEBS Strong Braking application data.Vehicle acceleration c9, +,760,368,399,10,0,0,m,224BD2,624BD2,1ff,AEBS Strong Braking application data.Mileage appli AEBS Strong Braking 3, +,760,400,407,.1,0,1,s,224BD2,624BD2,ff,AEBS Strong Braking application data.Duration appli AEBS Strong Braking 3, +,760,24,25,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a1,1:Off request;2:On request;3:no storage +,760,26,27,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a2,1:Off request;2:On request;3:no storage +,760,28,29,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a3,1:Off request;2:On request;3:no storage +,760,30,31,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a4,1:Off request;2:On request;3:no storage +,760,32,33,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a5,1:Off request;2:On request;3:no storage +,760,34,35,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a6,1:Off request;2:On request;3:no storage +,760,36,37,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a7,1:Off request;2:On request;3:no storage +,760,38,39,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request a8,1:Off request;2:On request;3:no storage +,760,40,47,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a1, +,760,48,55,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a2, +,760,56,63,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a3, +,760,64,71,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a4, +,760,72,79,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a5, +,760,80,87,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a6, +,760,88,95,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a7, +,760,96,103,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a8, +,760,104,111,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration a9, +,760,112,143,10,0,0,m,224BD3,624BD3,1ff,AEBS Moderate Braking application data.Mileage appli AEBS Moderate Braking 1, +,760,144,151,.1,0,1,s,224BD3,624BD3,ff,AEBS Moderate Braking application data.Duration appli AEBS Moderate Braking 1, +,760,152,153,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b1,1:Off request;2:On request;3:no storage +,760,154,155,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b2,1:Off request;2:On request;3:no storage +,760,156,157,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b3,1:Off request;2:On request;3:no storage +,760,158,159,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b4,1:Off request;2:On request;3:no storage +,760,160,161,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b5,1:Off request;2:On request;3:no storage +,760,162,163,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b6,1:Off request;2:On request;3:no storage +,760,164,165,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b7,1:Off request;2:On request;3:no storage +,760,166,167,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request b8,1:Off request;2:On request;3:no storage +,760,168,175,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b1, +,760,176,183,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b2, +,760,184,191,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b3, +,760,192,199,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b4, +,760,200,207,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b5, +,760,208,215,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b6, +,760,216,223,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b7, +,760,224,231,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b8, +,760,232,239,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration b9, +,760,240,271,10,0,0,m,224BD3,624BD3,1ff,AEBS Moderate Braking application data.Mileage appli AEBS Moderate Braking 2, +,760,272,279,.1,0,1,s,224BD3,624BD3,ff,AEBS Moderate Braking application data.Duration appli AEBS Moderate Braking 2, +,760,280,281,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c1,1:Off request;2:On request;3:no storage +,760,282,283,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c2,1:Off request;2:On request;3:no storage +,760,284,285,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c3,1:Off request;2:On request;3:no storage +,760,286,287,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c4,1:Off request;2:On request;3:no storage +,760,288,289,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c5,1:Off request;2:On request;3:no storage +,760,290,291,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c6,1:Off request;2:On request;3:no storage +,760,292,293,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c7,1:Off request;2:On request;3:no storage +,760,294,295,1,0,0,,224BD3,624BD3,ff,AEBS Moderate Braking application data.StopLamp Request c8,1:Off request;2:On request;3:no storage +,760,296,303,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c1, +,760,304,311,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c2, +,760,312,319,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c3, +,760,320,327,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c4, +,760,328,335,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c5, +,760,336,343,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c6, +,760,344,351,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c7, +,760,352,359,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c8, +,760,360,367,.1,100,1,m/s²,224BD3,624BD3,ff,AEBS Moderate Braking application data.Vehicle acceleration c9, +,760,368,399,10,0,0,m,224BD3,624BD3,1ff,AEBS Moderate Braking application data.Mileage appli AEBS Moderate Braking 3, +,760,400,407,.1,0,1,s,224BD3,624BD3,ff,AEBS Moderate Braking application data.Duration appli AEBS Moderate Braking 3, +,760,24,25,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a1,1:Off request;2:On request;3:no storage +,760,26,27,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a2,1:Off request;2:On request;3:no storage +,760,28,29,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a3,1:Off request;2:On request;3:no storage +,760,30,31,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a4,1:Off request;2:On request;3:no storage +,760,32,33,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a5,1:Off request;2:On request;3:no storage +,760,34,35,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a6,1:Off request;2:On request;3:no storage +,760,36,37,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a7,1:Off request;2:On request;3:no storage +,760,38,39,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request a8,1:Off request;2:On request;3:no storage +,760,40,47,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a1, +,760,48,55,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a2, +,760,56,63,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a3, +,760,64,71,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a4, +,760,72,79,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a5, +,760,80,87,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a6, +,760,88,95,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a7, +,760,96,103,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a8, +,760,104,111,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration a9, +,760,112,143,10,0,0,m,224BD4,624BD4,1ff,AEBS City Braking application data.Mileage appli AEBS City Braking 1, +,760,144,159,.01,0,2,km/h,224BD4,624BD4,ff,AEBS City Braking application data.VehicleSpeed a, +,760,160,167,.1,0,1,s,224BD4,624BD4,ff,AEBS City Braking application data.Duration appli AEBS City Braking 1, +,760,168,169,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b1,1:Off request;2:On request;3:no storage +,760,170,171,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b2,1:Off request;2:On request;3:no storage +,760,172,173,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b3,1:Off request;2:On request;3:no storage +,760,174,175,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b4,1:Off request;2:On request;3:no storage +,760,176,177,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b5,1:Off request;2:On request;3:no storage +,760,178,179,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b6,1:Off request;2:On request;3:no storage +,760,180,181,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b7,1:Off request;2:On request;3:no storage +,760,182,183,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request b8,1:Off request;2:On request;3:no storage +,760,184,191,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b1, +,760,192,199,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b2, +,760,200,207,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b3, +,760,208,215,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b4, +,760,216,223,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b5, +,760,224,231,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b6, +,760,232,239,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b7, +,760,240,247,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b8, +,760,248,255,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration b9, +,760,256,287,10,0,0,m,224BD4,624BD4,1ff,AEBS City Braking application data.Mileage appli AEBS City Braking 2, +,760,288,303,.01,0,2,km/h,224BD4,624BD4,ff,AEBS City Braking application data.VehicleSpeed b, +,760,304,311,.1,0,1,s,224BD4,624BD4,ff,AEBS City Braking application data.Duration appli AEBS City Braking 2, +,760,312,313,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c1,1:Off request;2:On request;3:no storage +,760,314,315,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c2,1:Off request;2:On request;3:no storage +,760,316,317,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c3,1:Off request;2:On request;3:no storage +,760,318,319,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c4,1:Off request;2:On request;3:no storage +,760,320,321,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c5,1:Off request;2:On request;3:no storage +,760,322,323,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c6,1:Off request;2:On request;3:no storage +,760,324,325,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c7,1:Off request;2:On request;3:no storage +,760,326,327,1,0,0,,224BD4,624BD4,ff,AEBS City Braking application data.StopLamp Request c8,1:Off request;2:On request;3:no storage +,760,328,335,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c1, +,760,336,343,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c2, +,760,344,351,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c3, +,760,352,359,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c4, +,760,360,367,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c5, +,760,368,375,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c6, +,760,376,383,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c7, +,760,384,391,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c8, +,760,392,399,.1,100,1,m/s²,224BD4,624BD4,ff,AEBS City Braking application data.Vehicle acceleration c9, +,760,400,431,10,0,0,m,224BD4,624BD4,1ff,AEBS City Braking application data.Mileage appli AEBS City Braking 3, +,760,432,447,.01,0,2,km/h,224BD4,624BD4,ff,AEBS City Braking application data.VehicleSpeed c, +,760,448,455,.1,0,1,s,224BD4,624BD4,ff,AEBS City Braking application data.Duration appli AEBS City Braking 3, +,760,24,31,1,0,0,,224BD5,624BD5,ff,AEBS evolved diagnostic activation deactivation,0:Activated;170:Deactivated;255:Not configured +,760,24,39,1,0,0,N·m,224BD6,624BD6,ff,AEBS Braking Levels.MaxPedThreshold.ADAS, +,760,40,55,1,0,0,N·m,224BD6,624BD6,ff,AEBS Braking Levels.MaxCityThreshold.ADAS, +,760,56,71,1,0,0,N·m,224BD6,624BD6,ff,AEBS Braking Levels.MaxStrongThreshold.ADAS, +,760,72,87,1,0,0,N·m,224BD6,624BD6,ff,AEBS Braking Levels.MaxModerateThreshold.ADAS, +,760,88,103,.001,0,3,m/s²,224BD6,624BD6,ff,AEBS Braking Levels.MaxPedThreshold.RADAR, +,760,104,119,.001,0,3,m/s²,224BD6,624BD6,ff,AEBS Braking Levels.MaxCityThreshold.RADAR, +,760,120,135,.001,0,3,m/s²,224BD6,624BD6,ff,AEBS Braking Levels.MaxStrongThreshold.RADAR, +,760,136,151,.001,0,3,m/s²,224BD6,624BD6,ff,AEBS Braking Levels.MaxModerateThreshold.RADAR, +,760,24,31,1,0,0,km/h,224BD7,624BD7,ff,ACC Vehcile Speed Thresholds.Brake Lead Time, +,760,32,39,1,0,0,km/h,224BD7,624BD7,ff,ACC Vehcile Speed Thresholds.Req conf Error, +,760,24,31,1,0,0,,224BD8,624BD8,ff,Clutch SSF configuration state,0:Activated;170:Deactivated;255:Not configured +,760,24,31,1,0,0,,224BD9,624BD9,ff,SWA parameter configuration,1:EPS;2:SWA;255:Not configured +,760,24,31,1,0,0,,224BDA,624BDA,ff,ConfigModeSSF1,0:ConfigModeRenault;170:ConfigModeNissan;255:NotConfigured +,760,24,31,1,0,0,,224BDB,624BDB,ff,ConfigModeSSF2,0:ConfigModeRenault;170:ConfigModeNissan;255:NotConfigured +,760,24,31,1,0,0,,224BF0,624BF0,ff,TPMS Indirect function inhibition state,0:TPMS indirect configuration activated;170:TPMS indirect configuration not activated;255:TPMS indirect configuration not configured +,760,24,823,1,0,0,,224BF1,624BF1,4ff,TPMS MappingBlock0, +,760,24,823,1,0,0,,224BF2,624BF2,4ff,TPMS MappingBlock1, +,760,24,823,1,0,0,,224BF3,624BF3,4ff,TPMS MappingBlock2, +,760,24,823,1,0,0,,224BF4,624BF4,4ff,TPMS MappingBlock3, +,760,24,823,1,0,0,,224BF5,624BF5,4ff,TPMS MappingBlock4, +,760,24,823,1,0,0,,224BF6,624BF6,4ff,TPMS MappingBlock5, +,760,24,823,1,0,0,,224BF7,624BF7,4ff,TPMS MappingBlock6, +,760,24,823,1,0,0,,224BF8,624BF8,4ff,TPMS MappingBlock7, +,760,24,823,1,0,0,,224BF9,624BF9,4ff,TPMS MappingBlock8, +,760,24,823,1,0,0,,224BFA,624BFA,4ff,TPMS MappingBlock9, +,760,24,39,1,0,0,,224BFB,624BFB,4ff,TPMS FunctionalMappingChecksum, +,760,24,31,1,0,0,,224BFC,624BFC,1ff,TPMS CarDetectionSensitivityLevel,0:normal;-1:robust;-2:max robust;-3:sensitive (positioning);-4:normal (positioning);-5:robust (positioning);-6:max robust (positioning);1:sensitive +,760,24,31,1,0,0,,224BFD,624BFD,ff,TPMS DataStreamLogType,5:CAN - Renault dev frame - TPI data disabled;4:CAN - TPI with only basic functions- Renault dev frame unavailable;3:CAN - TPI- no cog;1:XCP - TPI- fully active and data;0:Disabled;6:CAN - TPI- reduced data- no cog + Renault dev frame +,760,24,31,50,0,0,km,224BFE,624BFE,ff,TPMS KmForAutomaticCalibDemand, +,760,24,31,2,0,0,d,224BFF,624BFF,ff,TPMS DaysForAutomaticCalibDemand, +,760,24,31,1,0,0,,224C00,624C00,4ff,TPMS WarningIndicatorPunctureFrontLeft, +,760,24,31,1,0,0,,224C01,624C01,4ff,TPMS WarningIndicatorPunctureFrontRight, +,760,24,31,1,0,0,,224C02,624C02,4ff,TPMS WarningIndicatorPunctureRearLeft, +,760,24,31,1,0,0,,224C03,624C03,4ff,TPMS WarningIndicatorPunctureRearRight, +,760,24,31,1,0,0,,224C04,624C04,4ff,TPMS WarningIndicatorDiffusionFrontLeft, +,760,24,31,1,0,0,,224C05,624C05,4ff,TPMS WarningIndicatorDiffusionFrontRight, +,760,24,31,1,0,0,,224C06,624C06,4ff,TPMS WarningIndicatorDiffusionRearLeft, +,760,24,31,1,0,0,,224C07,624C07,4ff,TPMS WarningIndicatorDiffusionRearRight, +,760,24,39,5,0,0,km,224C08,624C08,ff,TPMS CalibrationKmHistory0, +,760,24,39,5,0,0,km,224C09,624C09,ff,TPMS CalibrationKmHistory1, +,760,24,39,5,0,0,km,224C0A,624C0A,ff,TPMS CalibrationKmHistory2, +,760,24,39,5,0,0,km,224C0B,624C0B,ff,TPMS CalibrationKmHistory3, +,760,24,39,5,0,0,km,224C0C,624C0C,ff,TPMS WarningKmHistory0, +,760,24,39,5,0,0,km,224C0D,624C0D,ff,TPMS WarningKmHistory1, +,760,24,39,5,0,0,km,224C0E,624C0E,ff,TPMS WarningKmHistory2, +,760,24,39,5,0,0,km,224C0F,624C0F,ff,TPMS WarningKmHistory3, +,760,28,31,5,6,0,°C,224C10,624C10,ff,TPMS CalibrationTemperatureHistory0, +,760,28,31,5,6,0,°C,224C11,624C11,ff,TPMS CalibrationTemperatureHistory1, +,760,28,31,5,6,0,°C,224C12,624C12,ff,TPMS CalibrationTemperatureHistory2, +,760,28,31,5,6,0,°C,224C13,624C13,ff,TPMS CalibrationTemperatureHistory3, +,760,28,31,5,6,0,°C,224C14,624C14,ff,TPMS WarningTemperatureHistory0, +,760,28,31,5,6,0,°C,224C15,624C15,ff,TPMS WarningTemperatureHistory1, +,760,28,31,5,6,0,°C,224C16,624C16,ff,TPMS WarningTemperatureHistory2, +,760,28,31,5,6,0,°C,224C17,624C17,ff,TPMS WarningTemperatureHistory3, +,760,28,39,2,0,0,d,224C18,624C18,ff,TPMS DaysSince1stIgnitionAtCalibrationHistory0, +,760,28,39,2,0,0,d,224C19,624C19,ff,TPMS DaysSince1stIgnitionAtCalibrationHistory1, +,760,28,39,2,0,0,d,224C1A,624C1A,ff,TPMS DaysSince1stIgnitionAtCalibrationHistory2, +,760,24,31,1,0,0,,224C1B,624C1B,ff,TPMS_DaysSince1stIgn.AtCalib.History3, +,760,28,39,2,0,0,d,224C1C,624C1C,ff,TPMS DaysSince1stIgnitionAtWarningHistory0, +,760,28,39,2,0,0,d,224C1D,624C1D,ff,TPMS DaysSince1stIgnitionAtWarningHistory1, +,760,28,39,2,0,0,d,224C1E,624C1E,ff,TPMS DaysSince1stIgnitionAtWarningHistory2, +,760,28,39,2,0,0,d,224C1F,624C1F,ff,TPMS DaysSince1stIgnitionAtWarningHistory3, +,760,24,31,2,0,0,d,224C20,624C20,ff,TPMS TimeFromLastCalibration, +,760,24,39,1,0,0,km,224C21,624C21,ff,TPMS KmFromLastCalibration, +,760,26,27,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.7,2:fine;1:rough;0:not done;3:calibration finished +,760,28,29,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.6,2:fine;1:rough;0:not done;3:calibration finished +,760,30,31,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.5,2:fine;1:rough;0:not done;3:calibration finished +,760,32,33,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.4,2:fine;1:rough;0:not done;3:calibration finished +,760,34,35,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.3,2:fine;1:rough;0:not done;3:calibration finished +,760,36,37,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.2,2:fine;1:rough;0:not done;3:calibration finished +,760,38,39,1,0,0,,224C22,624C22,ff,TPMS CalibStatusRollRadius.1,2:fine;1:rough;0:not done;3:calibration finished +,760,24,25,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.8,2:fine;1:rough;0:not done;3:calibration finished +,760,26,27,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.7,2:fine;1:rough;0:not done;3:calibration finished +,760,28,29,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.6,2:fine;1:rough;0:not done;3:calibration finished +,760,30,31,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.5,2:fine;1:rough;0:not done;3:calibration finished +,760,32,33,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.4,2:fine;1:rough;0:not done;3:calibration finished +,760,34,35,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.3,2:fine;1:rough;0:not done;3:calibration finished +,760,36,37,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.2,2:fine;1:rough;0:not done;3:calibration finished +,760,38,39,1,0,0,,224C23,624C23,ff,TPMS CalibStatusRollSpectrum_FL.1,2:fine;1:rough;0:not done;3:calibration finished +,760,24,25,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.8,2:fine;1:rough;0:not done;3:calibration finished +,760,26,27,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.7,2:fine;1:rough;0:not done;3:calibration finished +,760,28,29,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.6,2:fine;1:rough;0:not done;3:calibration finished +,760,30,31,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.5,2:fine;1:rough;0:not done;3:calibration finished +,760,32,33,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.4,2:fine;1:rough;0:not done;3:calibration finished +,760,34,35,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.3,2:fine;1:rough;0:not done;3:calibration finished +,760,36,37,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.2,2:fine;1:rough;0:not done;3:calibration finished +,760,38,39,1,0,0,,224C24,624C24,ff,TPMS CalibStatusRollSpectrum_FR.1,2:fine;1:rough;0:not done;3:calibration finished +,760,24,25,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.8,2:fine;1:rough;0:not done;3:calibration finished +,760,26,27,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.7,2:fine;1:rough;0:not done;3:calibration finished +,760,28,29,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.6,2:fine;1:rough;0:not done;3:calibration finished +,760,30,31,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.5,2:fine;1:rough;0:not done;3:calibration finished +,760,32,33,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.4,2:fine;1:rough;0:not done;3:calibration finished +,760,34,35,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.3,2:fine;1:rough;0:not done;3:calibration finished +,760,36,37,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.2,2:fine;1:rough;0:not done;3:calibration finished +,760,38,39,1,0,0,,224C25,624C25,ff,TPMS CalibStatusRollSpectrum_RL.1,2:fine;1:rough;0:not done;3:calibration finished +,760,24,25,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.8,2:fine;1:rough;0:not done;3:calibration finished +,760,26,27,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.7,2:fine;1:rough;0:not done;3:calibration finished +,760,28,29,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.6,2:fine;1:rough;0:not done;3:calibration finished +,760,30,31,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.5,2:fine;1:rough;0:not done;3:calibration finished +,760,32,33,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.4,2:fine;1:rough;0:not done;3:calibration finished +,760,34,35,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.3,2:fine;1:rough;0:not done;3:calibration finished +,760,36,37,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.2,2:fine;1:rough;0:not done;3:calibration finished +,760,38,39,1,0,0,,224C26,624C26,ff,TPMS CalibStatusRollSpectrum_RR.1,2:fine;1:rough;0:not done;3:calibration finished +,760,24,119,1,0,0,,224C27,624C27,2ff,TPMS Version, +,760,24,55,1,0,0,,224C28,624C28,4ff,TPMS DiagnosticDatalist, +,760,24,39,.2,0,1,s,224C29,624C29,ff,TPMS HighSenModeDiffusionActiveTimer, +,760,24,39,.2,0,1,s,224C2A,624C2A,ff,TPMS HighSenModePunctureActiveTimer, +,760,24,31,1,0,0,,224C2B,624C2B,4ff,TPMS HighSenModeActive, +,760,24,31,2.55,0,0,%,224C2C,624C2C,ff,TPMS WSAModuleOntime, +,760,24,31,1,0,0,%,224C2D,624C2D,ff,TPMS WRAModuleOntime, +,760,24,31,1,0,0,,224C2E,624C2E,4ff,TPMS AutomaticAlertByKm, +,760,24,31,1,0,0,,224C2F,624C2F,4ff,TPMS AutomaticAlertByDays, +,760,24,31,1,0,0,,224C30,624C30,4ff,TPMS HighSenModeEnabling, +,760,24,95,1,0,0,,224D00,624D00,4ff,EPB.PhysicalConfiguration, +,760,40,47,.001,0,3,,224D00,624D00,ff,EPB.PhysicalConfiguration.RearGearRatio, +,760,48,63,1,0,0,kg,224D00,624D00,ff,EPB.PhysicalConfiguration.VehMasse, +,760,64,79,.001,0,3,m,224D00,624D00,ff,EPB.PhysicalConfiguration.WheelRadius, +,760,80,95,.0001,0,3,kg/m²,224D00,624D00,ff,EPB.PhysicalConfiguration.EngineInertia, +,760,24,39,1,0,0,,224D01,624D01,4ff,EPB.VehicleConfiguration, +,760,26,27,1,0,0,,224D01,624D01,ff,EPB.VehicleConfiguration.AutoApplyInhibitionMode,0:AutoApplyEnabled;1:AutoApplyInhibited;3:Not Configured +,760,28,29,1,0,0,,224D01,624D01,ff,EPB.VehicleConfiguration.StopAndStartMode,0:Not Stop And Start;1:Stop And Start;3:Not Configured +,760,30,31,1,0,0,,224D01,624D01,ff,EPB.VehicleConfiguration.SCUVehicleTypeMode,0:Not SCU Vehicle;1:SCU Vehicle;3:Not Configured +,760,32,33,1,0,0,,224D01,624D01,ff,EPB.VehicleConfiguration.RNConfig,0:Renault;1:Nissan with opsig;2:Nissan without opsig;3:Not Configured +,760,34,35,1,0,0,,224D01,624D01,ff,EPB.VehicleConfiguration.ExternalAutoApplyRequest,0:No External Auto Apply request;1:External Auto Apply Request;3:Not Configured +,760,38,39,1,0,0,,224D01,624D01,ff,EPB.VehicleConfiguration.Opsig_Config,0:No Optional Signal EPB status Output;1:Optional Signal EPB status Output;3:Not configured +,760,24,31,1,0,0,,224D02,624D02,ff,EPB.Studies_CAN_Frames,0:STD_LOGGER_ON;1:TMO_LOGGER_ON;2:DAA_AG_LOGGER_ON;3:SANDA_LOGGER_ON;255:LOGGER_OFF +,760,24,31,1,0,0,,224D03,624D03,ff,EPB.FactoryMode,0:Customer Mode;255:Factory Mode +,760,24,239,1,0,0,,224D04,624D04,2ff,EPB.PBC_version, +,760,24,239,1,0,0,,224D05,624D05,2ff,EPB.Software_Name, +,760,24,31,.1,0,1,V,224D06,624D06,ff,EPB.ActuatorBatteryVoltageRR, +,760,24,31,.1,0,1,V,224D07,624D07,ff,EPB.ActuatorBatteryVoltageRL, +,760,24,31,.2,0,1,A,224D08,624D08,ff,EPB.ActuatorCurrentnominalValueRR, +,760,24,31,.2,0,1,A,224D09,624D09,ff,EPB.ActuatorCurrentnominalValueRL, +,760,24,31,1,0,0,,224D0A,624D0A,1ff,EPB.VehicleForwardSlope, +,760,24,39,.1,0,1,,224D0B,624D0B,ff,EPB.BrakeForceEstimated ValueRight, +,760,24,39,.1,0,1,,224D0C,624D0C,ff,EPB.BrakeForceEstimated ValueLeft, +,760,24,31,1,0,0,%,224D0D,624D0D,ff,ClutchPedalPosition, +,760,24,31,1,0,0,,224D0E,624D0E,ff,EPB.SwitchState,0:Neutral (no operation);1:Apply cmd request (EPB ON);2:Release cmd request (EPB OFF);3:Unavailable +,760,24,31,1,0,0,,224D0F,624D0F,ff,EPB.FailureLevel,0:No Failure;1:Reparing Needed- Orange Warning Lamp- Service Warning;2:Red Warning Lamp - STOP lamp +,760,24,31,1,0,0,,224D10,624D10,ff,EPB.DynamicBrakingCounter, +,760,24,31,1,0,0,,224D11,624D11,ff,EPB_BrakeStatusLeft,0:Applied;1:Applying;2:Fully Applied;3:Released;4:Releasing;5:Unknown;6:Init;7:Fully Released - Maintenance Mode;8:Wind Back - Release to Fully Released +,760,24,31,1,0,0,,224D12,624D12,ff,EPB_BrakeStatusRight,0:Applied;1:Applying;2:Fully Applied;3:Released;4:Releasing;5:Unknown;6:Init;7:Fully Released - Maintenance Mode;8:Wind Back - Release to Fully Released +,760,24,39,1,0,0,°C,224D13,624D13,ff,EPB_BrakeDiscTemperature, +,760,24,39,1,0,0,°C,224D14,624D14,ff,EPB.Highest BrakeDiscTemperature, +,760,24,47,1,0,0,km,224D15,624D15,ff,EPB.MileageAtHighestBrakeDiscTemperature, +,760,24,47,1,0,0,,224D16,624D16,ff,EPB.ManualApplyCounter, +,760,24,47,1,0,0,,224D17,624D17,ff,EPB.ApplyCounterLess5, +,760,24,47,1,0,0,,224D18,624D18,ff,EPB.ApplyCounterLess10, +,760,24,47,1,0,0,,224D19,624D19,ff,EPB.ApplyCounterLess20, +,760,24,47,1,0,0,,224D1A,624D1A,ff,EPB.ApplyCounterLess25, +,760,24,47,1,0,0,,224D1B,624D1B,ff,EPB.ApplyCounterMore25, +,760,24,47,1,0,0,,224D1C,624D1C,ff,EPB.ReclampCounterOnWheelTop, +,760,24,47,1,0,0,,224D1D,624D1D,ff,EPB.ReclampCounterHTR, +,760,24,39,1,0,0,km/h,224D1E,624D1E,ff,EPB.VehicleSpeedRef, +,760,24,31,1,0,0,,224D1F,624D1F,ff,EPB.ParkingBrakeBindingStatusDisplay,0:Parking Brake Released;1:Parking Brake Applied;2:Unavailable State;3:Re-emission Request +,760,24,31,1,0,0,,224D20,624D20,ff,EPB.ParkingBrakeMalfunctionDisplay,0:No EPB Failure;1:Minor EPB Failure;2:Major EPB Failure +,760,24,31,1,0,0,,224D21,624D21,ff,EPB.NotImmobilizedVehicleWarning,"0:No warning ""Vehicle not immobilized"" display request;1:Warning ""Vehicle not immobilized"" display request" +,760,24,31,1,0,0,,224D22,624D22,ff,EPB.NotTightenedWarning,0:No EPB not tightened warning display requested;1:EPB not tightened warning display requested +,760,24,31,1,0,0,,224D23,624D23,ff,EPBTightenRequestUnavailable,0:No EPB tightened request unavailable warning requested;1:EPB tightened request unavailable warning requested;3:EPB tightened request unavailable warning re-emission requested +,760,24,31,1,0,0,,224D24,624D24,ff,EPB.BrakePedalRequestDisplay,"0:No ""brake pedal Request message"" display;1:Brake pedal request message to display;3:Brake pedal request message re-emission requested" +,760,24,31,1,0,0,,224D25,624D25,ff,EPB.DynamicBrakingDisplay,0:No dynamic braking display Request;1:Dynamic braking display request +,760,24,31,1,0,0,,224D26,624D26,ff,EPB.TakeOffInhibitionWarning,0:No take off inhibition warning requested;1:Take off inhibition warning requested;2:Unavailable;3:Take off inhibition warning re-emission requested +,760,24,31,1,0,0,,224D27,624D27,ff,EPB.LED_State,0:LED Off;1:LED On;3:LED Flashing +,760,24,31,1,0,0,,224D28,624D28,ff,EPB.MalfunctionDisplay,0:No EPB malfunction;1:Minor default;2:Major default;3:Unavailable +,760,24,31,1,0,0,,224D29,624D29,ff,EPB.RequestBrakeControl,1:Reserved;3:No EPB dynamic braking requested;4:Reserved 4;5:Reserved 5;6:Reserved 6;7:Reserved 7;9:Reserved 9;10:Reserved 10;11:Reserved 11;12:EPB dynamic braking requested;13:Reserved 13;14:Reserved 14;15:Unavailable +,760,24,31,.005,0,3,m/s²,224D2A,624D2A,ff,EPB.RequestTargetDeceleration, +,760,24,31,1,0,0,,224D2B,624D2B,ff,GADE,0:Sleep or Crank fault- Disable DiagMuxDTC;1:AutoACC fault- Disable DiagMuxDTC;2:All fault- Disable DiagMuxDTC;3:All fault- Enable DiagMuxDTC;7:Unavailable +,760,24,31,1,0,0,,224D2C,624D2C,ff,BrakeInfoStatus,0:Not used;1:Brake pedal not pressed;2:Brake pedal pressed;3:Not used 3;4:Brake pedal confirmed pressed;5:Not used 5;6:Not used 6;7:Unavailable +,760,24,24,1,0,0,,224D2D,624D2D,ff,EPB_IOSwitchOnLed, +,760,31,31,1,0,0,,224D2E,624D2E,ff,EPB_IOApplyBothActuator, +,760,31,31,1,0,0,,224D2F,624D2F,ff,EPB_IOReleaseBothActuator, +,760,24,24,1,0,0,,224D30,624D30,ff,EPB_RC_AssemblyCheck, +,760,24,24,1,0,0,,224D31,624D31,ff,EPB_RC_MaintenanceOpen, +,760,24,24,1,0,0,,224D32,624D32,ff,EPB_RC_MaintenanceClose, +,760,24,39,1,0,0,,22EF01,62EF01,4ff,Supplier fault code specified, +,760,24,151,1,0,0,,22F010,62F010,2ff,Fingerprint, +,760,24,103,1,0,0,,22F011,62F011,2ff,IndexSrvData, +,760,24,103,1,0,0,,22F012,62F012,2ff,Calibration file reference, +,760,24,103,1,0,0,,22F013,62F013,2ff,Secondary Operational Reference, +,760,24,47,1,0,0,km,22F0D0,62F0D0,1ff,Mileage of the last occurence, +,760,24,31,1,0,0,,22F0D1,62F0D1,ff,DTC Occurence Counter, +,760,24,103,1,0,0,,22F111,62F111,2ff,VehicleManufacturerECUHardwareNumber_DAI, +,760,24,183,1,0,0,,22F121,62F121,2ff,VehicleManufacturerECUSoftwareNumber_DAI, +,760,24,111,1,0,0,,22F180,62F180,2ff,Boot SW identification, +,760,24,55,1,0,0,,22F182,62F182,2ff,CalibrationNumber, +,760,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,760,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,760,24,63,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,760,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,760,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,760,24,63,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,760,24,191,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,760,24,103,1,0,0,,22F196,62F196,2ff,exhaustRegulationOrTypeApprovalNumberDataIdentifier, +,760,24,279,1,0,0,,22F197,62F197,4ff,SystemNameOrEngineType, +,760,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,760,24,103,1,0,0,,22F1A1,62F1A1,2ff,VehicleManufacturerSparePartNumber_N, +,760,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,760,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/ESP_Tests.csv b/app/src/main/assets/Spring/ESP_Tests.csv new file mode 100644 index 00000000..cbc19f27 --- /dev/null +++ b/app/src/main/assets/Spring/ESP_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM (Freq Mod) / PWM (Pulse Width Mod) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level / zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/EVC_Dtcs.csv b/app/src/main/assets/Spring/EVC_Dtcs.csv new file mode 100644 index 00000000..5eeb47a6 --- /dev/null +++ b/app/src/main/assets/Spring/EVC_Dtcs.csv @@ -0,0 +1,188 @@ +10,Stop light relay command +11,DF152 REVERSING LAMP CIRCUIT +20,DF015 SERVO PRESSURE SENSOR CIRCUITS +21,Vaccum Sensor pressure 2 +22,DF003 BRAKE SERVO CIRCUIT LEAK +23,DF009 VACUUM PUMP AGING COUNTER LIMIT 2 +24,vacuum pump electric +26,DF013 BRAKE PEDAL POSITION SIGNAL +27,Mastervac sensor power supply +60,DF063 DRIVER'S DOOR SWITCH +62,DF117 CHARGING PORT LATCH +63,DF115 CARGO HATCH +70,Shift Lock electrical control circuit +71,gear lever +72,Gear lever sensor - track 1 +73,Gear lever sensor - track 2 +74,Incoherence detection position park on levier between info du CMF and info levier reçue on le CAN +80,DF095 CHARGING PLUG +81,DF053 CHARGING PLUG +90,Eco mode switch +101,Thermistor Heater 1 +102,Thermistor Heater 2 +103,Thermistor Heater 3 +104,Thermistor Heater 4 +105,DF085 INTERIOR HEATER +106,Heat water temperature sensor +120,Heater electrical command circuit +121,Heater request relay electrical command circuit +130,Pulser relay power control circuit +140,Feedback Heater Water pump of passenger compartment +141,Heater water pump of passenger compartment +150,High Voltage Supply of the Air Conditioning - Side Compressor +151,Low Voltage Supply of the Air Conditioning - Side Computer +152,DF086 COMPRESSOR AIR CONDITIONING +153,Inverter of the Air Conditioning +154,Electric motor of air conditioning +156,Evaporator sensor for AC +160,Heater Led control circuit +161,Self preconditioning relay +170,Pulser power supply relay +171,DF067 FAN +180,Battery conditioning system (AC, CTP),, +181,Battery CTP/THP relay 1 +182,Battery CTP/THP relay 2 +183,Battery CTP/THP relay 3 +184,Battery HVAC relay electrovalve 1 +185,Battery HVAC relay electrovalve 2 +186,Battery HVAC fan out (command) +187,Battery HVAC temperature sensor +188,battery blower rotation speed feedback line +225,DF036 RAIL 1 PEDAL POTENTIOMETER CIRCUIT +226,DF037 ACCELERATOR PEDAL POSITION +301,Underhood switch module (USM) +302,DF088 COMPRESSOR AIR CONDITIONING +303,DF187 LOCAL DATA NETWORK +304,power electronic block +305,DF071 COMMUNICATION CAN +306,DF149 CONTROL UNIT +307,Power electronic block data +308,DF469 BMS SECURITY NOT RECOGNIZED BY HEVC +401,power electronic block 01 +402,14v static converter in default (from CAN) 01 +403,EM inverter in default (from CAN) 01 +404,14v static converter in default (from CAN) +405,DF089 STATIC CONVERTER 14V +406,EM inverter in default (from CAN) +407,DCDC C class default +410,Battery Charger Block in Default (from CAN) 01 +411,DF042 COMMUNICATION CAN +412,Battery Charger Bloc - High Voltage Side (from CAN) +413,Main Voltage Supply of the Battery Charger Block (from CAN) +414,DF076 ELECTRICAL SYSTEM CIRCUIT +415,DF139 PEB/UPS MULTIPLEX TRANSMISSION MISSING +420,DF610 MULTIPLEX SIGNAL BMS NOT PRESENT +430,comfort interlock +431,DF161 CHARGING PORT LATCH +432,DF022 SAFETY LOCK +433,DF023 HEATING RESISTANT LOCK +434,DF024 AIR CONDITIONING COMPRESSOR LOCK +435,DF075 SAFETY LOCK +440,DF044 INSULATION +441,DF062 INSULATION +442,DF150 INSULATION +443,Insulation Clim +450,Power latch main relay operating +460,Engine Coolant Temperature Sensor +461,Cooling valve 1 control circuit +462,DF026 WATER PUMP REGULATION WHILE DRIVING +463,DF027 WATER PUMP CONTROL WHILE DRIVING +464,Feedback load mode water pump +465,Load mode water pump +467,PAC box +468,Peltier fan request electrical command circuit +469,Peltier external fan +470,DF030 DRIVE BATTERY TRANSMITTER CAN SIGNAL +471,DF109 TEMP. DRIVE BATTERY COOLING CIRCUIT +472,Cooling valve 2 control circuit +473,AC - Heat pump circuit temperature sensor 1 (managed by PAC system) +474,AC - Heat pump circuit temperature sensor 2 (managed by PAC system) +475,AC - Heat pump circuit valve 1 (managed by PAC system) +476,AC - Heat pump circuit Valve 2 (managed by PAC system) +480,DF031 DRIVE BATTERY RELAY CIRCUIT +481,DF055 DRIVE BATTERY RELAY CIRCUIT +482,DF056 DRIVE BATTERY RELAY CIRCUIT +483,DF057 DRIVE BATTERY RELAY CIRCUIT +485,DF058 DRIVE BATTERY RELAY CIRCUIT +486,DF068 DRIVE BATTERY RELAY CIRCUIT +490,Battery high voltage lock +491,Battery high voltage lock loop 1 +492,Battery high voltage lock loop 2 +495,DF066 TEMPERATURE SENSOR CAN SIGNAL +500,No ETS Sleeping that leads to a flat lead 12V battery +502,Battery temperature sensors +503,Mastervac Voltage supply +504,DF111 CONFORMITY INFORMATION BRAKE CONTACT +510,State of function (SOF) of 14V battery +511,14V Battery current sensor +512,pulse box +513,14V Battery heat relay +525,DF020 MONITORING INPUTS REGULATOR FUNCTION +530,DF079 COOLANT PRESSURE SENSOR CIRCUIT +560,DF124 EMPTY 12V BATTERY +564,DF016 REGULATOR/SPEED LIMITER FUNCTION +571,Closed Brake Sensor +574,Cruise Control/Speed ​​Limiter - Displayed Speed +575,DF017 CRUISE CONTROL BUTTON +601,DF032 PERFORMANCE ELECTRIC MOTOR +606,DF045 CONTROL UNIT +610,DF046 ENGINE TORQUE INFORMATION +641,DF047 SUPPLY VOLTAGE NO. 1 THE GIVER +651,DF048 SUPPLY VOLTAGE NO. 2 THE GIVER +657,DF178 POWER RELAY CONTROL CIRCUIT +703,DF049 INFORMATION BRAKE LIGHT SWITCH +833,Beginning of Clutch Pedal Move Switch +1525,DF018 MATCH MULTIPLEX SIGNALS CRUISE CONTROL +1654,Communication with Aribag Control module +1655,airbag data further to a crash +2120,DF050 RAIL 2 PEDAL POTENTIOMETER CIRCUIT +030A,DF119 COMMUNICATION CAN +042F,DF140 LOCK BCB +043F,DF192 LOCK +046A,Peltier internal fan +046B,Feedback from Peltier external fan +046C,Feedback from Peltier internal fan +046D,Peltier request relay electrical command circuit +046E,Peltier temperature +047E,Peltier Cells +04A0,DF208 DRIVE BATTERY CHARGE +04A1,Power Line Gateway +04B1,DF110 CIRCUIT TEMPERATURE SENSOR +04B2,DF210 TEMPERATURE SENSOR CIRCUIT CHARGER 1 +04B3,DF167 LEAKAGE CURRENT +04B4,DF142 CIRCUIT. CONTACT SW. LEVER POSITION +04B5,DF105 TEMP. DRIVE BATTERY COOLING CIRCUIT +04B6,DF087 HEATER CONNECTION +04B7,MVAC leakage detection with pump off +04B8,MVAC leakage detection with pump on +04B9,MVAC low level differential pressure +04BA,Mastervac vacuum pump command open circuit +04BB,MVAC pump life time G1 fail +04BC,MVAC pump life time G2 fail +04BD,DC charging relays +04BE,Pressure Sensor 1 command +04BF,Pressure sensor 1 fault +04C0,Pressure sensor 2 command +04C1,Pressure sensor 2 fault +04C2,Incoherecy between operating type request send by EVC and Operating type status received from BMS +04C5,Open circuit of air flaps_ Short circuit to ground of air flaps_ Short circuit of air flaps +060A,DF128 PATH CONTROL +060B,DF060 CONTROL UNIT +060C,DF209 ESP FUNCTION +160C,DF061 CONTROL UNIT +C103,Communication With Gear Shift Control Module (Shifter) +C121,Communication With ABS/ESP Control Module (safety) +C122,Communication With ABS/ESP Control Module +C123,Front Collision Warning +C129,Communication With Brake System Control Module +C140,Communication With Body Control Module +C146,Communication With Gateway 'A' (BIC) +C155,Communication With Instrument Panel Cluster (IPC) Control Module +C164,Communication With Climate Control ECU Module +C198,Communication With Telematic Control Module +C199,Communication with Energy Management Module +C19A,Communication with CSHV Unit (Dedicated for Crash when APC is off for daimler application) +C19B,Communication with LBC8 Unit +C19C,Safety mode 1 received from BMS +C415,Invalid Data Received From Anti-Lock Brake System Control Module +C418,Invalid data received from uncoupled brake pedal control module diff --git a/app/src/main/assets/Spring/EVC_Fields.csv b/app/src/main/assets/Spring/EVC_Fields.csv new file mode 100644 index 00000000..22b77fc3 --- /dev/null +++ b/app/src/main/assets/Spring/EVC_Fields.csv @@ -0,0 +1,1223 @@ +,7ec,0,0,1,0,0,,1081,5081,ff,StartDiagnosticSession.Default,,, +,7ec,0,0,1,0,0,,1085,5085,ff,StartDiagnosticSession.Programming,,, +,7ec,0,0,1,0,0,,10C0,50C0,ff,StartDiagnosticSession.ExtendedDiagnosticSession,,, +,7ec,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All,,, +,7ec,16,23,1,0,0,,1902AF,5902AF,ff,DTCStatusAvailabilityMask,,, +,7ec,24,39,1,0,0,,1902AF,5902AF,ff,DTCDeviceAndFailureTypeOBD,,, +,7ec,40,47,1,0,0,,1902AF,5902AF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;10:Not compatible;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;32:test;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjustment failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or system operation obstructed or blocked;152:component or system over temperature;241:Safety Case 1;242:Safety Case 2;243:Multiple Failure;244:Temperature too Low;245:Negative Loop Error;246:Positive Loop Error;247:Initialisation not valid;248:Overspeed;249:Limp Home;250:Specific Supplier;251:-;252:--;253:Drift low;254:Drift high,, +,7ec,44,47,1,0,0,,1902AF,5902AF,ff,DTCFailureType.ManufacturerOrSupplier,,, +,7ec,48,48,1,0,0,,1902AF,5902AF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes,, +,7ec,49,49,1,0,0,,1902AF,5902AF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes,, +,7ec,50,50,1,0,0,,1902AF,5902AF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes,, +,7ec,51,51,1,0,0,,1902AF,5902AF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes,, +,7ec,52,52,1,0,0,,1902AF,5902AF,ff,DTCStatus.confirmedDTC,0:No;1:Yes,, +,7ec,53,53,1,0,0,,1902AF,5902AF,ff,DTCStatus.pendingDTC,0:No;1:Yes,, +,7ec,54,54,1,0,0,,1902AF,5902AF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes,, +,7ec,55,55,1,0,0,,1902AF,5902AF,ff,DTCStatus.testFailed,0:No;1:Yes,, +,7ec,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC,,, +,7ec,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC,,, +,7ec,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage,, +,7ec,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage,,, +,7ec,16,39,1,0,0,,190600000081,590600000081,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000081,590600000081,ff,StatusOfDTC,,, +,7ec,48,55,1,0,0,,190600000081,590600000081,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage,, +,7ec,56,63,1,0,0,,190600000081,590600000081,ff,DTCExtendedData.AgingCounter,,, +,7ec,16,39,1,0,0,,190600000082,590600000082,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000082,590600000082,ff,StatusOfDTC,,, +,7ec,48,55,1,0,0,,190600000082,590600000082,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage,, +,7ec,56,63,1,0,0,,190600000082,590600000082,ff,DTCExtendedData.DTCOccurrenceCounter,,, +,7ec,16,39,1,0,0,,190600000084,590600000084,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000084,590600000084,ff,StatusOfDTC,,, +,7ec,56,63,1,0,0,,190600000084,590600000084,ff,DTCExtendedData.DTCOccurrenceCounter_2,,, +,7ec,16,39,1,0,0,,190600000085,590600000085,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000085,590600000085,ff,StatusOfDTC,,, +,7ec,56,79,1,0,0,km,190600000085,590600000085,ff,DTCExtendedData.DTCLastDiseappearMileage,,, +,7ec,16,39,1,0,0,,190600000086,590600000086,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000086,590600000086,ff,StatusOfDTC,,, +,7ec,56,79,1,0,0,km,190600000086,590600000086,ff,DTCExtendedData.DTCTravelledDistanceFailurePresent,,, +,7ec,16,39,1,0,0,,190600000087,590600000087,4ff,DTCRecord,,, +,7ec,40,47,1,0,0,,190600000087,590600000087,ff,StatusOfDTC,,, +,7ec,56,79,1,0,0,km,190600000087,590600000087,ff,DTCExtendedData.DTCFirstAppearMileage,,, +,7ec,16,39,1,0,0,km,1906000000FF,5906000000FF,ff,DTCExtendedData.DTCTravelledDistanceFailurePresent,,, +,7ec,40,47,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedData.DTCOccurrenceCounter_2,,, +,7ec,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter;132:DTCOccurrenceCounter_2;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage,, +,7ec,56,63,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedData.DTCOccurrenceCounter,,, +,7ec,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart,,, +,7ec,56,63,1,0,0,,2180,6180,4ff,DiagnosticIdentificationCode,,, +,7ec,64,87,1,0,0,,2180,6180,2ff,SupplierNumber.ITG,,, +,7ec,88,127,1,0,0,,2180,6180,2ff,HardwareNumber.LowerPart,,, +,7ec,128,143,1,0,0,,2180,6180,4ff,SoftwareNumber,,, +,7ec,144,159,1,0,0,,2180,6180,4ff,EditionNumber,,, +,7ec,160,175,1,0,0,,2180,6180,4ff,CalibrationNumber,,, +,7ec,176,183,1,0,0,,2180,6180,ff,PartNumber.BasicPartList,0:N/A;1:237D4;2:237D3,, +,7ec,184,191,1,0,0,,2180,6180,ff,HardwareNumber.BasicPartList,0:N/A;1:237D4,, +,7ec,192,199,1,0,0,,2180,6180,ff,ApprovalNumber.BasicPartList,0:N/A;1:HMLGT,, +,7ec,200,207,1,0,0,,2180,6180,ff,ManufacturerIdentificationCode,0:Renault R1;128:Nissan N1;129:Nissan N2;130:Nissan N3;136:5DIGITS;255:Renault R3,, +,7ec,152,167,1,0,0,,2181,6181,4ff,CRC,,, +,7ec,16,39,1,0,0,,2184,6184,4ff,ITG Supplier Number,,, +,7ec,40,47,1,0,0,,2184,6184,2ff,Traceability Factory Code,,, +,7ec,48,143,1,0,0,,2184,6184,2ff,Traceability Serial Number,,, +,7ec,16,103,1,0,0,,21B7,61B7,4ff,Configuration of Electrical Vehicle Networks,,, +,7ec,16,103,1,0,0,,21B8,61B8,4ff,List of Electrical Vehicle ECUs with After-sales diagnostic,,, +,7ec,16,23,1,0,0,,21EF,61EF,2ff,Hardware Part Number 1,,, +,7ec,24,31,1,0,0,,21EF,61EF,2ff,Hardware Part Number 2,,, +,7ec,32,39,1,0,0,,21EF,61EF,2ff,Hardware Part Number 3,,, +,7ec,40,47,1,0,0,,21EF,61EF,2ff,Hardware Part Number 4,,, +,7ec,48,55,1,0,0,,21EF,61EF,2ff,Hardware Part Number 5,,, +,7ec,56,63,1,0,0,,21EF,61EF,2ff,Hardware Part Number 6,,, +,7ec,64,71,1,0,0,,21EF,61EF,2ff,Hardware Part Number 7,,, +,7ec,72,79,1,0,0,,21EF,61EF,2ff,Hardware Part Number 8,,, +,7ec,80,87,1,0,0,,21EF,61EF,2ff,Hardware Part Number 9,,, +,7ec,88,95,1,0,0,,21EF,61EF,2ff,Hardware Part Number 10,,, +,7ec,96,103,1,0,0,,21EF,61EF,2ff,Software Part Number 1,,, +,7ec,104,111,1,0,0,,21EF,61EF,2ff,Software Part Number 2,,, +,7ec,112,119,1,0,0,,21EF,61EF,2ff,Software Part Number 3,,, +,7ec,120,127,1,0,0,,21EF,61EF,2ff,Software Part Number 4,,, +,7ec,128,135,1,0,0,,21EF,61EF,2ff,Software Part Number 5,,, +,7ec,136,143,1,0,0,,21EF,61EF,2ff,Software Part Number 6,,, +,7ec,144,151,1,0,0,,21EF,61EF,2ff,Software Part Number 7,,, +,7ec,152,159,1,0,0,,21EF,61EF,2ff,Software Part Number 8,,, +,7ec,160,167,1,0,0,,21EF,61EF,2ff,Software Part Number 9,,, +,7ec,168,175,1,0,0,,21EF,61EF,2ff,Software Part Number 10,,, +,7ec,16,55,1,0,0,,21F0,61F0,2ff,PartNumber.LowerPart,,, +,7ec,56,63,1,0,0,,21F0,61F0,4ff,DiagnosticIdentificationCode,,, +,7ec,64,87,1,0,0,,21F0,61F0,2ff,SupplierNumber.ITG,,, +,7ec,88,127,1,0,0,,21F0,61F0,2ff,HardwareNumber.LowerPart,,, +,7ec,128,143,1,0,0,,21F0,61F0,4ff,SoftwareNumber,,, +,7ec,144,159,1,0,0,,21F0,61F0,4ff,EditionNumber,,, +,7ec,160,175,1,0,0,,21F0,61F0,4ff,CalibrationNumber,,, +,7ec,176,183,1,0,0,,21F0,61F0,ff,PartNumber.BasicPartList,0:N/A;1:237D4;2:237D3,, +,7ec,184,191,1,0,0,,21F0,61F0,ff,HardwareNumber.BasicPartList,0:N/A;1:237D4,, +,7ec,192,199,1,0,0,,21F0,61F0,ff,ApprovalNumber.BasicPartList,0:N/A;1:HMLGT,, +,7ec,200,207,1,0,0,,21F0,61F0,ff,ManufacturerIdentificationCode,0:Renault R1;128:Nissan N1;129:Nissan N2;130:Nissan N3;136:5DIGITS;255:Renault R3,, +,7ec,16,55,1,0,0,,21FF,61FF,2ff,ApprovalNumber.LowerPart,,, +,7ec,56,95,1,0,0,,21FF,61FF,2ff,ProgrammingSiteReference,,, +,7ec,96,135,1,0,0,,21FF,61FF,2ff,ProgrammingToolReference,,, +,7ec,136,143,1,0,0,,21FF,61FF,ff,NumberOfReprogrammings,,, +,7ec,144,167,1,0,0,,21FF,61FF,4ff,DateOfReprogramming,,, +,7ec,168,183,1,0,0,,21FF,61FF,4ff,TimeOfReprogramming,,, +,7ec,184,191,1,0,0,,21FF,61FF,ff,SaveMarking,,, +,7ec,192,207,1,0,0,,21FF,61FF,4ff,CrcOfLogSave,,, +,7ec,24,55,1,0,0,,222000,622000,4ff,DIDs supported in range [$2001 - $2020],,, +,7ec,24,31,1,40,0,°C,222001,622001,ff,($2001) Battery Rack temperature,,, +,7ec,24,39,.02,0,2,%,222002,622002,ff,($2002) State Of Charge (SOC) HV battery,,, +,7ec,24,39,.01,0,2,km/h,222003,622003,ff,($2003) Vehicle speed,,, +,7ec,24,39,.5,0,1,V,222004,622004,ff,($2004) consolidated HV voltage,,, +,7ec,24,39,.01,0,2,V,222005,622005,ff,($2005) Battery voltage 14v,,, +,7ec,24,47,1,0,0,km,222006,622006,ff,($2006) Total vehicle distance,,, +,7ec,24,39,1,0,0,mV,22200B,62200B,ff,($200B) Accelerator pedal voltage _ track 1,,, +,7ec,24,39,1,0,0,mV,22200C,62200C,ff,($200C) Accelerator pedal voltage _ track 2,,, +,7ec,24,39,.01,0,2,V,22200D,62200D,ff,($200D) Freon pressure sensor voltage,,, +,7ec,31,31,1,0,0,,22200E,62200E,ff,($200E) Key state,0:key off;1:key on,, +,7ec,28,31,1,0,0,,22200F,62200F,ff,($200F) Brake pedal _ switches consolidation state,0:Not used;1:not pressed;2:pressed;3:Not Used;4:confirmed pressed,, +,7ec,24,31,1,0,0,,222010,622010,ff,($2010) Engine status,0:0-engine stopped;16:16-engine driven;32:32-engine stalled;48:48-engine autonomious,, +,7ec,24,55,1,0,0,,222020,622020,4ff,DIDs supported in range [$2021 - $2040],,, +,7ec,24,39,1,0,0,mV,222021,622021,ff,($2021) Sensors supply voltage 1,,, +,7ec,24,39,1,0,0,mV,222022,622022,ff,($2022) Sensors supply voltage 2,,, +,7ec,30,31,1,0,0,,222025,622025,ff,($2025) Brake pedal _ close active switch state,0:reserved;1:not pressed;2:pressed,, +,7ec,30,31,1,0,0,,222026,622026,ff,($2026) Brake pedal _ open active switch state,0:reserved;1:not pressed;2:pressed,, +,7ec,24,39,.00125,0,3,,22202E,62202E,ff,($202E) Accelerator pedal position,,, +,7ec,24,31,1,0,0,km/h,222035,622035,ff,($2035) CCSL _ Cruise control speed setpoint,,, +,7ec,24,31,1,0,0,,222036,622036,ff,($2036) Counter of inconsistencies between accelerator pedal and brake,,, +,7ec,24,39,1,0,0,mV,222039,622039,ff,($2039) CCSL _ Steering wheel push buttons voltage,,, +,7ec,31,31,1,0,0,,22203A,62203A,ff,($203A) Configuration _ Cruise control (option),0:without;1:with,, +,7ec,31,31,1,0,0,,22203B,62203B,ff,($203B) Configuration _ Cruise control (OnOff button),0:without;1:with,, +,7ec,31,31,1,0,0,,22203C,62203C,ff,($203C) Cruise control OnOff button state,0:off;1:on,, +,7ec,31,31,1,0,0,,22203D,62203D,ff,($203D) Configuration _ Speed limiter (option),0:without;1:with,, +,7ec,31,31,1,0,0,,22203E,62203E,ff,($203E) Configuration _ Speed limiter (OnOff button),0:without;1:with,, +,7ec,31,31,1,0,0,,22203F,62203F,ff,($203F) Speed limiter OnOff button state,0:off;1:on,, +,7ec,24,55,1,0,0,,222040,622040,4ff,($2040) DIDs supported in range [$2041 - $2060],,, +,7ec,31,31,1,0,0,,222041,622041,ff,($2041) Configuration _ CCSL steering wheel push buttons,0:without;1:with,, +,7ec,31,31,1,0,0,,222042,622042,ff,($2042) Configuration _ Air conditioning control unit,0:without;1:with,, +,7ec,31,31,1,0,0,,222043,622043,ff,($2043) Configuration _ Freon pressure sensor,0:without;1:with,, +,7ec,31,31,1,0,0,,222047,622047,ff,($2047) First start done,0:no;1:yes,, +,7ec,29,31,1,0,0,,22204B,62204B,ff,($204B) CCSL _ Steering wheel push buttons state,0:unpressed;1:invalid voltage;2:open circuit;3:suspend button pressed;4:set - button pressed;5:set + button pressed;6:resume button pressed,, +,7ec,29,31,1,0,0,,22204C,62204C,ff,($204C) CCSL _ Status,0:CC and SL off;1:SL on (active or over-speed);2:SL on (awaiting or supsended);3:SL requested and in failure;4:CC on (active);5:CC on (awaiting or supsended);6:CC requested and in failure;7:CC and SL not present,, +,7ec,29,29,1,0,0,,22204D,62204D,ff,($204D) CCSL - State of the failures which cause irreversible CC safety failure.2,0:No activation of the minimum travel clutch switch without CC deactivation;1:activation of the minimum travel clutch switch without CC deactivation,, +,7ec,30,30,1,0,0,,22204D,62204D,ff,($204D) CCSL - State of the failures which cause irreversible CC safety failure.1,0:No activation of the open brake switch without CC deactivation;1:activation of the open brake switch without CC deactivation,, +,7ec,31,31,1,0,0,,22204D,62204D,ff,($204D) CCSL - State of the failures which cause irreversible CC safety failure.0,0:No Presence of CC force request despite the CC deactivation;1:Presence of CC force request despite the CC deactivation,, +,7ec,26,26,1,0,0,,22204E,62204E,ff,($204E) CCSL - State of the reversible failures not due to CCSL which cause CCSL failure.5,0:No SL engine inhibition;1:SL engine inhibition,, +,7ec,27,27,1,0,0,,22204E,62204E,ff,($204E) CCSL - State of the reversible failures not due to CCSL which cause CCSL failure.4,0:No change of the displayed speed unit;1:Change of the displayed speed unit,, +,7ec,28,28,1,0,0,,22204E,62204E,ff,($204E) CCSL - State of the reversible failures not due to CCSL which cause CCSL failure.3,0:No displayed vehicle speed absence;1:Displayed vehicle speed absence,, +,7ec,29,29,1,0,0,,22204E,62204E,ff,($204E) CCSL - State of the reversible failures not due to CCSL which cause CCSL failure.2,0:No real vehicle speed absence;1:Real vehicle speed absence,, +,7ec,30,30,1,0,0,,22204E,62204E,ff,($204E) CCSL - State of the reversible failures not due to CCSL which cause CCSL failure.1,0:No displayed vehicle speed unavailable;1:Displayed vehicle speed unavailable,, +,7ec,31,31,1,0,0,,22204E,62204E,ff,($204E) CCSL - State of the reversible failures not due to CCSL which cause CCSL failure.0,0:No real vehicle speed unavailable;1:Real vehicle speed unavailable,, +,7ec,24,24,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.7,0:No CC engine inhibition;1:CC engine inhibition,, +,7ec,25,25,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.6,0:No Multi Function Contactor failure;1:Multi Function Contactor failure,, +,7ec,26,26,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.5,0:No sudden braking detected without brake information;1:Sudden braking detected without brake information,, +,7ec,27,27,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.4,0:No braking detected without brake information;1:Braking detected without brake information,, +,7ec,28,28,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.3,0:No brake information absence;1:Brake information absence,, +,7ec,29,29,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.2,0:No brake information unavailable;1:Brake information unavailable,, +,7ec,30,30,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.1,,, +,7ec,31,31,1,0,0,,22204F,62204F,ff,($204F) CCSL - State of the reversible failures not due to CC which cause CC failure.0,,, +,7ec,24,39,.01,0,2,km/h,222050,622050,ff,($2050) Displayed vehicle speed received on the CAN network,,, +,7ec,31,31,1,0,0,,222051,622051,ff,($2051) Displayed vehicle speed unit,0:km/h;1:mph,, +,7ec,31,31,1,0,0,,22205B,62205B,ff,($205B) Limp home activation state,0:deactivated;1:activated,, +,7ec,24,55,1,0,0,,222060,622060,4ff,DIDs supported in range [$2061 - $2080],,, +,7ec,24,39,1,0,0,s,22206A,62206A,ff,($206A) Brake pedal _ duration of the close active switch blocked,,, +,7ec,24,39,1,0,0,s,22206B,62206B,ff,($206B) Brake pedal _ duration of the open active switch blocked,,, +,7ec,31,31,1,0,0,,22206E,62206E,ff,($206E) Configuration _ Brake pedal _ open active switch,0:without;1:with,, +,7ec,26,26,1,0,0,,222078,622078,ff,($2078) CCSL - State of the causes for normal CCSL deactivation.5,0:No Eco mode request change;1:Eco mode request change,, +,7ec,27,27,1,0,0,,222078,622078,ff,($2078) CCSL - State of the causes for normal CCSL deactivation.4,0:No Gearbox on a neutral position;1:Gearbox on a neutral position,, +,7ec,28,28,1,0,0,,222078,622078,ff,($2078) CCSL - State of the causes for normal CCSL deactivation.3,0:no Clutch pedal pressed or no connection;1:Clutch pedal pressed or no connection,, +,7ec,29,29,1,0,0,,222078,622078,ff,($2078) CCSL - State of the causes for normal CCSL deactivation.2,0:No Braking;1:Braking,, +,7ec,30,30,1,0,0,,222078,622078,ff,($2078) CCSL - State of the causes for normal CCSL deactivation.1,0:No Suspend button pressed;1:Suspend button pressed,, +,7ec,31,31,1,0,0,,222078,622078,ff,($2078) CCSL - State of the causes for normal CCSL deactivation.0,0:No Main switch changed;1:Main switch changed,, +,7ec,25,25,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.6,0:No SL system engine control inhibition;1:SL system engine control inhibition,, +,7ec,26,26,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.5,0:No CC system engine control inhibition;1:CC system engine control inhibition,, +,7ec,27,27,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.4,0:No Assisted nor manual parking brake;1:Assisted or manual parking brake,, +,7ec,28,28,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.3,0:Speed / setpoint ratio not too small;1:Speed / setpoint ratio too small,, +,7ec,29,29,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.2,0:ASR or AYC not in regulation;1:ASR or AYC in regulation,, +,7ec,30,30,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.1,0:Gearbox not on a reverse position;1:Gearbox on a reverse position,, +,7ec,31,31,1,0,0,,222079,622079,ff,($2079) CCSL - State of the system causes for normal CCSL deactivation.0,0:Start button not pressed;1:Start button pressed,, +,7ec,24,31,1,0,0,s,22207A,62207A,ff,($207A) Maximum duration of resume button pressed,,, +,7ec,24,31,1,0,0,s,22207B,62207B,ff,($207B) Maximum duration of set + button pressed,,, +,7ec,24,31,1,0,0,s,22207C,62207C,ff,($207C) Maximum duration of set manus button pressed,,, +,7ec,24,31,1,0,0,s,22207D,62207D,ff,($207D) Maximum duration of suspend button pressed,,, +,7ec,24,31,1,0,0,,22207E,62207E,ff,($207E) Maximum value of blocked button detection counter,,, +,7ec,24,55,1,0,0,,222080,622080,4ff,DIDs supported in range [$2081 - $20A0],,, +,7ec,30,31,1,0,0,,222093,622093,ff,($2093) Test of underload made on the freon pressure measure,0:Test conditions not satisfied;1:Reserved;2:Test conditions satisfied and incorrect cooling gas load;3:Test conditions satisfied and correct cooling gas load,, +,7ec,24,55,1,0,0,,222120,622120,4ff,DIDs supported in range [$2121-$2140],,, +,7ec,31,31,1,0,0,,22212E,62212E,ff,($212E) A crash occured and the diagnostic add-on strategy is frozen,0:No crash detected;1:Crash detected,, +,7ec,24,55,1,0,0,,222160,622160,4ff,DIDs supported in range [$2161 - $2180],,, +,7ec,31,31,1,0,0,,222166,622166,ff,($2166) External controls safety authorization flag,0:Not enabled;1:Enabled,, +,7ec,24,24,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).7,1:Reserved,, +,7ec,25,25,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).6,1:Reserved,, +,7ec,26,26,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).5,1:Reserved,, +,7ec,27,27,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).4,1:Reserved,, +,7ec,28,28,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).3,1:Reserved,, +,7ec,29,29,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).2,1:Reserved,, +,7ec,30,30,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).1,1:Reserved,, +,7ec,31,31,1,0,0,,222170,622170,ff,($2170) CCSL - State of the system causes for normal CCSL deactivation (2nd byte).0,0:no vehicle STOP information on the cluster;1:vehicle STOP information on the cluster,, +,7ec,24,55,1,0,0,,222180,622180,4ff,DIDs supported in range [$2181 - $21A0],,, +,7ec,24,55,.1,0,1,km,222181,622181,1ff,($2181) Mileage recording,,, +,7ec,24,39,.01,0,2,km/h,222184,622184,ff,($2184) Requested speed setpoint for FSL function,,, +,7ec,24,55,1,0,0,,222220,622220,4ff,DIDs supported in range [$2221 - $2240],,, +,7ec,31,31,1,0,0,,222221,622221,ff,($2221) Brake pedal states validity indicator is in the limp home data status,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,222223,622223,ff,($2223) Engine control request for cruise control abnormal deactivation,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,222224,622224,ff,($2224) Engine control request for cruise control system deactivation,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,222225,622225,ff,($2225) Vehicle speed received on the CAN network not available after a filtering time,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,222226,622226,ff,($2226) Displayed vehicle speed received on the CAN network not available after a filtering time,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,222227,622227,ff,($2227) Engine control request for speed limiter abnormal deactivation,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,222228,622228,ff,($2228) Engine control request for speed limiter system deactivation,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,22222B,62222B,ff,($222B) Automatic or manual parking brake detected,0:deactivated;1:activated,, +,7ec,31,31,1,0,0,,22222F,62222F,ff,($222F) Authorization to connect cruise control and speed limiter options,0:Disabled;1:Enabled,, +,7ec,31,31,1,0,0,,222230,622230,ff,($2230) ABS in regulation,0:No activated;1:Activated,, +,7ec,31,31,1,0,0,,222231,622231,ff,($2231) Authorized ASR torque request,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,222232,622232,ff,($2232) AYC in regulation,0:No activated;1:Activated,, +,7ec,31,31,1,0,0,,222233,622233,ff,($2233) Request to turn the brake lights on (1) during regenerative braking,0:Brake light off;1:Brake light on,, +,7ec,31,31,1,0,0,,222234,622234,ff,($2234) PTC accessories activation flag.,0:No activated;1:Activated,, +,7ec,31,31,1,0,0,,222235,622235,ff,($2235) Flag indicating that a MSR torque request is being applied,0:No request of MSR torque;1:Request of MSR torque,, +,7ec,31,31,1,0,0,,222236,622236,ff,($2236) Foot_up situation detected,0:No foot up detected;1:Foot up detected,, +,7ec,31,31,1,0,0,,222237,622237,ff,($2237) Flag to limit the regenerative braking demand in case MSR function is faulty,0:No limitation;1:Limitation activated,, +,7ec,29,31,1,0,0,,222238,622238,ff,($2238) Gear level position,0:transient;1:park;2:reverse;3:neutral;4:drive,, +,7ec,24,39,.00125,0,3,,222239,622239,ff,($2239) Powertrain setpoint (%) requested by the driver via the accelerator pedal,,, +,7ec,24,39,.5,32768,1,N,22223A,62223A,ff,($223A) Force demand at the wheels (output of the drivers' arbitration),,, +,7ec,24,39,.03125,32768,2,N·m,22223B,62223B,ff,($223B) Electrical motor (EM) torque setpoint before AJS Correction action,,, +,7ec,24,39,.03125,12800,2,N·m,22223C,62223C,ff,($223C) ASR setpoint torque sent to torque arbitration,,, +,7ec,24,39,.03125,32768,2,N·m,22223D,62223D,ff,($223D) Torque correction calculated by AJCOR function,,, +,7ec,24,39,.03125,32768,2,N·m,22223E,62223E,ff,($223E) Final torque setpoint after AJMOD action,,, +,7ec,24,39,.5,32768,1,N,22223F,62223F,ff,($223F) Force demand derived from accelerator pedal position,,, +,7ec,24,55,1,0,0,,222240,622240,4ff,DIDs supported in range [$2241 - $2260],,, +,7ec,24,39,.03125,12800,2,N·m,222241,622241,ff,($2241) MSR torque setting sent to torque arbitration,,, +,7ec,24,39,1,32768,0,rpm,222242,622242,ff,($2242) Filtered electric motor (EM) speed,,, +,7ec,24,39,.03125,32768,2,N·m,222243,622243,ff,($2243) Final effective torque request to the electric motor (EM),,, +,7ec,28,31,1,0,0,,222244,622244,ff,($2244) Lever position word,,, +,7ec,24,39,.03125,32768,2,N·m,222245,622245,ff,($2245) Limited electrical motor (EM) effective torque setpoint,,, +,7ec,24,39,.03125,32768,2,N·m,222246,622246,ff,($2246) Electrical motor (EM) maximum effective torque available,,, +,7ec,24,39,.03125,32768,2,N·m,222247,622247,ff,($2247) Minimum effective torque that can be requested to the electrical motor (EM),,, +,7ec,24,39,.5,32768,1,N,222248,622248,ff,($2248) Force demand (at the wheels) when powertrain setpoint is equal to zero,,, +,7ec,24,39,.5,32768,1,N,222249,622249,ff,($2249) Force demand when ptw setpoint is equal to 0,before saturation accounting for min tq demand available,, +,7ec,24,39,.00062561,0,3,V,22224A,62224A,ff,($224A) Voltage measure of main relay (VBR),,, +,7ec,30,31,1,0,0,,22224B,62224B,ff,($224B) Data used to validated a detection of braking,0:Nok;1:Ok;2:Failed 2,, +,7ec,30,31,1,0,0,,22224C,62224C,ff,($224C) Gear lever position validity flag,0:Nok;1:Ok;2:Failed 2,, +,7ec,30,31,1,0,0,,22224D,62224D,ff,($224D) METS Vehicle speed validity flag,0:Nok;1:Ok;2:Failed 2 Degraded mode (Vehicle speed from engine speed);3:Failed 3 Degraded mode (ESP ECU absent but not confirmed absent- vehicle speed frozen),, +,7ec,30,31,1,0,0,,22224E,62224E,ff,($224E) Engine speed validity flag from ECC,0:Nok;1:Ok;2:Failed 2,, +,7ec,24,55,1,0,0,,222500,622500,4ff,DIDs supported in range [$2501 - $2520],,, +,7ec,31,31,1,0,0,,22251F,62251F,ff,($251F) Vehicle speed threshold detected,0:0- Vehicle speed threshold not detected;1:1- Vehicle speed threshold detected,, +,7ec,24,55,1,0,0,,222860,622860,4ff,DIDs supported in range [$2861 - $2880],,, +,7ec,24,24,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.7,0:Temperature before turbine correcte;1:Temperature before turbine too high,, +,7ec,25,25,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.6,0:Pression turbo correcte;1:Turbocharger/Manifold overpressure,, +,7ec,26,26,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.5,0:Normal Engine Speed;1:Engine overspeed,, +,7ec,27,27,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.4,0:Stop and Start not ON;1:Stop and Start not OFF,, +,7ec,28,28,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.3,0:Not null vehicle speed;1:Unavailable vehicle speed,, +,7ec,29,29,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.2,0:Accelerator pedal Not presed;1:Pressed accelerator pedal,, +,7ec,30,30,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.1,0:Ignition in ON position;1:Ignition in OFF position,, +,7ec,31,31,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.0,0:MGB in neutral position OR other kind of transmission in park or in neutral position;1:BVA/BVR en position autre que N ou P,, +,7ec,32,32,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.15,0:-;1:reserved fot futur use,, +,7ec,33,33,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.14,0:-;1:reserved fot futur use,, +,7ec,34,34,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.13,0:-;1:reserved fot futur use,, +,7ec,35,35,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.12,0:-;1:reserved fot futur use,, +,7ec,36,36,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.11,0:brake pedal not pressed;1:brake pedal pressed,, +,7ec,37,37,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.10,0:Normal coolant temperature;1:Excessive coolant temperature,, +,7ec,38,38,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.9,0:Normal Manifold pressure;1:Manifold overpressure,, +,7ec,39,39,1,0,0,,222875,622875,ff,($2875) External controls denial status flag.8,0:pression rail correcte;1:Excessive rail pressure,, +,7ec,24,55,1,0,0,,222C00,622C00,4ff,DIDs supported in range [$2C01 - $2C20],,, +,7ec,29,31,1,1,0,,222C04,622C04,ff,($2C04) Current gear engaged,,, +,7ec,24,55,1,0,0,,222C20,622C20,4ff,DIDs supported in range [$2C21 - $2C40],,, +,7ec,31,31,1,0,0,,222C2C,622C2C,ff,($2C2C) Kick down state,0:no kick down;1:kick down,, +,7ec,24,55,1,0,0,,223000,623000,4ff,DIDs supported in range [$3001 - $3020],,, +,7ec,30,31,1,0,0,,223001,623001,ff,($3001) Verlog state,1:Vehicle Not Locked;2:Vehicle Locked;3:Not used,, +,7ec,30,31,1,0,0,,223006,623006,ff,($3006) HV Network discharge request,0:Not used;1:Discharge not requested;2:Discharge requested,, +,7ec,31,31,1,0,0,,223007,623007,ff,($3007) HV Network discharge Feedback,0:Active Discharge Not In Progress;1:Active Discharge In Progress,, +,7ec,24,39,.5,0,1,V,223008,623008,ff,($3008) HV PEB voltage measure,,, +,7ec,24,55,1,0,0,,223020,623020,4ff,DIDs supported in range [$3021 - $3040],,, +,7ec,31,31,1,0,0,,223022,623022,ff,($3022) DCDC activation request,0:DCDC Off;1:DCDC On,, +,7ec,24,31,.05,-240,2,V,223023,623023,ff,($3023) 14V voltage request,,, +,7ec,24,31,.1,-40,1,V,223024,623024,ff,($3024) 14V DCDC voltage measure,,, +,7ec,24,31,1,0,0,A,223025,623025,ff,($3025) 14V DCDC current measure,,, +,7ec,24,31,.390625,0,1,%,223028,623028,ff,($3028) DCDC Load,,, +,7ec,25,31,1,0,0,%,223029,623029,ff,($3029) DCDC temperature indicator,,, +,7ec,30,31,1,0,0,,22302A,62302A,ff,($302A) General DCDC state,0:Standby;1:wake up but not activated;2:wake up and activated,, +,7ec,24,55,1,0,0,,223040,623040,4ff,DIDs supported in range [$3041 - $3060],,, +,7ec,24,39,.5,32768,1,A,223042,623042,ff,($3042) HV INV current measure,,, +,7ec,24,39,.03125,32768,2,N·m,223043,623043,ff,($3043) Torque request,,, +,7ec,24,39,10,32768,0,rpm,223045,623045,ff,($3045) Electrical Motor speed,,, +,7ec,24,39,.02,0,2,%,223047,623047,ff,($3047) INV temperature indicator,,, +,7ec,24,55,1,0,0,,223100,623100,4ff,DIDs supported in range [$3101 - $3120],,, +,7ec,29,31,1,0,0,,223101,623101,ff,($3101) Charger Bloc state,0:Unvailable Value;1:SlowCharge and Diag State;2:Quick Charge and Diag State;3:Nissan Quick Charge and Diag State;4:Diagnosis State;5:No State;6:Not used,, +,7ec,24,39,.5,0,1,V,223103,623103,ff,($3103) HV BCB voltage measure,,, +,7ec,31,31,1,0,0,,223104,623104,ff,($3104) Mains Network detection,0:Domestic Network is not present;1:Domestic Network is present,, +,7ec,30,31,1,0,0,,223107,623107,ff,($3107) Charge current limitation,0:Unvailable value;1:10A Type;2:16A Type;3:Not used,, +,7ec,31,31,1,0,0,,223108,623108,ff,($3108) Earth plug connection,0:No ground plug connection Failure;1:Ground Plug Connection Failure,, +,7ec,25,31,1,0,0,°C,223109,623109,ff,($3109) BCB water temperature,,, +,7ec,24,31,1,0,0,%,22310A,62310A,ff,($310A) BCB internal temperature,,, +,7ec,30,31,1,0,0,,22310B,62310B,ff,($310B) interlock connection HV Bat, PEB,0:Unvailable Value;1:Open;2:Closed;3:Not used, +,7ec,30,31,1,0,0,,22310D,62310D,ff,($310D) Interlock JB cover,0:Unvailable Value;1:Open;2:Closed;3:Not used,, +,7ec,30,31,1,0,0,,22310E,62310E,ff,($310E) Interlock JB Charge,0:Unvailable Value;1:Open;2:Closed;3:Not used,, +,7ec,24,31,1,0,0,A,223110,623110,ff,($3110) Charge current measure,,, +,7ec,31,31,1,0,0,,223111,623111,ff,($3111) Quick charge start,0:Quick Charge Start Not Requested;1:Quick Charge Start Requested,, +,7ec,31,31,1,0,0,,223112,623112,ff,($3112) Quick charge stop,0:Quick Charge Stop Not Requested;1:Quick Charge Stop Requested,, +,7ec,24,31,1,0,0,A,223113,623113,ff,($3113) Quick charge current request,,, +,7ec,24,55,1,0,0,,223200,623200,4ff,DIDs supported in range [$3201 - $3220],,, +,7ec,29,31,1,0,0,,223201,623201,ff,($3201) LBC mode request,0:Not Request;1:Slow Charge;2:Fast Charge;3:Normal Charge;4:Quick Drop;5:Not used;7:Unavailable value,, +,7ec,29,31,1,0,0,,223202,623202,ff,($3202) LBC fonctionning state,0:Not used;1:Slow Charge;2:Fast Charge;3:Init;4:Transitory;5:Normal;6:BHV_QuickDrop_mode;7:Unavailable value,, +,7ec,24,39,.5,0,1,V,223203,623203,ff,($3203) HV LBC voltage measure,,, +,7ec,24,39,.0625,131070,2,A,223204,623204,ff,($3204) HV LBC current measure,,, +,7ec,24,31,.01,0,0,%,223206,623206,ff,($3206) State Of Health (SOH) HV battery,,, +,7ec,30,31,1,0,0,,223208,623208,ff,($3208) Caution flag state,0:C_HVBatteryNoDefault;1:C_HVBatteryLevel1Default;2:C_HVBatteryLevel2Default;3:C_HVBatteryDriving30sDefault,, +,7ec,30,31,1,0,0,,223209,623209,ff,($3209) Failure flag state,0:Not used;1:No Default;2:Failure - Level2 Failure;3:Unavailable Value,, +,7ec,24,31,.5,0,1,kW,22320A,62320A,ff,($320A) Available discharge power,,, +,7ec,24,31,.5,0,1,kW,22320B,62320B,ff,($320B) Available charge power,,, +,7ec,24,39,.005,0,3,kWh,22320C,62320C,ff,($320C) Available discharge Energy,,, +,7ec,31,31,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.8,0:No default;1:Default present,, +,7ec,32,32,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.7,0:No default;1:Default present,, +,7ec,33,33,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.6,0:No default;1:Default present,, +,7ec,34,34,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.5,0:No default;1:Default present,, +,7ec,35,35,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.4,0:No default;1:Default present,, +,7ec,36,36,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.3,0:No default;1:Default present,, +,7ec,37,37,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.2,0:No default;1:Default present,, +,7ec,38,38,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.1,0:No default;1:Default present,, +,7ec,39,39,1,0,0,,22320D,62320D,ff,($320D) Saving of the state of the interlocks.0,0:No default;1:Default present,, +,7ec,24,55,1,0,0,,223300,623300,4ff,($3300) DIDs supported in range [$3301 - $3320],,, +,7ec,24,31,.06,0,2,V,223301,623301,ff,($3301) USM 14V Voltage measure (from CAN),,, +,7ec,31,31,1,0,0,,223302,623302,ff,($3302) Wake Up Type,0:Customer Wake Up;1:System Wake Up,, +,7ec,24,31,1,40,0,°C,223307,623307,ff,($3307) Heat water temperature,,, +,7ec,30,31,1,0,0,,223308,623308,ff,($3308) HV relay connection state,0:HV_Open;1:HV_Intermediate;2:HV_Connected,, +,7ec,31,31,1,0,0,,223309,623309,ff,($3309) HV relay P1 command,0:Request for opening the main relay P1;1:Request for closing the main relay P1,, +,7ec,31,31,1,0,0,,22330A,62330A,ff,($330A) HV relay P2 command,0:Request for opening the main relay P2;1:Request for closing the main relay P2,, +,7ec,31,31,1,0,0,,22330B,62330B,ff,($330B) HV Battery relay A request,0:Request for opening the precharge relay A;1:Request for closing the precharge relay A,, +,7ec,30,31,1,0,0,,22330C,62330C,ff,($330C) HV Network Insulation level,0:No InsulationFailure;1:Insulation Failure Level1;2:Insulation Failure Level2;3:Unavailable Insulation Detection,, +,7ec,31,31,1,0,0,,22330D,62330D,ff,($330D) 14V Unballasting request,0:Not Unballasting request;1:Unballasting request,, +,7ec,31,31,1,0,0,,223310,623310,ff,($3310) 14V Batterie charge request,0:Charge not requested;1:Charge requested,, +,7ec,31,31,1,0,0,,223311,623311,ff,($3311) Heater switch state,0:Heater button deactivated;1:Heater button activated,, +,7ec,31,31,1,0,0,,223312,623312,ff,($3312) Hot switch state,0:Hot heater button deactivated;1:Hot heater button activated,, +,7ec,31,31,1,0,0,,223313,623313,ff,($3313) Cold switch state,0:Cold heater button deactivated;1:Cold heater button activated,, +,7ec,31,31,1,0,0,,223315,623315,ff,($3315) QuickDrop lock 1st loop state,0:at least one battery lock open;1:both two battery locks are closed,, +,7ec,31,31,1,0,0,,223316,623316,ff,($3316) QuickDrop lock 2nd loop state,0:at least one battery lock open;1:both two battery locks are closed,, +,7ec,30,31,1,0,0,,223317,623317,ff,($3317) QuickDrop lock global state,0:BatteryLock open;1:Only one BatteryLock open;2:BatteryLock closed,, +,7ec,24,31,1,0,0,%,223318,623318,ff,($3318) Driving pump Feedback,,, +,7ec,24,31,1,0,0,%,223319,623319,ff,($3319) Charge pump Feedback,,, +,7ec,24,31,1,0,0,%,22331A,62331A,ff,($331A) Heat pump Feedback,,, +,7ec,31,31,1,0,0,,22331B,62331B,ff,($331B) Cooling valve request,0:Request for opening the water gate of the charge mode;1:Request for closing the water gate of the charge mode,, +,7ec,31,31,1,0,0,,22331D,62331D,ff,($331D) Pulser relay request,0:Request for opening the pulser relay;1:Request for closing the pulser relay,, +,7ec,31,31,1,0,0,,22331E,62331E,ff,($331E) Heater request,0:Request for opening the heater relay;1:Request for closing the heater relay,, +,7ec,24,55,1,0,0,,223320,623320,4ff,($3320) DIDs supported in range [$3321 - $3340],,, +,7ec,31,31,1,0,0,,223322,623322,ff,($3322) Heater led state,0:Request for switching off the heater led;1:Request for switching on the heater led,, +,7ec,31,31,1,0,0,,223325,623325,ff,($3325) Shiftlock request,0:Request for deactivate the shiftlock (P signal);1:Request for activate the shiftlock (P signal),, +,7ec,25,31,1,0,0,%,223326,623326,ff,($3326) Driving pump Request,,, +,7ec,25,31,1,0,0,%,223327,623327,ff,($3327) Charge pump Request,,, +,7ec,25,31,1,0,0,%,223328,623328,ff,($3328) Heat pump Request,,, +,7ec,31,31,1,0,0,,22332A,62332A,ff,($332A) Fan cabin status,0:Blower OK;1:Blower not OK,, +,7ec,29,31,1,0,0,,22332B,62332B,ff,($332B) ETS state,0:ETS_Standby;1:ETS_WakeUp;2:ETS_Comfort;3:ETS_Driving;4:ETS_QuickDrop,, +,7ec,29,31,1,0,0,,22332C,62332C,ff,($332C) Start refuse Reason,0:NO_REFUSE;1:REFUSE_PLUG;2:REFUSE_VERRLOGLOCKED;3:REFUSE_PRND_notN;4:REFUSE_PRND_notP;5:REFUSE_BATTERYLOCK;6:REFUSE_ENGINE,, +,7ec,31,31,1,0,0,,22332D,62332D,ff,($332D) 14V Network functionning Authorization,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,22332E,62332E,ff,($332E) PowerTrain functionning Authorization,0:Not Autorized;1:Autorized,, +,7ec,30,31,1,0,0,,22332F,62332F,ff,($332F) Thermal Comfort functionning Authorization,0:Not Authorised;1:PTC Authorised only;2:AC Authorised only;3:PTC and AC Authorised,, +,7ec,30,31,1,0,0,,223330,623330,ff,($3330) Charge Management functionning Authorization,0:Not Autorized;1:Autorized;2:Zero Ampere mode Activation request;3:Quick Charge Activation request,, +,7ec,30,31,1,0,0,,223331,623331,ff,($3331) PreHeating functionning Authorization,0:Not Authorised;1:PTC Authorised only;2:AC Authorised only;3:PTC and AC Authorised,, +,7ec,30,31,1,0,0,,223332,623332,ff,($3332) Electrical Machine functionning Authorization,0:Not used;1:Inverter Off;2:Inverter On,, +,7ec,30,31,1,0,0,,223335,623335,ff,($3335) 1st level insulation Alert MMI request,0:Unavailable ;1:No ET Alert Isolation Level 1 Requested ;2:ET Alert Isolation Level 1 Requested ;3:not used ,, +,7ec,30,31,1,0,0,,223336,623336,ff,($3336) 2nd level insulation Alert MMI request,0:Unavailable ;1:No ET Alert Isolation Level 2 Requested ;2:ET Alert Isolation Level 2 Requested ;3:not used ,, +,7ec,30,31,1,0,0,,223337,623337,ff,($3337) ETS Alert MMI request,0:Unavailable ;1:No ET Alert ETS Default Requested ;2:ET Alert ETS Default Requested ;3:not used ,, +,7ec,30,31,1,0,0,,223338,623338,ff,($3338) Motor Alert MMI request,0:Unavailable value;1:No ET Alert Motor Default Requested;2:ET Alert Motor Default Requested;3:Not used,, +,7ec,30,31,1,0,0,,22333A,62333A,ff,($333A) Low Battery 14V MMI request,2:14VBattery Low Display Requested;1:No 14VBattery Low Display Requested;0:Unavailable value;3:Not used,, +,7ec,31,31,1,0,0,,22333D,62333D,ff,($333D) Brake assist pump state,0:Pump Off;1:Pump On,, +,7ec,24,55,1,0,0,,223340,623340,4ff,($3340) DIDs supported in range [$3341 - $3360],,, +,7ec,24,31,1,0,0,%,223348,623348,ff,($3348) PTC request,,, +,7ec,24,55,1,0,0,,223349,623349,1ff,($3349) Time Counter for the driving WEP in Low Speed,,, +,7ec,24,55,1,0,0,,22334A,62334A,1ff,($334A) Time Counter for the driving WEP in Middle Speed,,, +,7ec,24,55,1,0,0,,22334B,62334B,1ff,($334B) Time Counter for the driving WEP in High Speed,,, +,7ec,24,55,1,0,0,,22334D,62334D,1ff,($334D) Time Counter for the load WEP in Low Speed,,, +,7ec,24,55,1,0,0,,22334E,62334E,1ff,($334E) Time Counter for the load WEP in Middle Speed,,, +,7ec,24,55,1,0,0,,22334F,62334F,1ff,($334F) Time Counter for the load WEP in High Speed,,, +,7ec,24,55,1,0,0,,223351,623351,1ff,($3351) Time Counter for the Cooling fan in Low Speed,,, +,7ec,24,55,1,0,0,,223352,623352,1ff,($3352) Time Counter for the Cooling fan in Middle Speed,,, +,7ec,24,55,1,0,0,,223353,623353,1ff,($3353) Time Counter for the Cooling fan in High Speed,,, +,7ec,24,55,1,0,0,,223355,623355,1ff,($3355) Time Counter for the PEB temperature in driving mode below 40 degrees celcius,,, +,7ec,24,55,1,0,0,,223356,623356,1ff,($3356) Time Counter for the PEB temperature in driving mode between 40 degrees celcius and 50 degrees celcius,,, +,7ec,24,55,1,0,0,,223357,623357,1ff,($3357) Time Counter for the PEB temperature in driving mode between 50degrees celcius and 60degrees celcius,,, +,7ec,24,55,1,0,0,,223358,623358,1ff,($3358) Time Counter for the PEB temperature in driving mode between 60degrees celcius and 70degrees celcius,,, +,7ec,24,55,1,0,0,,223359,623359,1ff,($3359) Time Counter for the PEB temperature in driving mode above 70 degrees celcius,,, +,7ec,24,55,1,0,0,,22335A,62335A,1ff,($335A) Time Counter for the PEB temperature in load mode below 40 degrees celcius,,, +,7ec,24,55,1,0,0,,22335B,62335B,1ff,($335B) Time Counter for the PEB temperature in load mode between 40 degrees celcius and 50 degrees celcius,,, +,7ec,24,55,1,0,0,,22335C,62335C,1ff,($335C) Time Counter for the PEB temperature in load mode between 50 degrees celcius and 60 degrees celcius,,, +,7ec,24,55,1,0,0,,22335D,62335D,1ff,($335D) Time Counter for the PEB temperature in load mode between 60 degrees celcius and 70 degrees celcius,,, +,7ec,24,55,1,0,0,,22335E,62335E,1ff,($335E) Time Counter for the PEB temperature in load mode above 70 degrees celcius,,, +,7ec,24,55,1,0,0,,22335F,62335F,1ff,($335F) Time Counter for the BCB temperature in driving mode below 40 degrees celcius,,, +,7ec,24,55,1,0,0,,223360,623360,4ff,($3360) DIDs supported in range [$3361 - $3380],,, +,7ec,24,55,1,0,0,,223361,623361,1ff,($3361) Time Counter for the BCB temperature in driving mode between 40 degrees celcius and 50 degrees celcius,,, +,7ec,24,55,1,0,0,,223362,623362,1ff,($3362) Time Counter for the BCB temperature in driving mode between 50 degrees celcius and 60 degrees celcius,,, +,7ec,24,55,1,0,0,,223363,623363,1ff,($3363) Time Counter for the BCB temperature in driving mode between 60 degrees celcius and 70 degrees celcius,,, +,7ec,24,55,1,0,0,,223364,623364,1ff,($3364) Time Counter for the BCB temperature in driving mode above 70 degrees celcius,,, +,7ec,24,55,1,0,0,,223365,623365,1ff,($3365) Time Counter for the BCB temperature in load mode below 40 degrees celcius,,, +,7ec,24,55,1,0,0,,223366,623366,1ff,($3366) Time Counter for the BCB temperature in load mode between 40 degrees celcius and 50 degrees celcius,,, +,7ec,24,55,1,0,0,,223367,623367,1ff,($3367) Time Counter for the BCB temperature in load mode between 50 degrees celcius and 60 degrees celcius,,, +,7ec,24,55,1,0,0,,223368,623368,1ff,($3368) Time Counter for the BCB temperature in load mode between 60 degrees celcius and 70 degrees celcius,,, +,7ec,24,55,1,0,0,,223369,623369,1ff,($3369) Time Counter for the BCB temperature in load mode above 70 degrees celcius,,, +,7ec,24,31,1,0,0,%,22336A,62336A,ff,($336A) Maximale value of PEB temperature,,, +,7ec,24,31,1,0,0,%,22336B,62336B,ff,($336B) Maximale value of BCB temperature,,, +,7ec,24,39,1,0,0,,22336C,62336C,ff,($336C) Quick Drop operating counter,,, +,7ec,24,47,1,0,0,s,22336D,62336D,ff,($336D) Data store memory use to store the activation time of the pump,,, +,7ec,24,39,.01,0,2,km/h,22336E,62336E,ff,($336E) Value of the vehicle speed before a safety level 2 hotreset,,, +,7ec,24,39,1,0,0,,22336F,62336F,ff,($336F) Value of the safety monitoring status flags before the hotreset,,, +,7ec,24,39,1,32768,0,rpm,223370,623370,ff,($3370) Value of the electric motor speed before a safety level 2 hotreset,,, +,7ec,24,31,5,0,0,mbar,223371,623371,ff,($3371) Pressure value max in the booster during failure confirmation time,,, +,7ec,24,31,5,0,0,mbar,223372,623372,ff,($3372) Current pressure in the mastervac,,, +,7ec,30,31,1,0,0,,223373,623373,ff,($3373)The most critical state of the brake assist system between detected and confirmed states of mastervac failure,0:unavailable;1:Vacuum pressure below 'Safety Threshold';2:Vacuum pressure between 'Safety Threshold' and 'Pump On Threshold' ;3:Vacuum pressure between 'Pump On Threshold' and 'Pump Off Threshold' ,, +,7ec,30,31,1,0,0,,223374,623374,ff,($3374) The most critical state of the Brake assist system when a failure has been confirmed,0:unavailable;1:Vacuum pressure below 'Safety Threshold';2:Vacuum pressure between 'Safety Threshold' and 'Pump On Threshold' ;3:Vacuum pressure between 'Pump On Threshold' and 'Pump Off Threshold' ,, +,7ec,24,31,1,0,0,,223375,623375,ff,($3375) Memorized reason of Starting Refuse for Start Refuse History elaboration.4,0:C_Driving_No_Refuse;1:C_Driving_Refuse_Plug;2:C_Driving_Refuse_Verrloglocked;3:C_Driving_Refuse_PRND_notN;4:C_Driving_Refuse_PRND_notP;5:C_Driving_Refuse_Batterylock;6:C_Driving_Refuse_Engine,, +,7ec,32,39,1,0,0,,223375,623375,ff,($3375) Memorized reason of Starting Refuse for Start Refuse History elaboration.3,0:C_Driving_No_Refuse;1:C_Driving_Refuse_Plug;2:C_Driving_Refuse_Verrloglocked;3:C_Driving_Refuse_PRND_notN;4:C_Driving_Refuse_PRND_notP;5:C_Driving_Refuse_Batterylock;6:C_Driving_Refuse_Engine,, +,7ec,40,47,1,0,0,,223375,623375,ff,($3375) Memorized reason of Starting Refuse for Start Refuse History elaboration.2,0:C_Driving_No_Refuse;1:C_Driving_Refuse_Plug;2:C_Driving_Refuse_Verrloglocked;3:C_Driving_Refuse_PRND_notN;4:C_Driving_Refuse_PRND_notP;5:C_Driving_Refuse_Batterylock;6:C_Driving_Refuse_Engine,, +,7ec,48,55,1,0,0,,223375,623375,ff,($3375) Memorized reason of Starting Refuse for Start Refuse History elaboration.1,0:C_Driving_No_Refuse;1:C_Driving_Refuse_Plug;2:C_Driving_Refuse_Verrloglocked;3:C_Driving_Refuse_PRND_notN;4:C_Driving_Refuse_PRND_notP;5:C_Driving_Refuse_Batterylock;6:C_Driving_Refuse_Engine,, +,7ec,56,63,1,0,0,,223375,623375,ff,($3375) Memorized reason of Starting Refuse for Start Refuse History elaboration.0,0:C_Driving_No_Refuse;1:C_Driving_Refuse_Plug;2:C_Driving_Refuse_Verrloglocked;3:C_Driving_Refuse_PRND_notN;4:C_Driving_Refuse_PRND_notP;5:C_Driving_Refuse_Batterylock;6:C_Driving_Refuse_Engine,, +,7ec,30,31,1,0,0,,223378,623378,ff,($3378) Interlock HV battery,0:Not used;1:Open;2:Closed;3:Unvailable Value,, +,7ec,30,31,1,0,0,,223379,623379,ff,($3379) Interlock of PTCs,0:Unvailable Value;1:Open;2:Closed;3:Not used,, +,7ec,24,24,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.7-Internal diag Stop Light Relay,0:No default;1:Default present,, +,7ec,25,25,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.6-Internal diag Water Cooling Valve,0:No default;1:Default present,, +,7ec,26,26,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.5-Internal diag Shift Lock,0:No default;1:Default present,, +,7ec,27,27,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.4-Internal diag RELAY N,0:No default;1:Default present,, +,7ec,28,28,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.3-Internal diag RELAY P,0:No default;1:Default present,, +,7ec,29,29,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.2-Internal diag RELAY A,0:No default;1:Default present,, +,7ec,30,30,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.1,,, +,7ec,31,31,1,0,0,,22337D,62337D,ff,($337D) Context not safety datas microcontroller memorised carrier 1.0-diagnostic of NVMY,0:No default;1:Default present,, +,7ec,32,32,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.7,,, +,7ec,33,33,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.6-ERR_SYM_SPI-4,0:No default;1:Default present,, +,7ec,34,34,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.5-ERR_SYM_SPI-3,0:No default;1:Default present,, +,7ec,35,35,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.4-ERR_SYM_SPI-2,0:No default;1:Default present,, +,7ec,36,36,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.3-ERR_SYM_SPI-1,0:No default;1:Default present,, +,7ec,37,37,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.2-ERR_SYM_SPI-0,0:No default;1:Default present,, +,7ec,38,38,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.1-ERR_SYM_RAM,0:No default;1:Default present,, +,7ec,39,39,1,0,0,,22337E,62337E,ff,($337E) Context not safety data microcontroller memorised Carrier 2.0-ERR_SYM_ROM,0:No default;1:Default present,, +,7ec,24,31,1,0,0,,22337F,62337F,ff,($337F) Context safety datas memorised in main microcontroller,0:No error;1:Header-byte error detected on MC;2:Checksum error detected on MC;3:Parity error detected on MC;4:Wrong configuration data sent by MU;5:Error in switch-off path check;6:Error in compatibility check on MC;7:Error in Standard ROM check;8:Error in Standard RAM check;9:Error in Level 2 ROM check;10:Error in Level 2 RAM check;11:FS-IST MU sent wrong question;12:FS-IST MU does not react to deliberately wrong answer;13:FS-IST MU does not decrease its FS-IST anti-bounce counter;14:Error in check of MU readiness;15:not used;16:PFM MU does not toggle PFM bit 0 in time;17:PFM MU does not toggle PFM bit 1 in time;18:PFM MU does not toggle PFM bit 2 in time;19:PFM MU does not toggle PFM bit 3 in time;20:PFM MU does not toggle PFM bit 4 in time;21:PFM MU does not toggle PFM bit 5 in time;22:PFM MU does not toggle PFM bit 6 in time;23:Invalid state transition or undefined state on MC;24:PFM MU does not react to deliberately wrong PFM bit 0;25:PFM MU does not react to deliberately wrong PFM bit 1;26:PFM MU does not react to deliberately wrong PFM bit 2;27:PFM MU does not react to deliberately wrong PFM bit 3;28:PFM MU does not react to deliberately wrong PFM bit 4;29:PFM MU does not react to deliberately wrong PFM bit 5;30:PFM MU does not react to deliberately wrong PFM bit 6;31:Not used,, +,7ec,24,55,1,0,0,,223380,623380,4ff,($3380) DIDs supported in range [$3381 - $33A0],,, +,7ec,24,31,1,0,0,,223381,623381,ff,($3381) Context safty datas memorised in Safety microcontroller,,, +,7ec,24,39,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-5,,, +,7ec,40,55,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-4,,, +,7ec,56,71,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-3,,, +,7ec,72,87,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-2,,, +,7ec,88,88,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.15 Under_voltage_HV,0:No default;1:Default present,, +,7ec,89,89,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.14 Over_voltage_HV,0:No default;1:Default present,, +,7ec,90,90,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.13 Current_Restriction,0:No default;1:Default present,, +,7ec,91,91,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.12 Voltage_Restriction,0:No default;1:Default present,, +,7ec,92,92,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.11 Internal_communication_error,0:No default;1:Default present,, +,7ec,93,93,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.10 Over_heat_warning,0:No default;1:Default present,, +,7ec,94,94,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.09 Low_Voltage_error,0:No default;1:Default present,, +,7ec,95,95,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.08 Short_Circuit,0:No default;1:Default present,, +,7ec,96,96,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.07 Open_contact,0:No default;1:Default present,, +,7ec,97,97,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.06 Current_sensor_Error,0:No default;1:Default present,, +,7ec,98,98,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.05 Over_load,0:No default;1:Default present,, +,7ec,99,99,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.04 Over_heat,0:No default;1:Default present,, +,7ec,100,100,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.03 Abnormal_Run_up,0:No default;1:Default present,, +,7ec,101,101,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.02 High_Voltage_error,0:No default;1:Default present,, +,7ec,102,103,1,0,0,,223382,623382,ff,($3382) AC compressor Error Bits Recordings.-1.00 CI_Error_Status,0:No default;1:Degraded mode;2:Compressor shut-off safety reasons;3:Compressor has to be changed,, +,7ec,26,31,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-5,,, +,7ec,32,37,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-4,,, +,7ec,38,43,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-3,,, +,7ec,44,49,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-2,,, +,7ec,50,55,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-1,,, +,7ec,51,51,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-1.4 Error PTC stage 3,0:No default;1:Default present,, +,7ec,52,52,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-1.3 Error PTC stage 2,0:No default;1:Default present,, +,7ec,53,53,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-1.2 Error PTC stage 1,0:No default;1:Default present,, +,7ec,54,54,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-1.1 Under Voltage,0:No default;1:Default present,, +,7ec,55,55,1,0,0,,223383,623383,ff,($3383) Reasons of cut off PTCs.-1.0 Over temperature,0:No default;1:Default present,, +,7ec,24,31,1,0,0,,223384,623384,ff,($3384) Mission counter without driver door transition,,, +,7ec,24,47,1,0,0,s,223386,623386,ff,($3386) Life time of the pump read from the VPM memory via LIN,,, +,7ec,28,31,1,0,0,,223387,623387,ff,($3387) Brake pedal state during diagnostic confirmation,0:Not used;1:not pressed;2:pressed;3:Not Used;4:confirmed pressed,, +,7ec,31,31,1,0,0,,223388,623388,ff,($3388) Bcb Activation failed Flag : charge or pre_heating not authorized any more,0:no failure ;1:failure,, +,7ec,31,31,1,0,0,,22338A,62338A,ff,($338A) Customer WakeUp flag after internal processing,0:No Customer WakeUp;1:Customer WakeUp,, +,7ec,31,31,1,0,0,,22338B,62338B,ff,($338B) Event type technical WakeUp flag after internal processing,0:No Event Technical WakeUp;1:Event technical WakeUp,, +,7ec,31,31,1,0,0,,22338C,62338C,ff,($338C) ComfortMode failed and ended after confirmed non HV relays connexion,0:Confort mode ok ;1:Confort mode failed,, +,7ec,31,31,1,0,0,,22338D,62338D,ff,($338D) Comfort mode disabled,0:Allowed;1:Not Allowed,, +,7ec,31,31,1,0,0,,22338E,62338E,ff,($338E) Indicates the status of the driver door of the vehicle,0:Closed;1:Opened,, +,7ec,31,31,1,0,0,,22338F,62338F,ff,($338F) Driving Restart flag (after EVC reset),0:desactivated;1:activated,, +,7ec,31,31,1,0,0,,223390,623390,ff,($3390) EVC reset flag for HV connexion after EVC reset management,0:desactivated;1:activated,, +,7ec,31,31,1,0,0,,223391,623391,ff,($3391) Gaz Heater not allowed flag,0:Allowed;1:Not Allowed,, +,7ec,31,31,1,0,0,,223392,623392,ff,($3392) 400 V Battery Cooling Needed flag,0:No request;1:Request,, +,7ec,31,31,1,0,0,,223393,623393,ff,($3393) HV Network Power cut request,0:no request;1:power cut request,, +,7ec,31,31,1,0,0,,223394,623394,ff,($3394) Flag for LBC Actual status(= to 1 when LBC status is Driving ). AfterK_BHVStateConfirmed_status processing,0:Not ready for driving;1:Ready for driving,, +,7ec,31,31,1,0,0,,223395,623395,ff,($3395) Internal condition for Zero Ampere mode Autorisation,0:Allowed;1:Not Allowed,, +,7ec,31,31,1,0,0,,223396,623396,ff,($3396) PEB State failure defect present : PEB is Absent or PEB Status is not power on . PEB status is in limp mode,0:PEB Power ON;1:PEB Not Power ON,, +,7ec,31,31,1,0,0,,223397,623397,ff,($3397) Gaz Heater Activation Authorisation flag,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223398,623398,ff,($3398) HV Battery cooling Authorisation flag,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223399,623399,ff,($3399) Quick Drop flag memorisation (EEPROM memorisation),0:Not Memorized;1:Memorized,, +,7ec,31,31,1,0,0,,22339A,62339A,ff,($339A) No Major failure,0:No failure;1:failure,, +,7ec,31,31,1,0,0,,22339B,62339B,ff,($339B) Front passenger door state from CANV,0:Closed;1:Opened,, +,7ec,31,31,1,0,0,,22339C,62339C,ff,($339C) PEB status after internal processing,0:NOK;1:OK for driving,, +,7ec,31,31,1,0,0,,22339D,62339D,ff,($339D) Charging Plug detected as present by the Charger.processed,0:No charging plug;1:Charging plug detected,, +,7ec,31,31,1,0,0,,22339E,62339E,ff,($339E) Quick drop condition is active,0:No Active;1:Active,, +,7ec,31,31,1,0,0,,22339F,62339F,ff,($339F) Soc authorisation for pre_heating authorisation during charge,0:Not Autorized;1:Autorized,, +,7ec,24,55,1,0,0,,2233A0,6233A0,4ff,($33A0) DIDs supported in range [$33A1 - $33C0],,, +,7ec,31,31,1,0,0,,2233A1,6233A1,ff,($33A1) BCM absent and vehicle stopped flag : driving interruptiion,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,2233A2,6233A2,ff,($33A2) Button AC from the cluster (X61) or AC request from CAREG (L38),0:no AC requested ;1:AC requested,, +,7ec,31,31,1,0,0,,2233A3,6233A3,ff,($33A3) For L38 vehicule, this is the demand from the CAREG to start a PreHeating.,0:no PreHeat demand from CAREG ;1:PreHeat demand from CAREG, +,7ec,24,31,2,0,0,%,2233A4,6233A4,ff,($33A4) Measure of the speed of the cabin blower,,, +,7ec,29,31,1,0,0,,2233A6,6233A6,ff,($33A6) AC compressor DTC Rootcause,0:No fault;1:CPU Self Error;2:Internal Communication Error;3:Short Circuit;4:Open Contact;5:Current sensor error;6:Abnormal Run-up;7:High-Voltage Error,, +,7ec,24,31,25,0,0,W,2233A7,6233A7,ff,($33A7) AC compressor Power Consumption Estimation,,, +,7ec,24,31,1,0,0,,2233A8,6233A8,ff,($33A8) Request of FAN activation from the thermal comfort,0:no FAN requested;1:(61- low- 38- very low) speed fan request;2:61- not used- 38- low speed fan request;3:high speed fan request,, +,7ec,31,31,1,0,0,,2233AA,6233AA,ff,($33AA) Minimum gasoline Level indicator in the tank supplying the heater,0:minimum level not reached ;1:minimum level reached,, +,7ec,29,31,1,0,0,,2233AB,6233AB,ff,($33AB) State of PreHeating to display,0:PreHeating OFF;1:PreHeating requested for H1;2:PreHeating requested for H2;3:PreHeating Not Available;4:PreHeating in progress;5:PreHeating Finished OK;6:PreHeating Finished not OK;7:not used,, +,7ec,30,31,1,0,0,,2233AC,6233AC,ff,($33AC) Status of pre_heating sent to Manage ETS,0:pre-heating available;1:pre-heating running;2:pre-heating refused;3:pre-heating waiting,, +,7ec,26,26,1,0,0,,2233AD,6233AD,ff,($33AD) Computation of PTC defaults.5,0:No default;1:Default present,, +,7ec,27,27,1,0,0,,2233AD,6233AD,ff,($33AD) Computation of PTC defaults.4,0:No default;1:Default present,, +,7ec,28,28,1,0,0,,2233AD,6233AD,ff,($33AD) Computation of PTC defaults.3,0:No default;1:Default present,, +,7ec,29,29,1,0,0,,2233AD,6233AD,ff,($33AD) Computation of PTC defaults.2,0:No default;1:Default present,, +,7ec,30,30,1,0,0,,2233AD,6233AD,ff,($33AD) Computation of PTC defaults.1,0:No default;1:Default present,, +,7ec,31,31,1,0,0,,2233AD,6233AD,ff,($33AD) Computation of PTC defaults.0,0:No default;1:Default present,, +,7ec,24,39,1,0,0,rpm,2233AE,6233AE,ff,($33AE) AC compressor RPM Command,,, +,7ec,24,39,.1,2730,1,°C,2233AF,6233AF,ff,($33AF) temp used to prevent the evaporator from freezing within the heating venting and AC system (HVAC),,, +,7ec,24,39,.1,2730,1,°C,2233B0,6233B0,ff,($33B0) evaporator temperature setpoint for compressor control,,, +,7ec,24,31,1,40,0,°C,2233B1,6233B1,ff,($33B1) CAN signal for external temperature of the vehicle.,,, +,7ec,24,31,1,40,0,°C,2233B3,6233B3,ff,($33B3) water temperature setpoint for PTC control,,, +,7ec,31,31,1,0,0,,2233B5,6233B5,ff,($33B5) HV Relays Connection Autorisation synthesis flag,0:Not Autorized;1:Autorized,, +,7ec,30,31,1,0,0,,2233B6,6233B6,ff,($33B6) Charge Management status for ETS,0:NoActiveMode;1:SlowCharge;2:ZAMode;3:QuickCharge,, +,7ec,30,31,1,0,0,,2233B7,6233B7,ff,($33B7) Technical WakeUp type,0:not used;1:Periodic technical WakeUo;2:Event technical WakeUp;3:Not used,, +,7ec,30,31,1,0,0,,2233B8,6233B8,ff,($33B8) Confirmation of the state of the battery from ManageHVBattery,0:NoState_Confirmed;1:SlowCharge_Confirmed;2:QuickCharge_Confirmed;3:Driving_Confirmed,, +,7ec,30,31,1,0,0,,2233B9,6233B9,ff,($33B9) Start_up Authorisation _ Anti_kick off management,0:CrankingNotAllowed Start up not allowed by anti-kick off;1:CrankingAllowed Start_up allowed by anti-kick off;2:Not used;3:Unavailable value,, +,7ec,30,31,1,0,0,,2233BA,6233BA,ff,($33BA) Indicates if the external power supply is present and the type of power supply(slow charge/quick charge),0:NoExtEnergyAvail;1:SlowExtEnergyAvail;2:QuickExtEnergyAvail,, +,7ec,31,31,1,0,0,,2233BB,6233BB,ff,($33BB) Signal coming from Manage HVBattery indicating if the battery need to be charged or to be cooled,0:NoHVBChargeNeeded;1:HVBChargeRequest,, +,7ec,30,31,1,0,0,,2233BC,6233BC,ff,($33BC) HV connection request from LBC,0:Not used;1:Closing of Power Contacts Allowed;2:Closing of Power Contacts Not Allowed;3:Unavailable Value,, +,7ec,30,31,1,0,0,,2233BD,6233BD,ff,($33BD) Plug status validity flag,0:Nok;1:Ok;2:failed 2,, +,7ec,30,31,1,0,0,,2233BE,6233BE,ff,($33BE) LBC sleep mode request,0:Normal Sleep;1:14 Supervision;2:Quick Drop;3:Unavailable value,, +,7ec,29,31,1,0,0,,2233BF,6233BF,ff,($33BF) HV connection request,0:Disfunctional disconnexion request;1:Nominal disconnexion request;2:Dysfunctional connexion request;3:Nominal connexion request;4:Not Used;5:Emergency disconnexion request,, +,7ec,24,55,1,0,0,,2233C0,6233C0,4ff,($33C0) DIDs supported in range [$33C1 - $33E0],,, +,7ec,30,31,1,0,0,,2233C1,6233C1,ff,($33C1) K_StartingMode_BCM_req input validity state,0:BCM absent or confirmed unavailable value for K_StartingMode_BCM_req;1:K_StartingMode_BCM_req available and valid;2:Invalid value for K_StartingMode_BCM_req,, +,7ec,29,31,1,0,0,,2233C2,6233C2,ff,($33C2) IVLD of the signal Pct_UserSOC_bhv_est,0:invalid value NOK 0;1:valid value OK 1;2:invalid value FAIL 2;3:invalid value FAIL 3;4:invalid value FAIL 4,, +,7ec,29,31,1,0,0,,2233C3,6233C3,ff,($33C3) PEB status from CAN ETS,0:Starting up or power off;2:stand-by;4:power on;7:invalid,, +,7ec,30,31,1,0,0,,2233C4,6233C4,ff,($33C4) Preheating requested by the vehicle,0:no preheating requested;1:preheating requested,, +,7ec,30,31,1,0,0,,2233C5,6233C5,ff,($33C5) ETS System Sleeping authorisation synthesis,0:Not used;1:Refuse to sleep;2:Ready to sleep;3:not used,, +,7ec,30,31,1,0,0,,2233C6,6233C6,ff,($33C6) Electrical Motor state requested bu user and build by the BCM, signal coming from CAN, not checked,0:Motor stop requested;1:Unavailable;2:+APC requested;3:Starting requested +,7ec,29,31,1,0,0,,2233C7,6233C7,ff,($33C7) Driver requests synthesis,0:Sleep request;1:Wake up request;2:Transient state before sleep;3:Life on Board request (HV network request);4:Driving request,, +,7ec,30,31,1,0,0,,2233C8,6233C8,ff,($33C8) ETS Organs on CAN_E Wake up or Sleep request,0:GotoSleep;1:Not used;2:not used;3:WakeUp,, +,7ec,31,31,1,0,0,,2233C9,6233C9,ff,($33C9) High level failure in the BCB,0:No failure;1:High level failure in the BCB,, +,7ec,31,31,1,0,0,,2233CA,6233CA,ff,($33CA) Low level failure in the BCB.,0:No failure;1:Low level failure in the BCB,, +,7ec,31,31,1,0,0,,2233CB,6233CB,ff,($33CB) This flag from Charge Management indicates that a charge is finished.,0:Charge not finished;1:Charge finished,, +,7ec,31,31,1,0,0,,2233CC,6233CC,ff,($33CC) Request for the Gasoline heater relay,0:no request ;1:request,, +,7ec,31,31,1,0,0,,2233CD,6233CD,ff,($33CD) Request of Hvac power Relay,0:no request ;1:request,, +,7ec,31,31,1,0,0,,2233CE,6233CE,ff,($33CE) Software failure detected in the quick charge stateflow,0:No failure;1:Failure detected,, +,7ec,31,31,1,0,0,,2233CF,6233CF,ff,($33CF) Specific failure during the quick charge,0:No failure;1:Failure detected,, +,7ec,31,31,1,0,0,,2233D0,6233D0,ff,($33D0) This signal indicates that a quick drop is finished,0:No quick-drop has occured;1:A quick-drop has occured,, +,7ec,31,31,1,0,0,,2233D1,6233D1,ff,($33D1) Specific failure during slow charge or zero ampere mode,0:No failure;1:Failure detected,, +,7ec,31,31,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.9,0:spot not present;1:spot present,, +,7ec,39,39,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.8,0:spot not present;1:spot present,, +,7ec,47,47,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.7,0:spot not present;1:spot present,, +,7ec,55,55,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.6,0:spot not present;1:spot present,, +,7ec,63,63,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.5,0:spot not present;1:spot present,, +,7ec,71,71,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.4,0:spot not present;1:spot present,, +,7ec,79,79,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.3,0:spot not present;1:spot present,, +,7ec,87,87,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.2,0:spot not present;1:spot present,, +,7ec,95,95,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.1,0:spot not present;1:spot present,, +,7ec,103,103,1,0,0,,2233D3,6233D3,ff,($33D3) BPLC spot presence status to be read by diag tool.0,0:spot not present;1:spot present,, +,7ec,24,47,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.9,,, +,7ec,48,71,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.8,,, +,7ec,72,95,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.7,,, +,7ec,96,119,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.6,,, +,7ec,120,143,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.5,,, +,7ec,144,167,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.4,,, +,7ec,168,191,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.3,,, +,7ec,192,215,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.2,,, +,7ec,216,239,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.1,,, +,7ec,240,263,1,0,0,km,2233D4,6233D4,ff,($33D4) Total travelled distance to be read by diag tool.0,,, +,7ec,24,31,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.9,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,32,39,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.8,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,40,47,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.7,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,48,55,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.6,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,56,63,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.5,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,64,71,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.4,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,72,79,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.3,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,80,87,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.2,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,88,95,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.1,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,96,103,1,0,0,,2233D5,6233D5,ff,($33D5) Reason of end of charge to be read by diag tool.0,0:Nominal end of charge (battery full);1:Unplugged (Vehicle side);2:PowerCut (Spot side);3:Failure (except charger fault);4:Scheduled Charge;5:ChargerFaultType1;6:ChargerFaultType2;7:ChargerFaultType3;8:ChargerFaultType4;9:ChargerFaultType5;10:ChargerFaultType6,, +,7ec,24,31,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.9,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,32,39,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.8,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,40,47,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.7,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,48,55,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.6,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,56,63,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.5,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,64,71,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.4,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,72,79,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.3,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,80,87,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.2,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,88,95,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.1,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,96,103,1,0,0,,2233D6,6233D6,ff,($33D6) Type of charge to be read by diag tool.0,0:Slow Charge;1:Quick Charge;2:Quick Drop;3:Unknown;4:Charge scheduled,, +,7ec,24,39,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.9,,, +,7ec,40,55,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.8,,, +,7ec,56,71,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.7,,, +,7ec,72,87,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.6,,, +,7ec,88,103,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.5,,, +,7ec,104,119,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.4,,, +,7ec,120,135,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.3,,, +,7ec,136,151,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.2,,, +,7ec,152,167,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.1,,, +,7ec,168,183,.2,0,1,%,2233D7,6233D7,ff,($33D7) State of charge (UserSOC) to be read by diag tool.0,,, +,7ec,24,31,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.9,,, +,7ec,32,39,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.8,,, +,7ec,40,47,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.7,,, +,7ec,48,55,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.6,,, +,7ec,56,63,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.5,,, +,7ec,64,71,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.4,,, +,7ec,72,79,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.3,,, +,7ec,80,87,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.2,,, +,7ec,88,95,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.1,,, +,7ec,96,103,1,40,0,°C,2233D8,6233D8,ff,($33D8) Battery temperature to be read by diag tool.0,,, +,7ec,24,39,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.9,,, +,7ec,40,55,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.8,,, +,7ec,56,71,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.7,,, +,7ec,72,87,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.6,,, +,7ec,88,103,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.5,,, +,7ec,104,119,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.4,,, +,7ec,120,135,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.3,,, +,7ec,136,151,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.2,,, +,7ec,152,167,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.1,,, +,7ec,168,183,1,0,0,min,2233D9,6233D9,ff,($33D9) Total duration of the charge sequence to be read by diag tool.0,,, +,7ec,24,31,1,0,0,kWh,2233DB,6233DB,ff,($33DB) Memorized value of domestic energy consumption,,, +,7ec,24,47,.001,0,3,kWh,2233DC,6233DC,ff,($33DC) This variable allows to memorize the energy consumed,,, +,7ec,24,47,.001,0,3,kWh,2233DD,6233DD,ff,($33DD) This variable allows to memorize the reseted energy consumed,,, +,7ec,24,55,.0001,0,3,km,2233DE,6233DE,1ff,($33DE) This variable allows to memorize the reseted distance,,, +,7ec,24,55,1,0,0,,2233,6233,4ff,($33E0) DIDs supported in range [$33E0 - $3400],,, +,7ec,29,31,1,0,0,,223300,623300,ff,($33E2) Flow that requests the BCB to make available certain functionalities,0:init;1:slow charge or ZA or Diag;2:Quick charge or Diag;3:Nissan quick charge or Diag;4:Diag;5:Power off;6:Not used;7:unavailable,, +,7ec,28,31,1,0,0,,2233000,6233000,ff,($33E3) Status of Manage HV Battery Master Stateflow,0:NoRequest;1:BHV_SlowCharge requested;2:BHV_QuickCharge requested;3:BHV_Normal requested;4:BHV_QuickDrop requested;5:BHV_SlowCharge confirmed;6:BHV_Normal confirmed;7:BHV_QuickCharge confirmed;8:BHV_QuickDrop_Confirmed,, +,7ec,30,31,1,0,0,,22330000,62330000,ff,($33E4) Cooling Management status answering to cooling request from Manage ETS,0:Cooling ON;1:Cooling ON Downgraded;2:Cooling OFF;3:Cooling OFF Failure,, +,7ec,28,31,1,0,0,,223300000,623300000,ff,($33E5) Charge WEP Feedback Diag,0:No defined value;1:PWM between 0% and 2%;2:Warning pump;3:Pump to zero RPM;4:Pump can not read Input;5:Normal operation (750 - 4700 rpm);6:Over or Undervoltage;7:Fault Pump;8:PWM between 92 and 94;9:PWM between 96 and 100,, +,7ec,28,31,1,0,0,,2233000000,6233000000,ff,($33E6) Driving WEP Feedback Diag,0:No defined value;1:PWM between 0% and 2%;2:Warning pump;3:Pump to zero RPM;4:Pump can not read Input;5:Normal operation (750 - 4700 rpm);6:Over or Undervoltage;7:Fault Pump;8:PWM between 92 and 94;9:PWM between 96 and 100,, +,7ec,24,39,1,0,0,,22330000000,62330000000,ff,($33E7) Code Failure of All the sensors of temperature,,, +,7ec,30,31,1,0,0,,223300000000,623300000000,ff,($33E8) JB_AC Interlock status,0:Unavailable Value;1:Interlock Open;2:Interlock Close;3:Not used,, +,7ec,30,31,1,0,0,,2233000000000,6233000000000,ff,($33E9) JB_PTC Interlock status,0:Unavailable Value;1:Interlock Open;2:Interlock Close;3:Not used,, +,7ec,29,31,1,0,0,,2233EA,6233EA,ff,($33EA) CAN signal for the status of the plugs connection,0:No plug connected;2:Plug connected- no button pressed;4:1 Plug connected- button pressed;6:2 Plugs connected;7:Unavaliable Value,, +,7ec,30,31,1,0,0,,2233EB,6233EB,ff,($33EB) Power supply relay of fan requested by EVC,0:open relay;3:closed relay,, +,7ec,29,31,1,0,0,,2233EC,6233EC,ff,($33EC) Different states of CM master stateflow,0:BCB_Awake;1:BCB_Normal;2:BCB_Standby;3:BCB_Slow_Charge;4:BCB_Quick_Charge;5:BCB_Nissan_Quick_Charge;6:BCB_Zero_Ampere,, +,7ec,29,31,1,0,0,,2233ED,6233ED,ff,($33ED) Different states of quick charge management stateflow,0:NoState;1:BCB_QuickCharge_ICId;2:BCB_QuickCharge_ICSftL;3:BCB_QuickCharge_ICRelClos;4:BCB_QuickCharge_ICStrt;5:BCB_QuickCharge_InProgress;6:BCB_QuickCharge_NominalExit;7:BCB_QuickCharge_DysfExit,, +,7ec,24,39,100,0,0,Ohm,2233EE,6233EE,ff,($33EE) Resistance insulation value,,, +,7ec,29,31,1,0,0,,2233EF,6233EF,ff,($33EF) Different states of slow charge management stateflow,0:0-NoState;1:1-BCB_SlowCharge_InitCheck;2:2-BCB_SlowCharge_InProgress;3:3-BCB_SlowCharge_NominalExit;4:4-BCB_SlowCharge_DysfunctExit;5:5-BCB_SlowCharge_TCExit,, +,7ec,30,31,1,0,0,,2233F0,6233F0,ff,($33F0) Different states of the stand_by management stateflow,0:NoState;1:BCB_Standby_StandByRequest;2:BCB_Standby_StandByConfirmed;3:BCB_Standby_PossibleRestart,, +,7ec,24,39,.02,0,2,%,2233F1,6233F1,ff,($33F1) Electrical Machine normalised temperature,,, +,7ec,24,31,1,40,0,°C,2233F2,6233F2,ff,($33F2) High Voltage Battery maximal Temperature,,, +,7ec,24,39,.1,10240,1,N·m,2233F3,6233F3,ff,($33F3) Maximal torque without unballasting,,, +,7ec,24,39,.1,10240,1,N·m,2233F4,6233F4,ff,($33F4) Minimal torque,,, +,7ec,24,31,1,40,0,°C,2233F5,6233F5,ff,($33F5) Cooling Temperature dcdc mesured,,, +,7ec,24,31,1,40,0,°C,2233F6,6233F6,ff,($33F6) Temperature of the inverter given by PEB (CAN ETS),,, +,7ec,24,55,1,0,0,,2233F7,6233F7,1ff,($33F7) Counter of Efan speed on Low and very low speed,,, +,7ec,29,31,1,0,0,,2233F8,6233F8,ff,($33F8) Different states of the Zero Ampere mode management stateflow.,0:0- NoState;1:1- BCB_ZeroAmpere_InitCheck;2:2- BCB_ZeroAmpere_InProgress;3:3- BCB_ZeroAmpere_NominalExit;4:4- BCB_ZeroAmpere_DysfExit;5:5- BCB_ZeroAmpere_TCExit,, +,7ec,30,31,1,0,0,,2233F9,6233F9,ff,($33F9) Primary ignition supply state, signal coming from CAN, not checked,0:Not used;1:+ACC off;2:+ACC on;3:not used +,7ec,31,31,1,0,0,,2233FA,6233FA,ff,($33FA) Pedal pressed flag internal processing,0:pedal not pressed;1:pedal pressed,, +,7ec,31,31,1,0,0,,2233FB,6233FB,ff,($33FB) Preheating requested by the vehicle. Processed,0:no request;1:request,, +,7ec,30,31,1,0,0,,2233FC,6233FC,ff,($33FC) Electrical Motor state requested by user and build by the BCM,0:Motor stop resquested;1:Unavailable;2:+APC requested;3:Starting requested,, +,7ec,31,31,1,0,0,,2233FD,6233FD,ff,($33FD) Peltier Control Order,0:no control;1:control ativated,, +,7ec,31,31,1,0,0,,2233FE,6233FE,ff,($33FE) Peltier Fan control order,0:no control;1:control ativated,, +,7ec,31,31,1,0,0,,2233FF,6233FF,ff,($33FF) Major failure detected on the ETS,0:no failure;1:failure,, +,7ec,24,55,1,0,0,,223400,623400,4ff,($3400) DIDs supported in range [$3400 - $3420],,, +,7ec,31,31,1,0,0,,223401,623401,ff,($3401) Manage Failure Authorization of the AC,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223402,623402,ff,($3402) Manage Failure Authorization of the 14V Network management,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223403,623403,ff,($3403) Manage Failure Authorization of the heater,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223404,623404,ff,($3404) Manage Failure Authorization of the Peltier,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223405,623405,ff,($3405) Manage Failure Authorization of the PowerTrain,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223407,623407,ff,($3407) Manage Failure Authorization of the RSA Quick Charge,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223408,623408,ff,($3408) Manage Failure Authorization of the Slow Charge,0:Not Autorized;1:Autorized,, +,7ec,30,31,1,0,0,,223409,623409,ff,($3409) Signal of requesting the MMI EBAAlertLevel1 (brake failure with SERV),0:Not used;1:alert off;2:alert on;3:not used,, +,7ec,30,31,1,0,0,,22340A,62340A,ff,($340A) Signal of requesting the MMI EBAAlertLevel1 (brake failure with STOP),0:Not used;1:alert off;2:alert on;3:not used,, +,7ec,30,31,1,0,0,,22340B,62340B,ff,($340B) Signal of requesting the MMI QuickDropIterationExceededDisplay,0:Not used;1:alert off;2:alert on;3:not used,, +,7ec,30,31,1,0,0,,22340C,62340C,ff,($340C) Signal of requesting the MMI QuickDropLockFailureDisplay,0:Not used;1:alert off;2:alert on;3:not used,, +,7ec,30,31,1,0,0,,22340D,62340D,ff,($340D) Signal of requesting the MMI QuickDropUnlockedDisplay,0:Not used;1:alert off;2:alert on;3:not used,, +,7ec,30,31,1,0,0,,22340E,62340E,ff,($340E) Signal of requesting the MMI ETAlertDCDC,0:Not used;1:alert off;2:alert on;3:not used,, +,7ec,30,31,1,0,0,,22340F,62340F,ff,($340F) Signal of requesting the MMI ETAlertRepairETS,0:Unavailable value;1:alert off;2:alert on;3:not used,, +,7ec,29,31,1,0,0,,223410,623410,ff,($3410) HV Network Diagnosis synthesis,0:No connection Allowed but connection can stand still;1:Connection Allowed;3:Not used;4:No Connection Allowed and Disconnection Needed;5:Emergency disconnection Needed,, +,7ec,24,47,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.9,,, +,7ec,48,71,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.8,,, +,7ec,72,95,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.7,,, +,7ec,96,119,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.6,,, +,7ec,120,143,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.5,,, +,7ec,144,167,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.4,,, +,7ec,168,191,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.3,,, +,7ec,192,215,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.2,,, +,7ec,216,239,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.1,,, +,7ec,240,263,1,0,0,km,223411,623411,ff,($3411) Distance memorized for energy consumption journal.0,,, +,7ec,24,39,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.9,,, +,7ec,40,55,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.8,,, +,7ec,56,71,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.7,,, +,7ec,72,87,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.6,,, +,7ec,88,103,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.5,,, +,7ec,104,119,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.4,,, +,7ec,120,135,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.3,,, +,7ec,136,151,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.2,,, +,7ec,152,167,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.1,,, +,7ec,168,183,.01,0,2,kWh,223412,623412,ff,Memorized accumulated HV battery output energy for energy consumption journal.0,,, +,7ec,24,39,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.9,,, +,7ec,40,55,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.8,,, +,7ec,56,71,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.7,,, +,7ec,72,87,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.6,,, +,7ec,88,103,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.5,,, +,7ec,104,119,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.4,,, +,7ec,120,135,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.3,,, +,7ec,136,151,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.2,,, +,7ec,152,167,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.1,,, +,7ec,168,183,.01,0,2,kWh,223413,623413,ff,Memorized accumulated electrical inverter energy for energy consumption journal.0,,, +,7ec,24,39,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.9,,, +,7ec,40,55,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.8,,, +,7ec,56,71,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.7,,, +,7ec,72,87,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.6,,, +,7ec,88,103,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.5,,, +,7ec,104,119,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.4,,, +,7ec,120,135,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.3,,, +,7ec,136,151,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.2,,, +,7ec,152,167,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.1,,, +,7ec,168,183,.01,0,2,kWh,223414,623414,ff,Memorized accumutation of the energy used by the thermal comfort for energy consumption journal.0,,, +,7ec,24,39,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.9,,, +,7ec,40,55,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.8,,, +,7ec,56,71,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.7,,, +,7ec,72,87,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.6,,, +,7ec,88,103,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.5,,, +,7ec,104,119,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.4,,, +,7ec,120,135,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.3,,, +,7ec,136,151,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.2,,, +,7ec,152,167,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.1,,, +,7ec,168,183,.02,0,2,%,223415,623415,ff,($3415) Memorized User SOC for energy consumption journal.0,,, +,7ec,24,39,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.9,,, +,7ec,40,55,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.8,,, +,7ec,56,71,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.7,,, +,7ec,72,87,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.6,,, +,7ec,88,103,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.5,,, +,7ec,104,119,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.4,,, +,7ec,120,135,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.3,,, +,7ec,136,151,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.2,,, +,7ec,152,167,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.1,,, +,7ec,168,183,.01,0,2,kWh,223416,623416,ff,($3416) Memorization of accumulated electrical DCDC energy for energy consumption journal.0,,, +,7ec,31,31,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.8,0:Interlock OK;1:Interlock failed,, +,7ec,32,32,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.7,0:Interlock OK;1:Interlock failed,, +,7ec,33,33,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.6,0:Interlock OK;1:Interlock failed,, +,7ec,34,34,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.5,0:Interlock OK;1:Interlock failed,, +,7ec,35,35,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.4,0:Interlock OK;1:Interlock failed,, +,7ec,36,36,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.3,0:Interlock OK;1:Interlock failed,, +,7ec,37,37,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.2,0:Interlock OK;1:Interlock failed,, +,7ec,38,38,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.1,0:Interlock OK;1:Interlock failed,, +,7ec,39,39,1,0,0,,223417,623417,ff,Saving of the NAVL state of the interlocks.0,0:Interlock OK;1:Interlock failed,, +,7ec,31,31,1,0,0,,223418,623418,ff,($3418) DCDC desactivation requested by diagnostic tool in plant,0:Activated ;1:Desactevated,, +,7ec,31,31,1,0,0,,223419,623419,ff,($3419) Memorized crash level 1 (medium) detection,0:no memorized ;1:Memorized,, +,7ec,31,31,1,0,0,,22341A,62341A,ff,($341A) Memorized crash level 2 (violent) detection,0:no memorized ;1:Memorized,, +,7ec,24,39,1,0,0,Hz,22341E,62341E,ff,($341E) Rotation speed of External Fan for battery cooling (Peltier),,, +,7ec,24,55,1,0,0,,223420,623420,4ff,($3420) DIDs supported in range [$3420 - $3440],,, +,7ec,24,31,1,40,0,°C,223421,623421,ff,($3421) For reading Battery temperature starting point of the Peltier System (Diagnostic Input),,, +,7ec,24,31,1,40,0,°C,223422,623422,ff,($3422) External temperature (Peltier side),,, +,7ec,31,31,1,0,0,,223423,623423,ff,($3423) P_R_N_D_P_N,0:12 V;1:0V,, +,7ec,31,31,1,0,0,,223424,623424,ff,($3424) P_R_N_D_L2,0:12 V;1:0V,, +,7ec,31,31,1,0,0,,223425,623425,ff,($3425) P_R_N_D_L3,0:12 V;1:0V,, +,7ec,31,31,1,0,0,,223426,623426,ff,($3426) P_R_N_D_L4,0:12 V;1:0V,, +,7ec,31,31,1,0,0,,223427,623427,ff,($3427) debounced signal from eco mode button,0:switch not pushed;1:switch pushed,, +,7ec,24,39,.0005,0,3,V,223428,623428,ff,($3428) Battery 14V Voltage after everychecking (internal SCH),,, +,7ec,31,31,1,0,0,,223429,623429,ff,($3429) DCDC ready or not (internal EVC),0:DCDC Off;1:DCDC On,, +,7ec,30,31,1,0,0,,22342E,62342E,ff,($342E) DCDC ready to sleep (internal EVC),0:Not Used;1:Refuse to Sleep;2:Ready To Sleep;3:Not used,, +,7ec,24,55,1,-2147483648,0,min,223431,623431,1ff,($3431) Time since the vehicle has been parked (calculated in SCH),,, +,7ec,24,39,.0005,0,3,V,223432,623432,ff,($3432) Battery voltage no load estimation memorization (internal SCH),,, +,7ec,24,31,.05,-240,2,V,223433,623433,ff,($3433) Battery voltage request (internal SCH),,, +,7ec,30,31,1,0,0,,223435,623435,ff,($3435) AC compressor authorization command,0:Disable;1:Enable;2:Not used;3:Signal invalid,, +,7ec,24,39,1,0,0,rpm,223436,623436,ff,($3436) AC compressor RPM real value,,, +,7ec,24,31,2,0,0,V,223437,623437,ff,($3437) AC compressor High Voltage value,,, +,7ec,24,31,1,40,0,°C,223438,623438,ff,($3438) AC compressor Power Module Temperature,,, +,7ec,30,31,1,0,0,,223439,623439,ff,($3439) AC compressor Error Status,0:No problem;1:Degraded mode;2:Compressor shut-off safety reasons;3:Compressor has to te changed,, +,7ec,24,31,.1,0,1,,22343A,62343A,ff,($343A) AC compressor Motor Phase Current,,, +,7ec,30,31,1,0,0,,22343B,62343B,ff,($343B) AC compressor State,0:Signal Invalid;1:Compressor Off;2:Compressor is starting;3:Compressor On,, +,7ec,24,31,1,0,0,,22343C,62343C,ff,($343C) Dysfunctional disconnections counter,,, +,7ec,24,55,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.9,,, +,7ec,56,87,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.8,,, +,7ec,88,119,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.7,,, +,7ec,120,151,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.6,,, +,7ec,152,183,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.5,,, +,7ec,184,215,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.4,,, +,7ec,216,247,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.3,,, +,7ec,248,279,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.2,,, +,7ec,280,311,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.1,,, +,7ec,312,343,1,-2147483648,0,,22343D,62343D,1ff,($343D) Identification number of the batteries for the 10 last quick drop.0,,, +,7ec,24,55,1,-2147483648,0,,22343F,62343F,1ff,($343F) Identification number of the battery received by CAN,,, +,7ec,24,55,1,0,0,,223440,623440,4ff,($3440) DIDs supported in range [$3440 - $3460],,, +,7ec,31,31,1,0,0,,223441,623441,ff,($3441) CAN signal for the status of the K-Line communication,0:No presence;1:presence,, +,7ec,30,31,1,0,0,,223442,623442,ff,($3442) ETS Sleeping authorisation according to HV Battery Management Strategies,0:Not used;1:Refuse to sleep;2:Ready to sleep;3:unused,, +,7ec,24,31,.3,0,1,kW,223444,623444,ff,($3444) CAN signal for the maximal charging power authorized by the HV battery,,, +,7ec,24,39,100,0,0,W,223445,623445,ff,($3445) CAN signal for the estimation of the BCB input power (power consumed from the Mains network),,, +,7ec,31,31,1,0,0,,223446,623446,ff,($3446) eco mode request,0:Mode eco not requested;1:Mode eco requested,, +,7ec,24,39,.03125,32768,2,N·m,223448,623448,ff,($3448) Electrical motor (EM) maximum effective torque available, after eco mode limitation,, +,7ec,24,55,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.9,,, +,7ec,56,87,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.8,,, +,7ec,88,119,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.7,,, +,7ec,120,151,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.6,,, +,7ec,152,183,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.5,,, +,7ec,184,215,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.4,,, +,7ec,216,247,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.3,,, +,7ec,248,279,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.2,,, +,7ec,280,311,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.1,,, +,7ec,312,343,.01,-2147483648,2,km,223449,623449,1ff,($3449) Total vehicle distance associated with each last ten Quick Drop.0,,, +,7ec,24,31,1,0,0,,22344A,62344A,ff,($344A)Counter of fct diag which aim at detecting a too often low performance of battery cooling system in study,,, +,7ec,31,31,1,0,0,,22344B,62344B,ff,($344B) Allow to control the BattVE Relay which gives energy to several ECU linked to thermal comfort,0:Opened;1:Closed,, +,7ec,31,31,1,0,0,,22344C,62344C,ff,($344C) Plug Unlock/ Trap Open Push Button request,0:No request;1:Request activated,, +,7ec,31,31,1,0,0,,22344D,62344D,ff,($344D) Energy Trap sensor status,0:Closed;1:Open,, +,7ec,31,31,1,0,0,,22344E,62344E,ff,($344E) Energy Trap Actuator Command,0:No open trap command;1:Open trap command,, +,7ec,31,31,1,0,0,,22344F,62344F,ff,($344F) Plug Unlock/ Trap Open Push Button Status,0:Not pressed;1:Pressed,, +,7ec,31,31,1,0,0,,223450,623450,ff,($3450) Configuration of the Quick Drop (Enable or disable),0:No quickdrop;1:Quickdrop,, +,7ec,24,39,1,0,0,km,223451,623451,ff,($3451) Estimated kilometric cruising range sent to MMI,,, +,7ec,31,31,1,0,0,,223452,623452,ff,($3452) Eco mode request to be sent on the CAN for CLIM and MMC,0:Mode ECO not requested;1:Mode ECO requested,, +,7ec,31,31,1,0,0,,223453,623453,ff,($3453) EEPROM memorized value of the eco mode switch request,0:Mode ECO not requested;1:Mode ECO requested,, +,7ec,24,47,.001,0,3,kWh,223454,623454,ff,($3454)Contributions of anticipation lack and excessive speed to electrical overconsumption since cluster reset.1,,, +,7ec,48,71,.001,0,3,kWh,223454,623454,ff,($3454)Contributions of anticipation lack and excessive speed to electrical overconsumption since cluster reset.0,,, +,7ec,24,39,.001953125,-1,3,kW,223455,623455,ff,($3455) Mean eco electrical consumption (if driver has economical driving behavior),,, +,7ec,24,39,1,0,0,km,223456,623456,ff,($3456) Temporary estimated kilometric cruising range sent to MMI (economical driving),,, +,7ec,24,39,.001953125,-1,3,kW,223457,623457,ff,($3457) Mean pessimistic electrical consumption (worst possible consumption),,, +,7ec,24,39,1,0,0,km,223458,623458,ff,($3458) Temporary estimated minimum kilometric cruising range sent to MMI,,, +,7ec,24,39,.001953125,-1,3,kW,223459,623459,ff,($3459) Mean consumption per unit of distance, used for calculation of kilometric range,, +,7ec,24,31,1,0,0,,22345A,62345A,ff,($345A) Indicator relative to anticipation for economical scoring,,, +,7ec,24,31,1,0,0,,22345B,62345B,ff,($345B) Indicator of economical monitoring,,, +,7ec,24,31,1,0,0,,22345C,62345C,ff,($345C) Indicator relative to vehicle speed for economical scoring,,, +,7ec,24,31,1,0,0,,22345D,62345D,ff,($345D) Information about the performance of Battery conditionning system memorized in E2PROM,,, +,7ec,24,31,1,0,0,%,22345E,62345E,ff,($345E) FAN global request from ETS in PWM including AC, Cooling needs and Relay protection check,, +,7ec,29,29,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.10,0:Peltier OK;1:Peltier NOK,, +,7ec,30,30,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.9,0:PWT OK;1:PWT NOK,, +,7ec,31,31,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.8,0:MHVN OK;1:MHVN NOK,, +,7ec,32,32,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.7,0:METS OK;1:METS NOK,, +,7ec,33,33,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.6,0:MHVB OK;1:MHVB NOK,, +,7ec,34,34,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.5,0:MC OK;1:MC NOK,, +,7ec,35,35,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.4,0:TC OK;1:TC NOK,, +,7ec,36,36,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.3,0:MCS OK;1:MCS NOK,, +,7ec,37,37,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.2,0:BHV OK;1:BHV NOK,, +,7ec,38,38,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.1,0:BCB OK;1:BCB NOK,, +,7ec,39,39,1,0,0,,22345F,62345F,ff,($345F) This internal M14N variable is a frame composed of every RTS from all ETS system.0,0:EM OK;1:EM NOK,, +,7ec,24,55,1,0,0,,223460,623460,4ff,($3460) DIDs supported in range [$3460 - $3480],,, +,7ec,31,31,1,0,0,,223461,623461,ff,($3461) Frame consistency ok,0:UBP frame Nok;1:UBP frame Ok,, +,7ec,31,31,1,0,0,,223462,623462,ff,($3462) Vehicle configured with UBP (1) or VPM (0),0:configured with VPM;1:configured with UBP,, +,7ec,31,31,1,0,0,,223463,623463,ff,($3463) electrical braking torque setpoint,0:unvalid braking torque setpoint;1:valid braking torque setpoint,, +,7ec,24,31,.01,0,2,,223464,623464,ff,($3464) UBP brake pedal ratio from CAN,,, +,7ec,24,39,1,32768,0,N·m,223465,623465,ff,($3465) UBP wheel torque request from CAN,,, +,7ec,31,31,1,0,0,,223466,623466,ff,($3466) memorisation flag in NVMY of HV battery over-heating,0:no HV battery over-heating memorisation in NVMY;1:HV battery over-heating memorisation in NVMY,, +,7ec,31,31,1,0,0,,223469,623469,ff,($3469) Flag to prevent the activation of downgraded mode when MSR function is disabled,0:No MSR Limp Home mode deactivation requested;1:MSR Limp Home mode deactivation requested,, +,7ec,24,31,1,40,0,°C,22346A,62346A,ff,($346A) High Voltage Battery maximal Temperature from reductant LBC,,, +,7ec,24,31,1,0,0,,22346B,62346B,ff,($346B) No pump allowed neither DCDC if this boolean is set to 0,0:no pump neither DCDC;1:pump and DCDC activation authorized,, +,7ec,29,31,1,0,0,,22346E,62346E,ff,($346E) CAN signal for the PEB class of failure status (on charge),0:Classe A;1:Classe B;2:Classe C;3:Classe D;7:Unavailable value,, +,7ec,29,31,1,0,0,,22346F,62346F,ff,($346F) Synthesis of JB charger fault type,0:No fault type;1:Fault type 1;2:Fault type 2;3:Unavailable value,, +,7ec,24,39,.1,0,1,kW,223470,623470,ff,($3470) Available JB2 power for a battery charge,,, +,7ec,24,31,5,0,0,%,223471,623471,ff,($3471) Request for engine fan speed from ClimBox,,, +,7ec,24,39,.0001,0,3,,223472,623472,ff,($3472) Lever 1st track duty cycle,,, +,7ec,24,39,.0001,0,3,,223473,623473,ff,($3473) Lever 2nd track duty cycle,,, +,7ec,29,31,1,0,0,,223474,623474,ff,($3474) PWM gearbox lever track 1 position,0:transient;1:park;2:reverse;3:neutral;4:drive,, +,7ec,29,31,1,0,0,,223475,623475,ff,($3475) PWM gearbox lever track 2 position,0:transient;1:park;2:reverse;3:neutral;4:drive,, +,7ec,24,47,25,0,0,J,223476,623476,ff,($3476) Counter during one trip for contributions of anticipation lack and excessive vehicle speed to overconsumption.1,,, +,7ec,48,71,25,0,0,J,223476,623476,ff,($3476) Counter during one trip for contributions of anticipation lack and excessive vehicle speed to overconsumption.0,,, +,7ec,24,47,7.62939453125E-08,0,3,kWh/km,223477,623477,ff,($3477) Raw mean electrical consumption while economical driving,,, +,7ec,24,47,7.62939453125E-08,0,3,kWh/km,223478,623478,ff,($3478) Raw mean consumption per unit of distance,,, +,7ec,24,47,5.96046447753906E-08,0,3,kWh/km,223479,623479,ff,($3479) Average over-consumption used for economical monitoring,,, +,7ec,31,31,1,0,0,,22347A,62347A,ff,($347A) Request to turn the reverse lights on (1) during reverse mode,0:Reverse light off;1:Reverse light on,, +,7ec,31,31,1,0,0,,22347B,62347B,ff,($347B) Pulse box command,0:SOF test not requested;1:SOF test requested,, +,7ec,31,31,1,0,0,,22347C,62347C,ff,($347C) Pulse box diagnosis status,0:Pulse box not activated;1:Pulse box activated,, +,7ec,24,24,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.7,1:bcs diag5 - BCS internal failure,, +,7ec,25,25,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.6,1:bcs diag3 - voltage measurement error,, +,7ec,26,26,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.5,1:bcs diag2 - current measurement error,, +,7ec,28,28,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.3,1:Trigger inconsistency - Min found at end of interval,, +,7ec,29,29,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.2,1:Trigger inconsistency - Min found at beginning of interval,, +,7ec,30,30,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.1,1:Value not consistent,, +,7ec,31,31,1,0,0,,22347D,62347D,ff,($347D) Internal errors detected by Battery Current Sensor.0,1:Umin not available,, +,7ec,24,39,1,0,0,d,22347E,62347E,ff,($347E) Memorization of next 4 years alert value in time,,, +,7ec,31,31,1,0,0,,22347F,62347F,ff,($347F) Reinitialisation of memorization of next 4 years alert value in time,0:Do nothing;1:Reinitialize,, +,7ec,24,55,1,0,0,,223480,623480,4ff,($3480) DIDs supported in range [$3480 - $34A0],,, +,7ec,24,31,1,0,0,,223481,623481,ff,($3481) Internal counter for SOF test KO,,, +,7ec,24,31,1,0,0,,223482,623482,ff,($3482) Internal counter for SOF test failed,,, +,7ec,24,55,1,-2147483648,0,min,223483,623483,1ff,($3483) Time of the last SOF Test that occured,,, +,7ec,24,39,1,32768,0,A,223484,623484,ff,($3484) Current measurement given by BCS Battery Current Sensor,,, +,7ec,24,39,.001,0,3,V,223485,623485,ff,($3485) Voltage measurement given by BCS Battery Current Sensor,,, +,7ec,29,31,1,0,0,,223486,623486,ff,($3486) Alert for changing battery,0:No display;1:Safety Reserved_1;2:Safety Reserved_2;3:Information- Battery should be changed soon;4:Safety Reserved_4;5:Alert Battery should be changed Now;6:Safety Reserved_6;7:Safety Reserved_7,, +,7ec,24,55,1,0,0,,223487,623487,1ff,($3487) Counter of PWM Efan speed on Low speeds,,, +,7ec,24,55,1,0,0,,223488,623488,1ff,($3488) Counter of PWM Efan speed on Medium speeds,,, +,7ec,24,55,1,0,0,,223489,623489,1ff,($3489) Counter of PWM Efan speed on High speeds,,, +,7ec,24,39,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.20,,, +,7ec,40,55,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.19,,, +,7ec,56,71,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.18,,, +,7ec,72,87,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.17,,, +,7ec,88,103,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.16,,, +,7ec,104,119,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.15,,, +,7ec,120,135,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.14,,, +,7ec,136,151,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.13,,, +,7ec,152,167,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.12,,, +,7ec,168,183,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.11,,, +,7ec,184,199,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.10,,, +,7ec,200,215,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.9,,, +,7ec,216,231,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.8,,, +,7ec,232,247,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.7,,, +,7ec,248,263,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.6,,, +,7ec,264,279,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.5,,, +,7ec,280,295,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.4,,, +,7ec,296,311,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.3,,, +,7ec,312,327,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.2,,, +,7ec,328,343,1,32768,0,A,22348A,62348A,ff,($348A) Current memorized for SOF test.1,,, +,7ec,24,47,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.20,,, +,7ec,48,71,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.19,,, +,7ec,72,95,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.18,,, +,7ec,96,119,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.17,,, +,7ec,120,143,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.16,,, +,7ec,144,167,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.15,,, +,7ec,168,191,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.14,,, +,7ec,192,215,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.13,,, +,7ec,216,239,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.12,,, +,7ec,240,263,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.11,,, +,7ec,264,287,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.10,,, +,7ec,288,311,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.9,,, +,7ec,312,335,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.8,,, +,7ec,336,359,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.7,,, +,7ec,360,383,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.6,,, +,7ec,384,407,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.5,,, +,7ec,408,431,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.4,,, +,7ec,432,455,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.3,,, +,7ec,456,479,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.2,,, +,7ec,480,503,1,0,0,,22348B,62348B,ff,($348B) Result of measure memorized for SOF test.1,,, +,7ec,24,47,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.20,,, +,7ec,48,71,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.19,,, +,7ec,72,95,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.18,,, +,7ec,96,119,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.17,,, +,7ec,120,143,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.16,,, +,7ec,144,167,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.15,,, +,7ec,168,191,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.14,,, +,7ec,192,215,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.13,,, +,7ec,216,239,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.12,,, +,7ec,240,263,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.11,,, +,7ec,264,287,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.10,,, +,7ec,288,311,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.9,,, +,7ec,312,335,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.8,,, +,7ec,336,359,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.7,,, +,7ec,360,383,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.6,,, +,7ec,384,407,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.5,,, +,7ec,408,431,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.4,,, +,7ec,432,455,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.3,,, +,7ec,456,479,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.2,,, +,7ec,480,503,1,0,0,min,22348C,62348C,ff,($348C) Absolut time memorized for SOF test.1,,, +,7ec,24,39,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.20,,, +,7ec,40,55,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.19,,, +,7ec,56,71,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.18,,, +,7ec,72,87,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.17,,, +,7ec,88,103,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.16,,, +,7ec,104,119,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.15,,, +,7ec,120,135,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.14,,, +,7ec,136,151,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.13,,, +,7ec,152,167,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.12,,, +,7ec,168,183,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.11,,, +,7ec,184,199,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.10,,, +,7ec,200,215,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.9,,, +,7ec,216,231,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.8,,, +,7ec,232,247,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.7,,, +,7ec,248,263,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.6,,, +,7ec,264,279,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.5,,, +,7ec,280,295,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.4,,, +,7ec,296,311,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.3,,, +,7ec,312,327,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.2,,, +,7ec,328,343,.001,0,3,V,22348D,62348D,ff,($348D) Voltage memorized for SOF test.1,,, +,7ec,24,31,.05,-240,2,V,22348E,62348E,ff,($348E) DCDC voltage control request calculated and used when no default on 14V network is detected,,, +,7ec,31,31,1,0,0,,22348F,62348F,ff,($348F)Boolean Variable:M14N resquest for activation when SOC low,0:Not Activation;1:Activation of DCDC,, +,7ec,30,31,1,0,0,,223490,623490,ff,($3490) Critical Failure detected on the 14V network (internal SCH),0:Unavailable value;1:C_K_DefaultPresent_status;2:Not used;3:C_K_DefaultConfirmed_status,, +,7ec,31,31,1,0,0,,223491,623491,ff,($3491) Request of ETS to force 14v network energy management into traction battery (from ETS CAN),0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,223492,623492,ff,($3492) Boolean that indicates the loss of a correct measurement on 14V,0:Tension Battery Available;1:Tension Battery Unavailable,, +,7ec,31,31,1,0,0,,223493,623493,ff,($3493) Authorization from METS to activare DCDC converter,0:Not Autorized DCDC Activation;1:Autorized DCDC Activation,, +,7ec,24,39,10,0,0,W,223494,623494,ff,($3494) Instantaneous DCDC output power,,, +,7ec,24,31,.390625,0,1,%,223495,623495,ff,($3495) Current ratio from DCDC. (Idcdc / Idcdcmax),,, +,7ec,31,31,1,0,0,,223496,623496,ff,($3496) 14 V battery charge Autorisation flag from METS,0:dcdc activation forbidden;1:dcdc activation authorised,, +,7ec,31,31,1,0,0,,223497,623497,ff,($3497) Better Place Config,0:NO BetterPlace Vehicle;1:Better Place Vehicle,, +,7ec,31,31,1,0,0,,223498,623498,ff,($3498) This flag shows the battery relay PTC n°1(X10,L38G2,X61G3) request,0:no activation;1:activation +,7ec,31,31,1,0,0,,223499,623499,ff,($3499) relay thermoplunger (X07) n°1 request,0:no activation;1:activation,, +,7ec,31,31,1,0,0,,22349A,62349A,ff,($349A) This flag shows the battery relay PTC n°2 (X10,L38G2,X61G3) request,0:no activation;1:activation +,7ec,31,31,1,0,0,,22349B,62349B,ff,($349B) relay thermoplunger (X07) n°2 request,0:no activation;1:activation,, +,7ec,31,31,1,0,0,,22349C,62349C,ff,($349C) This flag shows the battery relay PTC n°3 (X10,L38G2,X61G3) request,0:no activation;1:activation +,7ec,31,31,1,0,0,,22349D,62349D,ff,($349D) relay thermoplunger (X07) n°3 request,0:no activation;1:activation,, +,7ec,31,31,1,0,0,,22349E,62349E,ff,($349E) Battery evaporator electrical Valve status (Valve for battery HVAC),0:no activation;1:activation,, +,7ec,31,31,1,0,0,,22349F,62349F,ff,($349F) Cabin evaporator electrical Valve status (Valve for cabin HVAC),0:no activation;1:activation,, +,7ec,24,55,1,0,0,,2234A0,6234A0,4ff,($34A0) DIDs supported in range [$34A1 - $34C0],,, +,7ec,24,39,1,0,0,Hz,2234A1,6234A1,ff,($34A1) Battery blower speed rotation (Feedback signal),,, +,7ec,24,39,.1,2730,1,°C,2234A2,6234A2,ff,($34A2) Battery Evaporator thermal sensor,,, +,7ec,24,39,.1,2730,1,°C,2234A3,6234A3,ff,($34A3) Rear Evaporator temperature target,,, +,7ec,29,31,1,0,0,,2234A4,6234A4,ff,($34A4) Battery cooling order,0:No_Cool_Bat;1:Cool_Bat_HVAC;2:Cool_Bat_PAC;3:Cool_Bat_Chiller;4:Warm_Bat_Int_CTP;5:Warm_Bat_Ext_CTP;6:Warm_Bat_THP,, +,7ec,30,31,1,0,0,,2234A5,6234A5,ff,($34A5) TC flag ready to sleep,0:NA_0;1:refuse to sleep;2:ready to sleep;3:NA_3,, +,7ec,25,31,1,0,0,%,2234A6,6234A6,ff,($34A6) Battery HVAC speed rotation request (command of the blower),,, +,7ec,29,31,1,0,0,,2234A7,6234A7,ff,($34A7) Battery Cooling System Type,0:without;1:Air Cooling by PAC;2:Air Cooling by HVAC EVC;3:Water Cooling without chiller;4:Water Cooling with chiller,, +,7ec,29,31,1,0,0,,2234A8,6234A8,ff,($34A8) Battery Heating System Type,0:without;1:Air PTC by evc Power n1(2relays);2:Air PTC by evc Power n2(3relays);3:Air PTC via Mux;4:Water Coolant Heaters(CTP) evc (1 relay),, +,7ec,31,31,1,0,0,,2234A9,6234A9,ff,($34A9) Configuration of the TCU (Enable or disable),0:sans TCU;1:avec TCU,, +,7ec,31,31,1,0,0,,2234AA,6234AA,ff,($34AA) Differential Protection in EVC,0:NO Differential Protection in EVC;1:Differential Protection in EVC Active,, +,7ec,24,39,.1,32768,1,A,2234AD,6234AD,ff,($34AD) Set-point for the charge current for the JB2,,, +,7ec,24,31,1,0,0,,2234AE,6234AE,ff,($34AE) PEB frame monitoring status flags.all,,, +,7ec,27,27,1,0,0,,2234AE,6234AE,ff,($34AE) PEB frame monitoring status flags.B4,0:Frame presence;1:No frame,, +,7ec,29,29,1,0,0,,2234AE,6234AE,ff,($34AE) PEB frame monitoring status flags.B2,0:No CRC default;1:CRC default,, +,7ec,30,30,1,0,0,,2234AE,6234AE,ff,($34AE) PEB frame monitoring status flags.B1,0:No clock default;1:Clock default,, +,7ec,31,31,1,0,0,,2234AE,6234AE,ff,($34AE) PEB frame monitoring status flags.B0,0:Default on engine speed frame sent by PEB (see other bits);1:No default on engine speed frame sent by PEB,, +,7ec,31,31,1,0,0,,2234AF,6234AF,ff,($34AF) EVC waiting for isolation confirmation before starting charge,0:Driving mode;1:Waiting for charge,, +,7ec,31,31,1,0,0,,2234B0,6234B0,ff,($34B0) Configuration of the Load Shedding,0:No load shedding;1:Load shedding,, +,7ec,30,31,1,0,0,,2234B2,6234B2,ff,($34B2) Gasoline heater configuration V2,0:no heater;1:Eberspächer Hydronic 2;2:Do not use (2);3:Do not use (3),, +,7ec,30,31,1,0,0,,2234B3,6234B3,ff,($34B3) PTC_Config V2,0:no HV PTC;1:HV PTC with water;2:HV PTC with air,, +,7ec,31,31,1,0,0,,2234B4,6234B4,ff,($34B4) Cut off charge request by thermal comfort to start compressor with safety conditions,0:Cut off for Charge requested;1:No cut off for charge requested,, +,7ec,30,31,1,0,0,,2234B5,6234B5,ff,($34B5) Authorization for deicing function,0:0- Not used;1:1- DeIcing requested;2:2- DeIcing not requested;3:3- Unavailable value,, +,7ec,24,31,100,0,0,Wh,2234B6,6234B6,ff,($34B6) Pre-conditionning available energy,,, +,7ec,29,31,1,0,0,,2234B7,6234B7,ff,($34B7) Defaults and state of the compressor description,0:On;1:Off;2:On downgraded;3:Off with fault;4:Off to change,, +,7ec,31,31,1,0,0,,2234B8,6234B8,ff,($34B8) Request for activation of preconditionning from EVC to Climbox,0:No PC requested;1:PC requested,, +,7ec,30,31,1,0,0,,2234B9,6234B9,ff,($34B9) Pre Conditionning activation request from cluster,0:No PreHeating;1:PreHeating Prog n1;2:PreHeating Prog n2,, +,7ec,30,31,1,0,0,,2234BA,6234BA,ff,($34BA) Pre-conditionning request memorized by EVC,,, +,7ec,30,31,1,0,0,,2234BB,6234BB,ff,($34BB) Request for low level battery,0:No alert;1:Not used;2:Battery low alert;3:Unavailable,, +,7ec,30,31,1,0,0,,2234BC,6234BC,ff,($34BC) Request for flashers when Immediate PreHeating is requested,0:Unavailable;1:No pre heat requested;2:Immediate pre heating authorized;3:Immediate pre heating not authorized,, +,7ec,24,31,1,0,0,min,2234BD,6234BD,ff,($34BD) Left time calculated before the customer hour programmation,,, +,7ec,24,39,1,0,0,min,2234BE,6234BE,ff,($34BE) Local time received by EVC,,, +,7ec,30,31,1,0,0,,2234BF,6234BF,ff,($34BF) Immediate pre-conditionning request,0:C_METS_TC_NoAuth (No Authorization);1:C_METS_TC_PTCAuth (PTC Authorization only);2:C_METS_TC_ACAuth (AC Authorization only);3:C_METS_TC_Auth ( PTC and AC Authorization),, +,7ec,24,55,1,0,0,,2234C0,6234C0,4ff,($34C0) DIDs supported in range [$34C1 - $34E0],,, +,7ec,30,31,1,0,0,,2234C1,6234C1,ff,($34C1) Pre Conditionning activation request from climbox,0:No PreHeating;1:PreHeating Prog n1;2:PreHeating Prog n2,, +,7ec,30,31,1,0,0,,2234C2,6234C2,ff,($34C2) Defaults and state of the HV PTC description,0:On;1:Off;2:On downgraded;3:Off with fault,, +,7ec,24,39,1,0,0,min,2234C3,6234C3,ff,($34C3) Scheduled time 1 requested by the customer for the preconditionning system,,, +,7ec,24,39,1,0,0,min,2234C4,6234C4,ff,($34C4) Scheduled time 2 requested by the customer for the preconditionning system,,, +,7ec,31,31,1,0,0,,2234C5,6234C5,ff,($34C5) Request to the BCM to start the counter for vehicle wakeup due to preconditionning,,, +,7ec,31,31,1,0,0,,2234C6,6234C6,ff,($34C6) Request to the BCM to stop the counter for vehicle wakeup due to preconditionning,,, +,7ec,30,31,1,0,0,,2234C7,6234C7,ff,($34C7) Supposed customer departure value,,, +,7ec,24,31,.1,0,1,kW,2234C8,6234C8,ff,($34C8) Power available for Climate functions,,, +,7ec,24,39,.1,0,1,kW,2234C9,6234C9,ff,($34C9) Available charging power necessary to authorize some functions (preconditionning, battery cooling),, +,7ec,24,31,25,0,0,W,2234CA,6234CA,ff,($34CA) Available power for preconditionning,,, +,7ec,24,31,2,0,0,%,2234CB,6234CB,ff,($34CB) Cabin blower command,,, +,7ec,24,39,1,0,0,min,2234CC,6234CC,ff,($34CC) Scheduled Time 1 memorized by EVC,,, +,7ec,24,39,1,0,0,min,2234CD,6234CD,ff,($34CD) Scheduled Time 2 memorized by EVC,,, +,7ec,31,31,1,0,0,,2234CE,6234CE,ff,($34CE) Manage Failure Authorization of the HV PTC,0:HV PTC not authorized;1:HV PTC authorized,, +,7ec,24,31,25,0,0,,2234CF,6234CF,ff,($34CF) Power consumed by the 400V components for Thermal Comfort,,, +,7ec,31,31,1,0,0,,2234D0,6234D0,ff,($34D0) Internal flag : HV Battery Conditionning Authorisation flag,,, +,7ec,24,47,.001,0,3,kWh,2234D1,6234D1,ff,($34D1) This variable allows to memorize the reseted energy consumed 2,,, +,7ec,24,55,.0001,0,3,,2234D2,6234D2,1ff,($34D2) This variable allows to memorize the reseted distance 2,,, +,7ec,30,31,1,0,0,,2234D3,6234D3,ff,($34D3) HV Battery Conditionning Activation Autorisation,0:0- No Authorisation;1:1- PTC Authorisation only;2:2- AC Authorisation only;3:3- PTC and AC Autorisation,, +,7ec,30,31,1,0,0,,2234D4,6234D4,ff,($34D4) Signal of requesting the MMI DoNotTow,0:0- Unavailable;1:1- No ET Alert Do Not Tow Requested;2:2- ET Alert Do Not Tow Requested;3:3- Not Used,, +,7ec,30,31,1,0,0,,2234D5,6234D5,ff,($34D5) Chiller activation request,0:0- Not used;1:1- No Chiller Activation Requested;2:2- Chiller activation requested;3:3- Unavailable,, +,7ec,24,31,1,40,0,°C,2234D7,6234D7,ff,($34D7) HVB chiller temperature set point,,, +,7ec,25,31,1,0,0,°C,2234D8,6234D8,ff,($34D8) Water Temperature in BCB,,, +,7ec,30,31,1,0,0,,2234D9,6234D9,ff,($34D9) State of Chiller valves received from CAREG,0:0- no actived valves;1:1- actived valves,, +,7ec,31,31,1,0,0,,2234DA,6234DA,ff,($34DA) Postal service configuration,0:No Lot of quick Driving Breaks;1:Lot of quick Driving Breaks,, +,7ec,30,31,1,0,0,,2234DC,6234DC,ff,($34DC) CAN signal for PEB charge mode status V2,0:Unavailable value;1:Not in charge;2:In charge;3:Not used,, +,7ec,30,31,1,0,0,,2234DD,6234DD,ff,($34DD) Request for PEB Charge mode V2,0:Unavailable value;1:No charge requested;2:Charge requested;3:Not used,, +,7ec,30,31,1,0,0,,2234DE,6234DE,ff,($34DE) Compressor Configuration V3,0:no compressor;1:Denso compressor;2:Do not use (2);3:Do not use (3),, +,7ec,24,55,1,0,0,,2234,6234,4ff,($34E0) DIDs supported in range [$34E0 - $3500],,, +,7ec,24,39,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.9,,, +,7ec,40,55,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.8,,, +,7ec,56,71,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.7,,, +,7ec,72,87,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.6,,, +,7ec,88,103,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.5,,, +,7ec,104,119,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.4,,, +,7ec,120,135,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.3,,, +,7ec,136,151,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.2,,, +,7ec,152,167,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.1,,, +,7ec,168,183,.1,0,1,kW,22340000,62340000,ff,($34E4) Charge power available.0,,, +,7ec,24,31,1,0,0,,223400000,623400000,ff,($34E5) Low level battery warning sent to the MMI,0:Not LED;1:LED,, +,7ec,24,31,1,0,0,,2234000000,6234000000,ff,($34E6) Empty level battery warning sent to the MMI,0:Not LED;1:LED,, +,7ec,24,39,.5,60,1,,22340000000,62340000000,ff,($34E7) Coding Signal from CAN data CompTemperatureDischarge,,, +,7ec,24,31,1,0,0,,223400000000,623400000000,ff,($34E8) Coding Signal from CAN data DeIcingRequest,0:Not used;1:De Icing requested;2:De Icing not requested;3:Unavailable,, +,7ec,24,31,1,0,0,,2234000000000,6234000000000,ff,($34E9) Ratio of PTC power used,,, +,7ec,24,31,.2,0,1,,2234EA,6234EA,ff,($34EA) Estimation of the current consumed by the PTC,,, +,7ec,24,31,25,0,0,W,2234EB,6234EB,ff,($34EB) Power used by HVPTC,,, +,7ec,24,31,1,0,0,,2234EC,6234EC,ff,($34EC) State of the AC Loop,0:Unavailable;1:A/C Mode;2:A/C to Heat Pump Mode;3:Heat pump mode;4:Heat pump to A/C mode;5:A/C and heat pump OFF;6:Default;7:Not Used,, +,7ec,24,31,1,0,0,,2234ED,6234ED,ff,($34ED) PreheatingSelectedDisplayRequest,0:No request to display PreHeating state;1:Request to display Preheating state,, +,7ec,24,39,1,0,0,min,2234EE,6234EE,ff,($34EE) LeftTimeBeforeVehicleWakeUp,,, +,7ec,24,31,1,40,0,°C,2234EF,6234EF,ff,($34EF) HVB Water Cooling Temperature,,, +,7ec,24,31,1,0,0,,2234F0,6234F0,ff,($34F0) Command of battery heater relay,0:Request for opening the battery heater relay;1:Request for closing the battery heater relay,, +,7ec,24,31,1,0,0,,2234F1,6234F1,ff,($34F1) Request to METS asking for authorisation of battery heating,0:Not Autorized;1:Autorized,, +,7ec,24,31,.1,0,1,kW,2234F2,6234F2,ff,($34F2) Maximal power authorised for thermal comfort,,, +,7ec,24,39,.1,2730,1,°C,2234F3,6234F3,ff,($34F3)HV min Battery Temp checked by CAN and invalid value limp home strategiesand filtred with a diff resolution,,, +,7ec,24,31,1,40,0,°C,2234F4,6234F4,ff,($34F4) Threshold for HVBattery conditioning received from BMS,,, +,7ec,24,31,1,40,0,°C,2234F5,6234F5,ff,($34F5) Threshold for HVBattery conditioning received from BMS (01),,, +,7ec,24,31,1,40,0,°C,2234F6,6234F6,ff,($34F6) Threshold for HVBattery conditioning received from BMS (02),,, +,7ec,24,31,1,40,0,°C,2234F7,6234F7,ff,($34F7) Threshold for battery thermal management,,, +,7ec,24,31,1,40,0,°C,2234F8,6234F8,ff,($34F8) Threshold for HVBattery conditioning received from BMS (03),,, +,7ec,24,31,1,0,0,,2234F9,6234F9,ff,($34F9) Number of authorized stages for CTP battery,,, +,7ec,24,31,1,0,0,,2234FA,6234FA,ff,($34FA) Power authorized for CTP battery activation,,, +,7ec,24,31,1,0,0,,2234FB,6234FB,ff,($34FB) Number of authorized stages for CTP battery taking power allocated into account,,, +,7ec,24,31,1,40,0,°C,2234FC,6234FC,ff,($34FC) Water temperature used for Chiller,,, +,7ec,24,39,.1,2730,1,°C,2234FD,6234FD,ff,($34FD)HV min Battery Temp checked by CAN and invalid value limp home strategiesand filtred with a diff resolution1,,, +,7ec,31,31,1,0,0,,2234FE,6234FE,ff,($34FE) Authorisation req checking for compressor in charge mode,0:Not Autorized;1:Autorized,, +,7ec,31,31,1,0,0,,2234FF,6234FF,ff,($34FF) Second water gate when battery is cooled with water,0:Opened;1:Closed,, +,7ec,24,55,1,0,0,,223500,623500,4ff,($3500) DIDs supported in range [$3500 - $3520],,, +,7ec,24,31,1,0,0,,223502,623502,ff,($3502) FANConfig flag memorised into EVC EEPROM at powelatch,0:GMV by state;1:GMV PWM,, +,7ec,24,31,1,0,0,,223505,623505,ff,($3505) PLGWConfig flag memorised into EVC EEPROM at powelatch,0:without PLGW;1:with PLGW,, +,7ec,24,31,1,0,0,,223506,623506,ff,($3506) PlugTypeConfig flag memorised into EVC EEPROM at powelatch,0:Plug Type 2 WITHOUT Temperature sensor;1:Plug Type 1 WITHOUT Temperature sensor;2:Plug Type 2 WITH Temperature sensor;3:Plug Type 1 WITH Temperature sensor,, +,7ec,24,31,1,0,0,,223508,623508,ff,($3508) AEBS presence for regenerative braking,0:without AEBS;1:with AEBS,, +,7ec,24,31,1,0,0,,223509,623509,ff,($3509) BatVE presence,0:No Bat VE;1:Bat VE present,, +,7ec,24,31,1,0,0,,22350A,62350A,ff,($350A) Battery Heating 12V presence,0:0- without Battery Heating;1:1- with Battery Heating,, +,7ec,24,31,1,0,0,,22350B,62350B,ff,($350B) Raw gear position of PWM lever corresponding to the actual lever position,0:0-Transient;1:1- Park;2:2- Reverse;3:3- Neutral;4:4- Drive,, +,7ec,24,31,1,0,0,,22350C,62350C,ff,($350C) flag configuration X61 with Heat pump,,, +,7ec,24,31,1,0,0,,22350D,62350D,ff,($350D) Response Error HP61,,, +,7ec,24,39,1,0,0,,22350E,62350E,ff,($350E) Climatisation Compressor Speed Heat HP61 request,,, +,7ec,24,31,1,0,0,,22350F,62350F,ff,($350F) Climatisation Loop Mode HP61 status,0:0- Unavailable;1:1- AC Mode;2:2- AC deIcing Mode;3:3- not used;4:4- Heat pump;5:5- not used;6:6- demisting;7:7- idle mode,, +,7ec,24,31,1,0,0,,223510,623510,ff,($3510) Cooling Mode Request,0:0- No cooling mode requested;1:1- Cooling mode;2:2- Heating mode;3:3- Demisting;4:4- Not Used;5:5- Not Used;6:6- Not Used;7:7- Not Used,, +,7ec,31,31,1,0,0,,223511,623511,ff,($3511) Delcing Request HP61 status,0:0- no de-ice loop requested;1:1- de-ice loop requested,, +,7ec,24,31,1,0,0,,223512,623512,ff,($3512) BatVE ShutDown Alert HP61,,, +,7ec,24,31,1,0,0,,223513,623513,ff,($3513) Cooling Mode Request (01),0:0- No cooling mode requested;1:1- Cooling mode;2:2- Heating mode;3:3- Demisting;4:4- Not Used;5:5- Not Used;6:6- Not Used;7:7- Not Used,, +,7ec,24,31,1,0,0,,223514,623514,ff,($3514) DeIce Vehicle Request,0:0- No deIce vehicle request;1:1- DeIce vehicle state 1 request (battery loading);2:2- DeIce vehicle state 2 request (preconditionning);3:3- DeIce vehicle state 3 request (high speed driving);4:4- DeIce vehicle state 4 request (idle state driving);5:5- DeIce vehicle state 5 request (low battery SOC);6:6- Not Used;7:7- Not Used,, +,7ec,24,31,1,0,0,,223515,623515,ff,($3515) Deice Permission,0:0- Unavailable;1:1- DeIce not permetted;2:2- DeIce permetted;3:3- Not Used,, +,7ec,24,31,1,0,0,,223516,623516,ff,($3516) Heating Mode Request,0:0- No heating mode requested;1:1- Thermal comfort;2:2- Preconditionning;3:3- Battery Heating;4:4- Not Used;5:5- Not Used;6:6- Not Used;7:7- Not Used,, +,7ec,24,31,1,0,0,,223517,623517,ff,($3517) PTC Number Thermal BCM request,,, +,7ec,24,39,1,0,0,°C,223518,623518,ff,($3518) Water Temperature SetPoint HP61,,, +,7ec,24,31,1,0,0,%,223519,623519,ff,($3519) BlowerSpeed PH61 status,,, +,7ec,24,39,.1,2730,1,°C,22351A,62351A,ff,($351A) Temperature Evaporation SetPoint HP61 request,,, +,7ec,24,39,.1,2730,1,°C,22351B,62351B,ff,($351B) Temperature Hot Source HP61,,, +,7ec,24,31,1,0,0,,22351C,62351C,ff,($351C) Hot Mode HP61,,, +,7ec,24,31,1,0,0,,22351D,62351D,ff,($351D) flag configuration X61 with Heat pump,,, +,7ec,24,31,1,0,0,,22351E,62351E,ff,($351E) Cooling fluid config (01),0:0- 1234YF;1:1- R134a,, +,7ec,24,31,1,0,0,,22351F,62351F,ff,($351F) AC Heat pump circuit Valve 1 managed by PAC system on LIN,0:0 - no request;1:1 - request for opening valve during xx secondes;2:2 - request for closing valve during xx secondes;3:3 - Not Used,, +,7ec,24,55,1,0,0,,223520,623520,4ff,($3520) DIDs supported in range [$3520 - $3540],,, +,7ec,30,31,1,0,0,,223521,623521,ff,($3521) AC Heat pump circuit Valve 2 managed by PAC system on LIN,0:0 - no request;1:1 - request for opening valve during xx secondes;2:2 - request for closing valve during xx secondes;3:3 - Not Used,, +,7ec,28,31,1,0,0,,223522,623522,ff,($3522) IH_FailureValve1_HP61_status,,, +,7ec,28,31,1,0,0,,223523,623523,ff,($3523) IH_FailureValve2_HP61_status,,, +,7ec,28,31,1,0,0,,223524,623524,ff,($3524) VH_FailureSensor2_HP61_status,,, +,7ec,28,31,1,0,0,,223525,623525,ff,($3525) VH_FailureSensor1_HP61_status,,, +,7ec,24,39,1,0,0,,223526,623526,ff,($3526) Reset fault identifying number,,, +,7ec,31,31,1,0,0,,223527,623527,ff,($3527) Preheating requested by the customer,,, +,7ec,31,31,1,0,0,,223528,623528,ff,($3528) Authorization boolean from METS for PreheatByKey f(SOC),,, +,7ec,31,31,1,0,0,,223529,623529,ff,($3529) Authorization boolean from METS for Preheat f(SOC),,, +,7ec,30,31,1,0,0,,22352A,62352A,ff,($352A) Less power range by AC to decrease IHM range autonomy,,, +,7ec,31,31,1,0,0,,22352B,62352B,ff,($352B) B_Batt_BlowerState for MCS,,, +,7ec,31,31,1,0,0,,22352C,62352C,ff,($352C) B_CTP_Rly_ConfirmedFail to MCS,,, +,7ec,24,31,1,0,0,,22352D,62352D,ff,($352D) K_LessPowerRangeByAC for MMI display X07,,, +,7ec,24,31,.5,0,1,,22352E,62352E,ff,($352E) ClimTempDisplay,,, +,7ec,24,31,1,40,0,°C,22352F,62352F,ff,($352F) Internal Temp,,, +,7ec,24,55,1,-2147483648,0,s,223530,623530,1ff,($3530) V_Timer_ChargeWEP_ON,,, +,7ec,24,55,1,-2147483648,0,s,223531,623531,1ff,($3531) V_Timer_DrivWEP_ON,,, +,7ec,24,31,1,0,0,,223532,623532,ff,($3532) Contry configuration,0:0 - Remain of the world;1:1 - USA;2:2 - Canada;3:3 - Japan;4:4 - Switzerland;5:5 - Australia;6:6 - Gulf states;7:7 - United Kingdom;8:8 - China,, +,7ec,31,31,1,0,0,,223533,623533,ff,($3533) DeIcing Activation,0:0- Not activated;1:1- Activated,, +,7ec,30,31,1,0,0,,223534,623534,ff,($3534) HV Battery cooling State,0:0- No HV Battery cooling;1:1- HV Battery cooling mode alone;2:2- HV Battery cooling mode coupled;3:3- Unavailable,, +,7ec,31,31,1,0,0,,223535,623535,ff,($3535) DeIce Activation Authorisation flag,0:0- Not Autorized;1:1- Autorized,, +,7ec,29,31,1,0,0,,223536,623536,ff,($3536) HV Battery Condtionning mode,0:0- CondVentil;1:1- CondCool;2:2- CondHeat;3:3- CondNotReq;4:4- CondHeat,, +,7ec,24,31,5,0,0,%,223537,623537,ff,($3537) IH_Pct_EngineFanSpeedPWM_HP61,,, +,7ec,28,31,1,0,0,,223538,623538,ff,($3538) IH_StateValve1_HP61_status,,, +,7ec,28,31,1,0,0,,223539,623539,ff,($3539) IH_StateValve2_HP61_status,,, +,7ec,24,39,.5,60,1,°C,22353A,62353A,ff,($353A) Physical value of the sensor NTC1 (Td),,, +,7ec,24,39,.5,32767,1,°C,22353B,62353B,ff,($353B) Physical value of the sensor NTC2 (Ts),,, +,7ec,31,31,1,0,0,,22353C,62353C,ff,($353C) VH_ChillerInDriveON,,, +,7ec,28,31,1,0,0,,22353D,62353D,ff,($353D) Number of batt CTP or Thp water requested,,, +,7ec,30,31,1,0,0,,22353E,62353E,ff,($353E) VH_BattThpNumberThermalReq,,, +,7ec,29,31,1,0,0,,22353F,62353F,ff,($353F) Raw gear position of lever by CAN corresponding to the actual lever position,0:0-Transient;1:1- Park;2:2- Reverse;3:3- Neutral;4:4- Drive,, +,7ec,24,55,1,0,0,,223540,623540,4ff,($3540) DIDs supported in range [$3540 - $3560],,, +,7ec,24,31,1,0,0,,223541,623541,ff,($3541) Boolean of Charge limitation during Very cold preheat,0:No limitation;1:Limitation of charge,, +,7ec,24,39,1,0,0,,223542,623542,ff,($3542) Value of the safety torque structure monitoring status flags before the hot-reset,,, +,7ec,24,47,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.00,,, +,7ec,48,71,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.01,,, +,7ec,72,95,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.02,,, +,7ec,96,119,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.03,,, +,7ec,120,143,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.04,,, +,7ec,144,167,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.05,,, +,7ec,168,191,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.06,,, +,7ec,192,215,1,0,0,min,223544,623544,ff,($3544) Time spent since first ignition of the vehicle for the last extrafeeding.07,,, +,7ec,24,31,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.00,,, +,7ec,32,39,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.01,,, +,7ec,40,47,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.02,,, +,7ec,48,55,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.03,,, +,7ec,56,63,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.04,,, +,7ec,64,71,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.05,,, +,7ec,72,79,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.06,,, +,7ec,80,87,1,40,0,°C,223545,623545,ff,($3545) CAN signal for external temperature of the vehicle for the last extrafeeding.07,,, +,7ec,24,39,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.00,,, +,7ec,40,55,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.01,,, +,7ec,56,71,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.02,,, +,7ec,72,87,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.03,,, +,7ec,88,103,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.04,,, +,7ec,104,119,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.05,,, +,7ec,120,135,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.06,,, +,7ec,136,151,.0005,0,3,V,223546,623546,ff,($3546) No Load Battery Voltage for the last extrafeeding.07,,, +,7ec,24,31,1,0,0,,223547,623547,ff,($3547) DID for identifying the resaon why perfo are limited in motor mot,0:Not used;1:Tq_Max_Bat_MotorMot;2:Tq_Max_Bat_Anticipation_Mot;3:Flag_UnderVolt_Pack;4:Flag_UnderVolt_Cell;5:Flag_Activ_Regul_Therm_Mot;6:Flag_Activation_Wat_Regul_Therm_Mot,, +,7ec,24,31,1,0,0,,223548,623548,ff,DID for identifying the resaon why perfo are limited in motor gen,2:Tq_Max_Bat_GeneratorMode;4:Tq_Max_Bat_Anticipation_Gen;8:Flag_OverVolt_Pack;16:Flag_OverVolt_Cell;32:Flag_Activ_Regul_Therm_Gen;64:Flag_Activation_Wat_Regul_Therm_Gen;128:Tq_Max_Gen_fn_P_max,, +,7ec,31,31,1,0,0,,223549,623549,ff,($3549) from climate control panel : Temperature position selected by customer,,, +,7ec,31,31,1,0,0,,22354A,62354A,ff,($354A) from climate control panel : Compresseur activation requested by customer,,, +,7ec,31,31,1,0,0,,22354B,62354B,ff,($354B) from climate control panel : PTC activation requested by customer,,, +,7ec,31,31,1,0,0,,22354C,62354C,ff,($354C) from climate control panel : Cabin Blower State,,, +,7ec,31,31,1,0,0,,22354D,62354D,ff,($354D) to climate control panel : PTC Led activation request,,, +,7ec,24,39,1,0,0,,22354E,62354E,ff,Counter: number of time Park is engaged when the vehicle is running,,, +,7ec,24,39,.01,0,2,km/h,22354F,62354F,ff,Maximum vehicle speed when Park is engaged,,, +,7ec,24,39,1,0,0,,223550,623550,ff,Counter: number of shaft revolution when Park is engaged,,, +,7ec,24,55,1,-2147483648,0,,223552,623552,1ff,Time of use of the vacuum pump (hev),,, +,7ec,24,39,1,0,0,,22356A,62356A,ff,Warm Reset counter (WARM),,, +,7ec,24,39,1,0,0,,22356B,62356B,ff,Warm reset counter related to customer reprogramming,,, +ccccc +,7ec,24,39,.001,0,3,kWh,22356D,62356D,ff,($356D) Memorisation value of average consumption,,, +,7ec,24,39,.001,0,3,kWh,22356E,62356E,ff,($356E) Memorisation value of average consumption 2,,, +,7ec,24,55,1,0,0,,22F800,62F800,4ff,DIDs supported in range [$F801 - $F820],,, +,7ec,24,31,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.17,,, +,7ec,32,39,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.16,,, +,7ec,40,47,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.15,,, +,7ec,48,55,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.14,,, +,7ec,56,63,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.13,,, +,7ec,64,71,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.12,,, +,7ec,72,79,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.11,,, +,7ec,80,87,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.10,,, +,7ec,88,95,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.9,,, +,7ec,96,103,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.8,,, +,7ec,104,111,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.7,,, +,7ec,112,119,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.6,,, +,7ec,120,127,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.5,,, +,7ec,128,135,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.4,,, +,7ec,136,143,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.3,,, +,7ec,144,151,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.2,,, +,7ec,152,159,1,0,0,,22F802,62F802,ff,($F802)$09 - Vehicle identification number.1,,, +,7ec,24,31,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.16,,, +,7ec,32,39,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.15,,, +,7ec,40,47,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.14,,, +,7ec,48,55,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.13,,, +,7ec,56,63,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.12,,, +,7ec,64,71,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.11,,, +,7ec,72,79,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.10,,, +,7ec,80,87,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.9,,, +,7ec,88,95,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.8,,, +,7ec,96,103,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.7,,, +,7ec,104,111,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.6,,, +,7ec,112,119,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.5,,, +,7ec,120,127,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.4,,, +,7ec,128,135,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.3,,, +,7ec,136,143,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.2,,, +,7ec,144,151,1,0,0,,22F804,62F804,ff,($F804) $09 - OBD calibration identifications.1,,, +,7ec,24,31,1,0,0,,22F806,62F806,ff,($F806)$09 - Calibration verification numbers.1,,, +,7ec,32,39,1,0,0,,22F806,62F806,ff,($F806)$09 - Calibration verification numbers.0,,, +,7ec,24,31,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.19,,, +,7ec,32,39,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.18,,, +,7ec,40,47,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.17,,, +,7ec,48,55,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.16,,, +,7ec,56,63,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.15,,, +,7ec,64,71,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.14,,, +,7ec,72,79,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.13,,, +,7ec,80,87,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.12,,, +,7ec,88,95,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.11,,, +,7ec,96,103,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.10,,, +,7ec,104,111,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.9,,, +,7ec,112,119,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.8,,, +,7ec,120,127,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.7,,, +,7ec,128,135,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.6,,, +,7ec,136,143,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.5,,, +,7ec,144,151,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.4,,, +,7ec,152,159,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.3,,, +,7ec,160,167,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.2,,, +,7ec,168,175,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.1,,, +,7ec,176,183,1,0,0,,22F80A,62F80A,ff,($F80A)$09 - systemNameorEngineType.0,,, +,7ec,24,31,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.9,,, +,7ec,32,39,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.8,,, +,7ec,40,47,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.7,,, +,7ec,48,55,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.6,,, +,7ec,56,63,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.5,,, +,7ec,64,71,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.4,,, +,7ec,72,79,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.3,,, +,7ec,80,87,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.2,,, +,7ec,88,95,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.1,,, +,7ec,96,103,1,0,0,,22F80F,62F80F,ff,($F80F)$09 - exhaustRegulationorTypeApprovalNumber.0,,, +,7ec,24,31,1,0,0,,22F810,62F810,ff,($F810)$09 - PROTOCOL IDENTIFICATION,,, +,7ec,0,0,1,0,0,,30,70,ff,TesterPresent.WithResponse,,, diff --git a/app/src/main/assets/Spring/EVC_Tests.csv b/app/src/main/assets/Spring/EVC_Tests.csv new file mode 100644 index 00000000..18a381a1 --- /dev/null +++ b/app/src/main/assets/Spring/EVC_Tests.csv @@ -0,0 +1,113 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +0A,Not compatible +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +20,test +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or system operation obstructed or blocked +98,component or system over temperature +F1,Safety Case 1 +F2,Safety Case 2 +F3,Multiple Failure +F4,Temperature too Low +F5,Negative Loop Error +F6,Positive Loop Error +F7,Initialisation not valid +F8,Overspeed +F9,Limp Home +FA,Specific Supplier +FB,- +FC,-- +FD,Drift low +FE,Drift high diff --git a/app/src/main/assets/Spring/FFC_Fields.csv b/app/src/main/assets/Spring/FFC_Fields.csv new file mode 100644 index 00000000..f90ca4b0 --- /dev/null +++ b/app/src/main/assets/Spring/FFC_Fields.csv @@ -0,0 +1,7 @@ +# SID (defaults to ID.startBit.[responseId]), ID (hex), startBit, endBit, resolution, offset (aplied BEFORE resolution multiplication), decimals, unit, requestID (hex string), responseID (hex string), options (hex, see MainActivity for definitions), optional name, optional list +# +# FFC is not displayed in the DTC activity so doe not require Tests and Dtcs +# Other than the ISO-TP based fields, FCC needs to have it's frames defined +# Source: X10 CAN_V v4.0 officiel 01072011 65610-2011-173.xls +# + diff --git a/app/src/main/assets/Spring/FFC_Frames.csv b/app/src/main/assets/Spring/FFC_Frames.csv new file mode 100644 index 00000000..836362e9 --- /dev/null +++ b/app/src/main/assets/Spring/FFC_Frames.csv @@ -0,0 +1,22 @@ +#Frame ID,interval ZOE, interval FLUKAN, Sending ECU +# For Spring, we do not use free frames anymore +# The container frames for ISOTP, in essence just one frame per ECU +# 11 bit systems +772,100,100,AIRBAG +763,100,100,TDB +776,100,100,DCDC +76d,100,100,EMM +760,100,100,ESP +7ec,100,100,EVC +761,100,100,VSP +732,100,100,RADIO +77e,100,100,PEB +77d,100,100,RADAR +762,100,100,EPS +7da,100,100,TCU +765,100,100,UCH +# 0x800 - 0x8ff is reserved for CanZE's virtuals +800,100,100,VFC +7b6,100,100,LBC2 +7bb,100,100,LBC + diff --git a/app/src/main/assets/Spring/LBC2_Dtcs.csv b/app/src/main/assets/Spring/LBC2_Dtcs.csv new file mode 100644 index 00000000..b1fa5549 --- /dev/null +++ b/app/src/main/assets/Spring/LBC2_Dtcs.csv @@ -0,0 +1,110 @@ +1B00,Low voltage supply input +1B01,Cell input lines +1B02,Battery pack voltage +1B03,Current sensor input +1B04,Few module thermistors in failure +1B05,Many module thermistors in failure +1B06,All module thermistors in failure +1B07,Cooling thermistor input +1B08,FAN speed input +1B09,FAN control output +1B0A,Main relay control output +1B0B,Precharge relay control output +1B0C,Battery pack temperature +1B0D,Internal memory RAM/ROM +1B0E,External NV memory (EEPROM FLASH) +1B0F,Analog to Digital Converter +1B10,Master CPU/Slave Communication +1B12,Main ASSP +1B14,Relay 3 control output +1B15,Temp 2 thermistor input +1B16,MCPU/PCB temperature sensor +1B17,Air/Ambient thermistor input +1B18,Interlock1 +1B19,Interlock2 +1B1A,Interlock3 +1B1B,Interlock4 +1B1C,Busbar +1B1D,Current sensor 5V supply +1B1E,Current sensor 12V supply +1B1F,CAN current sensor (MCPU) +1B20,Relay 4 control output +1B21,Flash memory failure (FOTA) +1B30,Module thermistor 1 +1B31,Module thermistor 2 +1B32,Module thermistor 3 +1B33,Module thermistor 4 +1B34,Module thermistor 5 +1B35,Module thermistor 6 +1B36,Module thermistor 7 +1B37,Module thermistor 8 +1B38,Module thermistor 9 +1B39,Module thermistor 10 +1B3A,Module thermistor 11 +1B3B,Module thermistor 12 +1B3C,Module thermistor 13 +1B3D,Module thermistor 14 +1B3E,Module thermistor 15 +1B3F,Module thermistor 16 +1B40,Module thermistor 17 +1B41,Module thermistor 18 +1B42,Module thermistor 19 +1B43,Module thermistor 20 +1B44,Module thermistor 21 +1B45,Module thermistor 22 +1B46,Module thermistor 23 +1B47,Module thermistor 24 +1B48,Module thermistor 25 +1B49,Module thermistor 26 +1B4A,Module thermistor 27 +1B4B,Module thermistor 28 +1B4C,Module thermistor 29 +1B4D,Module thermistor 30 +1B4E,Module thermistor 31 +1B4F,Module thermistor 32 +1B60,Cell sensing lines - Module 1 +1B61,Cell sensing lines - Module 2 +1B62,Cell sensing lines - Module 3 +1B63,Cell sensing lines - Module 4 +1B64,Cell sensing lines - Module 5 +1B65,Cell sensing lines - Module 6 +1B66,Cell sensing lines - Module 7 +1B67,Cell sensing lines - Module 8 +1B68,Cell sensing lines - Module 9 +1B69,Cell sensing lines - Module 10 +1B6A,Cell sensing lines - Module 11 +1B6B,Cell sensing lines - Module 12 +1B6C,Cell sensing lines - Module 13 +1B6D,Cell sensing lines - Module 14 +1B6E,Cell sensing lines - Module 15 +1B6F,Cell sensing lines - Module 16 +1B70,Cell sensing lines - Module 17 +1B71,Cell sensing lines - Module 18 +1B72,Cell sensing lines - Module 19 +1B73,Cell sensing lines - Module 20 +1B74,Cell sensing lines - Module 21 +1B80,State of Charge Estimation +1B81,State of Health Estimation +1B82,Available Power +1B83,Cell SOHP +1BA0,DF007 SUPPLY VOLTAGE CONTROL UNIT +1BA1,DF012 DRIVE BATTERY CELLS +1BA2,DF006 BMS SECURITY +1BA3,DF026 BMS SECURITY +1BA4,current sensor input1 +1BAD,DF027 BMS SECURITY +1BAE,DF028 BMS SECURITY +1BAF,DF033 BMS SECURITY +1BB1,DF030 BMS SECURITY +1BB2,DF031 BMS SECURITY +1BB3,Hot Spot (SPARE) sensor +1BB4,DF160 TEMP. DRIVE BATTERY COOLING CIRCUIT +1BB5,DF032 BMS SECURITY +1BB6,Flash memory failure (FOTA) (SCPU) +E140,CAN from HECM +E142,CAN from Inverter +E143,DF161 946 HEVC NOT DETECTED BY 938 LBC2 CAN-HV +E144,CAN from BMS1 +EA0D,DF010 COMMUNICATION CAN +FD00,FOTA : SW bloc +FD01,FOTA : Calibration bloc diff --git a/app/src/main/assets/Spring/LBC2_Fields.csv b/app/src/main/assets/Spring/LBC2_Fields.csv new file mode 100644 index 00000000..611ec525 --- /dev/null +++ b/app/src/main/assets/Spring/LBC2_Fields.csv @@ -0,0 +1,332 @@ +,7b6,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,7b6,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,7b6,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,7b6,0,0,1,0,0,,1060,5060,ff,StartDiagnosticSession.Supplier, +,7b6,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,7b6,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,7b6,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,7b6,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,7b6,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,7b6,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD,1:Current sensor internal error;4:HVMux diagnosis error (HVMuxSeq or HVMuxTestSource);6:GENERAL / Algorithm;8:Communication Failure (UART communication);17:half of thermistor in SCG. Performance is degraded;18:Cell Short circuit;19:Opened Cell;20:ELECTRICAL / SC Ground or Open;21:half thermistor in SCB or OC. Performance is degraded;22:LV Power Supply is too low;23:LV Power Supply is too high;25:Pack overcurrent;26:Insulation NOK (alert charge forbidden);28:ELECTRICAL / Voltage Out Of Range;30:Cell Wire Impendance Out of Range;33:Cell undervoltage derating;36:Power Off failure;49:No signal can be read from FAN;56:Internal 32kHz deviation;65:Error on Internal Memory (Main CPU);67:Communication failure with Flash memory;68:Corruption of datas;71:Corruption (checksum mechanism) on safety datas;73:ADC conversion error;81:PROGRAMMING / Not Programmed;98:1 thermistor in deviation (compare to other thermistors);129:Invalid data received on CAN Current sensor frames;135:Missing frame(s) from CAN Current sensor;136:Bus OFF on CAN transceiver (Main CPU);146:COMPONENT / Performance;150:COMPONENT / Internal;152:Temp1 value is over the limit threshold;241:Cell overvoltage safety;242:Cell overdischarge;244:Temp1 value is under the limit threshold;249:Available Power is limited;251:Battery pack temperature is over the functionnal threshold (derating);253:Current offset too high +,7b6,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,7b6,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,7b6,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,7b6,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,7b6,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,7b6,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,7b6,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,7b6,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,7b6,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,7b6,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,7b6,16,39,1,0,0,,1903000000FF,5903000000FF,4ff,DTCRecord, +,7b6,40,47,1,0,0,,1903000000FF,5903000000FF,4ff,DTCSnapshotRecordNumber, +,7b6,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,7b6,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,7b6,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,7b6,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,7b6,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7b6,56,87,.01,-2147483648,2,km,190600000080,590600000080,1ff,DTCExtendedData.Mileage, +,7b6,16,39,1,0,0,,190600000084,590600000084,4ff,DTCRecord, +,7b6,40,47,1,0,0,,190600000084,590600000084,ff,StatusOfDTC, +,7b6,48,55,1,0,0,,190600000084,590600000084,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7b6,56,63,1,0,0,,190600000084,590600000084,ff,DTCExtendedData.DTCOccurrenceCounter, +,7b6,16,39,1,0,0,,190600000085,590600000085,4ff,DTCRecord, +,7b6,40,47,1,0,0,,190600000085,590600000085,ff,StatusOfDTC, +,7b6,48,55,1,0,0,,190600000085,590600000085,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7b6,56,87,1,0,0,km,190600000085,590600000085,1ff,DTCExtendedData.DTCLastDiseappearMileage, +,7b6,16,39,1,0,0,,190600000086,590600000086,4ff,DTCRecord, +,7b6,40,47,1,0,0,,190600000086,590600000086,ff,StatusOfDTC, +,7b6,48,55,1,0,0,,190600000086,590600000086,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7b6,56,87,1,0,0,km,190600000086,590600000086,1ff,DTCExtendedData.DTCTravelledDistanceFailurePresent, +,7b6,16,39,1,0,0,,190600000087,590600000087,4ff,DTCRecord, +,7b6,40,47,1,0,0,,190600000087,590600000087,ff,StatusOfDTC, +,7b6,48,55,1,0,0,,190600000087,590600000087,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7b6,56,87,1,0,0,km,190600000087,590600000087,1ff,DTCExtendedData.DTCFirstAppearMileage, +,7b6,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,7b6,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,7b6,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7b6,56,87,1,0,0,km,1906000000FF,5906000000FF,1ff,DTCExtendedData.DTCFirstAppearMileage, +,7b6,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,7b6,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,6912:Low voltage supply input;6913:Cell input lines;6914:Battery pack voltage;6915:Current sensor input;6916:Few module thermistors in failure;6917:Many module thermistors in failure;6918:All module thermistors in failure;6919:Cooling thermistor input;6920:FAN speed input;6921:FAN control output;6922:Main relay control output;6923:Precharge relay control output;6924:Battery pack temperature;6925:Internal memory RAM/ROM;6926:External NV memory (EEPROM- FLASH);6927:Analog to Digital Converter;6928:Master CPU/Slave Communication;6930:Main ASSP;6932:Relay 3 control output;6933:Temp 2 thermistor input;6934:MCPU/PCB temperature sensor;6935:Air/Ambient thermistor input;6936:Interlock1;6937:Interlock2;6938:Interlock3;6939:Interlock4;6940:Busbar;6941:Current sensor 5V supply;6942:Current sensor 12V supply;6943:CAN current sensor (MCPU);6944:Relay 4 control output;6945:Flash memory failure (FOTA);6960:Module thermistor 1;6961:Module thermistor 2;6962:Module thermistor 3;6963:Module thermistor 4;6964:Module thermistor 5;6965:Module thermistor 6;6966:Module thermistor 7;6967:Module thermistor 8;6968:Module thermistor 9;6969:Module thermistor 10;6970:Module thermistor 11;6971:Module thermistor 12;6972:Module thermistor 13;6973:Module thermistor 14;6974:Module thermistor 15;6975:Module thermistor 16;6976:Module thermistor 17;6977:Module thermistor 18;6978:Module thermistor 19;6979:Module thermistor 20;6980:Module thermistor 21;6981:Module thermistor 22;6982:Module thermistor 23;6983:Module thermistor 24;6984:Module thermistor 25;6985:Module thermistor 26;6986:Module thermistor 27;6987:Module thermistor 28;6988:Module thermistor 29;6989:Module thermistor 30;6990:Module thermistor 31;6991:Module thermistor 32;7008:Cell sensing lines - Module 1;7009:Cell sensing lines - Module 2;7010:Cell sensing lines - Module 3;7011:Cell sensing lines - Module 4;7012:Cell sensing lines - Module 5;7013:Cell sensing lines - Module 6;7014:Cell sensing lines - Module 7;7015:Cell sensing lines - Module 8;7016:Cell sensing lines - Module 9;7017:Cell sensing lines - Module 10;7018:Cell sensing lines - Module 11;7019:Cell sensing lines - Module 12;7020:Cell sensing lines - Module 13;7021:Cell sensing lines - Module 14;7022:Cell sensing lines - Module 15;7023:Cell sensing lines - Module 16;7024:Cell sensing lines - Module 17;7025:Cell sensing lines - Module 18;7026:Cell sensing lines - Module 19;7027:Cell sensing lines - Module 20;7028:Cell sensing lines - Module 21;7040:State of Charge Estimation;7041:State of Health Estimation;7042:Available Power;7043:Cell SOHP;7072:Low voltage supply input (SCPU);7073:Cell input lines (SCPU);7074:Insulation Resistance measurement circuit;7075:SCPU/PCB temperature sensor;7076:Current sensor input1;7085:Internal memory RAM/ROM (SCPU);7086:External NV memory (EEPROM- FLASH)1;7087:ADC (Analog-To-Digital ) Conversion Failure - BMS2;7089:Safety CPU/Slave Communication;7090:ASIC (redundancy);7091:Hot Spot (SPARE) sensor;7092:Pack module temperature sensor (SCPU);7093:CAN current sensor (SCPU)1;7094:Flash memory failure (FOTA) (SCPU);57664:CAN from HECM;57666:CAN from Inverter;57667:CAN from EVC/HEVC;57668:CAN from BMS1;59917:CAN controller (MCPU);64768:FOTA - SW bloc;64769:FOTA - Calibration bloc +,7b6,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,7b6,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,7b6,16,31,1,0,0,,1914,5914,ff,DTCDeviceIdentifier,6912:Low voltage supply input;6913:Cell input lines;6914:Battery pack voltage;6915:Current sensor input;6916:Few module thermistors in failure;6917:Many module thermistors in failure;6918:All module thermistors in failure;6919:Cooling thermistor input;6920:FAN speed input;6921:FAN control output;6922:Main relay control output;6923:Precharge relay control output;6924:Battery pack temperature;6925:Internal memory RAM/ROM;6926:External NV memory (EEPROM- FLASH);6927:Analog to Digital Converter;6928:Master CPU/Slave Communication;6930:Main ASSP;6932:Relay 3 control output;6933:Temp 2 thermistor input;6934:MCPU/PCB temperature sensor;6935:Air/Ambient thermistor input;6936:Interlock1;6937:Interlock2;6938:Interlock3;6939:Interlock4;6940:Busbar;6941:Current sensor 5V supply;6942:Current sensor 12V supply;6943:CAN current sensor (MCPU);6944:Relay 4 control output;6945:Flash memory failure (FOTA);6960:Module thermistor 1;6961:Module thermistor 2;6962:Module thermistor 3;6963:Module thermistor 4;6964:Module thermistor 5;6965:Module thermistor 6;6966:Module thermistor 7;6967:Module thermistor 8;6968:Module thermistor 9;6969:Module thermistor 10;6970:Module thermistor 11;6971:Module thermistor 12;6972:Module thermistor 13;6973:Module thermistor 14;6974:Module thermistor 15;6975:Module thermistor 16;6976:Module thermistor 17;6977:Module thermistor 18;6978:Module thermistor 19;6979:Module thermistor 20;6980:Module thermistor 21;6981:Module thermistor 22;6982:Module thermistor 23;6983:Module thermistor 24;6984:Module thermistor 25;6985:Module thermistor 26;6986:Module thermistor 27;6987:Module thermistor 28;6988:Module thermistor 29;6989:Module thermistor 30;6990:Module thermistor 31;6991:Module thermistor 32;7008:Cell sensing lines - Module 1;7009:Cell sensing lines - Module 2;7010:Cell sensing lines - Module 3;7011:Cell sensing lines - Module 4;7012:Cell sensing lines - Module 5;7013:Cell sensing lines - Module 6;7014:Cell sensing lines - Module 7;7015:Cell sensing lines - Module 8;7016:Cell sensing lines - Module 9;7017:Cell sensing lines - Module 10;7018:Cell sensing lines - Module 11;7019:Cell sensing lines - Module 12;7020:Cell sensing lines - Module 13;7021:Cell sensing lines - Module 14;7022:Cell sensing lines - Module 15;7023:Cell sensing lines - Module 16;7024:Cell sensing lines - Module 17;7025:Cell sensing lines - Module 18;7026:Cell sensing lines - Module 19;7027:Cell sensing lines - Module 20;7028:Cell sensing lines - Module 21;7040:State of Charge Estimation;7041:State of Health Estimation;7042:Available Power;7043:Cell SOHP;7072:Low voltage supply input (SCPU);7073:Cell input lines (SCPU);7074:Insulation Resistance measurement circuit;7075:SCPU/PCB temperature sensor;7076:Current sensor input1;7085:Internal memory RAM/ROM (SCPU);7086:External NV memory (EEPROM- FLASH)1;7087:ADC (Analog-To-Digital ) Conversion Failure - BMS2;7089:Safety CPU/Slave Communication;7090:ASIC (redundancy);7091:Hot Spot (SPARE) sensor;7092:Pack module temperature sensor (SCPU);7093:CAN current sensor (SCPU)1;7094:Flash memory failure (FOTA) (SCPU);57664:CAN from HECM;57666:CAN from Inverter;57667:CAN from EVC/HEVC;57668:CAN from BMS1;59917:CAN controller (MCPU);64768:FOTA - SW bloc;64769:FOTA - Calibration bloc +,7b6,32,39,1,0,0,,1914,5914,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,7b6,40,47,1,0,0,,1914,5914,ff,DTCFaultDetectionCounter, +,7b6,24,55,1,0,0,,229000,629000,4ff,DIDs supported in range 9001_9020, +,7b6,24,39,.000976563,0,3,V,229007,629007,ff,Maximum cell voltage, +,7b6,24,31,1,0,0,,229008,629008,ff,Number of Maximum Cell Voltage, +,7b6,24,39,.000976563,0,3,V,229009,629009,ff,Minimum cell voltage, +,7b6,24,31,1,0,0,,22900A,62900A,ff,Number of Minimum Cell Voltage, +,7b6,24,39,.0625,640,2,°C,229013,629013,ff,Minimum Temperature, +,7b6,24,39,.0625,640,2,°C,229014,629014,ff,Maximum Temperature, +,7b6,24,39,200,0,0,Ohm,229015,629015,ff,Isolation Impedance Wxx_hv_isol_imped_rcy, +,7b6,24,55,1,0,0,,229020,629020,4ff,DIDs supported in range 9021_9040, +,7b6,24,55,1,0,0,,229040,629040,4ff,DIDs supported in range 9041_9060, +,7b6,24,55,1,0,0,,229060,629060,4ff,DIDs supported in range 9061_9080, +,7b6,24,55,1,0,0,,229080,629080,4ff,DIDs supported in range 9081_90A0, +,7b6,24,55,1,0,0,,2290A0,6290A0,4ff,DIDs supported in range 90A1_90C0, +,7b6,24,55,1,0,0,,2290C0,6290C0,4ff,DIDs supported in range 90C1_90E0, +,7b6,24,55,1,0,0,,2290,6290,4ff,DIDs supported in range 90E1_9100, +,7b6,24,55,1,0,0,,229100,629100,4ff,DIDs supported in range 9101_9120, +,7b6,24,55,1,0,0,,229120,629120,4ff,DIDs supported in range 9121_9140, +,7b6,24,24,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.16,0:No failure;1:Slave No.16 in failure +,7b6,25,25,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.15,0:No failure;1:Slave No.15 in failure +,7b6,26,26,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.14,0:No failure;1:Slave No.14 in failure +,7b6,27,27,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.13,0:No failure;1:Slave No.13 in failure +,7b6,28,28,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.12,0:No failure;1:Slave No.12 in failure +,7b6,29,29,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.11,0:No failure;1:Slave No.12 in failure +,7b6,30,30,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.10,0:No failure;1:Slave No.10 in failure +,7b6,31,31,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.09,0:No failure;1:Slave No.9 in failure +,7b6,32,32,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.08,0:No failure;1:Slave No.8 in failure +,7b6,33,33,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.07,0:No failure;1:Slave No.7 in failure +,7b6,34,34,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.06,0:No failure;1:Slave No.6 in failure +,7b6,35,35,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.05,0:No failure;1:Slave No.5 in failure +,7b6,36,36,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.04,0:No failure;1:Slave No.4 in failure +,7b6,37,37,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.03,0:No failure;1:Slave No.3 in failure +,7b6,38,38,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.02,0:No failure;1:Slave No.2 in failure +,7b6,39,39,1,0,0,,229129,629129,ff,Slaves Failure Status Wxx_slv_fail_nr.01,0:No failure;1:Slave No.1 in failure +,7b6,24,55,1,0,0,,229140,629140,4ff,DIDs supported in range 9141_9160, +,7b6,24,55,1,0,0,,229160,629160,4ff,DIDs supported in range 9161_9180, +,7b6,24,55,1,0,0,,229180,629180,4ff,DIDs supported in range 9181_91A0, +,7b6,24,55,1,0,0,,2291A0,6291A0,4ff,DIDs supported in range 91A1_91C0, +,7b6,24,39,.0625,640,2,°C,2291B8,6291B8,ff,Board temperature Wxx_raw_cpu_temp, +,7b6,28,39,.001953125,0,3,V,2291BF,6291BF,ff,ADC 5V reference P5VPREF_DIAG Wxx_raw_5v_ref_diag, +,7b6,24,55,1,0,0,,2291C0,6291C0,4ff,DIDs supported in range 91C1_91E0, +,7b6,24,55,1,0,0,,2291,6291,4ff,DIDs supported in range 91E1_9200, +,7b6,24,39,.001,0,3,V,2291FA,6291FA,1ff,Raw IRDD Um Rm voltage measurement Wxx_raw_hv_iso_Um_mes, +,7b6,24,39,.001,0,3,V,2291FB,6291FB,ff,IRDD Um Rm voltage Measurement Wxx_hv_iso_Um_mes, +,7b6,24,39,.000976563,0,3,V,2291FC,6291FC,ff,Low Voltage Supply SUB CPU Wxx_raw_14v_mes, +,7b6,31,31,1,0,0,,2291FD,6291FD,ff,VBATP2_CMD Bypass request Wbx_lv_sply_byp_req,0:Bypass OFF;1:Bypass ON +,7b6,31,31,1,0,0,,2291FE,6291FE,ff,VBATP2_CMD Bypass value Wbx_lv_sply_byp_val,0:OPEN/OFF;1:CLOSE/ON +,7b6,24,55,1,0,0,,229200,629200,4ff,DIDs supported in range 9201_9220, +,7b6,31,31,1,0,0,,229201,629201,ff,S1_CMD Bypass request Wbx_hv_iso_switch_main_byp_req,0:Bypass OFF;1:Bypass ON +,7b6,31,31,1,0,0,,229202,629202,ff,S1_CMD Bypass value Wbx_hv_iso_switch_main_byp_val,0:Switch OPENED;1:Switch CLOSED +,7b6,31,31,1,0,0,,229203,629203,ff,S2_CMD Bypass request Wbx_hv_iso_switch_diag_byp_req,0:Bypass OFF;1:Bypass ON +,7b6,31,31,1,0,0,,229204,629204,ff,S2_CMD Bypass value Wbx_hv_iso_switch_diag_byp_val,0:Switch OPENED;1:Switch CLOSED +,7b6,31,31,1,0,0,,229205,629205,ff,P0VP_IRDD 0_60V IRDD Bypass request Wbx_hv_iso_supply_ctl_byp_req,0:Bypass OFF;1:Bypass ON +,7b6,31,31,1,0,0,,229206,629206,ff,P0VP_IRDD 0 or 60V IRDD Bypass value Wbx_hv_iso_supply_ctl_byp_val,0:CC 60V OFF;1:CC 60V ON +,7b6,31,31,1,0,0,,229207,629207,ff,P60VP_IRDD PWM Bypass request Wbx_hv_iso_supply_ena_byp_req,0:Bypass OFF;1:Bypass ON +,7b6,31,31,1,0,0,,229208,629208,ff,P60VP_IRDD PWM Bypass value Wbx_hv_iso_supply_ena_byp_val,0:60V Supply OFF;1:60V Supply ON +,7b6,24,31,1,40,0,°C,229209,629209,ff,Spare SCPU ANA input Hot Spot Temp Wxx_raw_hspt_temp, +,7b6,24,39,.001,0,3,V,22920A,62920A,1ff,IRDD_MEA with P5VP_REF2 as ADC reference, +,7b6,24,55,1,0,0,,229220,629220,4ff,DIDs supported in range 9221_9240, +,7b6,24,55,1,0,0,,229240,629240,4ff,DIDs supported in range 9241_9260, +,7b6,24,31,1,0,0,,229259,629259,ff,BMS mode, +,7b6,24,31,1,0,0,,22925A,62925A,ff,Index of thermistor with maximal temperature, +,7b6,24,31,1,0,0,,22925B,62925B,ff,Index of thermistor with minimal temperature, +,7b6,30,31,1,0,0,,22925C,62925C,ff,Relay status internal value, +,7b6,24,24,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.16,0:No failure;1:ALU +,7b6,25,25,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.15,0:No failure;1:NOT USED +,7b6,26,26,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.14,0:No failure;1:NOT USED +,7b6,27,27,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.13,0:No failure;1:HVMUXseq +,7b6,28,28,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.12,0:No failure;1:HVMUXSWOC +,7b6,29,29,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.11,0:No failure;1:VPTAT +,7b6,30,30,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.10,0:No failure;1:ADCL +,7b6,31,31,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.09,0:No failure;1:ADCH +,7b6,32,32,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.08,0:No failure;1:LSAMP +,7b6,33,33,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.07,0:No failure;1:VAAdiag +,7b6,34,34,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.06,0:No failure;1:RefV +,7b6,35,35,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.05,0:No failure;1:OTemp +,7b6,36,36,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.04,0:No failure;1:VHVHDRM +,7b6,37,37,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.03,0:No failure;1:VHVOV +,7b6,38,38,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.02,0:No failure;1:VHVUV +,7b6,39,39,1,0,0,,22925D,62925D,ff,ASIC internal failure identifierWxx_assp1_tron_id.01,0:No failure;1:NOT USED +,7b6,24,24,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.15,0:No Error;1:Data Flash Check Error +,7b6,25,25,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.14,0:No Error;1:Deep-Stop Mode Reset +,7b6,26,26,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.13,0:No Error;1:Power-Up Reset +,7b6,27,27,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.12,0:No Error;1:Core Voltage Monitor (CVM) Reset +,7b6,28,28,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.11,0:No Error;1:Low Voltage Indicator (LVI) Reset +,7b6,29,29,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.10,0:No Error;1:Clock Monitor Reset 2 +,7b6,30,30,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.09,0:No Error;1:Clock Monitor Reset 1 +,7b6,31,31,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.08,0:No Error;1:Clock Monitor Reset 0 +,7b6,32,32,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.07,0:No Error;1:External Reset +,7b6,33,33,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.06,0:No Error;1:Watchdog Reset 1 +,7b6,34,34,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.05,0:No Error;1:Watchdog Reset 0 +,7b6,35,35,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.04,0:No Error;1:Software Reset +,7b6,36,36,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.03,0:No Error;1:Trap Error +,7b6,37,37,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.02,0:No Error;1:Stack Check Error +,7b6,38,38,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.01,0:No Error;1:R0M Check Error +,7b6,39,39,1,0,0,,22925E,62925E,ff,CPU2 reset contextWxx_rst_chk_sum_id.00,0:No Error;1:RAM Check Error +,7b6,31,31,1,0,0,,22925F,62925F,ff,SPI communication elementary failure Vbx_df_slv_com_2_bus,0:No loss communication detected;1:Loss of communcation detected +,7b6,24,55,1,0,0,,229260,629260,4ff,DIDs supported in range 9261_9280, +,7b6,24,47,1,0,0,',229261,629261,ff,Abs time since first ignition, +,7b6,24,55,.01,-2147483648,2,km,229262,629262,1ff,Vehicle distance totalizer, +,7b6,24,55,1,0,0,,229280,629280,4ff,DIDs supported in range 9281_92A0, +,7b6,31,31,1,0,0,,229281,629281,ff,Sleep condition force,0:enabled;1:disabled +,7b6,24,31,1,0,0,,229282,629282,ff,PCB traceability.01, +,7b6,32,39,1,0,0,,229282,629282,ff,PCB traceability.02, +,7b6,40,47,1,0,0,,229282,629282,ff,PCB traceability.03, +,7b6,48,55,1,0,0,,229282,629282,ff,PCB traceability.04, +,7b6,56,63,1,0,0,,229282,629282,ff,PCB traceability.05, +,7b6,64,71,1,0,0,,229282,629282,ff,PCB traceability.06, +,7b6,72,79,1,0,0,,229282,629282,ff,PCB traceability.07, +,7b6,80,87,1,0,0,,229282,629282,ff,PCB traceability.08, +,7b6,88,95,1,0,0,,229282,629282,ff,PCB traceability.09, +,7b6,96,103,1,0,0,,229282,629282,ff,PCB traceability.10, +,7b6,104,111,1,0,0,,229282,629282,ff,PCB traceability.11, +,7b6,112,119,1,0,0,,229282,629282,ff,PCB traceability.12, +,7b6,120,127,1,0,0,,229282,629282,ff,PCB traceability.13, +,7b6,128,135,1,0,0,,229282,629282,ff,PCB traceability.14, +,7b6,136,143,1,0,0,,229282,629282,ff,PCB traceability.15, +,7b6,144,151,1,0,0,,229282,629282,ff,PCB traceability.16, +,7b6,152,159,1,0,0,,229282,629282,ff,PCB traceability.17, +,7b6,160,167,1,0,0,,229282,629282,ff,PCB traceability.18, +,7b6,168,175,1,0,0,,229282,629282,ff,PCB traceability.19, +,7b6,176,183,1,0,0,,229282,629282,ff,PCB traceability.20, +,7b6,184,191,1,0,0,,229282,629282,ff,PCB traceability.21, +,7b6,192,199,1,0,0,,229282,629282,ff,PCB traceability.22, +,7b6,200,207,1,0,0,,229282,629282,ff,PCB traceability.23, +,7b6,208,215,1,0,0,,229282,629282,ff,PCB traceability.24, +,7b6,216,223,1,0,0,,229282,629282,ff,PCB traceability.25, +,7b6,224,231,1,0,0,,229282,629282,ff,PCB traceability.26, +,7b6,232,239,1,0,0,,229282,629282,ff,PCB traceability.27, +,7b6,240,247,1,0,0,,229282,629282,ff,PCB traceability.28, +,7b6,248,255,1,0,0,,229282,629282,ff,PCB traceability.29, +,7b6,256,263,1,0,0,,229282,629282,ff,PCB traceability.30, +,7b6,264,271,1,0,0,,229282,629282,ff,PCB traceability.31, +,7b6,24,55,1,0,0,,2292A0,6292A0,4ff,DIDs supported in range 92A1_92C0, +,7b6,24,55,1,0,0,,2292C0,6292C0,4ff,DIDs supported in range 92C1_92E0, +,7b6,24,55,1,0,0,,2292,6292,4ff,DIDs supported in range 92E1_9300, +,7b6,24,55,1,0,0,,229300,629300,4ff,DIDs supported in range 9301_9320, +,7b6,24,55,1,0,0,,229320,629320,4ff,DIDs supported in range 9321_9340, +,7b6,24,55,1,0,0,,229340,629340,4ff,DIDs supported in range 9341_9360, +,7b6,24,55,1,0,0,,229360,629360,4ff,DIDs supported in range 9361_9380, +,7b6,24,55,1,0,0,,229380,629380,4ff,DIDs supported in range 9381_93A0, +,7b6,24,55,1,0,0,,2293A0,6293A0,4ff,DIDs supported in range 93A1_93C0, +,7b6,24,55,1,0,0,,2293C0,6293C0,4ff,DIDs supported in range 93C1_93E0, +,7b6,24,55,1,0,0,,2293,6293,4ff,DIDs supported in range 93E1_9400, +,7b6,24,55,1,0,0,,229400,629400,4ff,DIDs supported in range 9401_9420, +,7b6,24,55,1,0,0,,229420,629420,4ff,DIDs supported in range 9421_9440, +,7b6,24,55,1,0,0,,229440,629440,4ff,DIDs supported in range 9441_9460, +,7b6,24,55,1,0,0,,229460,629460,4ff,DIDs supported in range 9461_9480, +,7b6,24,55,1,0,0,,229480,629480,4ff,DIDs supported in range 9481_94A0, +,7b6,24,55,1,0,0,,2294A0,6294A0,4ff,DIDs supported in range 94A1_94C0, +,7b6,24,55,1,0,0,,2294C0,6294C0,4ff,DIDs supported in range 94C1_94E0, +,7b6,24,55,1,0,0,,2294,6294,4ff,DIDs supported in range 94E1_9500, +,7b6,24,55,1,0,0,,229500,629500,4ff,DIDs supported in range 9501_9520, +,7b6,24,55,1,0,0,,229520,629520,4ff,DIDs supported in range 9521_9540, +,7b6,24,55,1,0,0,,229540,629540,4ff,DIDs supported in range 9541_9560, +,7b6,24,55,1,0,0,,229560,629560,4ff,DIDs supported in range 9561_9580, +,7b6,24,55,1,0,0,,229580,629580,4ff,DIDs supported in range 9581_95A0, +,7b6,24,55,1,0,0,,2295A0,6295A0,4ff,DIDs supported in range 95A1_95C0, +,7b6,24,55,1,0,0,,2295C0,6295C0,4ff,DIDs supported in range 95C1_95E0, +,7b6,24,55,1,0,0,,2295,6295,4ff,DIDs supported in range 95E1_9600, +,7b6,24,55,1,0,0,,229600,629600,4ff,DIDs supported in range 9601_9620, +,7b6,24,55,1,0,0,,229620,629620,4ff,DIDs supported in range 9621_9640, +,7b6,24,55,1,0,0,,229640,629640,4ff,DIDs supported in range 9641_9660, +,7b6,24,55,1,0,0,,229660,629660,4ff,DIDs supported in range 9661_9680, +,7b6,24,55,1,0,0,,229680,629680,4ff,DIDs supported in range 9681_96A0, +,7b6,24,55,1,0,0,,2296A0,6296A0,4ff,DIDs supported in range 96A1_96C0, +,7b6,24,55,1,0,0,,2296C0,6296C0,4ff,DIDs supported in range 96C1_96E0, +,7b6,24,55,1,0,0,,2296,6296,4ff,DIDs supported in range 96E1_9700, +,7b6,24,55,1,0,0,,229700,629700,4ff,DIDs supported in range 9701_9720, +,7b6,24,55,1,0,0,,229720,629720,4ff,DIDs supported in range 9721_9740, +,7b6,24,55,1,0,0,,229740,629740,4ff,DIDs supported in range 9741_9760, +,7b6,24,55,1,0,0,,229760,629760,4ff,DIDs supported in range 9761_9780, +,7b6,24,55,1,0,0,,229780,629780,4ff,DIDs supported in range 9781_97A0, +,7b6,24,55,1,0,0,,2297A0,6297A0,4ff,DIDs supported in range 97A1_97C0, +,7b6,24,55,1,0,0,,2297C0,6297C0,4ff,DIDs supported in range 97C1_97E0, +,7b6,24,55,1,0,0,,2297,6297,4ff,DIDs supported in range 97E1_9800, +,7b6,24,55,1,0,0,,229800,629800,4ff,DIDs supported in range 9801_9820, +,7b6,24,55,1,0,0,,229820,629820,4ff,DIDs supported in range 9821_9840, +,7b6,24,55,1,0,0,,229840,629840,4ff,DIDs supported in range 9841_9860, +,7b6,24,55,1,0,0,,229860,629860,4ff,DIDs supported in range 9861_9880, +,7b6,24,55,1,0,0,,229880,629880,4ff,DIDs supported in range 9881_98A0, +,7b6,24,55,1,0,0,,2298A0,6298A0,4ff,DIDs supported in range 98A1_98C0, +,7b6,24,55,1,0,0,,2298C0,6298C0,4ff,DIDs supported in range 98C1_98E0, +,7b6,24,55,1,0,0,,2298,6298,4ff,DIDs supported in range 98E1_9900, +,7b6,24,55,1,0,0,,229900,629900,4ff,DIDs supported in range 9901_9920, +,7b6,24,55,1,0,0,,229920,629920,4ff,DIDs supported in range 9921_9940, +,7b6,24,55,1,0,0,,229940,629940,4ff,DIDs supported in range 9941_9960, +,7b6,24,55,1,0,0,,229960,629960,4ff,DIDs supported in range 9961_9980, +,7b6,24,55,1,0,0,,229980,629980,4ff,DIDs supported in range 9981_99A0, +,7b6,24,55,1,0,0,,2299A0,6299A0,4ff,DIDs supported in range 99A1_99C0, +,7b6,24,55,1,0,0,,2299C0,6299C0,4ff,DIDs supported in range 99C1_99E0, +,7b6,24,55,1,0,0,,2299,6299,4ff,DIDs supported in range 99E1_9A00, +,7b6,24,55,1,0,0,,229A00,629A00,4ff,DIDs supported in range 9A01_9A20, +,7b6,24,55,1,0,0,,229A20,629A20,4ff,DIDs supported in range 9A21_9A40, +,7b6,24,55,1,0,0,,229A40,629A40,4ff,DIDs supported in range 9A41_9A60, +,7b6,24,55,1,0,0,,229A60,629A60,4ff,DIDs supported in range 9A61_9A80, +,7b6,24,55,1,0,0,,229A80,629A80,4ff,DIDs supported in range 9A81_9AA0, +,7b6,24,55,1,0,0,,229AA0,629AA0,4ff,DIDs supported in range 9AA1_9AC0, +,7b6,24,55,1,0,0,,229AC0,629AC0,4ff,DIDs supported in range 9AC1_9AE0, +,7b6,24,55,1,0,0,,229AE0,629AE0,4ff,DIDs supported in range 9AE1_9B00, +,7b6,24,55,1,0,0,,229B00,629B00,4ff,DIDs supported in range 9B01_9B20, +,7b6,24,55,1,0,0,,229B20,629B20,4ff,DIDs supported in range 9B21_9B40, +,7b6,24,55,1,0,0,,229B40,629B40,4ff,DIDs supported in range 9B41_9B60, +,7b6,24,55,1,0,0,,229B60,629B60,4ff,DIDs supported in range 9B61_9B80, +,7b6,24,55,1,0,0,,229B80,629B80,4ff,DIDs supported in range 9B81_9BA0, +,7b6,24,55,1,0,0,,229BA0,629BA0,4ff,DIDs supported in range 9BA1_9BC0, +,7b6,24,55,1,0,0,,229BC0,629BC0,4ff,DIDs supported in range 9BC1_9BE0, +,7b6,24,55,1,0,0,,229BE0,629BE0,4ff,DIDs supported in range 9BE1_9C00, +,7b6,24,55,1,0,0,,229C00,629C00,4ff,DIDs supported in range 9C01_9C20, +,7b6,24,55,1,0,0,,229C20,629C20,4ff,DIDs supported in range 9C21_9C40, +,7b6,24,55,1,0,0,,229C40,629C40,4ff,DIDs supported in range 9C41_9C60, +,7b6,24,55,1,0,0,,229C60,629C60,4ff,DIDs supported in range 9C61_9C80, +,7b6,24,55,1,0,0,,229C80,629C80,4ff,DIDs supported in range 9C81_9CA0, +,7b6,24,55,1,0,0,,229CA0,629CA0,4ff,DIDs supported in range 9CA1_9CC0, +,7b6,24,55,1,0,0,,229CC0,629CC0,4ff,DIDs supported in range 9CC1_9CE0, +,7b6,24,55,1,0,0,,229CE0,629CE0,4ff,DIDs supported in range 9CE1_9D00, +,7b6,24,55,1,0,0,,229D00,629D00,4ff,DIDs supported in range 9D01_9D20, +,7b6,24,55,1,0,0,,229D20,629D20,4ff,DIDs supported in range 9D21_9D40, +,7b6,24,55,1,0,0,,229D40,629D40,4ff,DIDs supported in range 9D41_9D60, +,7b6,24,55,1,0,0,,229D60,629D60,4ff,DIDs supported in range 9D61_9D80, +,7b6,24,55,1,0,0,,229D80,629D80,4ff,DIDs supported in range 9D81_9DA0, +,7b6,24,55,1,0,0,,229DA0,629DA0,4ff,DIDs supported in range 9DA1_9DC0, +,7b6,24,55,1,0,0,,229DC0,629DC0,4ff,DIDs supported in range 9DC1_9DE0, +,7b6,24,55,1,0,0,,229DE0,629DE0,4ff,DIDs supported in range 9DE1_9E00, +,7b6,24,55,1,0,0,,229,629,4ff,DIDs supported in range 9E01_9E20, +,7b6,24,55,1,0,0,,229EA0,629EA0,4ff,DIDs supported in range 9EA1_9EC0, +,7b6,24,55,1,0,0,,229EC0,629EC0,4ff,DIDs supported in range 9EC1_9EE0, +,7b6,24,55,1,0,0,,229EE0,629EE0,4ff,DIDs supported in range 9EE1_9F00, +,7b6,24,55,1,0,0,,229F00,629F00,4ff,DIDs supported in range 9F01_9F20, +,7b6,24,55,1,0,0,,229F20,629F20,4ff,DIDs supported in range 9F21_9F40, +,7b6,24,55,1,0,0,,229F40,629F40,4ff,DIDs supported in range 9F41_9F60, +,7b6,24,55,1,0,0,,229F60,629F60,4ff,DIDs supported in range 9F61_9F80, +,7b6,24,55,1,0,0,,229F80,629F80,4ff,DIDs supported in range 9F81_9FA0, +,7b6,24,55,1,0,0,,229FA0,629FA0,4ff,DIDs supported in range 9FA1_9FC0, +,7b6,24,55,1,0,0,,229FC0,629FC0,4ff,DIDs supported in range 9FC1_9FE0, +,7b6,24,55,1,0,0,,229FE0,629FE0,4ff,DIDs supported in range 9FE1_A000, +,7b6,24,55,1,0,0,,22F000,62F000,4ff,DIDs supported in range F001_F020, +,7b6,24,31,1,0,0,,22F010,62F010,ff,Fingerprint information.01, +,7b6,32,39,1,0,0,,22F010,62F010,ff,Fingerprint information.02, +,7b6,40,47,1,0,0,,22F010,62F010,ff,Fingerprint information.03, +,7b6,48,55,1,0,0,,22F010,62F010,ff,Fingerprint information.04, +,7b6,56,63,1,0,0,,22F010,62F010,ff,Fingerprint information.05, +,7b6,64,71,1,0,0,,22F010,62F010,ff,Fingerprint information.06, +,7b6,72,79,1,0,0,,22F010,62F010,ff,Fingerprint information.07, +,7b6,80,87,1,0,0,,22F010,62F010,ff,Fingerprint information.08, +,7b6,88,103,1,0,0,,22F010,62F010,ff,Fingerprint information.09, +,7b6,96,103,1,0,0,,22F010,62F010,ff,Fingerprint information.10, +,7b6,104,111,1,0,0,,22F010,62F010,ff,Fingerprint information.11, +,7b6,112,119,1,0,0,,22F010,62F010,ff,Fingerprint information.12, +,7b6,120,127,1,0,0,,22F010,62F010,ff,Fingerprint information.13, +,7b6,128,135,1,0,0,,22F010,62F010,ff,Fingerprint information.14, +,7b6,136,143,1,0,0,,22F010,62F010,ff,Fingerprint information.15, +,7b6,144,151,1,0,0,,22F010,62F010,ff,Fingerprint information.16, +,7b6,24,103,1,0,0,,22F012,62F012,2ff,OperationalReference Ref C if available or Ref B then 0 if no Ref, +,7b6,24,55,1,0,0,,22F020,62F020,4ff,DIDs supported in range F021_F040, +,7b6,24,39,1,0,0,,22F0A0,62F0A0,4ff,FOTA Status, +,7b6,24,31,1,0,0,,22F0A5,62F0A5,4ff,FOTA cancel counter, +,7b6,24,55,1,0,0,,22F100,62F100,4ff,DIDs supported in range F101_F120, +,7b6,24,103,1,0,0,,22F111,62F111,2ff,VehicleManufacturerECUHardwareNumber_DAI, +,7b6,24,55,1,0,0,,22F120,62F120,4ff,DIDs supported in range F121_F140, +,7b6,24,183,1,0,0,,22F121,62F121,2ff,VehicleManufacturerECUSoftwareNumber_DAI, +,7b6,24,39,1,0,0,,22F180,62F180,2ff,Boot VersionbootSoftwareIdentification, +,7b6,24,39,1,0,0,,22F182,62F182,4ff,Calibration number, +,7b6,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,7b6,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,7b6,24,63,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,7b6,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,7b6,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,7b6,24,55,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,7b6,24,55,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,7b6,24,103,1,0,0,,22F196,62F196,2ff,OBD Approval, +,7b6,24,279,1,0,0,,22F197,62F197,2ff,OBD EngineType, +,7b6,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,7b6,24,103,1,0,0,,22F1A1,62F1A1,2ff,Vehicle Manufacturer Spare Part Number Nissan, +,7b6,24,39,1,0,0,,22FD00,62FD00,4ff,Supplier reserved, +,7b6,24,39,1,0,0,,22FD01,62FD01,4ff,Supplier reserved1, +,7b6,24,39,1,0,0,,22FEFF,62FEFF,4ff,Supplier componant reset, +,7b6,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/LBC2_Tests.csv b/app/src/main/assets/Spring/LBC2_Tests.csv new file mode 100644 index 00000000..338d649d --- /dev/null +++ b/app/src/main/assets/Spring/LBC2_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adj. failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or sys. operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/LBC_Dtcs.csv b/app/src/main/assets/Spring/LBC_Dtcs.csv new file mode 100644 index 00000000..c041eb57 --- /dev/null +++ b/app/src/main/assets/Spring/LBC_Dtcs.csv @@ -0,0 +1,109 @@ +1B00,DF284 SUPPLY VOLTAGE CONTROL UNIT +1B01,DF198 DRIVE BATTERY CELLS +1B02,Battery pack voltage +1B03,DF305 DRIVE BATTERY OVERVOLTAGE +1B04,DF016 TEMPERATURE SENSOR CIRCUIT +1B05,DF018 TEMPERATURE SENSOR CIRCUIT +1B06,All module thermistors in failure +1B07,DF329 TEMPERATURE SENSOR DRIVE BATTERY COOLANT +1B08,DF174 RADIATOR FAN DRIVE BATTERY +1B09,DF175 RADIATOR FAN DRIVE BATTERY +1B0A,Main relay control output +1B0B,Precharge relay control output +1B0C,DF243 TEMPERATURE DRIVE BATTERY TRAY +1B0D,DF032 BMS +1B0E,DF006 BMS +1B0F,DF283 SUPPLY VOLTAGE CONTROL UNIT +1B10,Master CPU/Slave Communication +1B12,DF331 BMS +1B14,Relay 3 control output +1B15,Temp 2 thermistor input +1B16,DF332 BMS +1B17,Air/Ambient thermistor input +1B18,DF396 LOCK LOCKING TOOL +1B19,DF352 DRIVE BATTERY LOCKOUT +1B1A,DF354 CHARGE INTERLOCK DRIVE BATTERY +1B1B,DF398 ENGINE BATTERY ACCESS DOOR INTERLOCK +1B1C,DF351 ELECTRICAL SYSTEM CIRCUIT +1B1D,Current sensor 5V supply +1B1E,DF011 CURRENT SENSOR DRIVE BATTERY +1B1F,DF191 CURRENT SENSOR, DRIVE BATTERY +1BA4,DF191 CURRENT SENSOR DRIVE BATTERY +1B20,DF287 DC CHARGE RELAY CIRCUIT +1B21,DF027 BMS +1B30,DF336 TEMPERATURE SENSOR MODULE 1 +1B31,DF337 TEMPERATURE SENSOR MODULE 2 +1B32,DF339 TEMPERATURE SENSOR MODULE 3 +1B33,DF341 TEMPERATURE SENSOR MODULE 4 +1B34,DF343 TEMPERATURE SENSOR MODULE 5 +1B35,DF345 TEMPERATURE SENSOR MODULE 6 +1B36,DF347 TEMPERATURE SENSOR MODULE 7 +1B37,DF349 TEMPERATURE SENSOR MODULE 8 +1B38,module thermistor 9 +1B39,module thermistor 10 +1B3A,Module thermistor 11 +1B3B,module thermistor 12 +1B3C,Module thermistor 13 +1B3D,module thermistor 14 +1B3E,module thermistor 15 +1B3F,Module thermistor 16 +1B40,module thermistor 17 +1B41,module thermistor 18 +1B42,module thermistor 19 +1B43,module thermistor 20 +1B44,Module thermistor 21 +1B45,module thermistor 22 +1B46,Module thermistor 23 +1B47,Module thermistor 24 +1B48,Module thermistor 25 +1B49,Module thermistor 26 +1B4A,module thermistor 27 +1B4B,Module thermistor 28 +1B4C,Module thermistor 29 +1B4D,Module thermistor 30 +1B4E,module thermistor 31 +1B4F,Module thermistor 32 +1B60,DF360 MODULE 1 CELL DETECTION LEADS +1B61,DF365 CELL DETECTION WIRES FOR MODULE 2 +1B62,DF370 MODULE 3 CELL DETECTION LEADS +1B63,DF375 CELL DETECTION WIRES FOR MODULE 4 +1B64,DF380 MODULE 5 CELL DETECTION LEADS +1B65,DF385 MODULE 6 CELL DETECT LEADS +1B66,DF390 CELL DETECTION WIRES FOR MODULE 7 +1B67,DF395 MODULE 8 CELL DETECTION LEADS +1B68,Cell sensing lines - Module 9 +1B69,Cell sensing lines - Module 10 +1B6A,Cell sensing lines - Module 11 +1B6B,Cell sensing lines - Module 12 +1B6C,Cell sensing lines - Module 13 +1B6D,Cell sensing lines - Module 14 +1B6E,Cell sensing lines - Module 15 +1B6F,Cell sensing lines - Module 16 +1B70,Cell sensing lines - Module 17 +1B71,Cell sensing lines - Module 18 +1B72,Cell sensing lines - Module 19 +1B73,Cell sensing lines - Module 20 +1B74,Cell sensing lines - Module 21 +1B80,State of Charge Estimation +1B81,DF330 DRIVE BATTERY CONDITION +1B82,DF289 LIMIT AVAILABLE POWER +1B83,DF288 DRIVE BATTERY CELLS +1BA0,Low voltage supply input (SCPU) +1BA1,Cell input lines (SCPU) +1BA2,Insulation Resistance measurement circuit +1BA3,SCPU/PCB temperature sensor +1BA4,current sensor input1 +1BAD,Internal memory RAM/ROM (SCPU) +1BAE,External NV memory (EEPROMFLASH)1 +1BAF,CAN current sensor (SCPU) +1BB1,Safety CPU/Slave Communication +1BB2,ASIC (redundancy) +1BB3,Hot Spot (SPARE) sensor +1BB4,Pack module temperature sensor (SCPU) +1BB5,CAN current sensor (SCPU)1 +1BB6,Flash memory failure (FOTA) (SCPU) +E140,DF281 ECM NOT DETECTED BY BMS CAN-HV +E142,CAN from Inverter +E143,DF282 EVC NOT DETECTED BY BMS CAN-HV +FD00,FOTA : SW bloc +FD01,FOTA : Calibration bloc diff --git a/app/src/main/assets/Spring/LBC_Fields.csv b/app/src/main/assets/Spring/LBC_Fields.csv new file mode 100644 index 00000000..cee655af --- /dev/null +++ b/app/src/main/assets/Spring/LBC_Fields.csv @@ -0,0 +1,2302 @@ +,7bb,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,7bb,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,7bb,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,7bb,0,0,1,0,0,,1060,5060,ff,StartDiagnosticSession.Supplier, +,7bb,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,7bb,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,7bb,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,7bb,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,7bb,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,7bb,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD,1:Current sensor internal error;4:HVMux diag error (HVMuxSeq or HVMuxTestSource);6:GENERAL / Algorithm;8:Communication Failure (UART communication);17:half of thermistor in SCG. Performance is degraded;18:Cell Short circuit;19:Opened Cell;20:ELECTRICAL / SC Ground or Open;21:half therm in SCB or OC Performance is degraded;22:LV Power Supply is too low;23:LV Power Supply is too high;25:Pack overcurrent;26:Insulation NOK (alert charge forbidden);28:ELECTRICAL / Voltage Out Of Range;30:Cell Wire Impendance Out of Range;33:Cell undervoltage derating;36:Power Off failure;49:No signal can be read from FAN;56:Internal 32kHz deviation;65:Error on Internal Memory (Main CPU);67:Communication failure with Flash memory;68:Corruption of datas;71:Corruption (checksum mechanism) on safety datas;73:ADC conversion error;81:PROGRAMMING / Not Programmed;98:1 therm deviation (compare to other thermistors);129:Invalid data received on CAN Current sensor frames;135:Missing frame(s) from CAN Current sensor;136:Bus OFF on CAN transceiver (Main CPU);146:COMPONENT / Performance;150:COMPONENT / Internal;152:Temp1 value is over the limit threshold;241:Cell overvoltage safety;242:Cell overdischarge;244:Temp1 value is under the limit threshold;249:Available Power is limited;251:Batt pack temp > threshold (derating);253:Current offset too high +,7bb,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,7bb,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,7bb,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,7bb,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,7bb,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,7bb,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,7bb,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,7bb,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,7bb,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,7bb,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,7bb,16,39,1,0,0,,1903000000FF,5903000000FF,4ff,DTCRecord, +,7bb,40,47,1,0,0,,1903000000FF,5903000000FF,4ff,DTCSnapshotRecordNumber, +,7bb,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,7bb,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,7bb,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,87,.00390625,0,3,km,190600000080,590600000080,1ff,DTCExtendedData.Mileage, +,7bb,16,39,1,0,0,,190600000084,590600000084,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000084,590600000084,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000084,590600000084,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,63,1,0,0,,190600000084,590600000084,ff,DTCExtendedData.DTCOccurrenceCounter, +,7bb,16,39,1,0,0,,190600000085,590600000085,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000085,590600000085,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000085,590600000085,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,87,.00390625,255,3,km,190600000085,590600000085,1ff,DTCExtendedData.DTCLastDiseappearMileage, +,7bb,16,39,1,0,0,,190600000086,590600000086,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000086,590600000086,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000086,590600000086,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,87,1,0,0,km,190600000086,590600000086,1ff,DTCExtendedData.DTCTravelledDistanceFailurePresent, +,7bb,16,39,1,0,0,,190600000087,590600000087,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000087,590600000087,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000087,590600000087,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,87,.00390625,0,3,km,190600000087,590600000087,1ff,DTCExtendedData.DTCFirstAppearMileage, +,7bb,16,39,1,0,0,,190600000088,590600000088,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000088,590600000088,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000088,590600000088,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,71,1,0,0,,190600000088,590600000088,ff,DTCExtendedData.IUPRnumerator, +,7bb,16,39,1,0,0,,190600000089,590600000089,4ff,DTCRecord, +,7bb,40,47,1,0,0,,190600000089,590600000089,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,190600000089,590600000089,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,71,1,0,0,,190600000089,590600000089,ff,DTCExtendedData.IUPRdenominator, +,7bb,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,7bb,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,7bb,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;132:DTCOccurrenceCounter;133:DTCLastDiseappearMileage;134:DTCTravelledDistanceFailurePresent;135:DTCFirstAppearMileage;136:IUPRnumerator;137:IUPRdenominator +,7bb,56,87,.00390625,0,3,km,1906000000FF,5906000000FF,1ff,DTCExtendedData.DTCFirstAppearMileage, +,7bb,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,7bb,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,6912:Low voltage supply input;6913:Cell input lines;6914:Battery pack voltage;6915:Current sensor input;6916:Few module thermistors in failure;6917:Many module thermistors in failure;6918:All module thermistors in failure;6919:Cooling thermistor input;6920:FAN speed input;6921:FAN control output;6922:Main relay control output;6923:Precharge relay control output;6924:Battery pack temperature;6925:Internal memory RAM/ROM;6926:External NV memory (EEPROM- FLASH);6927:Analog to Digital Converter;6928:Master CPU/Slave Communication;6930:Main ASSP;6932:Relay 3 control output;6933:Temp 2 thermistor input;6934:MCPU/PCB temperature sensor;6935:Air/Ambient thermistor input;6936:Interlock1;6937:Interlock2;6938:Interlock3;6939:Interlock4;6940:Busbar;6941:Current sensor 5V supply;6942:Current sensor 12V supply;6943:CAN current sensor (MCPU);6944:Relay 4 control output;6945:Flash memory failure (FOTA);6960:Module thermistor 1;6961:Module thermistor 2;6962:Module thermistor 3;6963:Module thermistor 4;6964:Module thermistor 5;6965:Module thermistor 6;6966:Module thermistor 7;6967:Module thermistor 8;6968:Module thermistor 9;6969:Module thermistor 10;6970:Module thermistor 11;6971:Module thermistor 12;6972:Module thermistor 13;6973:Module thermistor 14;6974:Module thermistor 15;6975:Module thermistor 16;6976:Module thermistor 17;6977:Module thermistor 18;6978:Module thermistor 19;6979:Module thermistor 20;6980:Module thermistor 21;6981:Module thermistor 22;6982:Module thermistor 23;6983:Module thermistor 24;6984:Module thermistor 25;6985:Module thermistor 26;6986:Module thermistor 27;6987:Module thermistor 28;6988:Module thermistor 29;6989:Module thermistor 30;6990:Module thermistor 31;6991:Module thermistor 32;7008:Cell sensing lines - Module 1;7009:Cell sensing lines - Module 2;7010:Cell sensing lines - Module 3;7011:Cell sensing lines - Module 4;7012:Cell sensing lines - Module 5;7013:Cell sensing lines - Module 6;7014:Cell sensing lines - Module 7;7015:Cell sensing lines - Module 8;7016:Cell sensing lines - Module 9;7017:Cell sensing lines - Module 10;7018:Cell sensing lines - Module 11;7019:Cell sensing lines - Module 12;7020:Cell sensing lines - Module 13;7021:Cell sensing lines - Module 14;7022:Cell sensing lines - Module 15;7023:Cell sensing lines - Module 16;7024:Cell sensing lines - Module 17;7025:Cell sensing lines - Module 18;7026:Cell sensing lines - Module 19;7027:Cell sensing lines - Module 20;7028:Cell sensing lines - Module 21;7040:State of Charge Estimation;7041:State of Health Estimation;7042:Available Power;7043:Cell SOHP;7072:Low voltage supply input (SCPU);7073:Cell input lines (SCPU);7074:Insulation Resistance measurement circuit;7075:SCPU/PCB temperature sensor;7076:Current sensor input1;7085:Internal memory RAM/ROM (SCPU);7086:External NV memory (EEPROM- FLASH)1;7087:CAN current sensor (SCPU);7089:Safety CPU/Slave Communication;7090:ASIC (redundancy);7091:Hot Spot (SPARE) sensor;7092:Pack module temperature sensor (SCPU);7093:CAN current sensor (SCPU)1;7094:Flash memory failure (FOTA) (SCPU);57664:CAN from HECM;57666:CAN from Inverter;57667:CAN from EVC/HEVC;57668:CAN from BMS1;59917:CAN controller (MCPU);64768:FOTA - SW bloc;64769:FOTA - Calibration bloc +,7bb,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,7bb,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,7bb,16,31,1,0,0,,1914,5914,ff,DTCDeviceIdentifier,6912:Low voltage supply input;6913:Cell input lines;6914:Battery pack voltage;6915:Current sensor input;6916:Few module thermistors in failure;6917:Many module thermistors in failure;6918:All module thermistors in failure;6919:Cooling thermistor input;6920:FAN speed input;6921:FAN control output;6922:Main relay control output;6923:Precharge relay control output;6924:Battery pack temperature;6925:Internal memory RAM/ROM;6926:External NV memory (EEPROM- FLASH);6927:Analog to Digital Converter;6928:Master CPU/Slave Communication;6930:Main ASSP;6932:Relay 3 control output;6933:Temp 2 thermistor input;6934:MCPU/PCB temperature sensor;6935:Air/Ambient thermistor input;6936:Interlock1;6937:Interlock2;6938:Interlock3;6939:Interlock4;6940:Busbar;6941:Current sensor 5V supply;6942:Current sensor 12V supply;6943:CAN current sensor (MCPU);6944:Relay 4 control output;6945:Flash memory failure (FOTA);6960:Module thermistor 1;6961:Module thermistor 2;6962:Module thermistor 3;6963:Module thermistor 4;6964:Module thermistor 5;6965:Module thermistor 6;6966:Module thermistor 7;6967:Module thermistor 8;6968:Module thermistor 9;6969:Module thermistor 10;6970:Module thermistor 11;6971:Module thermistor 12;6972:Module thermistor 13;6973:Module thermistor 14;6974:Module thermistor 15;6975:Module thermistor 16;6976:Module thermistor 17;6977:Module thermistor 18;6978:Module thermistor 19;6979:Module thermistor 20;6980:Module thermistor 21;6981:Module thermistor 22;6982:Module thermistor 23;6983:Module thermistor 24;6984:Module thermistor 25;6985:Module thermistor 26;6986:Module thermistor 27;6987:Module thermistor 28;6988:Module thermistor 29;6989:Module thermistor 30;6990:Module thermistor 31;6991:Module thermistor 32;7008:Cell sensing lines - Module 1;7009:Cell sensing lines - Module 2;7010:Cell sensing lines - Module 3;7011:Cell sensing lines - Module 4;7012:Cell sensing lines - Module 5;7013:Cell sensing lines - Module 6;7014:Cell sensing lines - Module 7;7015:Cell sensing lines - Module 8;7016:Cell sensing lines - Module 9;7017:Cell sensing lines - Module 10;7018:Cell sensing lines - Module 11;7019:Cell sensing lines - Module 12;7020:Cell sensing lines - Module 13;7021:Cell sensing lines - Module 14;7022:Cell sensing lines - Module 15;7023:Cell sensing lines - Module 16;7024:Cell sensing lines - Module 17;7025:Cell sensing lines - Module 18;7026:Cell sensing lines - Module 19;7027:Cell sensing lines - Module 20;7028:Cell sensing lines - Module 21;7040:State of Charge Estimation;7041:State of Health Estimation;7042:Available Power;7043:Cell SOHP;7072:Low voltage supply input (SCPU);7073:Cell input lines (SCPU);7074:Insulation Resistance measurement circuit;7075:SCPU/PCB temperature sensor;7076:Current sensor input1;7085:Internal memory RAM/ROM (SCPU);7086:External NV memory (EEPROM- FLASH)1;7087:CAN current sensor (SCPU);7089:Safety CPU/Slave Communication;7090:ASIC (redundancy);7091:Hot Spot (SPARE) sensor;7092:Pack module temperature sensor (SCPU);7093:CAN current sensor (SCPU)1;7094:Flash memory failure (FOTA) (SCPU);57664:CAN from HECM;57666:CAN from Inverter;57667:CAN from EVC/HEVC;57668:CAN from BMS1;59917:CAN controller (MCPU);64768:FOTA - SW bloc;64769:FOTA - Calibration bloc +,7bb,32,39,1,0,0,,1914,5914,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,7bb,40,47,1,0,0,,1914,5914,ff,DTCFaultDetectionCounter, +,7bb,24,55,1,0,0,,229000,629000,4ff,DIDs supported in range 9001_9020, +,7bb,24,31,.5,6,1,%,229001,629001,ff,Battery SOCZxx_bsoc_avg, +,7bb,24,39,.01,0,2,%,229002,629002,ff,Battery USOCWxx_usoc_avg, +,7bb,24,39,.01,0,2,%,229003,629003,ff,Battery SOHZxx_sohe_avg, +,7bb,24,39,.1,0,1,V,229005,629005,ff,Pack Voltage CAN valueWxx_pack_v_out, +,7bb,24,55,.0009765625,0,3,V,229006,629006,1ff,Sum of all Cell VoltageWxx_pack_v, +,7bb,24,39,.000976563,0,3,V,229007,629007,ff,Maximum Cell VoltageWxx_cell_v_max, +,7bb,24,31,1,0,0,,229008,629008,ff,Number of Maximum Cell VoltageWxx_cell_v_max_nr, +,7bb,24,39,.000976563,0,3,V,229009,629009,ff,Minimum Cell VoltageWxx_cell_v_min, +,7bb,24,31,1,0,0,,22900A,62900A,ff,Number of Minimum Cell VoltageWxx_cell_v_min_nr, +,7bb,24,39,.03125,32640,2,A,22900C,62900C,ff,Current Sensor Offset valueWxx_bat_i_ofs, +,7bb,24,55,.025,48000,2,A,22900D,62900D,1ff,Instant Current of Battery CAN valueWxx_bat_i_10ms_out, +,7bb,24,39,.01,0,2,kW,22900E,62900E,ff,Maximum Generated Power After RestrictionWxx_rgn_pw_lngtrm, +,7bb,24,39,.01,0,2,kW,22900F,62900F,ff,Maximum Available Power After RestrictionWxx_dchg_pw_lngtrm, +,7bb,24,39,.000976563,0,3,V,229011,629011,ff,Low Voltage SupplyWxx_raw_14v_mes, +,7bb,24,39,.0625,640,2,°C,229012,629012,ff,Average TemperatureWxx_temp_avg, +,7bb,24,39,.0625,640,2,°C,229013,629013,ff,Minimum TemperatureWxx_temp_min, +,7bb,24,39,.0625,640,2,°C,229014,629014,ff,Maximum TemperatureWxx_temp_max, +,7bb,24,39,.01,0,2,kW,229018,629018,ff,Maximum Charge Power after restrictionWxx_chg_pw, +,7bb,31,31,1,0,0,,229019,629019,ff,End Of Charge flagWbx_chg_end,0:Charging OK;1:Charging Stop +,7bb,30,31,1,0,0,,22901A,62901A,ff,HVBatt Interlock flagWsx_HVcn_ilck_out,0:Not used;1:Opened;2:Closed;3:Unavailable +,7bb,24,31,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.25, +,7bb,32,39,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.24, +,7bb,40,47,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.23, +,7bb,48,55,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.22, +,7bb,56,63,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.21, +,7bb,64,71,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.20, +,7bb,72,79,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.19, +,7bb,80,87,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.18, +,7bb,88,95,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.17, +,7bb,96,103,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.16, +,7bb,104,111,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.15, +,7bb,112,119,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.14, +,7bb,120,127,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.13, +,7bb,128,135,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.12, +,7bb,136,143,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.11, +,7bb,144,151,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.10, +,7bb,152,159,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.09, +,7bb,160,167,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.08, +,7bb,168,175,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.07, +,7bb,176,183,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.06, +,7bb,184,191,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.05, +,7bb,192,199,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.04, +,7bb,200,207,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.03, +,7bb,208,215,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.02, +,7bb,216,223,1,0,0,,22901B,62901B,2ff,Battery Identification Number BIN.01, +,7bb,24,31,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.19, +,7bb,32,39,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.18, +,7bb,40,47,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.17, +,7bb,48,55,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.16, +,7bb,56,63,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.15, +,7bb,64,71,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.14, +,7bb,72,79,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.13, +,7bb,80,87,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.12, +,7bb,88,95,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.11, +,7bb,96,103,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.10, +,7bb,104,111,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.09, +,7bb,112,119,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.08, +,7bb,120,127,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.07, +,7bb,128,135,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.06, +,7bb,136,143,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.05, +,7bb,144,151,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.04, +,7bb,152,159,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.03, +,7bb,160,167,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.02, +,7bb,168,175,1,0,0,,22901C,62901C,2ff,Traceability Identification Number TIN.01, +,7bb,24,31,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.01, +,7bb,32,39,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.02, +,7bb,40,47,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.03, +,7bb,48,55,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.04, +,7bb,56,63,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.05, +,7bb,64,71,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.06, +,7bb,72,79,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.07, +,7bb,80,87,1,0,0,,22901D,62901D,2ff,Functional Identification Number FIN.08, +,7bb,24,55,1,0,0,,229020,629020,4ff,DIDs supported in range 9021_9040, +,7bb,24,39,.000976563,0,3,V,229021,629021,ff,Cell 1 VoltageWtx_cell_v.0, +,7bb,24,39,.000976563,0,3,V,229022,629022,ff,Cell 2 VoltageWtx_cell_v.1, +,7bb,24,39,.000976563,0,3,V,229023,629023,ff,Cell 3 VoltageWtx_cell_v.2, +,7bb,24,39,.000976563,0,3,V,229024,629024,ff,Cell 4 VoltageWtx_cell_v.3, +,7bb,24,39,.000976563,0,3,V,229025,629025,ff,Cell 5 VoltageWtx_cell_v.4, +,7bb,24,39,.000976563,0,3,V,229026,629026,ff,Cell 6 VoltageWtx_cell_v.5, +,7bb,24,39,.000976563,0,3,V,229027,629027,ff,Cell 7 VoltageWtx_cell_v.6, +,7bb,24,39,.000976563,0,3,V,229028,629028,ff,Cell 8 VoltageWtx_cell_v.7, +,7bb,24,39,.000976563,0,3,V,229029,629029,ff,Cell 9 VoltageWtx_cell_v.8, +,7bb,24,39,.000976563,0,3,V,22902A,62902A,ff,Cell 10 VoltageWtx_cell_v.9, +,7bb,24,39,.000976563,0,3,V,22902B,62902B,ff,Cell 11 VoltageWtx_cell_v.10, +,7bb,24,39,.000976563,0,3,V,22902C,62902C,ff,Cell 12 VoltageWtx_cell_v.11, +,7bb,24,39,.000976563,0,3,V,22902D,62902D,ff,Cell 13 VoltageWtx_cell_v.12, +,7bb,24,39,.000976563,0,3,V,22902E,62902E,ff,Cell 14 VoltageWtx_cell_v.13, +,7bb,24,39,.000976563,0,3,V,22902F,62902F,ff,Cell 15 VoltageWtx_cell_v.14, +,7bb,24,39,.000976563,0,3,V,229030,629030,ff,Cell 16 VoltageWtx_cell_v.15, +,7bb,24,39,.000976563,0,3,V,229031,629031,ff,Cell 17 VoltageWtx_cell_v.16, +,7bb,24,39,.000976563,0,3,V,229032,629032,ff,Cell 18 VoltageWtx_cell_v.17, +,7bb,24,39,.000976563,0,3,V,229033,629033,ff,Cell 19 VoltageWtx_cell_v.18, +,7bb,24,39,.000976563,0,3,V,229034,629034,ff,Cell 20 VoltageWtx_cell_v.19, +,7bb,24,39,.000976563,0,3,V,229035,629035,ff,Cell 21 VoltageWtx_cell_v.20, +,7bb,24,39,.000976563,0,3,V,229036,629036,ff,Cell 22 VoltageWtx_cell_v.21, +,7bb,24,39,.000976563,0,3,V,229037,629037,ff,Cell 23 VoltageWtx_cell_v.22, +,7bb,24,39,.000976563,0,3,V,229038,629038,ff,Cell 24 VoltageWtx_cell_v.23, +,7bb,24,39,.000976563,0,3,V,229039,629039,ff,Cell 25 VoltageWtx_cell_v.24, +,7bb,24,39,.000976563,0,3,V,22903A,62903A,ff,Cell 26 VoltageWtx_cell_v.25, +,7bb,24,39,.000976563,0,3,V,22903B,62903B,ff,Cell 27 VoltageWtx_cell_v.26, +,7bb,24,39,.000976563,0,3,V,22903C,62903C,ff,Cell 28 VoltageWtx_cell_v.27, +,7bb,24,39,.000976563,0,3,V,22903D,62903D,ff,Cell 29 VoltageWtx_cell_v.28, +,7bb,24,39,.000976563,0,3,V,22903E,62903E,ff,Cell 30 VoltageWtx_cell_v.29, +,7bb,24,39,.000976563,0,3,V,22903F,62903F,ff,Cell 31 VoltageWtx_cell_v.30, +,7bb,24,55,1,0,0,,229040,629040,4ff,DIDs supported in range 9041_9060, +,7bb,24,39,.000976563,0,3,V,229041,629041,ff,Cell 32 VoltageWtx_cell_v.31, +,7bb,24,39,.000976563,0,3,V,229042,629042,ff,Cell 33 VoltageWtx_cell_v.32, +,7bb,24,39,.000976563,0,3,V,229043,629043,ff,Cell 34 VoltageWtx_cell_v.33, +,7bb,24,39,.000976563,0,3,V,229044,629044,ff,Cell 35 VoltageWtx_cell_v.34, +,7bb,24,39,.000976563,0,3,V,229045,629045,ff,Cell 36 VoltageWtx_cell_v.35, +,7bb,24,39,.000976563,0,3,V,229046,629046,ff,Cell 37 VoltageWtx_cell_v.36, +,7bb,24,39,.000976563,0,3,V,229047,629047,ff,Cell 38 VoltageWtx_cell_v.37, +,7bb,24,39,.000976563,0,3,V,229048,629048,ff,Cell 39 VoltageWtx_cell_v.38, +,7bb,24,39,.000976563,0,3,V,229049,629049,ff,Cell 40 VoltageWtx_cell_v.39, +,7bb,24,39,.000976563,0,3,V,22904A,62904A,ff,Cell 41 VoltageWtx_cell_v.40, +,7bb,24,39,.000976563,0,3,V,22904B,62904B,ff,Cell 42 VoltageWtx_cell_v.41, +,7bb,24,39,.000976563,0,3,V,22904C,62904C,ff,Cell 43 VoltageWtx_cell_v.42, +,7bb,24,39,.000976563,0,3,V,22904D,62904D,ff,Cell 44 VoltageWtx_cell_v.43, +,7bb,24,39,.000976563,0,3,V,22904E,62904E,ff,Cell 45 VoltageWtx_cell_v.44, +,7bb,24,39,.000976563,0,3,V,22904F,62904F,ff,Cell 46 VoltageWtx_cell_v.45, +,7bb,24,39,.000976563,0,3,V,229050,629050,ff,Cell 47 VoltageWtx_cell_v.46, +,7bb,24,39,.000976563,0,3,V,229051,629051,ff,Cell 48 VoltageWtx_cell_v.47, +,7bb,24,39,.000976563,0,3,V,229052,629052,ff,Cell 49 VoltageWtx_cell_v.48, +,7bb,24,39,.000976563,0,3,V,229053,629053,ff,Cell 50 VoltageWtx_cell_v.49, +,7bb,24,39,.000976563,0,3,V,229054,629054,ff,Cell 51 VoltageWtx_cell_v.50, +,7bb,24,39,.000976563,0,3,V,229055,629055,ff,Cell 52 VoltageWtx_cell_v.51, +,7bb,24,39,.000976563,0,3,V,229056,629056,ff,Cell 53 VoltageWtx_cell_v.52, +,7bb,24,39,.000976563,0,3,V,229057,629057,ff,Cell 54 VoltageWtx_cell_v.53, +,7bb,24,39,.000976563,0,3,V,229058,629058,ff,Cell 55 VoltageWtx_cell_v.54, +,7bb,24,39,.000976563,0,3,V,229059,629059,ff,Cell 56 VoltageWtx_cell_v.55, +,7bb,24,39,.000976563,0,3,V,22905A,62905A,ff,Cell 57 VoltageWtx_cell_v.56, +,7bb,24,39,.000976563,0,3,V,22905B,62905B,ff,Cell 58 VoltageWtx_cell_v.57, +,7bb,24,39,.000976563,0,3,V,22905C,62905C,ff,Cell 59 VoltageWtx_cell_v.58, +,7bb,24,39,.000976563,0,3,V,22905D,62905D,ff,Cell 60 VoltageWtx_cell_v.59, +,7bb,24,39,.000976563,0,3,V,22905E,62905E,ff,Cell 61 VoltageWtx_cell_v.60, +,7bb,24,39,.000976563,0,3,V,22905F,62905F,ff,Cell 62 VoltageWtx_cell_v.61, +,7bb,24,55,1,0,0,,229060,629060,4ff,DIDs supported in range 9061_9080, +,7bb,24,39,.000976563,0,3,V,229061,629061,ff,Cell 63 VoltageWtx_cell_v.62, +,7bb,24,39,.000976563,0,3,V,229062,629062,ff,Cell 64 VoltageWtx_cell_v.63, +,7bb,24,39,.000976563,0,3,V,229063,629063,ff,Cell 65 VoltageWtx_cell_v.64, +,7bb,24,39,.000976563,0,3,V,229064,629064,ff,Cell 66 VoltageWtx_cell_v.65, +,7bb,24,39,.000976563,0,3,V,229065,629065,ff,Cell 67 VoltageWtx_cell_v.66, +,7bb,24,39,.000976563,0,3,V,229066,629066,ff,Cell 68 VoltageWtx_cell_v.67, +,7bb,24,39,.000976563,0,3,V,229067,629067,ff,Cell 69 VoltageWtx_cell_v.68, +,7bb,24,39,.000976563,0,3,V,229068,629068,ff,Cell 70 VoltageWtx_cell_v.69, +,7bb,24,39,.000976563,0,3,V,229069,629069,ff,Cell 71 VoltageWtx_cell_v.70, +,7bb,24,39,.000976563,0,3,V,22906A,62906A,ff,Cell 72 VoltageWtx_cell_v.71, +,7bb,24,39,.000976563,0,3,V,22906B,62906B,ff,Cell 73 VoltageWtx_cell_v.72, +,7bb,24,39,.000976563,0,3,V,22906C,62906C,ff,Cell 74 VoltageWtx_cell_v.73, +,7bb,24,39,.000976563,0,3,V,22906D,62906D,ff,Cell 75 VoltageWtx_cell_v.74, +,7bb,24,39,.000976563,0,3,V,22906E,62906E,ff,Cell 76 VoltageWtx_cell_v.75, +,7bb,24,39,.000976563,0,3,V,22906F,62906F,ff,Cell 77 VoltageWtx_cell_v.76, +,7bb,24,39,.000976563,0,3,V,229070,629070,ff,Cell 78 VoltageWtx_cell_v.77, +,7bb,24,39,.000976563,0,3,V,229071,629071,ff,Cell 79 VoltageWtx_cell_v.78, +,7bb,24,39,.000976563,0,3,V,229072,629072,ff,Cell 80 VoltageWtx_cell_v.79, +,7bb,24,39,.000976563,0,3,V,229073,629073,ff,Cell 81 VoltageWtx_cell_v.80, +,7bb,24,39,.000976563,0,3,V,229074,629074,ff,Cell 82 VoltageWtx_cell_v.81, +,7bb,24,39,.000976563,0,3,V,229075,629075,ff,Cell 83 VoltageWtx_cell_v.82, +,7bb,24,39,.000976563,0,3,V,229076,629076,ff,Cell 84 VoltageWtx_cell_v.83, +,7bb,24,39,.000976563,0,3,V,229077,629077,ff,Cell 85 VoltageWtx_cell_v.84, +,7bb,24,39,.000976563,0,3,V,229078,629078,ff,Cell 86 VoltageWtx_cell_v.85, +,7bb,24,39,.000976563,0,3,V,229079,629079,ff,Cell 87 VoltageWtx_cell_v.86, +,7bb,24,39,.000976563,0,3,V,22907A,62907A,ff,Cell 88 VoltageWtx_cell_v.87, +,7bb,24,39,.000976563,0,3,V,22907B,62907B,ff,Cell 89 VoltageWtx_cell_v.88, +,7bb,24,39,.000976563,0,3,V,22907C,62907C,ff,Cell 90 VoltageWtx_cell_v.89, +,7bb,24,39,.000976563,0,3,V,22907D,62907D,ff,Cell 91 VoltageWtx_cell_v.90, +,7bb,24,39,.000976563,0,3,V,22907E,62907E,ff,Cell 92 VoltageWtx_cell_v.91, +,7bb,24,39,.000976563,0,3,V,22907F,62907F,ff,Cell 93 VoltageWtx_cell_v.92, +,7bb,24,55,1,0,0,,229080,629080,4ff,DIDs supported in range 9081_90A0, +,7bb,24,39,.000976563,0,3,V,229081,629081,ff,Cell 94 VoltageWtx_cell_v.93, +,7bb,24,39,.000976563,0,3,V,229082,629082,ff,Cell 95 VoltageWtx_cell_v.94, +,7bb,24,39,.000976563,0,3,V,229083,629083,ff,Cell 96 VoltageWtx_cell_v.95, +,7bb,24,39,.000976563,0,3,V,229084,629084,ff,Cell 97 VoltageWtx_cell_v96, +,7bb,24,39,.000976563,0,3,V,229085,629085,ff,Cell 98 VoltageWtx_cell_v97, +,7bb,24,39,.000976563,0,3,V,229086,629086,ff,Cell 99 VoltageWtx_cell_v98, +,7bb,24,39,.000976563,0,3,V,229087,629087,ff,Cell 100 VoltageWtx_cell_v99, +,7bb,24,39,.000976563,0,3,V,229088,629088,ff,Cell 101 VoltageWtx_cell_v100, +,7bb,24,39,.000976563,0,3,V,229089,629089,ff,Cell 102 VoltageWtx_cell_v101, +,7bb,24,39,.000976563,0,3,V,22908A,62908A,ff,Cell 103 VoltageWtx_cell_v102, +,7bb,24,39,.000976563,0,3,V,22908B,62908B,ff,Cell 104 VoltageWtx_cell_v103, +,7bb,24,39,.000976563,0,3,V,22908C,62908C,ff,Cell 105 VoltageWtx_cell_v104, +,7bb,24,39,.000976563,0,3,V,22908D,62908D,ff,Cell 106 VoltageWtx_cell_v105, +,7bb,24,39,.000976563,0,3,V,22908E,62908E,ff,Cell 107 VoltageWtx_cell_v106, +,7bb,24,39,.000976563,0,3,V,22908F,62908F,ff,Cell 108 VoltageWtx_cell_v107, +,7bb,24,39,.000976563,0,3,V,229090,629090,ff,Cell 109 VoltageWtx_cell_v108, +,7bb,24,39,.000976563,0,3,V,229091,629091,ff,Cell 110 VoltageWtx_cell_v109, +,7bb,24,39,.000976563,0,3,V,229092,629092,ff,Cell 111 VoltageWtx_cell_v110, +,7bb,24,39,.000976563,0,3,V,229093,629093,ff,Cell 112 VoltageWtx_cell_v111, +,7bb,24,39,.000976563,0,3,V,229094,629094,ff,Cell 113 VoltageWtx_cell_v112, +,7bb,24,39,.000976563,0,3,V,229095,629095,ff,Cell 114 VoltageWtx_cell_v113, +,7bb,24,39,.000976563,0,3,V,229096,629096,ff,Cell 115 VoltageWtx_cell_v114, +,7bb,24,39,.000976563,0,3,V,229097,629097,ff,Cell 116 VoltageWtx_cell_v115, +,7bb,24,39,.000976563,0,3,V,229098,629098,ff,Cell 117 VoltageWtx_cell_v116, +,7bb,24,39,.000976563,0,3,V,229099,629099,ff,Cell 118 VoltageWtx_cell_v117, +,7bb,24,39,.000976563,0,3,V,22909A,62909A,ff,Cell 119 VoltageWtx_cell_v118, +,7bb,24,39,.000976563,0,3,V,22909B,62909B,ff,Cell 120 VoltageWtx_cell_v119, +,7bb,24,39,.000976563,0,3,V,22909C,62909C,ff,Cell 121 VoltageWtx_cell_v120, +,7bb,24,39,.000976563,0,3,V,22909D,62909D,ff,Cell 122 VoltageWtx_cell_v121, +,7bb,24,39,.000976563,0,3,V,22909E,62909E,ff,Cell 123 VoltageWtx_cell_v122, +,7bb,24,39,.000976563,0,3,V,22909F,62909F,ff,Cell 124 VoltageWtx_cell_v123, +,7bb,24,55,1,0,0,,2290A0,6290A0,4ff,DIDs supported in range 90A1_90C0, +,7bb,24,39,.000976563,0,3,V,2290A1,6290A1,ff,Cell 125 VoltageWtx_cell_v124, +,7bb,24,39,.000976563,0,3,V,2290A2,6290A2,ff,Cell 126 VoltageWtx_cell_v125, +,7bb,24,39,.000976563,0,3,V,2290A3,6290A3,ff,Cell 127 VoltageWtx_cell_v126, +,7bb,24,39,.000976563,0,3,V,2290A4,6290A4,ff,Cell 128 VoltageWtx_cell_v127, +,7bb,24,39,.000976563,0,3,V,2290A5,6290A5,ff,Cell 129 VoltageWtx_cell_v128, +,7bb,24,39,.000976563,0,3,V,2290A6,6290A6,ff,Cell 130 VoltageWtx_cell_v129, +,7bb,24,39,.000976563,0,3,V,2290A7,6290A7,ff,Cell 131 VoltageWtx_cell_v130, +,7bb,24,39,.000976563,0,3,V,2290A8,6290A8,ff,Cell 132 VoltageWtx_cell_v131, +,7bb,24,39,.000976563,0,3,V,2290A9,6290A9,ff,Cell 133 VoltageWtx_cell_v132, +,7bb,24,39,.000976563,0,3,V,2290AA,6290AA,ff,Cell 134 VoltageWtx_cell_v133, +,7bb,24,39,.000976563,0,3,V,2290AB,6290AB,ff,Cell 135 VoltageWtx_cell_v134, +,7bb,24,39,.000976563,0,3,V,2290AC,6290AC,ff,Cell 136 VoltageWtx_cell_v135, +,7bb,24,39,.000976563,0,3,V,2290AD,6290AD,ff,Cell 137 VoltageWtx_cell_v136, +,7bb,24,39,.000976563,0,3,V,2290AE,6290AE,ff,Cell 138 VoltageWtx_cell_v137, +,7bb,24,39,.000976563,0,3,V,2290AF,6290AF,ff,Cell 139 VoltageWtx_cell_v138, +,7bb,24,39,.000976563,0,3,V,2290B0,6290B0,ff,Cell 140 VoltageWtx_cell_v139, +,7bb,24,39,.000976563,0,3,V,2290B1,6290B1,ff,Cell 141 VoltageWtx_cell_v140, +,7bb,24,39,.000976563,0,3,V,2290B2,6290B2,ff,Cell 142 VoltageWtx_cell_v141, +,7bb,24,39,.000976563,0,3,V,2290B3,6290B3,ff,Cell 143 VoltageWtx_cell_v142, +,7bb,24,39,.000976563,0,3,V,2290B4,6290B4,ff,Cell 144 VoltageWtx_cell_v143, +,7bb,24,39,.000976563,0,3,V,2290B5,6290B5,ff,Cell 145 VoltageWtx_cell_v144, +,7bb,24,39,.000976563,0,3,V,2290B6,6290B6,ff,Cell 146 VoltageWtx_cell_v145, +,7bb,24,39,.000976563,0,3,V,2290B7,6290B7,ff,Cell 147 VoltageWtx_cell_v146, +,7bb,24,39,.000976563,0,3,V,2290B8,6290B8,ff,Cell 148 VoltageWtx_cell_v147, +,7bb,24,39,.000976563,0,3,V,2290B9,6290B9,ff,Cell 149 VoltageWtx_cell_v148, +,7bb,24,39,.000976563,0,3,V,2290BA,6290BA,ff,Cell 150 VoltageWtx_cell_v149, +,7bb,24,39,.000976563,0,3,V,2290BB,6290BB,ff,Cell 151 VoltageWtx_cell_v150, +,7bb,24,39,.000976563,0,3,V,2290BC,6290BC,ff,Cell 152 VoltageWtx_cell_v151, +,7bb,24,39,.000976563,0,3,V,2290BD,6290BD,ff,Cell 153 VoltageWtx_cell_v152, +,7bb,24,39,.000976563,0,3,V,2290BE,6290BE,ff,Cell 154 VoltageWtx_cell_v153, +,7bb,24,39,.000976563,0,3,V,2290BF,6290BF,ff,Cell 155 VoltageWtx_cell_v154, +,7bb,24,55,1,0,0,,2290C0,6290C0,4ff,DIDs supported in range 90C1_90E0, +,7bb,24,39,.000976563,0,3,V,2290C1,6290C1,ff,Cell 156 VoltageWtx_cell_v155, +,7bb,24,39,.000976563,0,3,V,2290C2,6290C2,ff,Cell 157 VoltageWtx_cell_v156, +,7bb,24,39,.000976563,0,3,V,2290C3,6290C3,ff,Cell 158 VoltageWtx_cell_v157, +,7bb,24,39,.000976563,0,3,V,2290C4,6290C4,ff,Cell 159 VoltageWtx_cell_v158, +,7bb,24,39,.000976563,0,3,V,2290C5,6290C5,ff,Cell 160 VoltageWtx_cell_v159, +,7bb,24,39,.000976563,0,3,V,2290C6,6290C6,ff,Cell 161 VoltageWtx_cell_v160, +,7bb,24,39,.000976563,0,3,V,2290C7,6290C7,ff,Cell 162 VoltageWtx_cell_v161, +,7bb,24,39,.000976563,0,3,V,2290C8,6290C8,ff,Cell 163 VoltageWtx_cell_v162, +,7bb,24,39,.000976563,0,3,V,2290C9,6290C9,ff,Cell 164 VoltageWtx_cell_v163, +,7bb,24,39,.000976563,0,3,V,2290CA,6290CA,ff,Cell 165 VoltageWtx_cell_v164, +,7bb,24,39,.000976563,0,3,V,2290CB,6290CB,ff,Cell 166 VoltageWtx_cell_v165, +,7bb,24,39,.000976563,0,3,V,2290CC,6290CC,ff,Cell 167 VoltageWtx_cell_v166, +,7bb,24,39,.000976563,0,3,V,2290CD,6290CD,ff,Cell 168 VoltageWtx_cell_v167, +,7bb,24,39,.000976563,0,3,V,2290CE,6290CE,ff,Cell 169 VoltageWtx_cell_v168, +,7bb,24,39,.000976563,0,3,V,2290CF,6290CF,ff,Cell 170 VoltageWtx_cell_v169, +,7bb,24,39,.000976563,0,3,V,2290D0,6290D0,ff,Cell 171 VoltageWtx_cell_v170, +,7bb,24,39,.000976563,0,3,V,2290D1,6290D1,ff,Cell 172 VoltageWtx_cell_v171, +,7bb,24,39,.000976563,0,3,V,2290D2,6290D2,ff,Cell 173 VoltageWtx_cell_v172, +,7bb,24,39,.000976563,0,3,V,2290D3,6290D3,ff,Cell 174 VoltageWtx_cell_v173, +,7bb,24,39,.000976563,0,3,V,2290D4,6290D4,ff,Cell 175 VoltageWtx_cell_v174, +,7bb,24,39,.000976563,0,3,V,2290D5,6290D5,ff,Cell 176 VoltageWtx_cell_v175, +,7bb,24,39,.000976563,0,3,V,2290D6,6290D6,ff,Cell 177 VoltageWtx_cell_v176, +,7bb,24,39,.000976563,0,3,V,2290D7,6290D7,ff,Cell 178 VoltageWtx_cell_v177, +,7bb,24,39,.000976563,0,3,V,2290D8,6290D8,ff,Cell 179 VoltageWtx_cell_v178, +,7bb,24,39,.000976563,0,3,V,2290D9,6290D9,ff,Cell 180 VoltageWtx_cell_v179, +,7bb,24,39,.000976563,0,3,V,2290DA,6290DA,ff,Cell 181 VoltageWtx_cell_v180, +,7bb,24,39,.000976563,0,3,V,2290DB,6290DB,ff,Cell 182 VoltageWtx_cell_v181, +,7bb,24,39,.000976563,0,3,V,2290DC,6290DC,ff,Cell 183 VoltageWtx_cell_v182, +,7bb,24,39,.000976563,0,3,V,2290DD,6290DD,ff,Cell 184 VoltageWtx_cell_v183, +,7bb,24,39,.000976563,0,3,V,2290DE,6290DE,ff,Cell 185 VoltageWtx_cell_v184, +,7bb,24,39,.000976563,0,3,V,2290DF,6290DF,ff,Cell 186 VoltageWtx_cell_v185, +,7bb,24,55,1,0,0,,2290,6290,4ff,DIDs supported in range 90E1_9100, +,7bb,24,39,.000976563,0,3,V,22900,62900,ff,Cell 187 VoltageWtx_cell_v186, +,7bb,24,39,.000976563,0,3,V,229000,629000,ff,Cell 188 VoltageWtx_cell_v187, +,7bb,24,39,.000976563,0,3,V,2290000,6290000,ff,Cell 189 VoltageWtx_cell_v188, +,7bb,24,39,.000976563,0,3,V,22900000,62900000,ff,Cell 190 VoltageWtx_cell_v189, +,7bb,24,39,.000976563,0,3,V,229000000,629000000,ff,Cell 191 VoltageWtx_cell_v190, +,7bb,24,39,.000976563,0,3,V,2290000000,6290000000,ff,Cell 192 VoltageWtx_cell_v191, +,7bb,24,39,.000976563,0,3,V,22900000000,62900000000,ff,Cell 193 VoltageWtx_cell_v192, +,7bb,24,39,.000976563,0,3,V,229000000000,629000000000,ff,Cell 194 VoltageWtx_cell_v193, +,7bb,24,39,.000976563,0,3,V,2290000000000,6290000000000,ff,Cell 195 VoltageWtx_cell_v194, +,7bb,24,39,.000976563,0,3,V,2290EA,6290EA,ff,Cell 196 VoltageWtx_cell_v195, +,7bb,24,39,.000976563,0,3,V,2290EB,6290EB,ff,Cell 197 VoltageWtx_cell_v196, +,7bb,24,39,.000976563,0,3,V,2290EC,6290EC,ff,Cell 198 VoltageWtx_cell_v197, +,7bb,24,39,.000976563,0,3,V,2290ED,6290ED,ff,Cell 199 VoltageWtx_cell_v198, +,7bb,24,39,.000976563,0,3,V,2290EE,6290EE,ff,Cell 200 VoltageWtx_cell_v199, +,7bb,24,39,.000976563,0,3,V,2290EF,6290EF,ff,Cell 201 VoltageWtx_cell_v200, +,7bb,24,39,.000976563,0,3,V,2290F0,6290F0,ff,Cell 202 VoltageWtx_cell_v201, +,7bb,24,39,.000976563,0,3,V,2290F1,6290F1,ff,Cell 203 VoltageWtx_cell_v202, +,7bb,24,39,.000976563,0,3,V,2290F2,6290F2,ff,Cell 204 VoltageWtx_cell_v203, +,7bb,24,39,.000976563,0,3,V,2290F3,6290F3,ff,Cell 205 VoltageWtx_cell_v204, +,7bb,24,39,.000976563,0,3,V,2290F4,6290F4,ff,Cell 206 VoltageWtx_cell_v205, +,7bb,24,39,.000976563,0,3,V,2290F5,6290F5,ff,Cell 207 VoltageWtx_cell_v206, +,7bb,24,39,.000976563,0,3,V,2290F6,6290F6,ff,Cell 208 VoltageWtx_cell_v207, +,7bb,24,39,.000976563,0,3,V,2290F7,6290F7,ff,Cell 209 VoltageWtx_cell_v208, +,7bb,24,39,.000976563,0,3,V,2290F8,6290F8,ff,Cell 210 VoltageWtx_cell_v209, +,7bb,24,39,.000976563,0,3,V,2290F9,6290F9,ff,Cell 211 VoltageWtx_cell_v210, +,7bb,24,39,.000976563,0,3,V,2290FA,6290FA,ff,Cell 212 VoltageWtx_cell_v211, +,7bb,24,39,.000976563,0,3,V,2290FB,6290FB,ff,Cell 213 VoltageWtx_cell_v212, +,7bb,24,39,.000976563,0,3,V,2290FC,6290FC,ff,Cell 214 VoltageWtx_cell_v213, +,7bb,24,39,.000976563,0,3,V,2290FD,6290FD,ff,Cell 215 VoltageWtx_cell_v214, +,7bb,24,39,.000976563,0,3,V,2290FE,6290FE,ff,Cell 216 VoltageWtx_cell_v215, +,7bb,24,39,.000976563,0,3,V,2290FF,6290FF,ff,Cell 217 VoltageWtx_cell_v216, +,7bb,24,55,1,0,0,,229100,629100,4ff,DIDs supported in range 9101_9120, +,7bb,24,39,.000976563,0,3,V,229101,629101,ff,Cell 218 VoltageWtx_cell_v217, +,7bb,24,39,.000976563,0,3,V,229102,629102,ff,Cell 219 VoltageWtx_cell_v218, +,7bb,24,39,.000976563,0,3,V,229103,629103,ff,Cell 220 VoltageWtx_cell_v219, +,7bb,24,39,.000976563,0,3,V,229104,629104,ff,Cell 221 VoltageWtx_cell_v220, +,7bb,24,39,.000976563,0,3,V,229105,629105,ff,Cell 222 VoltageWtx_cell_v221, +,7bb,24,39,.000976563,0,3,V,229106,629106,ff,Cell 223 VoltageWtx_cell_v222, +,7bb,24,39,.000976563,0,3,V,229107,629107,ff,Cell 224 VoltageWtx_cell_v223, +,7bb,24,39,.000976563,0,3,V,229108,629108,ff,Cell 225 VoltageWtx_cell_v224, +,7bb,24,39,.000976563,0,3,V,229109,629109,ff,Cell 226 VoltageWtx_cell_v225, +,7bb,24,39,.000976563,0,3,V,22910A,62910A,ff,Cell 227 VoltageWtx_cell_v226, +,7bb,24,39,.000976563,0,3,V,22910B,62910B,ff,Cell 228 VoltageWtx_cell_v227, +,7bb,24,39,.000976563,0,3,V,22910C,62910C,ff,Cell 229 VoltageWtx_cell_v228, +,7bb,24,39,.000976563,0,3,V,22910D,62910D,ff,Cell 230 VoltageWtx_cell_v229, +,7bb,24,39,.000976563,0,3,V,22910E,62910E,ff,Cell 231 VoltageWtx_cell_v230, +,7bb,24,39,.000976563,0,3,V,22910F,62910F,ff,Cell 232 VoltageWtx_cell_v231, +,7bb,24,39,.000976563,0,3,V,229110,629110,ff,Cell 233 VoltageWtx_cell_v232, +,7bb,24,39,.000976563,0,3,V,229111,629111,ff,Cell 234 VoltageWtx_cell_v233, +,7bb,24,39,.000976563,0,3,V,229112,629112,ff,Cell 235 VoltageWtx_cell_v234, +,7bb,24,39,.000976563,0,3,V,229113,629113,ff,Cell 236 VoltageWtx_cell_v235, +,7bb,24,39,.000976563,0,3,V,229114,629114,ff,Cell 237 VoltageWtx_cell_v236, +,7bb,24,39,.000976563,0,3,V,229115,629115,ff,Cell 238 VoltageWtx_cell_v237, +,7bb,24,39,.000976563,0,3,V,229116,629116,ff,Cell 239 VoltageWtx_cell_v238, +,7bb,24,39,.000976563,0,3,V,229117,629117,ff,Cell 240 VoltageWtx_cell_v239, +,7bb,24,39,.000976563,0,3,V,229118,629118,ff,Cell 241 VoltageWtx_cell_v240, +,7bb,24,39,.000976563,0,3,V,229119,629119,ff,Cell 242 VoltageWtx_cell_v241, +,7bb,24,39,.000976563,0,3,V,22911A,62911A,ff,Cell 243 VoltageWtx_cell_v242, +,7bb,24,39,.000976563,0,3,V,22911B,62911B,ff,Cell 244 VoltageWtx_cell_v243, +,7bb,24,39,.000976563,0,3,V,22911C,62911C,ff,Cell 245 VoltageWtx_cell_v244, +,7bb,24,39,.000976563,0,3,V,22911D,62911D,ff,Cell 246 VoltageWtx_cell_v245, +,7bb,24,39,.000976563,0,3,V,22911E,62911E,ff,Cell 247 VoltageWtx_cell_v246, +,7bb,24,39,.000976563,0,3,V,22911F,62911F,ff,Cell 248 VoltageWtx_cell_v247, +,7bb,24,55,1,0,0,,229120,629120,4ff,DIDs supported in range 9121_9140, +,7bb,24,39,.000976563,0,3,V,229121,629121,ff,Cell 249 VoltageWtx_cell_v248, +,7bb,24,39,.000976563,0,3,V,229122,629122,ff,Cell 250 VoltageWtx_cell_v249, +,7bb,24,39,.000976563,0,3,V,229123,629123,ff,Cell 251 VoltageWtx_cell_v250, +,7bb,24,39,.000976563,0,3,V,229124,629124,ff,Cell 252 VoltageWtx_cell_v251, +,7bb,24,39,.000976563,0,3,V,229125,629125,ff,Cell 253 VoltageWtx_cell_v252, +,7bb,24,39,.000976563,0,3,V,229126,629126,ff,Cell 254 VoltageWtx_cell_v253, +,7bb,24,39,.000976563,0,3,V,229127,629127,ff,Cell 255 VoltageWtx_cell_v254, +,7bb,24,39,.000976563,0,3,V,229128,629128,ff,Cell 256 VoltageWtx_cell_v255, +,7bb,27,27,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.20,0:No failure;1:Slave No.21 failure +,7bb,28,28,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.19,0:No failure;1:Slave No.20 failure +,7bb,29,29,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.18,0:No failure;1:Slave No.19 failure +,7bb,30,30,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.17,0:No failure;1:Slave No.18 failure +,7bb,31,31,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.16,0:No failure;1:Slave No.17 failure +,7bb,32,32,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.15,0:No failure;1:Slave No.16 failure +,7bb,33,33,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.14,0:No failure;1:Slave No.15 failure +,7bb,34,34,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.13,0:No failure;1:Slave No.14 failure +,7bb,35,35,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.12,0:No failure;1:Slave No.13 failure +,7bb,36,36,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.11,0:No failure;1:Slave No.12 failure +,7bb,37,37,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.10,0:No failure;1:Slave No.11 failure +,7bb,38,38,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.09,0:No failure;1:Slave No.10 failure +,7bb,39,39,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.08,0:No failure;1:Slave No.9 failure +,7bb,40,40,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.07,0:No failure;1:Slave No.8 failure +,7bb,41,41,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.06,0:No failure;1:Slave No.7 failure +,7bb,42,42,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.05,0:No failure;1:Slave No.6 failure +,7bb,43,43,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.04,0:No failure;1:Slave No.5 failure +,7bb,44,44,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.03,0:No failure;1:Slave No.4 failure +,7bb,45,45,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.02,0:No failure;1:Slave No.3 failure +,7bb,46,46,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.01,0:No failure;1:Slave No.2 failure +,7bb,47,47,1,0,0,,229129,629129,ff,Slaves Failure StatusWtx_slv_fail_nr.00,0:No failure;1:Slave No.1 failure +,7bb,24,24,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.256, +,7bb,25,25,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.255, +,7bb,26,26,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.254, +,7bb,27,27,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.253, +,7bb,28,28,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.252, +,7bb,29,29,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.251, +,7bb,30,30,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.250, +,7bb,31,31,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.249, +,7bb,32,32,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.248, +,7bb,33,33,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.247, +,7bb,34,34,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.246, +,7bb,35,35,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.245, +,7bb,36,36,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.244, +,7bb,37,37,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.243, +,7bb,38,38,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.242, +,7bb,39,39,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.241, +,7bb,40,40,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.240, +,7bb,41,41,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.239, +,7bb,42,42,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.238, +,7bb,43,43,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.237, +,7bb,44,44,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.236, +,7bb,45,45,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.235, +,7bb,46,46,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.234, +,7bb,47,47,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.233, +,7bb,48,48,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.232, +,7bb,49,49,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.231, +,7bb,50,50,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.230, +,7bb,51,51,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.229, +,7bb,52,52,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.228, +,7bb,53,53,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.227, +,7bb,54,54,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.226, +,7bb,55,55,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.225, +,7bb,56,56,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.224, +,7bb,57,57,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.223, +,7bb,58,58,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.222, +,7bb,59,59,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.221, +,7bb,60,60,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.220, +,7bb,61,61,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.219, +,7bb,62,62,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.218, +,7bb,63,63,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.217, +,7bb,64,64,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.216, +,7bb,65,65,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.215, +,7bb,66,66,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.214, +,7bb,67,67,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.213, +,7bb,68,68,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.212, +,7bb,69,69,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.211, +,7bb,70,70,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.210, +,7bb,71,71,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.209, +,7bb,72,72,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.208, +,7bb,73,73,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.207, +,7bb,74,74,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.206, +,7bb,75,75,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.205, +,7bb,76,76,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.204, +,7bb,77,77,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.203, +,7bb,78,78,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.202, +,7bb,79,79,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.201, +,7bb,80,80,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.200, +,7bb,81,81,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.199, +,7bb,82,82,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.198, +,7bb,83,83,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.197, +,7bb,84,84,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.196, +,7bb,85,85,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.195, +,7bb,86,86,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.194, +,7bb,88,88,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.192, +,7bb,89,89,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.191, +,7bb,90,90,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.190, +,7bb,91,91,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.189, +,7bb,92,92,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.188, +,7bb,93,93,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.187, +,7bb,94,94,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.186, +,7bb,95,95,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.193, +,7bb,96,96,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.184, +,7bb,97,97,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.183, +,7bb,98,98,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.182, +,7bb,99,99,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.181, +,7bb,100,100,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.180, +,7bb,101,101,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.179, +,7bb,102,102,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.178, +,7bb,103,103,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.177, +,7bb,104,104,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.176, +,7bb,105,105,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.175, +,7bb,106,106,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.174, +,7bb,107,107,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.173, +,7bb,108,108,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.172, +,7bb,109,109,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.171, +,7bb,110,110,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.170, +,7bb,111,111,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.169, +,7bb,112,112,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.168, +,7bb,113,113,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.167, +,7bb,114,114,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.166, +,7bb,115,115,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.165, +,7bb,116,116,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.164, +,7bb,117,117,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.163, +,7bb,118,118,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.162, +,7bb,119,119,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.161, +,7bb,120,120,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.160, +,7bb,121,121,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.159, +,7bb,122,122,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.158, +,7bb,123,123,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.157, +,7bb,124,124,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.156, +,7bb,125,125,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.155, +,7bb,126,126,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.154, +,7bb,127,127,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.153, +,7bb,128,128,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.152, +,7bb,129,129,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.151, +,7bb,130,130,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.150, +,7bb,131,131,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.149, +,7bb,132,132,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.148, +,7bb,133,133,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.147, +,7bb,134,134,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.146, +,7bb,135,135,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.145, +,7bb,136,136,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.144, +,7bb,137,137,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.143, +,7bb,138,138,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.142, +,7bb,139,139,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.141, +,7bb,140,140,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.140, +,7bb,141,141,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.139, +,7bb,142,142,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.138, +,7bb,143,143,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.137, +,7bb,144,144,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.136, +,7bb,145,145,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.135, +,7bb,146,146,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.134, +,7bb,147,147,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.133, +,7bb,148,148,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.132, +,7bb,149,149,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.131, +,7bb,150,150,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.130, +,7bb,151,151,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.129, +,7bb,152,152,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.128, +,7bb,153,153,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.127, +,7bb,154,154,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.126, +,7bb,155,155,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.125, +,7bb,156,156,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.124, +,7bb,157,157,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.123, +,7bb,158,158,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.122, +,7bb,159,159,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.121, +,7bb,160,160,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.120, +,7bb,161,161,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.119, +,7bb,162,162,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.118, +,7bb,163,163,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.117, +,7bb,164,164,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.116, +,7bb,165,165,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.115, +,7bb,166,166,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.114, +,7bb,167,167,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.113, +,7bb,168,168,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.112, +,7bb,169,169,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.111, +,7bb,170,170,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.110, +,7bb,171,171,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.109, +,7bb,172,172,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.108, +,7bb,173,173,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.107, +,7bb,174,174,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.106, +,7bb,175,175,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.105, +,7bb,176,176,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.104, +,7bb,177,177,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.103, +,7bb,178,178,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.102, +,7bb,179,179,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.101, +,7bb,180,180,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.100, +,7bb,181,181,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.99, +,7bb,182,182,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.98, +,7bb,183,183,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.97, +,7bb,184,184,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.96, +,7bb,185,185,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.95, +,7bb,186,186,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.94, +,7bb,187,187,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.93, +,7bb,188,188,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.92, +,7bb,189,189,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.91, +,7bb,190,190,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.90, +,7bb,191,191,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.89, +,7bb,192,192,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.88, +,7bb,193,193,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.87, +,7bb,194,194,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.86, +,7bb,195,195,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.85, +,7bb,196,196,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.84, +,7bb,197,197,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.83, +,7bb,198,198,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.82, +,7bb,199,199,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.81, +,7bb,200,200,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.80, +,7bb,201,201,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.79, +,7bb,202,202,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.78, +,7bb,203,203,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.77, +,7bb,204,204,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.76, +,7bb,205,205,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.75, +,7bb,206,206,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.74, +,7bb,207,207,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.73, +,7bb,208,208,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.72, +,7bb,209,209,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.71, +,7bb,210,210,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.70, +,7bb,211,211,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.69, +,7bb,212,212,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.68, +,7bb,213,213,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.67, +,7bb,214,214,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.66, +,7bb,215,215,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.65, +,7bb,216,216,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.64, +,7bb,217,217,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.63, +,7bb,218,218,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.62, +,7bb,219,219,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.61, +,7bb,220,220,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.60, +,7bb,221,221,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.59, +,7bb,222,222,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.58, +,7bb,223,223,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.57, +,7bb,224,224,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.56, +,7bb,225,225,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.55, +,7bb,226,226,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.54, +,7bb,227,227,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.53, +,7bb,228,228,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.52, +,7bb,229,229,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.51, +,7bb,230,230,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.50, +,7bb,231,231,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.49, +,7bb,232,232,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.48, +,7bb,233,233,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.47, +,7bb,234,234,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.46, +,7bb,235,235,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.45, +,7bb,236,236,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.44, +,7bb,237,237,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.43, +,7bb,238,238,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.42, +,7bb,239,239,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.41, +,7bb,240,240,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.40, +,7bb,241,241,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.39, +,7bb,242,242,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.38, +,7bb,243,243,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.37, +,7bb,244,244,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.36, +,7bb,245,245,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.35, +,7bb,246,246,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.34, +,7bb,247,247,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.33, +,7bb,248,248,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.32, +,7bb,249,249,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.31, +,7bb,250,250,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.30, +,7bb,251,251,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.29, +,7bb,252,252,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.28, +,7bb,253,253,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.27, +,7bb,254,254,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.26, +,7bb,255,255,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.25, +,7bb,256,256,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.24, +,7bb,257,257,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.23, +,7bb,258,258,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.22, +,7bb,259,259,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.21, +,7bb,260,260,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.20, +,7bb,261,261,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.19, +,7bb,262,262,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.18, +,7bb,263,263,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.17, +,7bb,264,264,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.16, +,7bb,265,265,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.15, +,7bb,266,266,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.14, +,7bb,267,267,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.13, +,7bb,268,268,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.12, +,7bb,269,269,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.11, +,7bb,270,270,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.10, +,7bb,271,271,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.09, +,7bb,272,272,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.08, +,7bb,273,273,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.07, +,7bb,274,274,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.06, +,7bb,275,275,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.05, +,7bb,276,276,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.04, +,7bb,277,277,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.03, +,7bb,278,278,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.02, +,7bb,279,279,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.01, +,7bb,24,31,32,0,0,rpm,22912E,62912E,ff,FAN speedWxx_raw_fan_rpm, +,7bb,30,31,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.20,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,32,33,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.19,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,34,35,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.18,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,36,37,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.17,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,38,39,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.16,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,40,41,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.15,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,42,43,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.14,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,44,45,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.13,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,46,47,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.12,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,48,49,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.11,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,50,51,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.10,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,52,53,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.09,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,54,55,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.08,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,56,57,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.07,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,58,59,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.06,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,60,61,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.05,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,62,63,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.04,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,64,65,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.03,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,66,67,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.02,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,68,69,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.01,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,70,71,1,0,0,,22912F,62912F,ff,Temperature sensors in failure.00,0:no failure;1:failure OC/SCW;2:SCG failure +,7bb,24,39,1,0,0,V,229130,629130,ff,HV CAN current sensor supply voltageWxx_bat_i_can_sply_dg, +,7bb,24,39,.0625,640,2,°C,229131,629131,ff,Temperature sensor no1 value.Wtx_temp0, +,7bb,24,39,.0625,640,2,°C,229132,629132,ff,Temperature sensor no2 value.Wtx_temp1, +,7bb,24,39,.0625,640,2,°C,229133,629133,ff,Temperature sensor no3 value.Wtx_temp2, +,7bb,24,39,.0625,640,2,°C,229134,629134,ff,Temperature sensor no4 value.Wtx_temp3, +,7bb,24,39,.0625,640,2,°C,229135,629135,ff,Temperature sensor no5 value.Wtx_temp4, +,7bb,24,39,.0625,640,2,°C,229136,629136,ff,Temperature sensor no6 value.Wtx_temp5, +,7bb,24,39,.0625,640,2,°C,229137,629137,ff,Temperature sensor no7 value.Wtx_temp6, +,7bb,24,39,.0625,640,2,°C,229138,629138,ff,Temperature sensor no8 value.Wtx_temp7, +,7bb,24,39,.0625,640,2,°C,229139,629139,ff,Temperature sensor no9 valueWtx_temp8, +,7bb,24,39,.0625,640,2,°C,22913A,62913A,ff,Temperature sensor no10 value Wtx_temp9, +,7bb,24,39,.0625,640,2,°C,22913B,62913B,ff,Temperature sensor no11 value Wtx_temp10, +,7bb,24,39,.0625,640,2,°C,22913C,62913C,ff,Temperature sensor no12 value Wtx_temp11, +,7bb,24,39,.0625,640,2,°C,22913D,62913D,ff,Temperature sensor no13 value Wtx_temp12, +,7bb,24,39,.0625,640,2,°C,22913E,62913E,ff,Temperature sensor no14 value Wtx_temp13, +,7bb,24,39,.0625,640,2,°C,22913F,62913F,ff,Temperature sensor no15 value Wtx_temp14, +,7bb,24,55,1,0,0,,229140,629140,4ff,DIDs supported in range 9141_9160, +,7bb,24,39,.0625,640,2,°C,229141,629141,ff,Temperature sensor no16 value Wtx_temp15, +,7bb,24,39,.0625,640,2,°C,229142,629142,ff,Temperature sensor no17 value Wtx_temp16, +,7bb,24,55,1,0,0,,229160,629160,4ff,DIDs supported in range 9161_9180, +,7bb,28,39,.001953125,0,3,V,229173,629173,ff,Cooling temperatureraw voltage T1_MEAWxx_raw_temp_1_v, +,7bb,28,39,.001953125,0,3,V,229174,629174,ff,Skin temperatureraw voltage T2_MEAWxx_raw_temp_2_v, +,7bb,24,31,.0625,0,2,V,229175,629175,ff,Temperature sensor no1 raw AD voltageWtx_raw_temp_v0, +,7bb,24,31,.0625,0,2,V,229176,629176,ff,Temperature sensor no2 raw AD voltageWtx_raw_temp_v1, +,7bb,24,31,.0625,0,2,V,229177,629177,ff,Temperature sensor no3 raw AD voltageWtx_raw_temp_v2, +,7bb,24,31,.0625,0,2,V,229178,629178,ff,Temperature sensor no4 raw AD voltageWtx_raw_temp_v3, +,7bb,24,31,.0625,0,2,V,229179,629179,ff,Temperature sensor no5 raw AD voltageWtx_raw_temp_v4, +,7bb,24,31,.0625,0,2,V,22917A,62917A,ff,Temperature sensor no6 raw AD voltageWtx_raw_temp_v5, +,7bb,24,31,.0625,0,2,V,22917B,62917B,ff,Temperature sensor no7 raw AD voltageWtx_raw_temp_v6, +,7bb,24,31,.0625,0,2,V,22917C,62917C,ff,Temperature sensor no8 raw AD voltageWtx_raw_temp_v7, +,7bb,24,31,.0625,0,2,V,22917D,62917D,ff,Temperature sensor no9 raw AD voltageWtx_raw_temp_v8, +,7bb,24,31,.0625,0,2,V,22917E,62917E,ff,Temperature sensor no10 raw AD voltageWtx_raw_temp_v9, +,7bb,24,31,.0625,0,2,V,22917F,62917F,ff,Temperature sensor no11 raw AD voltageWtx_raw_temp_v10, +,7bb,24,55,1,0,0,,229180,629180,4ff,DIDs supported in range 9181_91A0, +,7bb,24,31,.0625,0,2,V,229181,629181,ff,Temperature sensor no12 raw AD voltageWtx_raw_temp_v11, +,7bb,24,31,.0625,0,2,V,229182,629182,ff,Temperature sensor no13 raw AD voltageWtx_raw_temp_v12, +,7bb,24,31,.0625,0,2,V,229183,629183,ff,Temperature sensor no14 raw AD voltageWtx_raw_temp_v13, +,7bb,24,31,.0625,0,2,V,229184,629184,ff,Temperature sensor no15 raw AD voltageWtx_raw_temp_v14, +,7bb,24,31,.0625,0,2,V,229185,629185,ff,Temperature sensor no16 raw AD voltageWtx_raw_temp_v15, +,7bb,24,55,1,0,0,,2291A0,6291A0,4ff,DIDs supported in range 91A1_91C0, +,7bb,24,39,.0625,640,2,°C,2291B7,6291B7,ff,Board temperature Main CPUWxx_raw_cpu_temp, +,7bb,24,39,.01,300,2,%,2291B9,6291B9,ff,Battery SOC minZxx_bsoc_min, +,7bb,24,39,.01,300,2,%,2291BA,6291BA,ff,Battery SOC maxZxx_bsoc_max, +,7bb,24,39,.1,0,1,%,2291BC,6291BC,ff,Battery SOH Available Power calculationZxx_sohap, +,7bb,24,39,.1,0,1,%,2291BD,6291BD,ff,Battery SOH Generated Power calculationZxx_sohgp, +,7bb,28,39,.001953125,0,3,V,2291BE,6291BE,ff,ADC 5V reference P5VPREF_DIAG MAIN CPUWxx_raw_5v_ref_diag, +,7bb,24,55,1,0,0,,2291C0,6291C0,4ff,DIDs supported in range 91C1_91E0, +,7bb,24,47,1,0,0,min,2291C1,6291C1,ff,Pack Time Life since 1st powerupWxx_abs_time_pack, +,7bb,24,39,.25,0,1,mOhm,2291C6,6291C6,ff,DC resistance charge directionWxx_dcr_chg, +,7bb,24,39,.25,0,1,mOhm,2291C7,6291C7,ff,DC resistance discharge directionWxx_dcr_dchg, +,7bb,24,47,.001,0,3,kW,2291C8,6291C8,ff,Available EnergyWxx_avl_e, +,7bb,24,31,.5,0,1,%,2291C9,6291C9,ff,FAN control requestWxx_fan_ctl_dcy, +,7bb,31,31,1,0,0,,2291CA,6291CA,ff,Main relay control requestWxx_chg_rly_ctl,0:Openning control;1:Closing control +,7bb,31,31,1,0,0,,2291CB,6291CB,ff,Precharge relay control requestWxx_pchg_rly_ctl,0:Openning control;1:Closing control +,7bb,27,27,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.20,0:No failure;1:Busbar no.20 failure +,7bb,28,28,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.19,0:No failure;1:Busbar no.19 failure +,7bb,29,29,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.18,0:No failure;1:Busbar no.18 failure +,7bb,30,30,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.17,0:No failure;1:Busbar no.17 failure +,7bb,31,31,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.16,0:No failure;1:Busbar no.16 failure +,7bb,32,32,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.15,0:No failure;1:Busbar no.15 failure +,7bb,33,33,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.14,0:No failure;1:Busbar no.14 failure +,7bb,34,34,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.13,0:No failure;1:Busbar no.13 failure +,7bb,35,35,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.12,0:No failure;1:Busbar no.12 failure +,7bb,36,36,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.11,0:No failure;1:Busbar no.11 failure +,7bb,37,37,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.10,0:No failure;1:Busbar no.10 failure +,7bb,38,38,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.09,0:No failure;1:Busbar no.9 failure +,7bb,39,39,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.08,0:No failure;1:Busbar no.8 failure +,7bb,40,40,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.07,0:No failure;1:Busbar no.7 failure +,7bb,41,41,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.06,0:No failure;1:Busbar no.6 failure +,7bb,42,42,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.05,0:No failure;1:Busbar no.5 failure +,7bb,43,43,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.04,0:No failure;1:Busbar no.4 failure +,7bb,44,44,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.03,0:No failure;1:Busbar no.3 failure +,7bb,45,45,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.02,0:No failure;1:Busbar no.2 failure +,7bb,46,46,1,0,0,,2291CC,6291CC,ff,Busbars number in failureWtx_bbar_fail_nr.01,0:No failure;1:Busbar no.1 failure +,7bb,24,39,.0625,640,2,°C,2291CD,6291CD,ff,Cooling temperatureWxx_raw_temp_1, +,7bb,24,55,.03125,-2147483648,2,km,2291CF,6291CF,1ff,Battery mileageZxx_dist_pack_mem, +,7bb,31,31,1,0,0,,2291D0,6291D0,ff,Charge relay diag feedback RELAY1_DIAGWbx_chg_rly_ctl_dg, +,7bb,24,39,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.25, +,7bb,40,55,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.24, +,7bb,56,71,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.23, +,7bb,72,87,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.22, +,7bb,88,103,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.21, +,7bb,104,119,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.20, +,7bb,120,135,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.19, +,7bb,136,151,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.18, +,7bb,152,167,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.17, +,7bb,168,183,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.16, +,7bb,184,199,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.15, +,7bb,200,215,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.14, +,7bb,216,231,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.13, +,7bb,232,247,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.12, +,7bb,248,263,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.11, +,7bb,264,279,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.10, +,7bb,280,295,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.09, +,7bb,296,311,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.08, +,7bb,312,327,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.07, +,7bb,328,343,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.06, +,7bb,344,359,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.05, +,7bb,360,375,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.04, +,7bb,376,391,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.03, +,7bb,392,407,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.02, +,7bb,408,423,1,0,0,min,2291D1,6291D1,ff,Charge Deplating Driving history TMax BSOCZtx_drv_cd_mtrx.01, +,7bb,24,39,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.25, +,7bb,40,55,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.24, +,7bb,56,71,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.23, +,7bb,72,87,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.22, +,7bb,88,103,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.21, +,7bb,104,119,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.20, +,7bb,120,135,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.19, +,7bb,136,151,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.18, +,7bb,152,167,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.17, +,7bb,168,183,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.16, +,7bb,184,199,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.15, +,7bb,200,215,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.14, +,7bb,216,231,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.13, +,7bb,232,247,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.12, +,7bb,248,263,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.11, +,7bb,264,279,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.10, +,7bb,280,295,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.09, +,7bb,296,311,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.08, +,7bb,312,327,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.07, +,7bb,328,343,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.06, +,7bb,344,359,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.05, +,7bb,360,375,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.04, +,7bb,376,391,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.03, +,7bb,392,407,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.02, +,7bb,408,423,1,0,0,h,2291D2,6291D2,ff,Parking history TMax BSOCZxx_prk_mtrx.01, +,7bb,31,31,1,0,0,%,2291DF,6291DF,ff,Precharge relay diag feedback RELAY2_DIAGWbx_rly_2_ctl_dg, +,7bb,24,55,1,0,0,,2291,6291,4ff,DIDs supported in range 91E1_9200, +,7bb,24,1047,1,0,0,,22910,62910,4ff,Mission historyZtx_mission_mtrx_0_15, +,7bb,24,1047,1,0,0,,229100,629100,4ff,Mission historyZtx_mission_mtrx_16_31, +,7bb,24,1047,1,0,0,,2291000,6291000,4ff,Mission historyZtx_mission_mtrx_32_47, +,7bb,24,1047,1,0,0,,22910000,62910000,4ff,Mission historyZtx_mission_mtrx_48_63, +,7bb,31,31,1,0,0,,229100000,629100000,ff,VBATP1_CMD Bypass requestWbx_lv_sply_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,31,31,1,0,0,,2291000000,6291000000,ff,VBATP1_CMD Bypass valueWbx_lv_sply_byp_val,0:SWITCH OPENED;1:SWITCH CLOSED +,7bb,31,31,1,0,0,,22910000000,62910000000,ff,P12VP_CURR_CMD Bypass requestWbx_bat_i_can_sply_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,31,31,1,0,0,,229100000000,629100000000,ff,P12VP_CURR_CMD Bypass valueWbx_bat_i_can_sply_byp_val,0:SWITCH OPENED;1:SWITCH CLOSED +,7bb,31,31,1,0,0,,2291000000000,6291000000000,ff,RELAY1_CMD Bypass requestWbx_chg_rly_ctl_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,31,31,1,0,0,,2291EA,6291EA,ff,RELAY1_CMD Bypass valueWbx_chg_rly_ctl_byp_val,0:Relay OPENED;1:Relay CLOSED +,7bb,31,31,1,0,0,,2291EB,6291EB,ff,RELAY2_CMD Bypass requestWbx_pchg_rly_ctl_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,31,31,1,0,0,,2291EC,6291EC,ff,RELAY2_CMD Bypass valueWbx_pchg_rly_ctl_byp_val,0:Relay OPENED;1:Relay CLOSED +,7bb,31,31,1,0,0,,2291ED,6291ED,ff,RELAY3_CMD Bypass requestWbx_rly_3_ctl_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,31,31,1,0,0,,2291EE,6291EE,ff,RELAY3_CMD Bypass valueWbx_rly_3_ctl_byp_val,0:Relay OPENED;1:Relay CLOSED +,7bb,31,31,1,0,0,,2291EF,6291EF,ff,FAN_CMD_RATIO Bypass requestWbx_fan_ctl_dcy_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,24,31,.5,0,1,%,2291F0,6291F0,ff,FAN_CMD_RATIO Bypass valueWxx_fan_ctl_dcy_byp_val, +,7bb,31,31,1,0,0,,2291F1,6291F1,ff,FAN_CMD_PERIOD Bypass requestWbx_fan_ctl_prd_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,24,39,1,0,0,µs,2291F2,6291F2,ff,FAN_CMD_PERIOD Bypass valueWxx_fan_ctl_prd_byp_val, +,7bb,31,31,1,0,0,,2291F3,6291F3,ff,Relay 3 diag feedback RELAY3_DIAGWbx_rly_3_ctl_dg, +,7bb,24,39,1,0,0,µs,2291F4,6291F4,ff,FAN control period measured by DIAG inputWxx_raw_fan_ctl_prd_dg, +,7bb,24,31,.5,0,1,%,2291F5,6291F5,ff,FAN control duty cycle measured by DIAG inputWxx_raw_fan_ctl_dg, +,7bb,29,31,1,0,0,,2291F6,6291F6,ff,Interlock1 raw stateWsx_raw_intlck1,3:SC+_ret;2:SC+;1:closed;0:open;4:SC_gnd +,7bb,29,31,1,0,0,,2291F7,6291F7,ff,Interlock2 raw stateWsx_raw_intlck2,3:SC+_ret;2:SC+;1:closed;0:open;4:SC_gnd +,7bb,29,31,1,0,0,,2291F8,6291F8,ff,Interlock3 raw stateWsx_raw_intlck3,3:SC+_ret;2:SC+;1:closed;0:open;4:SC_gnd +,7bb,29,31,1,0,0,,2291F9,6291F9,ff,Interlock4 raw stateWsx_raw_intlck4,3:SC+_ret;2:SC+;1:closed;0:open;4:SC_gnd +,7bb,24,39,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.25, +,7bb,40,55,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.24, +,7bb,56,71,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.23, +,7bb,72,87,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.22, +,7bb,88,103,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.21, +,7bb,104,119,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.20, +,7bb,120,135,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.19, +,7bb,136,151,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.18, +,7bb,152,167,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.17, +,7bb,168,183,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.16, +,7bb,184,199,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.15, +,7bb,200,215,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.14, +,7bb,216,231,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.13, +,7bb,232,247,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.12, +,7bb,248,263,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.11, +,7bb,264,279,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.10, +,7bb,280,295,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.09, +,7bb,296,311,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.08, +,7bb,312,327,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.07, +,7bb,328,343,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.06, +,7bb,344,359,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.05, +,7bb,360,375,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.04, +,7bb,376,391,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.03, +,7bb,392,407,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.02, +,7bb,408,423,1,0,0,min,2291FF,6291FF,ff,Charge Sustaining Driving history TMax BSOCZtx_drv_cs_mtrx.01, +,7bb,24,55,1,0,0,,229200,629200,4ff,DIDs supported in range 9201_9220, +,7bb,31,31,1,0,0,,22920F,62920F,ff,BBG Vehicle DC charge configuration type Zbx_dc_chg_cfg,0:Without DC Charge;1:With DC Charge +,7bb,24,39,1,0,0,,229210,629210,ff,Overall number of complete chargeZxx_full_chg_ctr, +,7bb,24,39,1,0,0,,229211,629211,ff,Overall number of DC chargeZxx_dc_chg_ctr, +,7bb,24,39,1,0,0,,229212,629212,ff,Overall number of external chargeZxx_ext_chg_ctr, +,7bb,24,39,1,0,0,,229213,629213,ff,Overall number of isolated chargeZxx_isl_chg_ctr, +,7bb,24,39,1,0,0,,229214,629214,ff,Overall number of not insulated chargeZxx_not_isl_chg_ctr, +,7bb,24,39,1,0,0,,229215,629215,ff,Overall number of partial chargeZxx_partial_chg_ctr, +,7bb,24,31,1,0,0,,229216,629216,ff,Carrier to save SafetyMode1 root causeZtx_sfty_apv, +,7bb,31,31,1,0,0,,229217,629217,ff,Relay 3 control RELAY3_CMDWbx_rly_3_ctl,0:open;1:close +,7bb,31,31,1,0,0,,229218,629218,ff,Relay 4 control RELAY4_CMDWbx_rly_4_ctl,0:open;1:close +,7bb,31,31,1,0,0,,229219,629219,ff,Relay 4 diag feedback RELAY4_DGWbx_rly_4_ctl_dg, +,7bb,31,31,1,0,0,,22921A,62921A,ff,RELAY4_CMD Bypass requestWbx_rly_4_ctl_byp_req,0:Bypass OFF;1:Bypass ON +,7bb,31,31,1,0,0,,22921B,62921B,ff,RELAY4_CMD Bypass valueWbx_rly_4_ctl_byp_val,0:Relay Opened;1:Relay Closed +,7bb,24,39,.0625,640,2,°C,22921C,62921C,ff,Skin temperature T2_MEAWxx_temp_2, +,7bb,31,31,1,0,0,,22921D,62921D,ff,CAN current sensor failure indicatorWbx_raw_bat_i_CAN_fail,0:No failure;1:Failure occurs +,7bb,24,31,1,0,0,,22921E,62921E,ff,CAN current sensor failure informationWsx_raw_bat_i_CAN_errinf,65:Error on dataflash CRC;66:Fluxgate running at high frequency;67:Fluxgate not oscillating;68:CAB in fail safe mode;70:Signal not available more than 100ms;71:Supply voltage out of range +,7bb,24,55,1,0,0,,229220,629220,4ff,DIDs supported in range 9221_9240, +,7bb,24,39,.000976563,0,3,V,229221,629221,1ff,Raw busbar voltage 0Wtx_raw_busbar_v0, +,7bb,24,39,.000976563,0,3,V,229222,629222,1ff,Raw busbar voltage 1Wtx_raw_busbar_v1, +,7bb,24,39,.000976563,0,3,V,229223,629223,1ff,Raw busbar voltage 2Wtx_raw_busbar_v2, +,7bb,24,39,.000976563,0,3,V,229224,629224,1ff,Raw busbar voltage 3Wtx_raw_busbar_v3, +,7bb,24,39,.000976563,0,3,V,229225,629225,1ff,Raw busbar voltage 4Wtx_raw_busbar_v4, +,7bb,24,39,.000976563,0,3,V,229226,629226,1ff,Raw busbar voltage 5Wtx_raw_busbar_v5, +,7bb,24,39,.000976563,0,3,V,229227,629227,1ff,Raw busbar voltage 6Wtx_raw_busbar_v6, +,7bb,24,39,.000976563,0,3,V,229228,629228,1ff,Raw busbar voltage 7Wtx_raw_busbar_v7, +,7bb,24,39,.0009765625,0,3,V,229229,629229,ff,Raw busbar voltage 8, +,7bb,24,39,.0009765625,0,3,V,22922A,62922A,ff,Raw busbar voltage 9, +,7bb,24,39,.0009765625,0,3,V,22922B,62922B,ff,Raw busbar voltage 10, +,7bb,24,39,.0009765625,0,3,V,22922C,62922C,ff,Raw busbar voltage 11, +,7bb,24,55,1,0,0,,229240,629240,4ff,DIDs supported in range 9241_9260, +,7bb,24,31,1,0,0,,229241,629241,ff,Index of thermistor with maximal temperature valueWxx_temp_max_nr, +,7bb,24,31,1,0,0,,229242,629242,ff,Index of thermistor with minimal temperature valueWxx_temp_min_nr, +,7bb,24,55,.001,0,3,,229243,629243,1ff,Cumulated energy in charge Zxx_kwh_chg, +,7bb,24,55,.001,0,3,,229244,629244,1ff,Cumulated energy in discharge CS modeZxx_kwh_dch_cs, +,7bb,24,55,.001,0,3,,229245,629245,1ff,Cumulated energy in discharge CD modeZxx_kwh_dch_cd, +,7bb,24,55,.001,0,3,,229246,629246,1ff,Cumulated energy in regen CS modeZxx_kwh_rgn_cs, +,7bb,24,55,.001,0,3,,229247,629247,1ff,Cumulated energy in regen CD modeZxx_kwh_rgn_cd, +,7bb,24,39,.01,0,2,%,229248,629248,ff,SOHEdegrad_KZxx_sohe_dgrd_k, +,7bb,24,39,.01,0,2,%,229249,629249,ff,SOHEdegrad_K 1Zxx_sohe_dgrd_km1, +,7bb,24,39,.01,0,2,%,22924A,62924A,ff,SOHEmodel_KZxx_sohe_mdl_k, +,7bb,24,39,.01,0,2,%,22924B,62924B,ff,SOHEmodel_K 1Zxx_sohe_mdl_km1, +,7bb,24,39,.01,0,2,,22924C,62924C,ff,SOHEAlgokZxx_sohe_alg, +,7bb,24,31,.5,0,1,,22924E,62924E,ff,SOHEAlphakWxx_sohe_alpha, +,7bb,24,55,.0009765625,-2147483648,3,Ah,22924F,62924F,1ff,Total cumulated capacity balancedZxx_bal_chg_tot, +,7bb,24,55,.0009765625,-2147483648,3,h,229250,629250,1ff,Total balancing timeZxx_bal_time_tot, +,7bb,24,55,.0009765625,-2147483648,3,Ah,229251,629251,1ff,Total cumulated capacity balanced in sleep modeZxx_bal_chg_tot_slp, +,7bb,24,55,.0009765625,-2147483648,3,h,229252,629252,1ff,Total balancing time in sleep modeZxx_bal_time_tot_slp, +,7bb,24,39,.000976563,0,3,V,229254,629254,ff,cell minimal voltage 20ms Wxx_cell_v_min_20ms, +,7bb,24,39,.000976563,0,3,V,229255,629255,ff,cell minimal voltage 20ms Wxx_cell_v_max_20ms, +,7bb,24,24,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.256, +,7bb,25,25,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.255, +,7bb,26,26,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.254, +,7bb,27,27,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.253, +,7bb,28,28,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.252, +,7bb,29,29,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.251, +,7bb,30,30,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.250, +,7bb,31,31,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.249, +,7bb,32,32,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.248, +,7bb,33,33,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.247, +,7bb,34,34,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.246, +,7bb,35,35,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.245, +,7bb,36,36,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.244, +,7bb,37,37,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.243, +,7bb,38,38,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.242, +,7bb,39,39,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.241, +,7bb,40,40,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.240, +,7bb,41,41,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.239, +,7bb,42,42,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.238, +,7bb,43,43,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.237, +,7bb,44,44,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.236, +,7bb,45,45,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.235, +,7bb,46,46,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.234, +,7bb,47,47,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.233, +,7bb,48,48,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.232, +,7bb,49,49,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.231, +,7bb,50,50,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.230, +,7bb,51,51,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.229, +,7bb,52,52,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.228, +,7bb,53,53,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.227, +,7bb,54,54,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.226, +,7bb,55,55,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.225, +,7bb,56,56,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.224, +,7bb,57,57,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.223, +,7bb,58,58,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.222, +,7bb,59,59,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.221, +,7bb,60,60,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.220, +,7bb,61,61,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.219, +,7bb,62,62,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.218, +,7bb,63,63,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.217, +,7bb,64,64,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.216, +,7bb,65,65,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.215, +,7bb,66,66,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.214, +,7bb,67,67,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.213, +,7bb,68,68,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.212, +,7bb,69,69,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.211, +,7bb,70,70,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.210, +,7bb,71,71,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.209, +,7bb,72,72,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.208, +,7bb,73,73,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.207, +,7bb,74,74,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.206, +,7bb,75,75,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.205, +,7bb,76,76,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.204, +,7bb,77,77,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.203, +,7bb,78,78,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.202, +,7bb,79,79,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.201, +,7bb,80,80,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.200, +,7bb,81,81,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.199, +,7bb,82,82,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.198, +,7bb,83,83,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.197, +,7bb,84,84,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.196, +,7bb,85,85,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.195, +,7bb,86,86,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.194, +,7bb,87,87,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.193, +,7bb,88,88,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.192, +,7bb,89,89,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.191, +,7bb,90,90,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.190, +,7bb,91,91,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.189, +,7bb,92,92,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.188, +,7bb,93,93,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.187, +,7bb,94,94,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.186, +,7bb,95,95,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.185, +,7bb,96,96,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.184, +,7bb,97,97,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.183, +,7bb,98,98,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.182, +,7bb,99,99,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.181, +,7bb,100,100,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.180, +,7bb,101,101,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.179, +,7bb,102,102,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.178, +,7bb,103,103,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.177, +,7bb,104,104,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.176, +,7bb,105,105,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.175, +,7bb,106,106,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.174, +,7bb,107,107,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.173, +,7bb,108,108,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.172, +,7bb,109,109,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.171, +,7bb,110,110,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.170, +,7bb,111,111,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.169, +,7bb,112,112,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.168, +,7bb,113,113,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.167, +,7bb,114,114,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.166, +,7bb,115,115,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.165, +,7bb,116,116,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.164, +,7bb,117,117,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.163, +,7bb,118,118,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.162, +,7bb,119,119,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.161, +,7bb,120,120,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.160, +,7bb,121,121,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.159, +,7bb,122,122,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.158, +,7bb,123,123,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.157, +,7bb,124,124,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.156, +,7bb,125,125,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.155, +,7bb,126,126,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.154, +,7bb,127,127,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.153, +,7bb,128,128,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.152, +,7bb,129,129,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.151, +,7bb,130,130,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.150, +,7bb,131,131,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.149, +,7bb,132,132,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.148, +,7bb,133,133,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.147, +,7bb,134,134,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.146, +,7bb,135,135,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.145, +,7bb,136,136,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.144, +,7bb,137,137,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.143, +,7bb,138,138,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.142, +,7bb,139,139,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.141, +,7bb,140,140,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.140, +,7bb,141,141,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.139, +,7bb,142,142,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.138, +,7bb,143,143,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.137, +,7bb,144,144,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.136, +,7bb,145,145,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.135, +,7bb,146,146,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.134, +,7bb,147,147,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.133, +,7bb,148,148,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.132, +,7bb,149,149,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.131, +,7bb,150,150,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.130, +,7bb,151,151,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.129, +,7bb,152,152,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.128, +,7bb,153,153,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.127, +,7bb,154,154,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.126, +,7bb,155,155,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.125, +,7bb,156,156,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.124, +,7bb,157,157,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.123, +,7bb,158,158,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.122, +,7bb,159,159,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.121, +,7bb,160,160,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.120, +,7bb,161,161,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.119, +,7bb,162,162,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.118, +,7bb,163,163,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.117, +,7bb,164,164,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.116, +,7bb,165,165,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.115, +,7bb,166,166,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.114, +,7bb,167,167,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.113, +,7bb,168,168,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.112, +,7bb,169,169,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.111, +,7bb,170,170,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.110, +,7bb,171,171,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.109, +,7bb,172,172,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.108, +,7bb,173,173,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.107, +,7bb,174,174,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.106, +,7bb,175,175,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.105, +,7bb,176,176,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.104, +,7bb,177,177,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.103, +,7bb,178,178,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.102, +,7bb,179,179,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.101, +,7bb,180,180,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.100, +,7bb,181,181,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.99, +,7bb,182,182,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.98, +,7bb,183,183,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.97, +,7bb,184,184,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.96, +,7bb,185,185,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.95, +,7bb,186,186,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.94, +,7bb,187,187,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.93, +,7bb,188,188,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.92, +,7bb,189,189,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.91, +,7bb,190,190,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.90, +,7bb,191,191,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.89, +,7bb,192,192,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.88, +,7bb,193,193,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.87, +,7bb,194,194,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.86, +,7bb,195,195,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.85, +,7bb,196,196,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.84, +,7bb,197,197,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.83, +,7bb,198,198,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.82, +,7bb,199,199,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.81, +,7bb,200,200,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.80, +,7bb,201,201,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.79, +,7bb,202,202,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.78, +,7bb,203,203,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.77, +,7bb,204,204,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.76, +,7bb,205,205,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.75, +,7bb,206,206,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.74, +,7bb,207,207,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.73, +,7bb,208,208,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.72, +,7bb,209,209,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.71, +,7bb,210,210,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.70, +,7bb,211,211,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.69, +,7bb,212,212,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.68, +,7bb,213,213,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.67, +,7bb,214,214,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.66, +,7bb,215,215,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.65, +,7bb,216,216,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.64, +,7bb,217,217,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.63, +,7bb,218,218,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.62, +,7bb,219,219,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.61, +,7bb,220,220,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.60, +,7bb,221,221,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.59, +,7bb,222,222,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.58, +,7bb,223,223,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.57, +,7bb,224,224,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.56, +,7bb,225,225,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.55, +,7bb,226,226,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.54, +,7bb,227,227,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.53, +,7bb,228,228,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.52, +,7bb,229,229,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.51, +,7bb,230,230,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.50, +,7bb,231,231,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.49, +,7bb,232,232,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.48, +,7bb,233,233,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.47, +,7bb,234,234,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.46, +,7bb,235,235,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.45, +,7bb,236,236,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.44, +,7bb,237,237,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.43, +,7bb,238,238,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.42, +,7bb,239,239,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.41, +,7bb,240,240,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.40, +,7bb,241,241,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.39, +,7bb,242,242,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.38, +,7bb,243,243,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.37, +,7bb,244,244,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.36, +,7bb,245,245,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.35, +,7bb,246,246,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.34, +,7bb,247,247,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.33, +,7bb,248,248,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.32, +,7bb,249,249,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.31, +,7bb,250,250,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.30, +,7bb,251,251,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.29, +,7bb,252,252,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.28, +,7bb,253,253,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.27, +,7bb,254,254,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.26, +,7bb,255,255,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.25, +,7bb,256,256,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.24, +,7bb,257,257,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.23, +,7bb,258,258,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.22, +,7bb,259,259,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.21, +,7bb,260,260,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.20, +,7bb,261,261,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.19, +,7bb,262,262,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.18, +,7bb,263,263,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.17, +,7bb,264,264,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.16, +,7bb,265,265,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.15, +,7bb,266,266,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.14, +,7bb,267,267,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.13, +,7bb,268,268,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.12, +,7bb,269,269,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.11, +,7bb,270,270,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.10, +,7bb,271,271,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.09, +,7bb,272,272,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.08, +,7bb,273,273,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.07, +,7bb,274,274,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.06, +,7bb,275,275,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.05, +,7bb,276,276,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.04, +,7bb,277,277,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.03, +,7bb,278,278,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.02, +,7bb,279,279,1,0,0,,229256,629256,ff,Index of cell in failureWtx_cell_fail_nr.01, +,7bb,24,39,.03125,32640,2,A,229257,629257,ff,current value 10ms offset correction internal value Wxx_bat_i_10ms, +,7bb,24,39,.03125,32640,2,A,229258,629258,ff,raw current 10ms value from SensorWxx_raw_bat_i_10ms, +,7bb,24,31,1,0,0,,229259,629259,ff,BMS modeWsx_bms_mode_stt_out, +,7bb,24,31,4,0,0,Hz,22925A,62925A,ff,HVBatteryBlowerFeedbackWxx_hvbat_blwr_fdbk_out, +,7bb,24,39,1,0,0,,22925B,62925B,ff,MCPU reset status,0:RAM check error;1:ROM check error;2:Stack check error overflow and underflow;3:Trap error;4:Software Reset;5:Watchdog Reset 0;6:Watchdog Reset 1;7:External Reset;14:Flash security violation Reset;15:Irregular Reset +,7bb,30,31,1,0,0,,22925C,62925C,ff,Relay status internal value, +,7bb,24,39,.03125,32640,2,A,22925D,62925D,ff,Current value average at 100ms, +,7bb,24,47,1,0,0,,22925E,62925E,ff,Vehicle IDZxx_id_vhc, +,7bb,24,55,.01,0,2,km,22925F,62925F,1ff,Distance Totalizer vehicle, +,7bb,24,55,1,0,0,,229260,629260,4ff,DIDs supported in range 9261_9280, +,7bb,24,47,1,0,0,min,229261,629261,ff,Absolute Time of Vehicle saved, +,7bb,24,55,.0009765625,-2147483648,3,,229262,629262,1ff,Total balancing quantity Wake Up mode Zxx_bal_chg_tot_wk, +,7bb,24,55,.0009765625,-2147483648,3,h,229263,629263,1ff,Total balancing time Wake Up mode Zxx_bal_time_tot_wk, +,7bb,24,47,1,0,0,,229264,629264,ff,Total boost time from HEVC to BMS saved at powerlatch, +,7bb,24,55,.001,0,3,,229265,629265,1ff,Sum of KWh in CD mode at transisition start, +,7bb,26,31,1,0,0,,229266,629266,ff,SOHE average buffer table current index, +,7bb,24,39,.01,0,2,%,229267,629267,ff,SOHE RSA model, +,7bb,24,39,.01,0,2,%,229268,629268,ff,Estimated SOHR for charge direction, +,7bb,24,39,.01,0,2,%,229269,629269,ff,Estimated SOHR for discharge direction, +,7bb,24,39,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.19, +,7bb,40,55,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.18, +,7bb,56,71,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.17, +,7bb,72,87,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.16, +,7bb,88,103,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.15, +,7bb,104,119,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.14, +,7bb,120,135,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.13, +,7bb,136,151,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.12, +,7bb,152,167,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.11, +,7bb,168,183,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.10, +,7bb,184,199,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.09, +,7bb,200,215,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.08, +,7bb,216,231,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.07, +,7bb,232,247,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.06, +,7bb,248,263,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.05, +,7bb,264,279,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.04, +,7bb,280,295,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.03, +,7bb,296,311,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.02, +,7bb,312,327,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.01, +,7bb,328,343,.01,0,2,%,22926A,62926A,ff,SOHE average buffer table.00, +,7bb,24,47,1,0,0,min,22926B,62926B,ff,Abstime at transistion start, +,7bb,24,55,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.175, +,7bb,56,87,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.174, +,7bb,88,119,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.173, +,7bb,120,151,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.172, +,7bb,152,183,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.171, +,7bb,184,215,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.170, +,7bb,216,247,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.169, +,7bb,248,279,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.168, +,7bb,280,311,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.167, +,7bb,312,343,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.166, +,7bb,344,375,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.165, +,7bb,376,407,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.164, +,7bb,408,439,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.163, +,7bb,440,471,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.162, +,7bb,472,503,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.161, +,7bb,504,535,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.160, +,7bb,536,567,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.159, +,7bb,568,599,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.158, +,7bb,600,631,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.157, +,7bb,632,663,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.156, +,7bb,664,695,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.155, +,7bb,696,727,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.154, +,7bb,728,759,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.153, +,7bb,760,791,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.152, +,7bb,792,823,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.151, +,7bb,824,855,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.150, +,7bb,856,887,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.149, +,7bb,888,919,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.148, +,7bb,920,951,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.147, +,7bb,952,983,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.146, +,7bb,984,1015,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.145, +,7bb,1016,1047,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.144, +,7bb,1048,1079,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.143, +,7bb,1080,1111,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.142, +,7bb,1112,1143,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.141, +,7bb,1144,1175,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.140, +,7bb,1176,1207,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.139, +,7bb,1208,1239,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.138, +,7bb,1240,1271,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.137, +,7bb,1272,1303,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.136, +,7bb,1304,1335,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.135, +,7bb,1336,1367,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.134, +,7bb,1368,1399,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.133, +,7bb,1400,1431,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.132, +,7bb,1432,1463,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.131, +,7bb,1464,1495,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.130, +,7bb,1496,1527,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.129, +,7bb,1528,1559,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.128, +,7bb,1560,1591,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.127, +,7bb,1592,1623,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.126, +,7bb,1624,1655,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.125, +,7bb,1656,1687,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.124, +,7bb,1688,1719,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.123, +,7bb,1720,1751,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.122, +,7bb,1752,1783,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.121, +,7bb,1784,1815,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.120, +,7bb,1816,1847,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.119, +,7bb,1848,1879,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.118, +,7bb,1880,1911,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.117, +,7bb,1912,1943,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.116, +,7bb,1944,1975,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.115, +,7bb,1976,2007,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.114, +,7bb,2008,2039,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.113, +,7bb,2040,2071,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.112, +,7bb,2072,2103,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.111, +,7bb,2104,2135,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.110, +,7bb,2136,2167,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.109, +,7bb,2168,2199,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.108, +,7bb,2200,2231,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.107, +,7bb,2232,2263,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.106, +,7bb,2264,2295,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.105, +,7bb,2296,2327,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.104, +,7bb,2328,2359,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.103, +,7bb,2360,2391,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.102, +,7bb,2392,2423,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.101, +,7bb,2424,2455,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.100, +,7bb,2456,2487,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.99, +,7bb,2488,2519,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.98, +,7bb,2520,2551,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.97, +,7bb,2552,2583,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.96, +,7bb,2584,2615,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.95, +,7bb,2616,2647,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.94, +,7bb,2648,2679,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.93, +,7bb,2680,2711,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.92, +,7bb,2712,2743,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.91, +,7bb,2744,2775,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.90, +,7bb,2776,2807,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.89, +,7bb,2808,2839,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.88, +,7bb,2840,2871,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.87, +,7bb,2872,2903,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.86, +,7bb,2904,2935,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.85, +,7bb,2936,2967,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.84, +,7bb,2968,2999,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.83, +,7bb,3000,3031,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.82, +,7bb,3032,3063,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.81, +,7bb,3064,3095,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.80, +,7bb,3096,3127,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.79, +,7bb,3128,3159,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.78, +,7bb,3160,3191,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.77, +,7bb,3192,3223,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.76, +,7bb,3224,3255,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.75, +,7bb,3256,3287,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.74, +,7bb,3288,3319,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.73, +,7bb,3320,3351,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.72, +,7bb,3352,3383,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.71, +,7bb,3384,3415,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.70, +,7bb,3416,3447,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.69, +,7bb,3448,3479,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.68, +,7bb,3480,3511,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.67, +,7bb,3512,3543,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.66, +,7bb,3544,3575,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.65, +,7bb,3576,3607,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.64, +,7bb,3608,3639,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.63, +,7bb,3640,3671,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.62, +,7bb,3672,3703,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.61, +,7bb,3704,3735,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.60, +,7bb,3736,3767,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.59, +,7bb,3768,3799,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.58, +,7bb,3800,3831,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.57, +,7bb,3832,3863,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.56, +,7bb,3864,3895,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.55, +,7bb,3896,3927,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.54, +,7bb,3928,3959,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.53, +,7bb,3960,3991,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.52, +,7bb,3992,4023,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.51, +,7bb,4024,4055,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.50, +,7bb,4056,4087,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.49, +,7bb,4088,4119,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.48, +,7bb,4120,4151,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.47, +,7bb,4152,4183,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.46, +,7bb,4184,4215,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.45, +,7bb,4216,4247,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.44, +,7bb,4248,4279,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.43, +,7bb,4280,4311,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.42, +,7bb,4312,4343,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.41, +,7bb,4344,4375,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.40, +,7bb,4376,4407,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.39, +,7bb,4408,4439,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.38, +,7bb,4440,4471,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.37, +,7bb,4472,4503,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.36, +,7bb,4504,4535,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.35, +,7bb,4536,4567,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.34, +,7bb,4568,4599,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.33, +,7bb,4600,4631,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.32, +,7bb,4632,4663,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.31, +,7bb,4664,4695,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.30, +,7bb,4696,4727,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.29, +,7bb,4728,4759,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.28, +,7bb,4760,4791,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.27, +,7bb,4792,4823,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.26, +,7bb,4824,4855,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.25, +,7bb,4856,4887,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.24, +,7bb,4888,4919,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.23, +,7bb,4920,4951,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.22, +,7bb,4952,4983,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.21, +,7bb,4984,5015,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.20, +,7bb,5016,5047,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.19, +,7bb,5048,5079,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.18, +,7bb,5080,5111,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.17, +,7bb,5112,5143,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.16, +,7bb,5144,5175,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.15, +,7bb,5176,5207,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.14, +,7bb,5208,5239,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.13, +,7bb,5240,5271,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.12, +,7bb,5272,5303,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.11, +,7bb,5304,5335,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.10, +,7bb,5336,5367,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.09, +,7bb,5368,5399,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.08, +,7bb,5400,5431,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.07, +,7bb,5432,5463,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.06, +,7bb,5464,5495,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.05, +,7bb,5496,5527,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.04, +,7bb,5528,5559,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.03, +,7bb,5560,5591,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.02, +,7bb,5592,5623,1,-2147483648,0,,22926C,62926C,1ff,Generic BSE storage zone.01, +,7bb,31,31,1,0,0,,22926D,62926D,ff,Boolean to authorize DID writing sequenceWbx_did_wrt_seq, +,7bb,24,31,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.31, +,7bb,32,39,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.30, +,7bb,40,47,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.29, +,7bb,48,55,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.28, +,7bb,56,63,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.27, +,7bb,64,71,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.26, +,7bb,72,79,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.25, +,7bb,80,87,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.24, +,7bb,88,95,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.23, +,7bb,96,103,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.22, +,7bb,104,111,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.21, +,7bb,112,119,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.20, +,7bb,120,127,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.19, +,7bb,128,135,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.18, +,7bb,136,143,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.17, +,7bb,144,151,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.16, +,7bb,152,159,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.15, +,7bb,160,167,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.14, +,7bb,168,175,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.13, +,7bb,176,183,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.12, +,7bb,184,191,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.11, +,7bb,192,199,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.10, +,7bb,200,207,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.09, +,7bb,208,215,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.08, +,7bb,216,223,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.07, +,7bb,224,231,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.06, +,7bb,232,239,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.05, +,7bb,240,247,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.04, +,7bb,248,255,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.03, +,7bb,256,263,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.02, +,7bb,264,271,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.01, +,7bb,272,279,1,0,0,,22926E,62926E,ff,Delivered charge during missionZtx_mission_chg_n.00, +,7bb,24,31,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.31, +,7bb,32,39,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.30, +,7bb,40,47,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.29, +,7bb,48,55,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.28, +,7bb,56,63,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.27, +,7bb,64,71,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.26, +,7bb,72,79,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.25, +,7bb,80,87,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.24, +,7bb,88,95,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.23, +,7bb,96,103,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.22, +,7bb,104,111,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.21, +,7bb,112,119,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.20, +,7bb,120,127,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.19, +,7bb,128,135,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.18, +,7bb,136,143,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.17, +,7bb,144,151,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.16, +,7bb,152,159,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.15, +,7bb,160,167,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.14, +,7bb,168,175,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.13, +,7bb,176,183,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.12, +,7bb,184,191,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.11, +,7bb,192,199,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.10, +,7bb,200,207,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.09, +,7bb,208,215,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.08, +,7bb,216,223,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.07, +,7bb,224,231,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.06, +,7bb,232,239,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.05, +,7bb,240,247,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.04, +,7bb,248,255,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.03, +,7bb,256,263,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.02, +,7bb,264,271,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.01, +,7bb,272,279,1,0,0,,22926F,62926F,ff,Accumulated charge during missionZtx_mission_chg_p.00, +,7bb,24,31,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.31,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,32,39,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.30,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,40,47,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.29,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,48,55,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.28,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,56,63,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.27,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,64,71,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.26,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,72,79,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.25,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,80,87,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.24,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,88,95,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.23,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,96,103,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.22,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,104,111,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.21,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,112,119,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.20,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,120,127,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.19,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,128,135,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.18,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,136,143,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.17,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,144,151,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.16,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,152,159,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.15,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,160,167,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.14,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,168,175,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.13,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,176,183,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.12,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,184,191,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.11,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,192,199,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.10,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,200,207,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.09,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,208,215,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.08,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,216,223,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.07,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,224,231,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.06,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,232,239,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.05,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,240,247,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.04,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,248,255,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.03,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,256,263,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.02,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,264,271,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.01,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,272,279,1,0,0,,229270,629270,ff,BMS StateZtx_mission_mode.00,1:Init;2:Wait;3:Isolated Charge;4:Non Isolated Charge;5:External Charge;6:Driving;7:SleepTransient;8:DC Charging without RISOL;9:DC Charging with Risol +,7bb,24,31,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.31, +,7bb,32,39,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.30, +,7bb,40,47,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.29, +,7bb,48,55,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.28, +,7bb,56,63,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.27, +,7bb,64,71,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.26, +,7bb,72,79,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.25, +,7bb,80,87,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.24, +,7bb,88,95,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.23, +,7bb,96,103,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.22, +,7bb,104,111,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.21, +,7bb,112,119,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.20, +,7bb,120,127,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.19, +,7bb,128,135,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.18, +,7bb,136,143,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.17, +,7bb,144,151,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.16, +,7bb,152,159,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.15, +,7bb,160,167,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.14, +,7bb,168,175,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.13, +,7bb,176,183,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.12, +,7bb,184,191,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.11, +,7bb,192,199,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.10, +,7bb,200,207,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.09, +,7bb,208,215,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.08, +,7bb,216,223,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.07, +,7bb,224,231,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.06, +,7bb,232,239,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.05, +,7bb,240,247,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.04, +,7bb,248,255,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.03, +,7bb,256,263,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.02, +,7bb,264,271,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.01, +,7bb,272,279,1,40,0,,229271,629271,ff,Initial mission temperatureZtx_mission_temp_beg.00, +,7bb,24,31,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.31, +,7bb,32,39,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.30, +,7bb,40,47,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.29, +,7bb,48,55,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.28, +,7bb,56,63,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.27, +,7bb,64,71,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.26, +,7bb,72,79,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.25, +,7bb,80,87,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.24, +,7bb,88,95,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.23, +,7bb,96,103,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.22, +,7bb,104,111,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.21, +,7bb,112,119,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.20, +,7bb,120,127,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.19, +,7bb,128,135,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.18, +,7bb,136,143,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.17, +,7bb,144,151,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.16, +,7bb,152,159,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.15, +,7bb,160,167,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.14, +,7bb,168,175,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.13, +,7bb,176,183,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.12, +,7bb,184,191,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.11, +,7bb,192,199,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.10, +,7bb,200,207,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.09, +,7bb,208,215,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.08, +,7bb,216,223,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.07, +,7bb,224,231,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.06, +,7bb,232,239,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.05, +,7bb,240,247,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.04, +,7bb,248,255,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.03, +,7bb,256,263,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.02, +,7bb,264,271,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.01, +,7bb,272,279,1,40,0,,229272,629272,ff,End of mission temperatureZtx_mission_temp_end.00, +,7bb,25,31,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.31, +,7bb,33,39,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.30, +,7bb,41,47,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.29, +,7bb,49,55,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.28, +,7bb,57,63,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.27, +,7bb,65,71,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.26, +,7bb,73,79,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.25, +,7bb,81,87,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.24, +,7bb,89,95,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.23, +,7bb,97,103,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.22, +,7bb,105,111,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.21, +,7bb,113,119,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.20, +,7bb,121,127,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.19, +,7bb,129,135,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.18, +,7bb,137,143,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.17, +,7bb,145,151,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.16, +,7bb,153,159,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.15, +,7bb,161,167,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.14, +,7bb,169,175,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.13, +,7bb,177,183,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.12, +,7bb,185,191,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.11, +,7bb,193,199,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.10, +,7bb,201,207,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.09, +,7bb,209,215,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.08, +,7bb,217,223,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.07, +,7bb,225,231,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.06, +,7bb,233,239,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.05, +,7bb,241,247,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.04, +,7bb,249,255,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.03, +,7bb,257,263,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.02, +,7bb,265,271,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.01, +,7bb,273,279,1,0,0,%,229273,629273,ff,Initial mission USOCZtx_mission_usoc_beg.00, +,7bb,24,31,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.31, +,7bb,32,39,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.30, +,7bb,40,47,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.29, +,7bb,48,55,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.28, +,7bb,56,63,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.27, +,7bb,64,71,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.26, +,7bb,72,79,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.25, +,7bb,80,87,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.24, +,7bb,88,95,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.23, +,7bb,96,103,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.22, +,7bb,104,111,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.21, +,7bb,112,119,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.20, +,7bb,120,127,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.19, +,7bb,128,135,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.18, +,7bb,136,143,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.17, +,7bb,144,151,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.16, +,7bb,152,159,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.15, +,7bb,160,167,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.14, +,7bb,168,175,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.13, +,7bb,176,183,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.12, +,7bb,184,191,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.11, +,7bb,192,199,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.10, +,7bb,200,207,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.09, +,7bb,208,215,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.08, +,7bb,216,223,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.07, +,7bb,224,231,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.06, +,7bb,232,239,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.05, +,7bb,240,247,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.04, +,7bb,248,255,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.03, +,7bb,256,263,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.02, +,7bb,264,271,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.01, +,7bb,272,279,1,0,0,%,229274,629274,ff,End of mission USOCZtx_mission_usoc_end.00, +,7bb,24,47,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.31, +,7bb,48,71,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.30, +,7bb,72,95,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.29, +,7bb,96,119,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.28, +,7bb,120,143,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.27, +,7bb,144,167,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.26, +,7bb,168,191,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.25, +,7bb,192,215,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.24, +,7bb,216,239,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.23, +,7bb,240,263,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.22, +,7bb,264,287,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.21, +,7bb,288,311,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.20, +,7bb,312,335,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.19, +,7bb,336,359,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.18, +,7bb,360,383,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.17, +,7bb,384,407,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.16, +,7bb,408,431,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.15, +,7bb,432,455,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.14, +,7bb,456,479,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.13, +,7bb,480,503,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.12, +,7bb,504,527,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.11, +,7bb,528,551,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.10, +,7bb,552,575,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.09, +,7bb,576,599,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.08, +,7bb,600,623,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.07, +,7bb,624,647,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.06, +,7bb,648,671,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.05, +,7bb,672,695,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.04, +,7bb,696,719,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.03, +,7bb,720,743,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.02, +,7bb,744,767,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.01, +,7bb,768,791,1,0,0,min,229275,629275,ff,Initial mission Absolute Pack Time.00, +,7bb,24,47,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.31, +,7bb,48,71,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.30, +,7bb,72,95,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.29, +,7bb,96,119,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.28, +,7bb,120,143,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.27, +,7bb,144,167,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.26, +,7bb,168,191,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.25, +,7bb,192,215,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.24, +,7bb,216,239,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.23, +,7bb,240,263,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.22, +,7bb,264,287,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.21, +,7bb,288,311,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.20, +,7bb,312,335,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.19, +,7bb,336,359,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.18, +,7bb,360,383,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.17, +,7bb,384,407,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.16, +,7bb,408,431,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.15, +,7bb,432,455,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.14, +,7bb,456,479,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.13, +,7bb,480,503,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.12, +,7bb,504,527,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.11, +,7bb,528,551,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.10, +,7bb,552,575,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.09, +,7bb,576,599,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.08, +,7bb,600,623,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.07, +,7bb,624,647,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.06, +,7bb,648,671,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.05, +,7bb,672,695,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.04, +,7bb,696,719,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.03, +,7bb,720,743,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.02, +,7bb,744,767,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.01, +,7bb,768,791,1,0,0,min,229276,629276,ff,End of mission Absolute Pack Time.00, +,7bb,24,55,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.31, +,7bb,56,87,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.30, +,7bb,88,119,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.29, +,7bb,120,151,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.28, +,7bb,152,183,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.27, +,7bb,184,215,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.26, +,7bb,216,247,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.25, +,7bb,248,279,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.24, +,7bb,280,311,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.23, +,7bb,312,343,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.22, +,7bb,344,375,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.21, +,7bb,376,407,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.20, +,7bb,408,439,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.19, +,7bb,440,471,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.18, +,7bb,472,503,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.17, +,7bb,504,535,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.16, +,7bb,536,567,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.15, +,7bb,568,599,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.14, +,7bb,600,631,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.13, +,7bb,632,663,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.12, +,7bb,664,695,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.11, +,7bb,696,727,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.10, +,7bb,728,759,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.09, +,7bb,760,791,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.08, +,7bb,792,823,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.07, +,7bb,824,855,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.06, +,7bb,856,887,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.05, +,7bb,888,919,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.04, +,7bb,920,951,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.03, +,7bb,952,983,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.02, +,7bb,984,1015,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.01, +,7bb,1016,1047,.03125,-2147483648,2,km,229277,629277,1ff,Initial mission Distance Pack.00, +,7bb,24,55,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.31, +,7bb,56,87,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.30, +,7bb,88,119,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.29, +,7bb,120,151,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.28, +,7bb,152,183,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.27, +,7bb,184,215,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.26, +,7bb,216,247,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.25, +,7bb,248,279,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.24, +,7bb,280,311,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.23, +,7bb,312,343,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.22, +,7bb,344,375,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.21, +,7bb,376,407,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.20, +,7bb,408,439,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.19, +,7bb,440,471,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.18, +,7bb,472,503,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.17, +,7bb,504,535,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.16, +,7bb,536,567,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.15, +,7bb,568,599,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.14, +,7bb,600,631,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.13, +,7bb,632,663,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.12, +,7bb,664,695,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.11, +,7bb,696,727,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.10, +,7bb,728,759,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.09, +,7bb,760,791,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.08, +,7bb,792,823,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.07, +,7bb,824,855,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.06, +,7bb,856,887,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.05, +,7bb,888,919,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.04, +,7bb,920,951,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.03, +,7bb,952,983,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.02, +,7bb,984,1015,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.01, +,7bb,1016,1047,.03125,-2147483648,2,km,229278,629278,1ff,End of mission Distance Pack.00, +,7bb,24,31,1,0,0,,229279,629279,ff,Value of mission indiceZxx_mission_indice, +,7bb,24,24,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit255, +,7bb,25,25,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit254, +,7bb,26,26,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit253, +,7bb,27,27,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit252, +,7bb,28,28,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit251, +,7bb,29,29,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit250, +,7bb,30,30,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit249, +,7bb,31,31,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit248, +,7bb,32,32,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit247, +,7bb,33,33,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit246, +,7bb,34,34,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit245, +,7bb,35,35,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit244, +,7bb,36,36,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit243, +,7bb,37,37,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit242, +,7bb,38,38,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit241, +,7bb,39,39,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit240, +,7bb,40,40,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit239, +,7bb,41,41,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit238, +,7bb,42,42,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit237, +,7bb,43,43,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit236, +,7bb,44,44,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit235, +,7bb,45,45,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit234, +,7bb,46,46,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit233, +,7bb,47,47,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit232, +,7bb,48,48,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit231, +,7bb,49,49,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit230, +,7bb,50,50,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit229, +,7bb,51,51,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit228, +,7bb,52,52,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit227, +,7bb,53,53,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit226, +,7bb,54,54,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit225, +,7bb,55,55,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit224, +,7bb,56,56,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit223, +,7bb,57,57,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit222, +,7bb,58,58,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit221, +,7bb,59,59,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit220, +,7bb,60,60,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit219, +,7bb,61,61,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit218, +,7bb,62,62,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit217, +,7bb,63,63,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit216, +,7bb,64,64,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit215, +,7bb,65,65,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit214, +,7bb,66,66,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit213, +,7bb,67,67,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit212, +,7bb,68,68,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit211, +,7bb,69,69,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit210, +,7bb,70,70,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit209, +,7bb,71,71,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit208, +,7bb,72,72,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit207, +,7bb,73,73,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit206, +,7bb,74,74,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit205, +,7bb,75,75,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit204, +,7bb,76,76,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit203, +,7bb,77,77,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit202, +,7bb,78,78,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit201, +,7bb,79,79,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit200, +,7bb,80,80,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit199, +,7bb,81,81,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit198, +,7bb,82,82,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit197, +,7bb,83,83,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit196, +,7bb,84,84,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit195, +,7bb,85,85,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit194, +,7bb,86,86,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit193, +,7bb,87,87,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit192, +,7bb,88,88,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit191, +,7bb,89,89,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit190, +,7bb,90,90,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit189, +,7bb,91,91,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit188, +,7bb,92,92,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit187, +,7bb,93,93,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit186, +,7bb,94,94,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit185, +,7bb,95,95,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit184, +,7bb,96,96,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit183, +,7bb,97,97,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit182, +,7bb,98,98,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit181, +,7bb,99,99,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit180, +,7bb,100,100,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit179, +,7bb,101,101,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit178, +,7bb,102,102,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit177, +,7bb,103,103,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit176, +,7bb,104,104,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit175, +,7bb,105,105,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit174, +,7bb,106,106,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit173, +,7bb,107,107,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit172, +,7bb,108,108,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit171, +,7bb,109,109,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit170, +,7bb,110,110,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit169, +,7bb,111,111,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit168, +,7bb,112,112,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit167, +,7bb,113,113,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit166, +,7bb,114,114,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit165, +,7bb,115,115,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit164, +,7bb,116,116,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit163, +,7bb,117,117,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit162, +,7bb,118,118,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit161, +,7bb,119,119,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit160, +,7bb,120,120,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit159, +,7bb,121,121,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit158, +,7bb,122,122,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit157, +,7bb,123,123,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit156, +,7bb,124,124,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit155, +,7bb,125,125,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit154, +,7bb,126,126,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit153, +,7bb,127,127,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit152, +,7bb,128,128,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit151, +,7bb,129,129,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit150, +,7bb,130,130,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit149, +,7bb,131,131,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit148, +,7bb,132,132,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit147, +,7bb,133,133,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit146, +,7bb,134,134,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit145, +,7bb,135,135,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit144, +,7bb,136,136,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit143, +,7bb,137,137,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit142, +,7bb,138,138,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit141, +,7bb,139,139,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit140, +,7bb,140,140,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit139, +,7bb,141,141,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit138, +,7bb,142,142,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit137, +,7bb,143,143,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit136, +,7bb,144,144,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit135, +,7bb,145,145,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit134, +,7bb,146,146,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit133, +,7bb,147,147,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit132, +,7bb,148,148,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit131, +,7bb,149,149,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit130, +,7bb,150,150,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit129, +,7bb,151,151,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit128, +,7bb,152,152,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit127, +,7bb,153,153,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit126, +,7bb,154,154,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit125, +,7bb,155,155,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit124, +,7bb,156,156,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit123, +,7bb,157,157,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit122, +,7bb,158,158,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit121, +,7bb,159,159,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit120, +,7bb,160,160,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit119, +,7bb,161,161,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit118, +,7bb,162,162,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit117, +,7bb,163,163,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit116, +,7bb,164,164,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit115, +,7bb,165,165,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit114, +,7bb,166,166,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit113, +,7bb,167,167,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit112, +,7bb,168,168,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit111, +,7bb,169,169,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit110, +,7bb,170,170,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit109, +,7bb,171,171,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit108, +,7bb,172,172,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit107, +,7bb,173,173,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit106, +,7bb,174,174,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit105, +,7bb,175,175,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit104, +,7bb,176,176,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit103, +,7bb,177,177,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit102, +,7bb,178,178,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit101, +,7bb,179,179,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit100, +,7bb,180,180,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit99, +,7bb,181,181,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit98, +,7bb,182,182,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit97, +,7bb,183,183,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit96, +,7bb,184,184,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit95, +,7bb,185,185,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit94, +,7bb,186,186,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit93, +,7bb,187,187,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit92, +,7bb,188,188,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit91, +,7bb,189,189,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit90, +,7bb,190,190,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit89, +,7bb,191,191,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit88, +,7bb,192,192,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit87, +,7bb,193,193,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit86, +,7bb,194,194,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit85, +,7bb,195,195,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit84, +,7bb,196,196,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit83, +,7bb,197,197,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit82, +,7bb,198,198,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit81, +,7bb,199,199,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit80, +,7bb,200,200,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit79, +,7bb,201,201,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit78, +,7bb,202,202,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit77, +,7bb,203,203,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit76, +,7bb,204,204,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit75, +,7bb,205,205,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit74, +,7bb,206,206,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit73, +,7bb,207,207,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit72, +,7bb,208,208,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit71, +,7bb,209,209,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit70, +,7bb,210,210,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit69, +,7bb,211,211,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit68, +,7bb,212,212,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit67, +,7bb,213,213,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit66, +,7bb,214,214,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit65, +,7bb,215,215,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit64, +,7bb,216,216,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit63, +,7bb,217,217,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit62, +,7bb,218,218,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit61, +,7bb,219,219,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit60, +,7bb,220,220,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit59, +,7bb,221,221,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit58, +,7bb,222,222,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit57, +,7bb,223,223,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit56, +,7bb,224,224,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit55, +,7bb,225,225,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit54, +,7bb,226,226,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit53, +,7bb,227,227,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit52, +,7bb,228,228,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit51, +,7bb,229,229,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit50, +,7bb,230,230,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit49, +,7bb,231,231,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit48, +,7bb,232,232,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit47, +,7bb,233,233,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit46, +,7bb,234,234,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit45, +,7bb,235,235,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit44, +,7bb,236,236,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit43, +,7bb,237,237,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit42, +,7bb,238,238,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit41, +,7bb,239,239,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit40, +,7bb,240,240,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit39, +,7bb,241,241,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit38, +,7bb,242,242,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit37, +,7bb,243,243,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit36, +,7bb,244,244,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit35, +,7bb,245,245,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit34, +,7bb,246,246,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit33, +,7bb,247,247,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit32, +,7bb,248,248,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit31, +,7bb,249,249,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit30, +,7bb,250,250,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit29, +,7bb,251,251,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit28, +,7bb,252,252,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit27, +,7bb,253,253,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit26, +,7bb,254,254,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit25, +,7bb,255,255,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit24, +,7bb,256,256,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit23, +,7bb,257,257,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit22, +,7bb,258,258,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit21, +,7bb,259,259,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit20, +,7bb,260,260,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit19, +,7bb,261,261,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit18, +,7bb,262,262,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit17, +,7bb,263,263,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit16, +,7bb,264,264,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit15, +,7bb,265,265,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit14, +,7bb,266,266,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit13, +,7bb,267,267,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit12, +,7bb,268,268,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit11, +,7bb,269,269,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit10, +,7bb,270,270,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit9, +,7bb,271,271,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit8, +,7bb,272,272,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit7, +,7bb,273,273,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit6, +,7bb,274,274,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit5, +,7bb,275,275,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit4, +,7bb,276,276,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit3, +,7bb,277,277,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit2, +,7bb,278,278,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit1, +,7bb,279,279,1,0,0,,22927A,62927A,ff,cell SOHP failure tableWtx_df_sohp_cell_fail_nr.bit0, +,7bb,24,24,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit15, +,7bb,25,25,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit14, +,7bb,26,26,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit13, +,7bb,27,27,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit12, +,7bb,28,28,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit11, +,7bb,29,29,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit10, +,7bb,30,30,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit9, +,7bb,31,31,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit8, +,7bb,32,32,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit7, +,7bb,33,33,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit6, +,7bb,34,34,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit5, +,7bb,35,35,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit4, +,7bb,36,36,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit3, +,7bb,37,37,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit2, +,7bb,38,38,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit1, +,7bb,39,39,1,0,0,,22927B,62927B,ff,MAIN ASIC internal error ID.bit0, +,7bb,24,24,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit7, +,7bb,25,25,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit6, +,7bb,26,26,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit5, +,7bb,27,27,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit4, +,7bb,28,28,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit3, +,7bb,29,29,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit2, +,7bb,30,30,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit1, +,7bb,31,31,1,0,0,,22927C,62927C,ff,MAIN ASIC Communication Failure ID.bit0, +,7bb,29,29,1,0,0,,22927D,62927D,ff,MAIN ASIC OC failure IDWxx_assp1_oc_id.bit2, +,7bb,30,30,1,0,0,,22927D,62927D,ff,MAIN ASIC OC failure IDWxx_assp1_oc_id.bit1, +,7bb,31,31,1,0,0,,22927D,62927D,ff,MAIN ASIC OC failure IDWxx_assp1_oc_id.bit0, +,7bb,30,30,1,0,0,,22927E,62927E,ff,MAIN ASIC HVMUX failure IDWxx_assp1_itl_id.01, +,7bb,31,31,1,0,0,,22927E,62927E,ff,MAIN ASIC HVMUX failure IDWxx_assp1_itl_id.00, +,7bb,30,30,1,0,0,,22927F,62927F,ff,MAIN ASIC SCW failure IDWxx_assp1_scw_id.bit1, +,7bb,31,31,1,0,0,,22927F,62927F,ff,MAIN ASIC SCW failure IDWxx_assp1_scw_id.bit0, +,7bb,24,55,1,0,0,,229280,629280,4ff,DIDs supported in range 9281_92A0, +,7bb,31,31,1,0,0,,229281,629281,ff,Boolean to indicate if temporisation before sleep is activated or notWbx_slp_tmp_cfg,0:temporisation is activated;1:temporisation is deactivated +,7bb,24,31,1,0,0,,229282,629282,ff,PCB traceability.31, +,7bb,32,39,1,0,0,,229282,629282,ff,PCB traceability.30, +,7bb,40,47,1,0,0,,229282,629282,ff,PCB traceability.29, +,7bb,48,55,1,0,0,,229282,629282,ff,PCB traceability.28, +,7bb,56,63,1,0,0,,229282,629282,ff,PCB traceability.27, +,7bb,64,71,1,0,0,,229282,629282,ff,PCB traceability.26, +,7bb,72,79,1,0,0,,229282,629282,ff,PCB traceability.25, +,7bb,80,87,1,0,0,,229282,629282,ff,PCB traceability.24, +,7bb,88,95,1,0,0,,229282,629282,ff,PCB traceability.23, +,7bb,96,103,1,0,0,,229282,629282,ff,PCB traceability.22, +,7bb,104,111,1,0,0,,229282,629282,ff,PCB traceability.21, +,7bb,112,119,1,0,0,,229282,629282,ff,PCB traceability.20, +,7bb,120,127,1,0,0,,229282,629282,ff,PCB traceability.19, +,7bb,128,135,1,0,0,,229282,629282,ff,PCB traceability.18, +,7bb,136,143,1,0,0,,229282,629282,ff,PCB traceability.17, +,7bb,144,151,1,0,0,,229282,629282,ff,PCB traceability.16, +,7bb,152,159,1,0,0,,229282,629282,ff,PCB traceability.15, +,7bb,160,167,1,0,0,,229282,629282,ff,PCB traceability.14, +,7bb,168,175,1,0,0,,229282,629282,ff,PCB traceability.13, +,7bb,176,183,1,0,0,,229282,629282,ff,PCB traceability.12, +,7bb,184,191,1,0,0,,229282,629282,ff,PCB traceability.11, +,7bb,192,199,1,0,0,,229282,629282,ff,PCB traceability.10, +,7bb,200,207,1,0,0,,229282,629282,ff,PCB traceability.09, +,7bb,208,215,1,0,0,,229282,629282,ff,PCB traceability.08, +,7bb,216,223,1,0,0,,229282,629282,ff,PCB traceability.07, +,7bb,224,231,1,0,0,,229282,629282,ff,PCB traceability.06, +,7bb,232,239,1,0,0,,229282,629282,ff,PCB traceability.05, +,7bb,240,247,1,0,0,,229282,629282,ff,PCB traceability.04, +,7bb,248,255,1,0,0,,229282,629282,ff,PCB traceability.03, +,7bb,256,263,1,0,0,,229282,629282,ff,PCB traceability.02, +,7bb,264,271,1,0,0,,229282,629282,ff,PCB traceability.01, +,7bb,24,55,.001,0,3,,229284,629284,1ff,10ms average current EV2020 range, +,7bb,31,31,1,0,0,,229292,629292,ff,Boolean to request a non volatile memory on the fly record Wbx_nvm_rec,0:Record is not requested;1:Record is requested +,7bb,24,55,1,0,0,,2292A0,6292A0,4ff,DIDs supported in range 92A1_92C0, +,7bb,24,55,1,0,0,,2292C0,6292C0,4ff,DIDs supported in range 92C1_92E0, +,7bb,24,55,1,0,0,,2292,6292,4ff,DIDs supported in range 92E1_9300, +,7bb,24,55,1,0,0,,229300,629300,4ff,DIDs supported in range 9301_9320, +,7bb,24,55,1,0,0,,229320,629320,4ff,DIDs supported in range 9321_9340, +,7bb,24,55,1,0,0,,229340,629340,4ff,DIDs supported in range 9341_9360, +,7bb,24,55,1,0,0,,229360,629360,4ff,DIDs supported in range 9361_9380, +,7bb,24,55,1,0,0,,229380,629380,4ff,DIDs supported in range 9381_93A0, +,7bb,24,55,1,0,0,,2293A0,6293A0,4ff,DIDs supported in range 93A1_93C0, +,7bb,24,55,1,0,0,,2293C0,6293C0,4ff,DIDs supported in range 93C1_93E0, +,7bb,24,55,1,0,0,,2293,6293,4ff,DIDs supported in range 93E1_9400, +,7bb,24,55,1,0,0,,229400,629400,4ff,DIDs supported in range 9401_9420, +,7bb,24,55,1,0,0,,229420,629420,4ff,DIDs supported in range 9421_9440, +,7bb,24,55,1,0,0,,229440,629440,4ff,DIDs supported in range 9441_9460, +,7bb,24,55,1,0,0,,229460,629460,4ff,DIDs supported in range 9461_9480, +,7bb,24,55,1,0,0,,229480,629480,4ff,DIDs supported in range 9481_94A0, +,7bb,24,55,1,0,0,,2294A0,6294A0,4ff,DIDs supported in range 94A1_94C0, +,7bb,24,55,1,0,0,,2294C0,6294C0,4ff,DIDs supported in range 94C1_94E0, +,7bb,24,55,1,0,0,,2294,6294,4ff,DIDs supported in range 94E1_9500, +,7bb,24,55,1,0,0,,229500,629500,4ff,DIDs supported in range 9501_9520, +,7bb,24,55,1,0,0,,229520,629520,4ff,DIDs supported in range 9521_9540, +,7bb,24,55,1,0,0,,229540,629540,4ff,DIDs supported in range 9541_9560, +,7bb,24,55,1,0,0,,229560,629560,4ff,DIDs supported in range 9561_9580, +,7bb,24,55,1,0,0,,229580,629580,4ff,DIDs supported in range 9581_95A0, +,7bb,24,55,1,0,0,,2295A0,6295A0,4ff,DIDs supported in range 95A1_95C0, +,7bb,24,55,1,0,0,,2295C0,6295C0,4ff,DIDs supported in range 95C1_95E0, +,7bb,24,55,1,0,0,,2295,6295,4ff,DIDs supported in range 95E1_9600, +,7bb,24,55,1,0,0,,229600,629600,4ff,DIDs supported in range 9601_9620, +,7bb,24,55,1,0,0,,229620,629620,4ff,DIDs supported in range 9621_9640, +,7bb,24,55,1,0,0,,229640,629640,4ff,DIDs supported in range 9641_9660, +,7bb,24,55,1,0,0,,229660,629660,4ff,DIDs supported in range 9661_9680, +,7bb,24,55,1,0,0,,229680,629680,4ff,DIDs supported in range 9681_96A0, +,7bb,24,55,1,0,0,,2296A0,6296A0,4ff,DIDs supported in range 96A1_96C0, +,7bb,24,55,1,0,0,,2296C0,6296C0,4ff,DIDs supported in range 96C1_96E0, +,7bb,24,55,1,0,0,,2296,6296,4ff,DIDs supported in range 96E1_9700, +,7bb,24,55,1,0,0,,229700,629700,4ff,DIDs supported in range 9701_9720, +,7bb,24,55,1,0,0,,229720,629720,4ff,DIDs supported in range 9721_9740, +,7bb,24,55,1,0,0,,229740,629740,4ff,DIDs supported in range 9741_9760, +,7bb,24,55,1,0,0,,229760,629760,4ff,DIDs supported in range 9761_9780, +,7bb,24,55,1,0,0,,229780,629780,4ff,DIDs supported in range 9781_97A0, +,7bb,24,55,1,0,0,,2297A0,6297A0,4ff,DIDs supported in range 97A1_97C0, +,7bb,24,55,1,0,0,,2297C0,6297C0,4ff,DIDs supported in range 97C1_97E0, +,7bb,24,55,1,0,0,,2297,6297,4ff,DIDs supported in range 97E1_9800, +,7bb,24,55,1,0,0,,229800,629800,4ff,DIDs supported in range 9801_9820, +,7bb,24,55,1,0,0,,229820,629820,4ff,DIDs supported in range 9821_9840, +,7bb,24,55,1,0,0,,229840,629840,4ff,DIDs supported in range 9841_9860, +,7bb,24,55,1,0,0,,229860,629860,4ff,DIDs supported in range 9861_9880, +,7bb,24,55,1,0,0,,229880,629880,4ff,DIDs supported in range 9881_98A0, +,7bb,24,55,1,0,0,,2298A0,6298A0,4ff,DIDs supported in range 98A1_98C0, +,7bb,24,55,1,0,0,,2298C0,6298C0,4ff,DIDs supported in range 98C1_98E0, +,7bb,24,55,1,0,0,,2298,6298,4ff,DIDs supported in range 98E1_9900, +,7bb,24,55,1,0,0,,229900,629900,4ff,DIDs supported in range 9901_9920, +,7bb,24,55,1,0,0,,229920,629920,4ff,DIDs supported in range 9921_9940, +,7bb,24,55,1,0,0,,229940,629940,4ff,DIDs supported in range 9941_9960, +,7bb,24,55,1,0,0,,229960,629960,4ff,DIDs supported in range 9961_9980, +,7bb,24,55,1,0,0,,229980,629980,4ff,DIDs supported in range 9981_99A0, +,7bb,24,55,1,0,0,,2299A0,6299A0,4ff,DIDs supported in range 99A1_99C0, +,7bb,24,55,1,0,0,,2299C0,6299C0,4ff,DIDs supported in range 99C1_99E0, +,7bb,24,55,1,0,0,,2299,6299,4ff,DIDs supported in range 99E1_9A00, +,7bb,24,55,1,0,0,,229A00,629A00,4ff,DIDs supported in range 9A01_9A20, +,7bb,24,55,1,0,0,,229A20,629A20,4ff,DIDs supported in range 9A21_9A40, +,7bb,24,55,1,0,0,,229A40,629A40,4ff,DIDs supported in range 9A41_9A60, +,7bb,24,55,1,0,0,,229A60,629A60,4ff,DIDs supported in range 9A61_9A80, +,7bb,24,55,1,0,0,,229A80,629A80,4ff,DIDs supported in range 9A81_9AA0, +,7bb,24,55,1,0,0,,229AA0,629AA0,4ff,DIDs supported in range 9AA1_9AC0, +,7bb,24,55,1,0,0,,229AC0,629AC0,4ff,DIDs supported in range 9AC1_9AE0, +,7bb,24,55,1,0,0,,229AE0,629AE0,4ff,DIDs supported in range 9AE1_9B00, +,7bb,24,55,1,0,0,,229B00,629B00,4ff,DIDs supported in range 9B01_9B20, +,7bb,24,55,1,0,0,,229B20,629B20,4ff,DIDs supported in range 9B21_9B40, +,7bb,24,55,1,0,0,,229B40,629B40,4ff,DIDs supported in range 9B41_9B60, +,7bb,24,55,1,0,0,,229B60,629B60,4ff,DIDs supported in range 9B61_9B80, +,7bb,24,55,1,0,0,,229B80,629B80,4ff,DIDs supported in range 9B81_9BA0, +,7bb,24,55,1,0,0,,229BA0,629BA0,4ff,DIDs supported in range 9BA1_9BC0, +,7bb,24,55,1,0,0,,229BC0,629BC0,4ff,DIDs supported in range 9BC1_9BE0, +,7bb,24,55,1,0,0,,229BE0,629BE0,4ff,DIDs supported in range 9BE1_9C00, +,7bb,24,55,1,0,0,,229C00,629C00,4ff,DIDs supported in range 9C01_9C20, +,7bb,24,55,1,0,0,,229C20,629C20,4ff,DIDs supported in range 9C21_9C40, +,7bb,24,55,1,0,0,,229C40,629C40,4ff,DIDs supported in range 9C41_9C60, +,7bb,24,55,1,0,0,,229C60,629C60,4ff,DIDs supported in range 9C61_9C80, +,7bb,24,55,1,0,0,,229C80,629C80,4ff,DIDs supported in range 9C81_9CA0, +,7bb,24,55,1,0,0,,229CA0,629CA0,4ff,DIDs supported in range 9CA1_9CC0, +,7bb,24,55,1,0,0,,229CC0,629CC0,4ff,DIDs supported in range 9CC1_9CE0, +,7bb,24,55,1,0,0,,229CE0,629CE0,4ff,DIDs supported in range 9CE1_9D00, +,7bb,24,55,1,0,0,,229D00,629D00,4ff,DIDs supported in range 9D01_9D20, +,7bb,24,55,1,0,0,,229D20,629D20,4ff,DIDs supported in range 9D21_9D40, +,7bb,24,55,1,0,0,,229D40,629D40,4ff,DIDs supported in range 9D41_9D60, +,7bb,24,55,1,0,0,,229D60,629D60,4ff,DIDs supported in range 9D61_9D80, +,7bb,24,55,1,0,0,,229D80,629D80,4ff,DIDs supported in range 9D81_9DA0, +,7bb,24,55,1,0,0,,229DA0,629DA0,4ff,DIDs supported in range 9DA1_9DC0, +,7bb,24,55,1,0,0,,229DC0,629DC0,4ff,DIDs supported in range 9DC1_9DE0, +,7bb,24,55,1,0,0,,229DE0,629DE0,4ff,DIDs supported in range 9DE1_9E00, +,7bb,24,55,1,0,0,,229,629,4ff,DIDs supported in range 9E01_9E20, +,7bb,24,55,1,0,0,,229EA0,629EA0,4ff,DIDs supported in range 9EA1_9EC0, +,7bb,24,55,1,0,0,,229EC0,629EC0,4ff,DIDs supported in range 9EC1_9EE0, +,7bb,24,55,1,0,0,,229EE0,629EE0,4ff,DIDs supported in range 9EE1_9F00, +,7bb,24,55,1,0,0,,229F00,629F00,4ff,DIDs supported in range 9F01_9F20, +,7bb,24,55,1,0,0,,229F20,629F20,4ff,DIDs supported in range 9F21_9F40, +,7bb,24,55,1,0,0,,229F40,629F40,4ff,DIDs supported in range 9F41_9F60, +,7bb,24,55,1,0,0,,229F60,629F60,4ff,DIDs supported in range 9F61_9F80, +,7bb,24,55,1,0,0,,229F80,629F80,4ff,DIDs supported in range 9F81_9FA0, +,7bb,24,55,1,0,0,,229FA0,629FA0,4ff,DIDs supported in range 9FA1_9FC0, +,7bb,24,55,1,0,0,,229FC0,629FC0,4ff,DIDs supported in range 9FC1_9FE0, +,7bb,24,55,1,0,0,,229FE0,629FE0,4ff,DIDs supported in range 9FE1_A000, +,7bb,24,191,1,0,0,,22EFB2,62EFB2,4ff,BX Frame to write the list of ECUs in vehicle in plant_1, +,7bb,24,191,1,0,0,,22EFB4,62EFB4,4ff,BX Frame to write the list of ECUs in vehicle in plant_2, +,7bb,24,55,1,0,0,,22F000,62F000,4ff,DIDs supported in range F001_F020, +,7bb,24,31,1,0,0,,22F010,62F010,ff,Fingerprint information.01, +,7bb,32,39,1,0,0,,22F010,62F010,ff,Fingerprint information.02, +,7bb,40,47,1,0,0,,22F010,62F010,ff,Fingerprint information.03, +,7bb,48,55,1,0,0,,22F010,62F010,ff,Fingerprint information.04, +,7bb,56,63,1,0,0,,22F010,62F010,ff,Fingerprint information.05, +,7bb,64,71,1,0,0,,22F010,62F010,ff,Fingerprint information.06, +,7bb,72,79,1,0,0,,22F010,62F010,ff,Fingerprint information.07, +,7bb,80,87,1,0,0,,22F010,62F010,ff,Fingerprint information.08, +,7bb,88,103,1,0,0,,22F010,62F010,ff,Fingerprint information.09, +,7bb,96,103,1,0,0,,22F010,62F010,ff,Fingerprint information.10, +,7bb,104,111,1,0,0,,22F010,62F010,ff,Fingerprint information.11, +,7bb,112,119,1,0,0,,22F010,62F010,ff,Fingerprint information.12, +,7bb,120,127,1,0,0,,22F010,62F010,ff,Fingerprint information.13, +,7bb,128,135,1,0,0,,22F010,62F010,ff,Fingerprint information.14, +,7bb,136,143,1,0,0,,22F010,62F010,ff,Fingerprint information.15, +,7bb,144,151,1,0,0,,22F010,62F010,ff,Fingerprint information.16, +,7bb,24,103,1,0,0,,22F012,62F012,2ff,VehicleManufacturerECUSoftwareNumber Ref C, +,7bb,24,55,1,0,0,,22F020,62F020,4ff,DIDs supported in range F021_F040, +,7bb,24,39,1,0,0,,22F0A0,62F0A0,4ff,FOTA Status, +,7bb,24,31,1,0,0,,22F0A5,62F0A5,4ff,FOTA cancel counter, +,7bb,24,55,1,0,0,,22F100,62F100,4ff,DIDs supported in range F101_F120, +,7bb,24,103,1,0,0,,22F111,62F111,2ff,VehicleManufacturerECUHardwareNumber_DAI, +,7bb,24,55,1,0,0,,22F120,62F120,4ff,DIDs supported in range F121_F140, +,7bb,24,183,1,0,0,,22F121,62F121,2ff,VehicleManufacturerECUSoftwareNumber_DAI, +,7bb,24,39,1,0,0,,22F180,62F180,2ff,Boot VersionbootSoftwareIdentification, +,7bb,24,39,1,0,0,,22F182,62F182,4ff,Calibration number, +,7bb,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,7bb,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,7bb,24,63,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,7bb,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,7bb,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,7bb,24,55,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,7bb,24,55,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,7bb,24,103,1,0,0,,22F196,62F196,2ff,OBD Approval, +,7bb,24,279,1,0,0,,22F197,62F197,2ff,OBD EngineType, +,7bb,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,7bb,24,103,1,0,0,,22F1A1,62F1A1,2ff,Vehicle Manufacturer Spare Part Number Nissan, +,7bb,24,55,1,0,0,,22F400,62F400,4ff,DIDs supported in range F401_F420, +,7bb,24,31,1,0,0,,22F401,62F401,ff,Number of DTC and MIL lamp Status.Onboard diagnostic evaluation, +,7bb,32,39,1,0,0,,22F401,62F401,ff,Number of DTC and MIL lamp Status.Continuous monitoring tests, +,7bb,40,47,1,0,0,,22F401,62F401,ff,Number of DTC and MIL lamp Status.Supported tests run at least once per trip, +,7bb,48,55,1,0,0,,22F401,62F401,ff,Number of DTC and MIL lamp Status.Status of tests run at least once per trip, +,7bb,24,31,.392156863,0,1,%,22F404,62F404,ff,PID 04 Calculated LOAD value, +,7bb,24,31,1,40,0,°C,22F405,62F405,ff,PID 05 Engine coolant temperature, +,7bb,24,39,.25,0,1,rpm,22F40C,62F40C,ff,PID 0C Engine RPM, +,7bb,24,31,1,0,0,km/h,22F40D,62F40D,ff,PID 0D Vehicle speed sensor, +,7bb,24,31,1,0,0,,22F41C,62F41C,ff,PID 1C OBD requirements to wich vehicle is designed, +,7bb,24,55,1,0,0,,22F420,62F420,4ff,DIDs supported in range F421_F440, +,7bb,24,39,1,0,0,km,22F421,62F421,ff,PID21 01 Distance travelled while MIL is activated, +,7bb,24,31,1,0,0,,22F430,62F430,ff,PID30 01 Number of warmups since diagnostic trouble codes cleared, +,7bb,24,39,1,0,0,km,22F431,62F431,ff,PID31 01 Distance travelled since diagnostic trouble codes cleared, +,7bb,24,31,1,0,0,kPa,22F433,62F433,ff,PID33 Barometric Pressure, +,7bb,24,55,1,0,0,,22F440,62F440,4ff,DIDs supported in range F441_F460, +,7bb,24,31,1,0,0,,22F441,62F441,ff,Data Byte.A ISO_SAE Reserved, +,7bb,32,39,1,0,0,,22F441,62F441,ff,Data Byte.B Onboard diagnostic evaluation and Continuous monitoring tests this monitoring cycle, +,7bb,40,47,1,0,0,,22F441,62F441,ff,Data Byte.C Supported enable tests, +,7bb,48,55,1,0,0,,22F441,62F441,ff,Data Byte.D Completion of tests this monitoring cycle, +,7bb,24,39,.001,0,3,V,22F442,62F442,ff,PID 42 Control module voltage, +,7bb,24,31,.392156863,0,1,%,22F449,62F449,ff,PID 49 Accelerator Pedal Position D, +,7bb,24,31,.392156863,0,1,%,22F45B,62F45B,ff,PID5B Hybrid_EV Battery Pack Remaining Charge, +,7bb,24,55,1,0,0,,22F480,62F480,4ff,DIDs supported in range F481_F4A0, +,7bb,24,31,1,0,0,,22F49A,62F49A,ff,PID 9A Hybrid_EV Vehicle System Data for OBD.00, +,7bb,32,39,1,0,0,,22F49A,62F49A,ff,PID 9A Hybrid_EV Vehicle System Data for OBD.01, +,7bb,40,55,.015625,0,2,V,22F49A,62F49A,ff,PID 9A Hybrid_EV Vehicle System Data for OBD.02, +,7bb,56,71,.1,0,1,A,22F49A,62F49A,ff,PID 9A Hybrid_EV Vehicle System Data for OBD.03, +,7bb,24,31,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.00, +,7bb,32,39,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.01, +,7bb,40,47,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.02, +,7bb,48,55,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.03, +,7bb,56,63,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.04, +,7bb,64,71,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.05, +,7bb,72,79,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.06, +,7bb,80,87,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.07, +,7bb,88,95,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.08, +,7bb,96,103,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.09, +,7bb,104,111,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.10, +,7bb,112,119,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.11, +,7bb,120,127,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.12, +,7bb,128,135,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.13, +,7bb,136,143,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.14, +,7bb,144,151,1,0,0,,22F804,62F804,2ff,Service09 OBD calibration identifications.15, +,7bb,24,39,1,0,0,,22F806,62F806,ff,Service09 Calibration verification numbers.01, +,7bb,40,55,1,0,0,,22F806,62F806,ff,Service09 Calibration verification numbers.00, +,7bb,24,31,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.20, +,7bb,32,39,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.19, +,7bb,40,47,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.18, +,7bb,48,55,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.17, +,7bb,56,63,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.16, +,7bb,64,71,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.15, +,7bb,72,79,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.14, +,7bb,80,87,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.13, +,7bb,88,95,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.12, +,7bb,96,103,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.11, +,7bb,104,111,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.10, +,7bb,112,119,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.09, +,7bb,120,127,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.08, +,7bb,128,135,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.07, +,7bb,136,143,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.06, +,7bb,144,151,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.05, +,7bb,152,159,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.04, +,7bb,160,167,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.03, +,7bb,168,175,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.02, +,7bb,176,183,1,0,0,,22F80A,62F80A,ff,Service09 systemNameorEngineType.01, +,7bb,24,31,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.00, +,7bb,32,39,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.01, +,7bb,40,47,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.02, +,7bb,48,55,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.03, +,7bb,56,63,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.04, +,7bb,64,71,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.05, +,7bb,72,79,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.06, +,7bb,80,87,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.07, +,7bb,88,95,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.08, +,7bb,96,103,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.09, +,7bb,104,111,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.10, +,7bb,112,119,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.11, +,7bb,120,127,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.12, +,7bb,128,135,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.13, +,7bb,136,143,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.14, +,7bb,144,151,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.15, +,7bb,152,159,1,0,0,,22F80F,62F80F,ff,Service09 exhaustRegulationorTypeApprovalNumber.16, +,7bb,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/LBC_Tests.csv b/app/src/main/assets/Spring/LBC_Tests.csv new file mode 100644 index 00000000..338d649d --- /dev/null +++ b/app/src/main/assets/Spring/LBC_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adj. failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or sys. operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/NAV_Dtcs.csv b/app/src/main/assets/Spring/NAV_Dtcs.csv new file mode 100644 index 00000000..0cf54846 --- /dev/null +++ b/app/src/main/assets/Spring/NAV_Dtcs.csv @@ -0,0 +1,25 @@ +93F0,Battery +9303,DF113 DIGITAL RADIO ANTENNA +9309,AMPLIF +9311,Rear Left Loudspeaker +9315,DF006 AMPLIFIER FM1 +9320,Rear Right Tweeter +9321,Front Right Tweeter +9322,Front Left Tweeter +9323,Rear Left Tweeter +9324,DF065 GPS ANTENNA CIRCUIT +9328,DF056 MICROPHONE +9339,DF093 REAR VIEW CAMERA VIDEO SIGNAL +9341,DF033 CONTROL UNIT +9342,DF046 MODULE LOCKED +9343,DF032 CONTROL UNIT +9347,DF044 BLUETOOTH MODULE +9350,DF034 CONTROL UNIT +9351,DF066 CONTROL UNIT +9355,DR tuner module +93000,DF059 SCREEN +930B,Rear Right Loudspeaker +930D,DF001 FRONT RIGHT SPEAKER +930F,DF002 FRONT LEFT SPEAKER +93CF,DF071 BUTTON BLOCKED +93F0,DF039 BATTERY VOLTAGE 12 V diff --git a/app/src/main/assets/Spring/NAV_Fields.csv b/app/src/main/assets/Spring/NAV_Fields.csv new file mode 100644 index 00000000..2b47dd8d --- /dev/null +++ b/app/src/main/assets/Spring/NAV_Fields.csv @@ -0,0 +1,181 @@ +,732,0,0,1,0,0,,1081,5081,ff,StartDiagnosticSession, +,732,0,0,1,0,0,,10C0,50C0,ff,StartAfterSalesSession, +,732,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,732,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask,57:TFSLC|TNCSLC|CDTC|TF +,732,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTCFormat;1:ISO_14229-1_DTCFormat;2:SAE_J1939-73_DTCFormat;3:ISO_11992-4_DTCFormat;4:SAE_J2012-DA_WWHOBD_DTCFormat +,732,32,47,1,0,0,,1901FF,5901FF,4ff,DTCCount, +,732,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask,57:TFSLC|TNCSLC|CDTC|TF +,732,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD, +,732,40,43,1,0,0,,1902FF,5902FF,ff,DTCFailureType.Category,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,732,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:Supplier;1:Manufacturer +,732,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested, +,732,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle, +,732,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,732,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,732,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,732,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC, +,732,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle, +,732,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,732,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,732,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC,0:Test completed OK - default not present;16:Default not yet checked by the ECU;40:Default detected- confirmed but not more present;41:Default confirmed and present +,732,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;255:All Extended Data Records +,732,56,79,1,0,0,,190600000080,590600000080,ff,DTCExtendedData.Mileage,16777215:NA +,732,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,732,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC,0:Test completed OK - default not present;16:Default not yet checked by the ECU;40:Default detected- confirmed but not more present;41:Default confirmed and present +,732,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;255:All Extended Data Records +,732,56,79,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedData.Mileage,16777215:NA +,732,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask,57:TFSLC|TNCSLC|CDTC|TF +,732,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart, +,732,56,63,1,0,0,,2180,6180,4ff,DiagnosticIdentificationCode, +,732,64,87,1,0,0,,2180,6180,2ff,SupplierNumber.ITG, +,732,88,127,1,0,0,,2180,6180,2ff,HardwareNumber.LowerPart, +,732,128,143,1,0,0,,2180,6180,4ff,SoftwareNumber, +,732,144,159,1,0,0,,2180,6180,4ff,EditionNumber, +,732,160,175,1,0,0,,2180,6180,4ff,CalibrationNumber, +,732,176,183,1,0,0,,2180,6180,ff,PartNumber.BasicPartList,0:NA;1:28115;2:283C2 +,732,184,191,1,0,0,,2180,6180,ff,HardwareNumber.BasicPartList,0:HARDW;1:28115 +,732,192,199,1,0,0,,2180,6180,ff,ApprovalNumber.BasicPartList,0:NA;1:28115 +,732,200,207,1,0,0,,2180,6180,ff,ManufacturerIdentificationCode,0:Renault R1;128:Nissan N1;129:Nissan N2;130:Nissan N3;136:5DIGITS +,732,16,39,1,0,0,,2184,6184,2ff,SupplierITG, +,732,40,159,1,0,0,,2184,6184,2ff,Serial Number, +,732,160,175,1,0,0,,2184,6184,2ff,Serial Number Padding, +,732,24,279,1,0,0,,2221EF,6221EF,4ff,Daimler Identification, +,732,24,31,1,0,0,,222901,622901,ff,Tuner_Analog.FieldMax, +,732,32,39,1,0,0,,222901,622901,ff,Tuner_Analog.FieldMean, +,732,40,47,1,0,0,,222901,622901,ff,Tuner_Analog.FieldMin, +,732,48,55,1,0,0,,222901,622901,ff,Tuner_Analog.CurrentLevelField, +,732,56,63,1,0,0,,222901,622901,4ff,Tuner_Analog.AFCounter, +,732,64,71,1,0,0,,222901,622901,4ff,Tuner_Analog.MultipathLevel, +,732,72,79,1,0,0,,222901,622901,4ff,Tuner_Analog.NoiseLevel, +,732,80,95,1,0,0,,222901,622901,4ff,Tuner_Analog.Frequency, +,732,96,103,1,0,0,,222901,622901,ff,Tuner_Analog.Band,1:FM;2:AM +,732,24,31,1,0,0,,22290A,62290A,ff,Tuner_Digital.RSSI, +,732,32,47,1,0,0,,22290A,62290A,4ff,Tuner_Digital.FICBER, +,732,48,63,1,0,0,,22290A,62290A,4ff,Tuner_Digital.MICBER, +,732,64,103,1,0,0,,22290A,62290A,2ff,Tuner_Digital.ChannelNumber, +,732,104,167,1,0,0,,22290A,62290A,2ff,Tuner_Digital.ServiceShortName, +,732,168,183,1,0,0,,22290A,62290A,4ff,Tuner_Digital.EnsembleID, +,732,184,215,1,0,0,,22290A,62290A,4ff,Tuner_Digital.ServiceID, +,732,216,231,1,0,0,,22290A,62290A,4ff,Tuner_Digital.CompID, +,732,232,239,1,0,0,,22290A,62290A,ff,Tuner_Digital.Band,3:DAB+;4:DAB;5:DMB-A;6:DMB-BSAC +,732,26,26,1,0,0,,226403,626403,ff,LIN_IN.Info_E-CALL,0:Requested (low level);1:Not requested (high level) +,732,27,27,1,0,0,,226403,626403,ff,LIN_IN.PTT,0:Not Pressed;1:Pressed +,732,28,28,1,0,0,,226403,626403,ff,LIN_IN.RearGear,0:Not engaged;1:Engaged +,732,29,29,1,0,0,,226403,626403,ff,LIN_IN.Ignition,0:OFF;1:ON +,732,30,30,1,0,0,,226403,626403,ff,LIN_IN.Illumination,0:OFF;1:ON +,732,31,31,1,0,0,,226403,626403,ff,LIN_IN.Accessories,0:OFF;1:ON +,732,24,31,.5,0,1,V,226501,626501,ff,VAL_BAT, +,732,24,39,.01,0,2,km/h,226502,626502,ff,VAL_SPD, +,732,25,25,1,0,0,,226607,626607,ff,Radio_button.VOL_plus,0:Released;1:Pressed +,732,26,26,1,0,0,,226607,626607,ff,Radio_button.VOL_minus,0:Released;1:Pressed +,732,27,27,1,0,0,,226607,626607,ff,Radio_button.ON_OFF,0:Released;1:Pressed +,732,29,29,1,0,0,,226607,626607,ff,Radio_button.VOL_plus_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,30,30,1,0,0,,226607,626607,ff,Radio_button.VOL_minus_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,31,31,1,0,0,,226607,626607,ff,Radio_button.ON_OFF_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,24,55,1,0,0,,226801,626801,2ff,AntitheftPrecode, +,732,24,47,1,0,0,,226821,626821,4ff,BT_HW, +,732,24,47,1,0,0,,226822,626822,4ff,BT_SW, +,732,24,71,1,0,0,,226823,626823,4ff,BT_ADR, +,732,31,31,1,0,0,,226832,626832,ff,Power State,0:Off user;1:On user +,732,24,31,1,0,0,,226C01,626C01,4ff,LastAfterSalesOperationDate.Day, +,732,32,39,1,0,0,,226C01,626C01,4ff,LastAfterSalesOperationDate.Month, +,732,40,47,1,0,0,,226C01,626C01,4ff,LastAfterSalesOperationDate.Year, +,732,24,31,1,0,0,,226C08,626C08,ff,MMILangage,0:English (United Kingdom) [en-GB];1:French (France) [fr-FR];2:German [de];3:Spanish (Spain- International Sort) [es-ES];4:Portuguese (Portugal) [pt-PT];5:Italian (Italy) [it-IT];6:Dutch (Netherlands) [nl-NL];7:Turkish [tr];8:Russian [ru];9:Arabic [ar];10:Romanian [ro];11:Greek [el];12:Polish [pl];13:Danish [da];14:Swedish (Sweden) [sv-SE];15:Finnish [fi];16:Norwegian [no];17:Bulgarian [bg];18:Croatian (Croatia) [hr-HR];19:Czech [cs];20:Estonian [et];21:Hungarian [hu];22:Latvian [lv];23:Lithuanian [lt];24:Slovak [sk];25:Slovenian [sl];26:Portuguese (Brazil) [pt-BR];27:Hebrew [il];28:Serbian (Cyrillic) [rs];29:Ukrainian [ua];30:Japanese [jp];31:Hindi [in];32:Indonesian [id];33:Australian-English [au];34:Farsi [ir];35:Kazakh [kz];36:Albanian (applicability for ULC 4.1) +,732,24,31,1,0,0,,226C09,626C09,ff,HebrewActivation,0:Hebrew language deactivated;1:Hebrew language activated (default value) +,732,24,25,1,0,0,,226C0A,626C0A,ff,UI Config.Colouring,0:Dacia coloring;1:Renault coloring +,732,26,26,1,0,0,,226C0A,626C0A,ff,UI Config.RES,0:Without RES;1:With RES +,732,27,27,1,0,0,,226C0A,626C0A,ff,UI Config.AHA,0:Without AHA;1:With AHA +,732,28,28,1,0,0,,226C0A,626C0A,ff,UI Config.Restriction,0:No restriction;1:Restricted use of UI +,732,29,29,1,0,0,,226C0A,626C0A,ff,UI Config.Navigation,0:With navigation;1:Without navigation +,732,30,30,1,0,0,,226C0A,626C0A,ff,UI Config.Distance display,0:Kilometers & KM/H;1:Miles & MPH +,732,31,31,1,0,0,,226C0A,626C0A,ff,UI Config.Time display,0:24H;1:12H +,732,39,39,1,0,0,,226C0A,626C0A,ff,UI Config.TMC,0:With TMC;1:Without TMC +,732,24,31,1,0,0,,226C0B,626C0B,ff,External microphone type,0:Narrowband single microphone;1:Wideband single microphone +,732,24,31,1,0,0,,226C0E,626C0E,ff,RearViewCamera,0:No guideline;1:Guideline for RVC0_X87;2:Guideline for RVC0_B98;3:Guideline for RVC0_K98;4:Guideline for H79ph2;5:Guideline for RVC1_X87;6:Guideline for RVC1_B98;7:Guideline for RVC1_K98;8:Guideline for HHA;9:Guideline X92;10:Guideline BGA;11:Guideline HGA;12:Guideline for X67;13:Guideline for X52 Ph1;14:Guideline for X52 Ph2 body 1;15:Guideline for X52 Ph2 body 2;16:Guideline for X52 Ph2 body 3;17:Guideline for X52 Ph2 body 4;18:Guideline for X52 Ph2 body 5;19:Guideline for X62;20:Guideline for RVC0_X82;21:Guideline for RVC1_X82;22:Guideline for XBB;23:Guideline for HJD_RVC;24:Guideline for HJD_MVC;25:Guideline for BBG EV step1;26:Guideline for BBG EV Step 2 +,732,24,31,1,0,0,,226C11,626C11,ff,RadioCountry,0:Europe & others;1:Asia;2:Arabia;3:Japan;4:America;5:Pacific;6:Brazil;7:South Korea;8:North America;9:China +,732,24,31,1,0,0,,226C12,626C12,ff,RadioSDVCcurve,0:Speed 0;1:Speed 1;2:Speed 2;3:Speed 3;4:Speed 4;5:Speed 5 +,732,24,31,1,0,0,,226C14,626C14,ff,Car maker,0:Dacia;1:Renault;2:Opel;3:AvtoVAZ;4:Vauxhall;5:Renault GT (X52 - GT);6:Renault RS (X52 - RS);7:Fiat;8:Renault Trucks;9:Nissan;10:Renault Samsung Motors;11:BBG EV (BBG EV will use actual Dacia TEMPO_ON disabled due to refuse to sleep issue)static logo;12:Mitsubishi;13:BBG Renault EV(BBG Renault EV will use actual Renault TEMPO_ON disabbled due to refuse to sleep issue)static logo +,732,24,24,1,0,0,,226C15,626C15,ff,Specific_HMI.Eco_Drive_Config,0:Not Present;1:Present +,732,25,25,1,0,0,,226C15,626C15,ff,Specific_HMI.Gearbox_Type,0:BVM;1:BVR +,732,26,26,1,0,0,,226C15,626C15,ff,Specific_HMI.AIR_Configuration,0:not present;1:present +,732,27,28,1,0,0,,226C15,626C15,ff,Specific_HMI.Temperature_Display,0:No Temp Display;1:Display Temp in C;2:Display Temp in F +,732,29,31,1,0,0,,226C15,626C15,ff,Specific_HMI.ADAC_Config,0:Not present;1:Present +,732,31,31,1,0,0,,226C1B,626C1B,ff,BOSE,0:System amplifier deactivated;1:System amplifier activated +,732,24,25,1,0,0,,226C1C,626C1C,ff,ECU Config.SWRC type,0:No SWRC;1:Type 1- With Mute (Type for H79/X90);2:Type 2- Without Mute (TypreX52);3:Reserved (2) +,732,26,26,1,0,0,,226C1C,626C1C,ff,ECU Config.External Mic,0:Fitted;1:Not fitted +,732,27,27,1,0,0,,226C1C,626C1C,ff,ECU Config.E-CALL,0:Not fitted;1:Fitted +,732,28,28,1,0,0,,226C1C,626C1C,ff,ECU Config.Vehicle Speed,0:Fitted;1:Not fitted +,732,29,29,1,0,0,,226C1C,626C1C,ff,ECU Config.AM LW Tuner,0:Activated;1:Deactivated +,732,30,30,1,0,0,,226C1C,626C1C,ff,ECU Config.AM MW Tuner,0:Activated;1:Deactivated +,732,31,31,1,0,0,,226C1C,626C1C,ff,ECU Config.Antenna phantom PS,0:Passive;1:Active +,732,32,32,1,0,0,,226C1C,626C1C,ff,ECU Config.Push to talk,0:Not Fitted;1:Fitted +,732,33,33,1,0,0,,226C1C,626C1C,ff,ECU Config.TWR_REAR,0:Fitted;1:Not fitted +,732,34,34,1,0,0,,226C1C,626C1C,ff,ECU Config.TWR_FRONT,0:Fitted;1:Not fitted +,732,35,35,1,0,0,,226C1C,626C1C,ff,ECU Config.Rear Loudspeakers,0:Fitted;1:Not fitted +,732,36,36,1,0,0,,226C1C,626C1C,ff,ECU Config.GPS,0:GPS;1:GLONASS +,732,37,37,1,0,0,,226C1C,626C1C,ff,ECU Config.Rear View Camera,0:Not fitted;1:Fitted +,732,38,38,1,0,0,,226C1C,626C1C,ff,ECU Config.DR Tuner,0:Deactivated;1:Activated +,732,39,39,1,0,0,,226C1C,626C1C,ff,ECU Config.DR Phantom PS,0:Passive;1:Active +,732,31,31,1,0,0,,226C1D,626C1D,ff,LDNS,0:Loudness parameter deactivated;1:Loudness parameter activated +,732,31,31,1,0,0,,226C1E,626C1E,ff,WAKE UP,0:Wake Up from ACC;1:Wake Up from SYSTEM ON +,732,28,29,1,0,0,,226C1F,626C1F,ff,UPA.HMI,0:UPA not present;1:UPA rear;2:UPA rear/front +,732,30,31,1,0,0,,226C1F,626C1F,ff,UPA.SND,0:UPA Audio not present;1:UPA Audio without settings;2:UPA Audio with settings +,732,30,31,1,0,0,,226C20,626C20,ff,UPA.SPK,0:Front speaker only;1:Rear and front speakers +,732,24,31,1,0,0,,226C24,626C24,ff,Car configuration,0:Left hand drive;1:Right hand drive;2:Both hand drive +,732,24,6447,1,0,0,,226C25,626C25,4ff,Phone_acoustic_parameters_1, +,732,24,6463,1,0,0,,226C26,626C26,4ff,Phone_acoustic_parameters_2, +,732,24,6447,1,0,0,,226C27,626C27,4ff,SPVR_parameters_1, +,732,24,6463,1,0,0,,226C28,626C28,4ff,SPVR_parameters_2, +,732,24,7359,1,0,0,,226C2C,626C2C,4ff,Acoustic_Whole_car, +,732,24,6423,1,0,0,,226C2D,626C2D,4ff,Radio_reception, +,732,24,24,1,0,0,,226C2F,626C2F,ff,ECU Config2.ROAD,0:Deactivated;1:Activated +,732,25,26,1,0,0,,226C2F,626C2F,ff,ECU Config2.Push to talk2,0:Fitted by wire;1:Fitted by CAN +,732,27,27,1,0,0,,226C2F,626C2F,ff,ECU Config2.Multi View Camera,0:Not fitted;1:Fitted +,732,28,29,1,0,0,,226C2F,626C2F,ff,ECU Config2.SWRC2 type,0:No SWRC2;1:Type 3- BGA;2:Type 4- HJD;3:Reserved for Type5- HJD 2018MY +,732,31,31,1,0,0,,226C2F,626C2F,ff,ECU Config2.RDS/AF,0:deactivated;1:activated (default value) +,732,24,31,1,0,0,,226C30,626C30,ff,RVC_Brightness, +,732,24,31,1,0,0,,226C31,626C31,ff,RVC_Contrast, +,732,24,31,1,0,0,,226C32,626C32,ff,RVC_Hue, +,732,24,31,1,0,0,,226C33,626C33,ff,RVC_ChromaU, +,732,24,31,1,0,0,,226C34,626C34,ff,RVC_ChromaV, +,732,24,31,1,0,0,,226C35,626C35,ff,RVC_ReactionTime, +,732,24,31,1,0,0,,226C36,626C36,ff,RVC_TemporizationTime, +,732,24,7159,1,0,0,,226C37,626C37,4ff,Phone_acoustic_parameters_3, +,732,24,7159,1,0,0,,226C38,626C38,4ff,SPVR_parameters_3, +,732,28,28,1,0,0,,226C39,626C39,ff,SPCX & SPVR existence.SPVR_Android,0:SPVR_Android inactivation;1:SPVR_Android activation (default value) +,732,29,29,1,0,0,,226C39,626C39,ff,SPCX & SPVR existence.SPVR_SIRI,0:SPVR_SIRI inactivation;1:SPVR_SIRI activation (default value) +,732,30,30,1,0,0,,226C39,626C39,ff,SPCX & SPVR existence.SPCX_AA,0:Android Auto inactivation;1:Android Auto activation +,732,31,31,1,0,0,,226C39,626C39,ff,SPCX & SPVR existence.SPCX _CP,0:Car play inactivation;1:Car play activation +,732,24,8215,1,0,0,,226C40,626C40,4ff,SPCX Carplay HFSQ Narrow band parameter 1, +,732,24,8215,1,0,0,,226C41,626C41,4ff,SPCX Carplay HFSQ Narrow band parameter 2, +,732,24,8215,1,0,0,,226C42,626C42,4ff,SPCX Carplay HFSQ Narrow band parameter 3, +,732,24,8215,1,0,0,,226C44,626C44,4ff,SPCX Carplay HFSQ Wide band parameter 1, +,732,24,8215,1,0,0,,226C45,626C45,4ff,SPCX Carplay HFSQ Wide band parameter 2, +,732,24,8215,1,0,0,,226C46,626C46,4ff,SPCX Carplay HFSQ Wide band parameter 3, +,732,24,8215,1,0,0,,226C48,626C48,4ff,SPCX Carplay VR Siri parameter 1, +,732,24,8215,1,0,0,,226C49,626C49,4ff,SPCX Carplay VR Siri parameter 2, +,732,24,8215,1,0,0,,226C50,626C50,4ff,SPCX Carplay VR Siri parameter 3, +,732,24,8215,1,0,0,,226C52,626C52,4ff,SPCX Carplay Facetime parameter 1, +,732,24,8215,1,0,0,,226C53,626C53,4ff,SPCX Carplay Facetime parameter 2, +,732,24,8215,1,0,0,,226C54,626C54,4ff,SPCX Carplay Facetime parameter 3, +,732,24,39,1,0,0,,226CF0,626CF0,ff,Map,8995:##- No map;10794:**- Supplier special mode;11565:--- Not configured;16705:AA;16722:AR;16724:AT;16725:AU;16965:BE;16971:BK;16978:BR;17224:CH;17228:CL;17231:CO;17242:CZ;17473:DA;17477:DE;17483:DK;17498:DZ;17747:ES;17969:F1- Full part (Europe);17970:F2- Full part (America);17971:F3- Full part (Other);17972:F4- Full part (Western Europe);17973:F5- Full part (Eastern Europe);17974:F6-Full part(Western Europe with EV POI);17975:F7-Full part(Eastern Europe with EV POI);18002:FR;18242:GB;18243:GC;18258:GR;18756:ID;18757:IE;18764:IL;18766:IN;18770:IR;18772:IT;19532:LL;19777:MA;19800:MX;19801:MY;20044:NL;20047:NO;20549:PE;20559:PO;20564:PT;21071:RO;21077:RU;21319:SG;21582:TN;21586:TR;21825:UA;23105:ZA +,732,24,24,1,0,0,,227701,627701,ff,NavReception.GPSReceptionStatus,0:No satellite;1:At least one satellite +,732,28,31,1,0,0,,227701,627701,ff,NavReception.NumberOfSatellites, +,732,24,24,1,0,0,,22A601,62A601,ff,SWRC_button.UPtoDOWN_Pressed,0:Not moved since last clear;1:Moved since last clear +,732,25,25,1,0,0,,22A601,62A601,ff,SWRC_button.DOWNtoUP_Pressed,0:Not moved since last clear;1:Moved since last clear +,732,26,26,1,0,0,,22A601,62A601,ff,SWRC_button.phone&mute_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,27,27,1,0,0,,22A601,62A601,ff,SWRC_button.VOL_plus_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,28,28,1,0,0,,22A601,62A601,ff,SWRC_button.VOL_minus_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,29,29,1,0,0,,22A601,62A601,ff,SWRC_button.SUP_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,30,30,1,0,0,,22A601,62A601,ff,SWRC_button.HIGH_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,31,31,1,0,0,,22A601,62A601,ff,SWRC_button.LOW_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,32,32,1,0,0,,22A601,62A601,ff,SWRC_button.UPtoDOWN,0:Not moving;1:Moving +,732,33,33,1,0,0,,22A601,62A601,ff,SWRC_button.DOWNtoUP,0:Not moving;1:Moving +,732,34,34,1,0,0,,22A601,62A601,ff,SWRC_button.phone&mute,0:Released;1:Pressed +,732,35,35,1,0,0,,22A601,62A601,ff,SWRC_button.VOL_plus,0:Not pressed;1:Pressed +,732,36,36,1,0,0,,22A601,62A601,ff,SWRC_button.VOL_minus,0:Released;1:Pressed +,732,37,37,1,0,0,,22A601,62A601,ff,SWRC_button.SUP,0:Released;1:Pressed +,732,38,38,1,0,0,,22A601,62A601,ff,SWRC_button.HIGH,0:Released;1:Pressed +,732,39,39,1,0,0,,22A601,62A601,ff,SWRC_button.LOW,0:Released;1:Pressed +,732,24,103,1,0,0,,22F187,62F187,2ff,PartNumber, +,732,0,0,1,0,0,,30,70,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/NAV_Tests.csv b/app/src/main/assets/Spring/NAV_Tests.csv new file mode 100644 index 00000000..629defed --- /dev/null +++ b/app/src/main/assets/Spring/NAV_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal level out of range/zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component | system operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/PEB_Dtcs.csv b/app/src/main/assets/Spring/PEB_Dtcs.csv new file mode 100644 index 00000000..229b19f5 --- /dev/null +++ b/app/src/main/assets/Spring/PEB_Dtcs.csv @@ -0,0 +1,37 @@ +1006,DF001 PEB/UPS INTERLOCK +1007,DF020 COMMUNICATION CAN +1014,DF032 ONDULATOR MODULE +1016,DF034 ONDULATOR MODULE +1024,DF018 CIRCUIT SUPPLY SPEED. PLUS +1025,DF008 ROTOR POSITION SENSOR CIRCUIT +1026,DF030 ROTOR POSITION SENSOR CIRCUIT +1027,DF031 ROTOR POSITION SENSOR CIRCUIT +1039,Inverter_Failure_Class_C +1044,DF073 COMMUNICATION CAN +1045,DF072 COMMUNICATION CAN +1046,DF075 PERFORMANCE ELECTRIC MOTOR +1047,DF076 PERFORMANCE ELECTRIC MOTOR +1052,DF097 ONDULATOR MODULE +1055,DF098 ONDULATOR MODULE +1056,DF114 DRIVE BATTERY RELAY +1062,DF094 ONDULATOR MODULE +1063,DF096 ONDULATOR MODULE +1064,DF095 ONDULATOR MODULE +1067,DF113 INVERTER SUPPLY +1072,DF112 CURRENT PHASE 1 +1073,EM_stalling +1074,EM_over_speed_warning +1078,Phase_U_overcurrent +1079,Phase_V_overcurrent +1080,Phase_W_overcurrent +101A,DF004 ELECTRIC MOTOR PHASE CIRCUIT +101B,DF041 ELECTRIC MOTOR PHASE CIRCUIT +101C,DF042 ELECTRIC MOTOR PHASE CIRCUIT +101E,DF005 EXCITATION/ONDULATOR MODULES OVERHEAT +102B,DF010 LOCK ELECTRIC MOTOR +102C,DF019 ENGINE OVERHEAT +102E,DF011 LOCK SPIDERBOX +102F,DF012 INHIBIT EXCITATION +D000,DF071 COMMUNICATION CAN +D001,DF078 COMMUNICATION CAN +D002,DF079 COMMUNICATION CAN diff --git a/app/src/main/assets/Spring/PEB_Fields.csv b/app/src/main/assets/Spring/PEB_Fields.csv new file mode 100644 index 00000000..32ff675d --- /dev/null +++ b/app/src/main/assets/Spring/PEB_Fields.csv @@ -0,0 +1,93 @@ +,77e,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,77e,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,77e,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,77e,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,77e,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,77e,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,77e,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,77e,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD,0:Device and failure type ODB codding +,77e,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;10:General Electrical Failures - 2;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;42:signal stuck in range;43:signal cross coupled;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;86:invalid or incompatible configuration;87:invalid or incompatible software component;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;124:Slow Response;125:Actuator Stuck On;127:Actuator Stuck Off;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature;153:Exceeded Learning Limit;154:component or system operating conditions;155:High/Excessive Flow;156:Low/Insufficient Flow;158:Stuck On;159:Stuck Off;161:System Voltage;162:System Voltage Low;163:System Voltage High +,77e,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:Device and failure type ODB codding +,77e,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,77e,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,77e,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,77e,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,77e,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,77e,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,77e,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,77e,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,77e,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,77e,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,77e,16,39,1,0,0,,190600000080,590600000080,ff,DTCoccurrenceCounter, +,77e,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,77e,56,87,1,0,0,km,190600000080,590600000080,1ff,DTCExtendedData.Mileage, +,77e,16,39,1,0,0,,190600000081,590600000081,ff,DTCoccurrenceCounter, +,77e,48,55,1,0,0,,190600000081,590600000081,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,77e,16,39,1,0,0,,190600000082,590600000082,ff,DTCoccurrenceCounter, +,77e,48,55,1,0,0,,190600000082,590600000082,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,77e,56,63,1,0,0,,190600000082,590600000082,ff,DTCExtendedData.DTCOccurrenceCounter, +,77e,16,39,1,0,0,,1906000000FF,5906000000FF,ff,DTCoccurrenceCounter, +,77e,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,77e,56,87,1,0,0,km,1906000000FF,5906000000FF,1ff,DTCExtendedData.Mileage, +,77e,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,77e,40,47,1,0,0,,1914,5914,ff,DTCFaultDetectionCounter, +,77e,24,31,1,0,0,,222070,622070,ff,Vbx_swlk_diag_avl,0:Immobilizer diagnosis is unavailable;1:Immobilizer diagnosis is available +,77e,24,31,1,0,0,,222071,622071,ff,Vxx_swlk_diag_1,2:Information indicating the RES exchange status;4:Information indicating that the ECM is in serial production;8:Information indicating a need of security tool;16:Information indicating the secret key memory area (lsb);32:Information indicating the secret key memory area (msb);64:Information indicating the protected state of the ECM;128:Information indicating if the secret key area is operational +,77e,24,31,1,0,0,,222072,622072,ff,Vxx_swlk_diag_2,0:No false authentications counter;1:False authentications counter =1;2:False authentications counter =2;3:False authentications counter =3;4:False authentications counter =4;5:False authentications counter =5 +,77e,24,31,1,0,0,,222073,622073,ff,Vxx_swlk_diag_3,0:Immobiliser automaton phase-Nsx_swlk_ini;10:Immobiliser automaton phase-Nsx_swlk_key_req;20:Nsx_swlk_id;30:Nsx_swlk_wait;40:Nsx_swlk_prot;50:Nsx_swlk_sf +,77e,24,31,1,0,0,,222074,622074,ff,Vbx_swlk_diag_ecm,0:Works normally;1:ECM is staying protected because of itself +,77e,24,31,1,0,0,,222075,622075,ff,Vbx_swlk_diag_tool,0:Works normally;1:ECM is staying protected because of a learning failure +,77e,24,31,1,0,0,,222076,622076,ff,Vbx_swlk_diag_ccu,0:ECM is staying protected because of itself;1:ECM is staying protected because of BCM +,77e,24,31,1,0,0,,222077,622077,ff,Vbx_swlk_diag_mux,0:Works normally;1:ECM is staying protected because of CAN network +,77e,24,47,1,0,0,,222181,622181,ff,Vehicle_Identification_Number, +,77e,24,31,1,0,0,,223001,623001,ff,VerlogStatus,1:Vehicle Unlocked;2:Vehicle Locked +,77e,24,39,.1,0,1,°,223002,623002,ff,Activate_verlog_or_Error angle_operation, +,77e,24,31,1,0,0,,223004,623004,ff,Interlock HV Battery,1:Opened status;2:Closed status +,77e,24,31,1,0,0,,223006,623006,ff,Interlock OBC,1:Opened status;2:Closed status +,77e,24,31,1,0,0,,223007,623007,ff,InterlockBatt,1:Opened status;2:Closed status +,77e,24,55,1,0,0,km,223008,623008,1ff,DistanceTotalizer, +,77e,24,39,.01,0,2,V,22300A,62300A,ff,Batt_voltage_mes, +,77e,24,31,1,0,0,,22300B,62300B,ff,APCStatus,1:APC OFF on CAN;2:APC ON on CAN +,77e,24,31,1,0,0,,22300C,62300C,ff,Volt_APCPEB_veh_status,1:APC wire OFF;2:APC wire ON +,77e,24,39,.01,0,2,V,22300D,62300D,ff,OnboardPowerSupply, +,77e,24,39,1,0,0,V,22300E,62300E,ff,DC_high_voltage, +,77e,24,31,1,0,0,,22301C,62301C,ff,InverterActivation,1:Inverter Off;2:Inverter On +,77e,24,39,.1,5000,1,A,22301D,62301D,ff,PowerTrainCurrent, +,77e,24,39,1,800,0,A,22301E,62301E,1ff,Current Ph U, +,77e,24,39,1,800,0,A,22301F,62301F,1ff,Current Ph V, +,77e,24,39,1,800,0,A,223021,623021,1ff,Current Ph W, +,77e,24,39,.1,2000,1,N·m,223024,623024,1ff,TorqueRequest, +,77e,24,39,.1,2000,1,N·m,223025,623025,1ff,PEBTorque, +,77e,24,39,1,0,0,N·m,223026,623026,1ff,ElecMachineMaxMotorTorque, +,77e,24,39,1,200,0,N·m,223027,623027,1ff,ElecMachineMaxGenTorque, +,77e,24,39,1,12000,0,rpm,223028,623028,1ff,ElecMachineSpeed, +,77e,24,31,1,0,0,%,223029,623029,ff,InverterTemp, +,77e,24,31,1,0,0,%,22302A,62302A,ff,ElecMachineTemp, +,77e,24,39,1,50,0,°C,22302B,62302B,1ff,InverterTempOrder, +,77e,24,39,1,50,0,°C,22302C,62302C,1ff,Stator temperature, +,77e,24,31,1,0,0,,22302D,62302D,ff,B_PebDischarge_sch_req,1:Discharge not requested;2:Discharge requested +,77e,24,31,1,0,0,,22302E,62302E,ff,PEBActiveDischarge,0:active discharge not in process;1:active discharge in process +,77e,24,31,1,0,0,,22302F,62302F,ff,ElecMAchineWorkingMode,1:Motor Mode;2:Generator Mode +,77e,24,31,1,0,0,,223030,623030,ff,ElecMachineDefault,0:No Fault Type;1:Fault Type 1 INV Stopped C Class;2:Fault Type 2 INV Stopped D Class;3:Safety Reserved;4:Fault Type 3 Safety Barrier Lost;5:Fault Type 4 Alert Service;6:Fault Type 5 Charge Stop Alert;7:Reserved +,77e,24,39,5.49450549450549E-03,0,3,°,223034,623034,ff,Rotor_PositionSensor Supply, +,77e,24,31,1,0,0,,223041,623041,1ff,Interlock PTC_AC,1:Opened status;2:Closed status +,77e,24,31,1,0,0,,223042,623042,ff,Interlock Cover,1:Opened status;2:Closed status +,77e,24,151,1,0,0,,22F010,62F010,2ff,Fingerprint, +,77e,24,103,1,0,0,,22F011,62F011,2ff,IndexSrvData, +,77e,24,103,1,0,0,,22F012,62F012,2ff,Operational Reference, +,77e,24,47,1,0,0,km,22F0D0,62F0D0,ff,Mileage of the occurrence counter, +,77e,24,279,1,0,0,,22F180,62F180,2ff,BootVersion, +,77e,24,103,1,0,0,,22F182,62F182,4ff,CalibrationNumber, +,77e,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,77e,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,77e,24,135,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,77e,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,77e,24,55,1,0,0,,22F18E,62F18E,4ff,VehicleManufacturerKitAssemblyPartNumber, +,77e,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,77e,24,87,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,77e,24,127,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,77e,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,77e,24,103,1,0,0,,22F1A1,62F1A1,2ff,vehicleManufacturerSparePartNumber_N, +,77e,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,77e,0,0,1,0,0,,22FD00,62FD00,ff,DataRead.Digest, +,77e,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/PEB_Tests.csv b/app/src/main/assets/Spring/PEB_Tests.csv new file mode 100644 index 00000000..1bb6a5bc --- /dev/null +++ b/app/src/main/assets/Spring/PEB_Tests.csv @@ -0,0 +1,114 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +0A,General Electrical Failures - 2 +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adj. failure +29,signal signal invalid +2A,signal stuck in range +2B,signal cross coupled +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +56,invalid or incompatible configuration +57,invalid or incompatible software component +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +7C,Slow Response +7D,Actuator Stuck On +7F,Actuator Stuck Off +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or sys. operation obstructed or blocked +98,component or system over temperature +99,Exceeded Learning Limit +9A,component or system operating conditions +9B,High/Excessive Flow +9C,Low/Insufficient Flow +9E,Stuck On +9F,Stuck Off +A1,System Voltage +A2,System Voltage Low +A3,System Voltage High diff --git a/app/src/main/assets/Spring/RADAR_Dtcs.csv b/app/src/main/assets/Spring/RADAR_Dtcs.csv new file mode 100644 index 00000000..5c97ed1b --- /dev/null +++ b/app/src/main/assets/Spring/RADAR_Dtcs.csv @@ -0,0 +1,27 @@ +600,DF080 COMMUNICATION CAN +634,DF041 TEMPERATURE TOO HIGH +1806,DF087 AVAILABLE INFORMATION +5111,DF038 FLAT MODE +5218,DF095 STEERING ANGLE SENSOR +1D90,DF086 ERROR SENSOR +511A,DF085 TRANSDUCER DIAGNOSTICS PERFORMED +562C,DF084 TIRE SIZE +574A,DF091 RADAR SLEEP +5B01,Interference Noise +5B02,DF033 INTERNAL FAULT +5B03,CAN communication failure +5B04,DF034 CONTROL UNIT CONFIGURATION +5B06,DF039 FLAT MODE +5B08,DF025 RADAR SLEEP +5B15,DF015 MATCH MULTIPLEX INFO ABS +5B17,DF046 LOCKING AFTER IMPACT +A10A,DF081 DEEP SYSTEM VOLTAGE +A10B,DF082 HIGH SYSTEM VOLTAGE +A10D,DF083 MINIMUM VOLTAGE +A1A1,DF094 HARDWARE +C010,DF092 COMMUNICATION CAN +C300,DF090 DEFECTIVE ENCODER +C416,DF089 ESP FUNCTION +C429,DF093 STEERING ANGLE OFFSET +C452,DF088 ACCELERATION DURATION +D60E,DF043 INTERNAL FAULT diff --git a/app/src/main/assets/Spring/RADAR_Fields.csv b/app/src/main/assets/Spring/RADAR_Fields.csv new file mode 100644 index 00000000..b34e8736 --- /dev/null +++ b/app/src/main/assets/Spring/RADAR_Fields.csv @@ -0,0 +1,166 @@ +,77d,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,77d,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,77d,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,77d,0,0,1,0,0,,1060,5060,ff,StartDiagnosticSession.Supplier, +,77d,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,77d,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,77d,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,77d,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,77d,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,77d,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD, +,77d,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,77d,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier, +,77d,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,77d,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,77d,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,77d,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,77d,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,77d,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,77d,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,77d,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,77d,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,77d,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,77d,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,77d,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,77d,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber, +,77d,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage, +,77d,16,39,1,0,0,km,1906000000FF,5906000000FF,ff,DTCExtendedData.Mileage, +,77d,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,77d,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber, +,77d,56,63,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedData.DTCOccurrenceCounter, +,77d,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,77d,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,1536:communicationFailure;1588:ECU Temperature;6150:Sensor Unavailable;7568:Sensor HW SW mismatch;20753:Sensor external disturbance freesight;20762:Sensor Interference;21016:External Plausi STA;22060:Tiresize;22346:Sensor Misaligned;23297:Interference Noise;23298:InternalFailure;23299:CAN communication failure;23300:VirginECUorIncompleteConfiguration;23302:AEBSdegradedMode;23304:Alignment default;23317:Data Plausibility;23319:AEBS_AIRBAG_CRASH;41226:System voltage low;41227:System voltage high;41229:Internal voltage low;41377:HW Failure;49168:Busoff CAN;49920:Sensor SW Failure;50198:Invalid Data ESP;50217:Invalid Data SAS;50258:Invalid Data Acceleration;54798:Sensor Internal failure LT +,77d,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM (Pulse Width Modulated) Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adj. failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component or sys. operation obstructed or blocked;152:component or system over temperature +,77d,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,77d,24,31,.01,0,2,°,220002,620002,1ff,Alignment_in_Plant.offset_factory_horizontal_align_val_EEPROM, +,77d,32,39,.01,0,2,°,220002,620002,1ff,Alignment_in_Plant.offset_RunTime_horizontal_align_val_EEPROM, +,77d,40,47,.01,0,2,°,220002,620002,1ff,Alignment_in_Plant.offset_factory_vertical_align_val_EEPROM, +,77d,48,55,.01,0,2,°,220002,620002,1ff,Alignment_in_Plant.offset_RunTime_vertical_align_val_EEPROM, +,77d,88,95,1,0,0,,220002,620002,ff,Alignment_in_Plant.StatusForAlignment,0:Alignment conditions set;1:Alignment conditions not ready (Vehicle moving or vehicle speed not equal 0 km/h);2:Alignment conditions not ready (System Failure detected);3:Alignment conditions not ready (System Failure detected and (Vehicle moving or vehicle speed not equal 0 km/h)) +,77d,96,103,1,0,0,,220002,620002,ff,Alignment_in_Plant.StateOfRadarInAlignment,0:Alignment in process;1:Alignment complete;2:Abnormal condition- end alignment;3:Iinitializing for alignment +,77d,104,111,1,0,0,,220002,620002,ff,Alignment_in_Plant.ErrorContent,0:Normal;1:Target undetected;2:Target setting offset in horizontal direction;3:EEPROM writing error;4:Mirror kept in the same Position +,77d,112,119,1,0,0,,220002,620002,ff,Alignment_in_Plant.AlignmentState,0:Initial state;1:Alignment at Position1 complete;2:Alignment at Position2 complete;3:Alignment at Position3 complete +,77d,28,39,.025,0,2,m/s,220101,620101,1ff,CW_track.CW_rel_speed, +,77d,46,55,.05,0,2,°,220101,620101,1ff,CW_track.CW_angle, +,77d,58,71,.02,0,2,m,220101,620101,ff,CW_track.CW_distance, +,77d,79,87,.1,0,1,m/s,220101,620101,1ff,CW_track.CW_lat_speed, +,77d,106,111,2,0,0,,220101,620101,ff,CW_track.CW_confidence, +,77d,112,113,1,0,0,,220101,620101,ff,CW_track.CW_object_category,0:no track;1:weak track;2:normal track (car);3:strong track (truck) +,77d,114,114,1,0,0,,220101,620101,ff,CW_track.CW_stationary_object, +,77d,115,115,1,0,0,,220101,620101,ff,CW_track.CW_new_track, +,77d,24,24,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_InternalElectronicFailure, +,77d,27,27,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_CANFailure, +,77d,29,29,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_Blindness, +,77d,30,30,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_Misalignment, +,77d,31,31,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_frame_TORQUE_AT_CANHS_RNr_02_missing_error, +,77d,33,33,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_GearLeverPositionUnavailable, +,77d,34,34,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_frame_SWA_CANHS_RNr_01_missing_error, +,77d,35,35,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_SteeringWheelAngleOutOfRange, +,77d,36,36,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_SteeringWheelAngleUnavailable, +,77d,38,38,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_YawRateUnavailable, +,77d,40,40,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_frame_BCM_CANHS_R_05_missing_error, +,77d,41,41,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_ClutchSwitch_unavailable, +,77d,42,42,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_BrakeInfoStatusUnavailable, +,77d,48,48,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_RearGearEngagedUnavailable, +,77d,49,49,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_NeutralContactUnavailable, +,77d,50,50,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_frame_BRAKE_CANHS_R_03_missing_error, +,77d,51,51,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_ImpossibleBrake, +,77d,52,52,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_BrakePerfoStatusUnavailable, +,77d,54,54,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_BrakingPressureUnavailable, +,77d,56,56,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_frame_BRAKE_CANHS_RNr_02_missing_error, +,77d,57,57,1,0,0,,220102,620102,ff,Failures_status_1.V_flag_x_VehicleSpeedUnavailable, +,77d,31,31,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_BRAKE_CANHS_R_07_Clock_Error, +,77d,32,32,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_Clock_Error, +,77d,33,33,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_Clock_BRAKE_CANHS_R_02_Error, +,77d,34,34,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_Checksum_BRAKE_CANHS_R_02_Error, +,77d,35,35,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_CRC_Error, +,77d,36,36,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_BRAKE_CANHS_R_07_Checksum_Error, +,77d,37,37,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_BCM_CANHS_R_04_missing_error, +,77d,38,38,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_BRAKE_CANHS_RNr_04_missing_error, +,77d,40,40,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_BRAKE_CANHS_RNr_01_missing_error, +,77d,42,42,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_TORQUE_ECM_CANHS_RNr_01_missing_error, +,77d,43,43,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_RawSensorUnavailable, +,77d,45,45,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_VehicleSpeedClock_Error, +,77d,46,46,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_VehicleSpeedChecksum_Error, +,77d,47,47,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_RSpeedUnavailable, +,77d,48,48,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_BRAKE_CANHS_R_06_missing_error, +,77d,49,49,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_BRAKE_CANHS_R_07_missing_error, +,77d,50,50,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_BRAKE_CANHS_R_02_missing_error, +,77d,51,51,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_frame_CLUSTER_CANHS_R_04_missing_error, +,77d,60,60,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_EnableFailures, +,77d,61,61,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_AYCMalfunction, +,77d,62,62,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_ABSMalfunction, +,77d,63,63,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_IncompleteConfiguration, +,77d,66,66,1,0,0,,220103,620103,ff,Failures_status_2.P_sys_x_RenaultConfigFinished, +,77d,72,72,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_SwaClockError, +,77d,73,73,1,0,0,,220103,620103,ff,Failures_status_2.V_flag_x_SwaChecksumError, +,77d,78,78,1,0,0,,220103,620103,ff,Failures_status_2.FAULT_RADAR_JAMMED, +,77d,24,24,1,0,0,,220104,620104,ff,Radar_Status.AEBSactivation status,0:not activated;1:Activated +,77d,32,32,1,0,0,,220104,620104,ff,Radar_Status.AEBS failure status,0:no failure;1:Failure present +,77d,40,40,1,0,0,,220104,620104,ff,Radar_Status.AEBS configuration status,0:not configured;1:configured +,77d,48,52,1,0,0,,220104,620104,ff,Radar_Status.Padding, +,77d,28,55,.01,0,2,km,220105,620105,ff,Mileage_snapshot.Mileage_snapshot, +,77d,24,31,.1,-1,1,s,220106,620106,ff,Brake_Param_2.P_tng_s_TimeOutAEBSPrefill, +,77d,32,39,.1,-1,1,s,220106,620106,ff,Brake_Param_2.P_tng_s_TimeOutAEBS1, +,77d,40,47,.1,-1,1,s,220106,620106,ff,Brake_Param_2.P_tng_s_TimeOutAEBS2, +,77d,33,39,20,-12,0,N·m,221011,621011,ff,Brake_param.P_tng_Nm_ModerateBrakingAEBS, +,77d,47,55,15,-33,0,N·m,221011,621011,ff,Brake_param.P_tng_Nm_StrongBrakingAEBS, +,77d,63,71,20,-39,0,N·m,221011,621011,ff,Brake_param.P_tng_Nm_CityBrakingAEBS, +,77d,24,39,.008,32000,3,m,221019,621019,ff,Param_Sensor.LongiMountingPosRadarSensor, +,77d,40,55,.008,0,3,m,221019,621019,ff,Param_Sensor.ElevationMountingPosRadarSensor, +,77d,27,27,1,0,0,,221100,621100,ff,Diag_AddOn_RW.Diag_add_on_AEBS_ena,0:OFF;1:ON +,77d,31,31,1,0,0,,222002,622002,ff,Vertical_Alignment_for_After_Sale.Vertical_Alignment_status,0:Not DONE;1:DONE +,77d,24,31,.05,120,2,°,222003,622003,ff,Alignment_in_plant_1.ElevationOffset, +,77d,25,31,1,40,0,,222004,622004,ff,Alignment_in_plant_2.AzimuthOffset, +,77d,31,31,1,0,0,,222044,622044,ff,Configuration_finished.P_sys_x_RenaultConfigFinished, +,77d,29,30,1,0,0,,222200,622200,ff,param_veh_1.DrivingConcept,0:none;1:front;2:rear;3:four wheeler +,77d,31,31,1,0,0,,222200,622200,ff,param_veh_1.P_sys_x_GearboxType,0:manual;1:automatic +,77d,32,47,1,-800,0,mm,222200,622200,ff,param_veh_1.P_sys_m_WheelPerimeter_Front, +,77d,48,63,1,-800,0,mm,222200,622200,ff,param_veh_1.P_sys_m_WheelPerimeter_Rear, +,77d,64,79,.004,0,3,m/s,222200,622200,ff,param_veh_1.Typical_Velocity, +,77d,31,31,1,0,0,,222201,622201,ff,Dev_blindness.Blindness_algorithm,0:Off;1:On +,77d,24,39,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[0], +,77d,40,55,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[1], +,77d,56,71,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[2], +,77d,72,87,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[3], +,77d,88,103,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[4], +,77d,104,119,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[5], +,77d,120,135,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[6], +,77d,136,151,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[7], +,77d,152,167,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[8], +,77d,168,183,.01,-1200,2,m,222202,622202,ff,Tracking_configuration_1.Steer_gear_ratio.[9], +,77d,184,191,.13,-8,1,m,222202,622202,ff,Tracking_configuration_1.Wheelbase, +,77d,25,25,1,0,0,,222203,622203,ff,AEBS_config_4.ActivationallFCW/AEBfunctions(mainswitch)R, +,77d,26,26,1,0,0,,222203,622203,ff,AEBS_config_4.ActivationAEB-IUbrakingR, +,77d,27,27,1,0,0,,222203,622203,ff,AEBS_config_4.ActivationWarningsingeneralR, +,77d,28,28,1,0,0,,222203,622203,ff,AEBS_config_4.ActivationWarningonfixedtargetsR, +,77d,29,29,1,0,0,,222203,622203,ff,AEBS_config_4.ActivationwarningsonstoppedtargetsR, +,77d,30,30,1,0,0,,222203,622203,ff,AEBS_config_4.ActivationbrakingonstoppedtargetsR, +,77d,31,31,1,0,0,,222203,622203,ff,AEBS_config_4.Activationdistancewarning(countrydependant)D, +,77d,24,24,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_SensorTemperature, +,77d,25,25,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_InternalDisturbance, +,77d,26,26,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_EcuTemperature, +,77d,27,27,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_NotAligned, +,77d,28,28,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_PowerVoltageDisturbance, +,77d,29,29,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_SoftwareConfiguration, +,77d,30,30,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_CompareRealDataWithExpectedData, +,77d,31,31,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_UnavailabilitySituation, +,77d,33,33,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_AEBS_ActivationRequestUnavailable, +,77d,35,35,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_AccurateOdometerUnavailable, +,77d,36,36,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_SteeringWheelRotationSpeedUnavailable, +,77d,37,37,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_FlashingIndicatorCommandPositionUnavailable, +,77d,38,38,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_frame_BRAKE_CANHS_R_01_missing_error, +,77d,40,40,1,0,0,,223000,623000,ff,Failures_status_3.V_flag_x_AirbagCrash, +,77d,24,103,1,0,0,,22F011,62F011,2ff,IndexSrvData, +,77d,24,47,1,0,0,km,22F0D0,62F0D0,1ff,Odometer of the last occurence, +,77d,24,31,1,0,0,,22F0D1,62F0D1,ff,Occurence fault counter, +,77d,24,55,1,0,0,,22F180,62F180,2ff,Boot SW identification, +,77d,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,77d,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,77d,24,63,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,77d,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,77d,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,77d,24,79,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,77d,24,79,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,77d,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,77d,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/RADAR_Tests.csv b/app/src/main/assets/Spring/RADAR_Tests.csv new file mode 100644 index 00000000..338d649d --- /dev/null +++ b/app/src/main/assets/Spring/RADAR_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM (Pulse Width Modulated) Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adj. failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component or sys. operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/RADIO_Dtcs.csv b/app/src/main/assets/Spring/RADIO_Dtcs.csv new file mode 100644 index 00000000..5c3fd17e --- /dev/null +++ b/app/src/main/assets/Spring/RADIO_Dtcs.csv @@ -0,0 +1,29 @@ +9303,DF113 DIGITAL RADIO ANTENNA +9309,System ON +9311,Rear Left Loudspeaker +9315,DF006 AMPLIFIER FM1 +9317,subwoofer +9321,Front Right Tweeter +9322,Front Left Tweeter +9324,DF065 GPS ANTENNA CIRCUIT +9328,DF056 MICROPHONE +9332,External Aux IN +9341,DF033 CONTROL UNIT +9342,DF046 MODULE LOCKED +9343,DF032 CONTROL UNIT +9347,DF044 BLUETOOTH MODULE +9350,DF034 CONTROL UNIT +9351,DF066 CONTROL UNIT +9353,ECU AM/FM tuner +9355,ECU DAB tuner +9356,ECU DSP +9358,ECU CD drive disc +93000,DF059 SCREEN +930B,Rear Right Loudspeaker +930D,DF001 FRONT RIGHT SPEAKER +930F,DF002 FRONT LEFT SPEAKER +932A,External USB +933E,Common USB power supply +935C,ECU CD drive mechanism +93CF,DF071 BUTTON BLOCKED +93F0,DF039 BATTERY VOLTAGE 12 V diff --git a/app/src/main/assets/Spring/RADIO_Fields.csv b/app/src/main/assets/Spring/RADIO_Fields.csv new file mode 100644 index 00000000..917547ab --- /dev/null +++ b/app/src/main/assets/Spring/RADIO_Fields.csv @@ -0,0 +1,373 @@ +,732,0,0,1,0,0,,1081,5081,ff,StartDefaultSession, +,732,0,0,1,0,0,,1085,5085,ff,StartReprogSession, +,732,0,0,1,0,0,,10C0,50C0,ff,StartDiagnosticSession, +,732,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,732,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,732,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD, +,732,40,43,1,0,0,,1902FF,5902FF,ff,DTCFailureType.Category,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,732,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier, +,732,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested, +,732,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle, +,732,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,732,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,732,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,732,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC, +,732,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle, +,732,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,732,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,732,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,732,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,732,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,732,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,732,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage, +,732,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,732,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,732,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,732,56,79,1,0,0,km,1906000000FF,5906000000FF,ff,DTCExtendedData.Mileage, +,732,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart, +,732,56,63,1,0,0,,2180,6180,4ff,DiagnosticIdentificationCode, +,732,64,87,1,0,0,,2180,6180,2ff,SupplierNumber.ITG, +,732,88,127,1,0,0,,2180,6180,2ff,HardwareNumber.LowerPart, +,732,128,143,1,0,0,,2180,6180,4ff,SoftwareNumber, +,732,144,159,1,0,0,,2180,6180,4ff,EditionNumber, +,732,160,175,1,0,0,,2180,6180,4ff,CalibrationNumber, +,732,176,183,1,0,0,,2180,6180,ff,PartNumber.BasicPartList,0:NA;1:28115;2:283C2 +,732,184,191,1,0,0,,2180,6180,ff,HardwareNumber.BasicPartList,0:HARDW;1:285J9 +,732,192,199,1,0,0,,2180,6180,ff,ApprovalNumber.BasicPartList,0:NA +,732,200,207,1,0,0,,2180,6180,ff,ManufacturerIdentificationCode,0:Renault R1;128:Nissan N1;129:Nissan N2;130:Nissan N3;136:5DIGITS +,732,16,31,1,0,0,,2182,6182,4ff,CANV.RefMessagerie, +,732,32,33,1,0,0,,2182,6182,ff,CANV.BusOff,0:Present;2:Missing;3:Missing Confirmed +,732,34,39,1,0,0,,2182,6182,ff,CANV.BusOffCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:No Checked +,732,40,41,1,0,0,,2182,6182,ff,CANV.Mute,0:Present;2:Missing;3:Missing Confirmed +,732,42,47,1,0,0,,2182,6182,ff,CANV.MuteCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,48,49,1,0,0,,2182,6182,ff,CANV.ECM,0:Present;2:Missing;3:Missing Confirmed +,732,50,55,1,0,0,,2182,6182,ff,CANV.ECMCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,56,57,1,0,0,,2182,6182,ff,CANV.Brake,0:Present;2:Missing;3:Missing Confirmed +,732,58,63,1,0,0,,2182,6182,ff,CANV.BrakeCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,64,65,1,0,0,,2182,6182,ff,CANV.Cluster,0:Present;2:Missing;3:Missing Confirmed +,732,66,71,1,0,0,,2182,6182,ff,CANV.ClusterCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,72,73,1,0,0,,2182,6182,ff,CANV.BCM,0:Present;2:Missing;3:Missing Confirmed +,732,74,79,1,0,0,,2182,6182,ff,CANV.BCMCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,112,113,1,0,0,,2182,6182,ff,CANV.AT,0:Present;2:Missing;3:Missing Confirmed +,732,114,119,1,0,0,,2182,6182,ff,CANV.ATCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,200,201,1,0,0,,2182,6182,ff,CANV.BMM,0:Present;2:Missing;3:Missing Confirmed +,732,202,207,1,0,0,,2182,6182,ff,CANV.BMMCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,424,425,1,0,0,,2182,6182,ff,CANV.EVC,0:Present;2:Missing;3:Missing Confirmed +,732,426,431,1,0,0,,2182,6182,ff,CANV.EVCCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,592,593,1,0,0,,2182,6182,ff,CANV.TCU,0:Present;2:Missing;3:Missing Confirmed +,732,594,599,1,0,0,,2182,6182,ff,CANV.TCUCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,16,39,1,0,0,,2184,6184,2ff,Traceability.SupplierCode, +,732,40,71,1,0,0,,2184,6184,2ff,Traceability.ProductionYear, +,732,72,87,1,0,0,,2184,6184,2ff,Traceability.ProductionWeek, +,732,88,175,1,0,0,,2184,6184,2ff,Traceability.SerialNumber, +,732,16,31,1,0,0,,2185,6185,4ff,CANM.RefMessagerie, +,732,32,33,1,0,0,,2185,6185,ff,CANM.BusOff,0:Present;2:Missing;3:Missing Confirmed +,732,34,39,1,0,0,,2185,6185,ff,CANM.BusOffCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:No Checked +,732,40,41,1,0,0,,2185,6185,ff,CANM.Mute,0:Present;2:Missing;3:Missing Confirmed +,732,42,47,1,0,0,,2185,6185,ff,CANM.MuteCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,96,97,1,0,0,,2185,6185,ff,CANM.Ampli,0:Present;2:Missing;3:Missing Confirmed +,732,98,103,1,0,0,,2185,6185,ff,CANM.AmpliCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,152,153,1,0,0,,2185,6185,ff,CANM.BIC,0:Present;2:Missing;3:Missing Confirmed +,732,154,159,1,0,0,,2185,6185,ff,CANM.BICCounter,0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23;24:24;25:25;26:26;27:27;28:28;29:29;30:30;31:31;32:32;33:33;34:34;35:35;36:36;37:37;38:38;39:39;40:40;63:Not Checked +,732,16,95,1,0,0,,21EF,61EF,2ff,DaimlerID.HardwarePartNumber, +,732,96,175,1,0,0,,21EF,61EF,2ff,DaimlerID.SoftwarePartNumber, +,732,24,31,1,0,0,,222201,622201,ff,Antitheft,0:Deactivated;1:Activated +,732,24,31,1,0,0,,222203,622203,ff,Road compagnon licence,0:Licence Not Active;1:Licence Active;2:Dongle 2nd generation +,732,27,27,1,0,0,,222403,622403,ff,LIN_IN.Info_Aux_IN,0:Jack not connected;1:Jack connected +,732,28,28,1,0,0,,222403,622403,ff,LIN_IN.MuteTCU,0:Mute OFF;1:Mute ON +,732,31,31,1,0,0,,222403,622403,ff,LIN_IN.ACC,0:ACC OFF;1:ACC ON +,732,24,31,.2,0,1,V,222501,622501,ff,Analog_Level.Battery, +,732,24,31,.1,0,1,V,22250D,62250D,ff,Analog_Level.Microphone, +,732,28,28,1,0,0,,222607,622607,ff,Radio_button.Rightrotary_VAL_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,31,31,1,0,0,,222607,622607,ff,Radio_button.Leftrotary_ON_OFF_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,32,32,1,0,0,,222607,622607,ff,Radio_button.MUTE_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,33,33,1,0,0,,222607,622607,ff,Radio_button.PREVIOUS_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,34,34,1,0,0,,222607,622607,ff,Radio_button.NEXT_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,35,35,1,0,0,,222607,622607,ff,Radio_button.BACK_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,36,36,1,0,0,,222607,622607,ff,Radio_button.TEXT_pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,37,37,1,0,0,,222607,622607,ff,Radio_button.TEL_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,38,38,1,0,0,,222607,622607,ff,Radio_button.SETUP_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,39,39,1,0,0,,222607,622607,ff,Radio_button.RADIO_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,40,40,1,0,0,,222607,622607,ff,Radio_button.MEDIA_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,41,41,1,0,0,,222607,622607,ff,Radio_button.EJECT_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,42,42,1,0,0,,222607,622607,ff,Radio_button.6_pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,43,43,1,0,0,,222607,622607,ff,Radio_button.5_pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,44,44,1,0,0,,222607,622607,ff,Radio_button.4_Pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,45,45,1,0,0,,222607,622607,ff,Radio_button.3_pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,46,46,1,0,0,,222607,622607,ff,Radio_button.2_pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,47,47,1,0,0,,222607,622607,ff,Radio_button.1_pressed,0:Not pressed since last clear;1:Pressed since last clear +,732,50,50,1,0,0,,222607,622607,ff,Radio_button.Rightrotary_Anticlockwise,0:Not pressed;1:Pressed +,732,51,51,1,0,0,,222607,622607,ff,Radio_button.Rightrotary_Clockwise,0:Not pressed;1:Pressed +,732,52,52,1,0,0,,222607,622607,ff,Radio_button.Rightrotary_VAL,0:Not pressed;1:Pressed +,732,53,53,1,0,0,,222607,622607,ff,Radio_button.Leftrotary_Anticlockwise,0:Not pressed;1:Pressed +,732,54,54,1,0,0,,222607,622607,ff,Radio_button.Leftrotary_Clockwise,0:Not pressed;1:Pressed +,732,55,55,1,0,0,,222607,622607,ff,Radio_button.Leftrotary_ON_OFF,0:Not pressed;1:Pressed +,732,56,56,1,0,0,,222607,622607,ff,Radio_button.MUTE,0:Not pressed;1:Pressed +,732,57,57,1,0,0,,222607,622607,ff,Radio_button.PREVIOUS,0:Not pressed;1:Pressed +,732,58,58,1,0,0,,222607,622607,ff,Radio_button.NEXT,0:Not pressed;1:Pressed +,732,59,59,1,0,0,,222607,622607,ff,Radio_button.BACK,0:Not pressed;1:Pressed +,732,60,60,1,0,0,,222607,622607,ff,Radio_button.TEXT,0:Not pressed;1:Pressed +,732,61,61,1,0,0,,222607,622607,ff,Radio_button.TEL,0:Not pressed;1:Pressed +,732,62,62,1,0,0,,222607,622607,ff,Radio_button.SETUP,0:Not pressed;1:Pressed +,732,63,63,1,0,0,,222607,622607,ff,Radio_button.RADIO,0:Not pressed;1:Pressed +,732,64,64,1,0,0,,222607,622607,ff,Radio_button.MEDIA,0:Not pressed;1:Pressed +,732,65,65,1,0,0,,222607,622607,ff,Radio_button.EJECT,0:Not pressed;1:Pressed +,732,66,66,1,0,0,,222607,622607,ff,Radio_button.6,0:Not pressed;1:Pressed +,732,67,67,1,0,0,,222607,622607,ff,Radio_button.5,0:Not pressed;1:Pressed +,732,68,68,1,0,0,,222607,622607,ff,Radio_button.4,0:Not pressed;1:Pressed +,732,69,69,1,0,0,,222607,622607,ff,Radio_button.3,0:Not pressed;1:Pressed +,732,70,70,1,0,0,,222607,622607,ff,Radio_button.2,0:Not pressed;1:Pressed +,732,71,71,1,0,0,,222607,622607,ff,Radio_button.1,0:Not pressed;1:Pressed +,732,24,55,1,0,0,,22281A,62281A,4ff,VID, +,732,25,25,1,0,0,,222820,622820,ff,Internal.StoredScripts.X61,0:Not present;1:Present +,732,26,26,1,0,0,,222820,622820,ff,Internal.StoredScripts.HFE,0:Not present;1:Present +,732,27,27,1,0,0,,222820,622820,ff,Internal.StoredScripts.X07V,0:Not present;1:Present +,732,28,28,1,0,0,,222820,622820,ff,Internal.StoredScripts.X07M,0:Not present;1:Present +,732,29,29,1,0,0,,222820,622820,ff,Internal.StoredScripts.X82,0:Not present;1:Present +,732,30,30,1,0,0,,222820,622820,ff,Internal.StoredScripts.X62,0:Not present;1:Present +,732,31,31,1,0,0,,222820,622820,ff,Internal.StoredScripts.Default,0:Not present;1:Present +,732,24,47,1,0,0,,222821,622821,4ff,BT_HW_identifier, +,732,24,71,1,0,0,,222823,622823,4ff,BT_ECU_address, +,732,31,31,1,0,0,,222832,622832,ff,Radio_State,0:Off user;1:On user +,732,24,31,1,0,0,,222901,622901,4ff,ANT1.current level field, +,732,32,39,1,0,0,,222901,622901,4ff,ANT1.Multipath level, +,732,40,47,1,0,0,,222901,622901,4ff,ANT1.Noise level, +,732,48,87,1,0,0,,222901,622901,2ff,ANT1.Frequency value, +,732,88,95,1,0,0,,222901,622901,ff,ANT1.Band,1:FM;2:AM +,732,24,31,1,0,0,,22290A,62290A,4ff,ANT3.current level field, +,732,32,47,1,0,0,,22290A,62290A,4ff,ANT3.FIC_BER, +,732,48,63,1,0,0,,22290A,62290A,4ff,ANT3.MSC_BER, +,732,64,103,1,0,0,,22290A,62290A,2ff,ANT3.ChannelNumber, +,732,104,167,1,0,0,,22290A,62290A,2ff,ANT3.ChannelName, +,732,168,183,1,0,0,,22290A,62290A,4ff,ANT3.EnsembleID, +,732,184,215,1,0,0,,22290A,62290A,4ff,ANT3.ServiceID, +,732,216,231,1,0,0,,22290A,62290A,4ff,ANT3.CompID, +,732,232,239,1,0,0,,22290A,62290A,ff,ANT3.Band,3:DAB+;4:DAB;5:DMB-A;6:DMB-BSAC +,732,24,31,1,0,0,,222920,622920,ff,CD_Insertion,0:No CD;1:CD present;254:invalid value (data error);255:no available information +,732,24,31,1,0,0,,222C08,622C08,ff,MMILanguage,0:French;1:UK English;2:German;3:Spanish;4:Italian;5:Portuguese (for Portugal);6:Portuguese (for Brazil);7:Dutch;8:Turkish;9:Russian;10:Polish;11:Czech;12:Denmark;13:Korean;14:Chinese (mandarin);15:Sweden;16:Taiwanese;17:US English;18:Greek Alphabet;19:Slovak;20:Hungarian;21:Croatian;22:Slovene;23:Estonian;24:Lithuanian;25:Latvian;26:Arabic;27:Finnish;28:Flemish;29:Norwegian;30:Japanese;31:Bulgarian;32:Romanian;33:Serbian;34:Bosnian;35:Ukrainian;36:Hebrew +,732,24,31,1,0,0,,222C0A,622C0A,ff,Time display,0:No time displayed;1:Time displayed in 12H format;2:Time displayed in 24H format +,732,24,31,1,0,0,,222C11,622C11,ff,Radio country,0:Europe & Northern Asia;1:South Asia & Pacific;2:Afric & Middle East;3:Japan;4:South & Central America;5:North America;6:South Korean;7:Australia;8:China;9:Brazil +,732,26,29,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Roger/error beep volume, +,732,30,30,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Ecall,0:Not present;1:Present +,732,33,33,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Renault Amplifier,0:Not fitted;1:Fitted +,732,34,34,1,0,0,,222C1C,622C1C,ff,ECU Configuration.DaimlerAmplifier,0:Ampli not fitted;1:Ampli fitted +,732,35,35,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Sub,0:Subwoofer not fitted;1:Subwoofer fitted +,732,37,37,1,0,0,,222C1C,622C1C,ff,ECU Configuration.TW_front,0:Front tweeter not fitted;1:Front tweeter fitted +,732,38,38,1,0,0,,222C1C,622C1C,ff,ECU Configuration.LS_rear,0:Rear louspeakers not fitted;1:Rear louspeakers fitted +,732,40,40,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Antenna1,0:Passive;1:Active +,732,41,43,1,0,0,,222C1C,622C1C,ff,ECU Configuration.PTT,0:Disable SPVR;1:PTT on SWRC long press;2:PTT on Steering Wheel;3:PTT on M-CAN (Daimler);4:PTT on SWRC direct Input;5:PTT on V-CAN +,732,44,44,1,0,0,,222C1C,622C1C,ff,ECU Configuration.OSW,0:Not Fitted;1:Fitted +,732,45,47,1,0,0,,222C1C,622C1C,ff,ECU Configuration.SWRC,0:No SWRC;1:492R / X61;2:448R;3:229R;4:0420 +,732,48,48,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Loudness,0:Not Activated;1:Activated +,732,49,49,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Alternate Frequency,0:Deactivated;1:Activated +,732,50,51,1,0,0,,222C1C,622C1C,ff,ECU Configuration.Cradle,0:Reserved 1;1:Reserved 2;2:Cradle on fascia;3:Cradle on dashboard +,732,52,52,1,0,0,,222C1C,622C1C,ff,ECU Configuration.DAB_activation,0:Deactivated;1:Activated +,732,53,54,1,0,0,,222C1C,622C1C,ff,ECU Configuration.AM_activation,0:AM (LW & MW) activated;1:Reserved;2:LW deactivated- MW activated;3:AM (LW & MW) deactivated +,732,29,29,1,0,0,,222C24,622C24,ff,Car Configuration.Driver_position,0:Driver on the left;1:Driver on the right +,732,30,31,1,0,0,,222C24,622C24,ff,Car Configuration.GearBox,0:BVM;1:BVA +,732,32,39,1,0,0,,222C24,622C24,ff,Car Configuration.Engine,0:ICE;3:EV +,732,40,47,1,0,0,,222C24,622C24,ff,Car Configuration.CarManufacturer,0:Renault;1:Nissan;2:RSM;3:Dacia;4:Daimler;5:GM;6:RVI;7:Fiat +,732,48,55,1,0,0,,222C24,622C24,ff,Car Configuration.Environment,0:Default;1:X62;2:X82;3:X07 CAN M;4:X07 CAN V;5:HFE;6:X61;7:HZH;8:X98 CAN - V;9:X98 CAN - M;10:X87 CAN - V;11:X87 CAN - M;12:X52;13:X52 ph2;14:X67;15:X67 ph2;16:X92;17:X92 ph2;18:X79 ph2;19:HJD;20:X79;21:Reserved;31:XHAph2;33:XBC +,732,56,63,1,0,0,,222C24,622C24,ff,Car Configuration.SDVC_curve,0:Speed 0;1:Speed 1;2:Speed 2;3:Speed 3;4:Speed 4;5:Speed 5 +,732,24,4023,1,0,0,,222C25,622C25,4ff,Phone_acoustic_parameters_1, +,732,24,3823,1,0,0,,222C2A,622C2A,4ff,Acoustic_Part1, +,732,24,3823,1,0,0,,222C2B,622C2B,4ff,Acoustic_Part2, +,732,24,3823,1,0,0,,222C2C,622C2C,4ff,Acoustic_Part3, +,732,24,4023,1,0,0,,222C2D,622C2D,4ff,Radio_reception.AMFM, +,732,24,119,1,0,0,,222C31,622C31,4ff,Radio_reception.DAB, +,732,24,103,1,0,0,,222C32,622C32,4ff,Apple bundle seed ID, +,732,24,503,1,0,0,,222C33,622C33,4ff,Apple bundle ID, +,732,24,4023,1,0,0,,222C34,622C34,4ff,SPVR_parameters_1, +,732,24,4023,1,0,0,,222C35,622C35,4ff,SPVR_parameters_2, +,732,24,4023,1,0,0,,222C36,622C36,4ff,SPVR_parameters_3, +,732,24,3823,1,0,0,,222C37,622C37,4ff,Acoustic_Part4, +,732,24,4023,1,0,0,,222C38,622C38,4ff,SPVR_parameters_4, +,732,25,25,1,0,0,,222C39,622C39,ff,RNGO parameters.AVRCP protocol,0:Deactivated;1:Dynamic +,732,26,26,1,0,0,,222C39,622C39,ff,RNGO parameters.Journey_recording,0:Not compatible;1:Compatible +,732,27,27,1,0,0,,222C39,622C39,ff,RNGO parameters.MAP_protocol,0:Not compatible;1:Compatible +,732,24,4023,1,0,0,,222C3D,622C3D,4ff,Phone_acoustic_parameters_2, +,732,24,4023,1,0,0,,222C3E,622C3E,4ff,Phone_acoustic_parameters_3, +,732,24,4023,1,0,0,,222C3F,622C3F,4ff,Phone_acoustic_parameters_4, +,732,24,263,1,0,0,,222C40,622C40,4ff,Bluetooth name, +,732,24,31,.1,0,1,cd/m²,222C43,622C43,ff,Dimming.MinimumBrightnessButtons, +,732,32,39,.5,0,1,cd/m²,222C43,622C43,ff,Dimming.MinimumBrightnessDisplay, +,732,40,47,.1,0,1,cd/m²,222C43,622C43,ff,Dimming.MaximumBrightnessButtons, +,732,48,55,.5,0,1,cd/m²,222C43,622C43,ff,Dimming.MaximumBrightnessDisplay, +,732,56,63,.1,0,1,cd/m²,222C43,622C43,ff,Dimming.FixedNightBrightnessButtons, +,732,64,71,.5,0,1,cd/m²,222C43,622C43,ff,Dimming.FixedNightBrightnessDisplay, +,732,72,79,1,0,0,ms,222C43,622C43,ff,Dimming.SamplingIntervalTe, +,732,80,87,.01,0,2,,222C43,622C43,ff,Dimming.IncreaseConstantK, +,732,88,95,.01,0,2,,222C43,622C43,ff,Dimming.DecreaseConstantJ, +,732,31,31,1,0,0,,222C45,622C45,ff,DISPLAY_HEBREW,0:Not Activated;1:Activated +,732,24,183,1,0,0,,223408,623408,2ff,BluetoothDevice.name1, +,732,184,231,1,0,0,,223408,623408,4ff,BluetoothDevice.address1, +,732,232,391,1,0,0,,223408,623408,2ff,BluetoothDevice.name2, +,732,392,439,1,0,0,,223408,623408,4ff,BluetoothDevice.address2, +,732,440,599,1,0,0,,223408,623408,2ff,BluetoothDevice.name3, +,732,600,647,1,0,0,,223408,623408,4ff,BluetoothDevice.address3, +,732,648,807,1,0,0,,223408,623408,2ff,BluetoothDevice.name4, +,732,808,855,1,0,0,,223408,623408,4ff,BluetoothDevice.address4, +,732,856,1015,1,0,0,,223408,623408,2ff,BluetoothDevice.name5, +,732,1016,1063,1,0,0,,223408,623408,4ff,BluetoothDevice.address5, +,732,24,39,1,0,0,,223801,623801,ff,History.NumberOfReprogramming, +,732,24,31,1,0,0,,223803,623803,4ff,HistoricZone0.Year, +,732,32,39,1,0,0,,223803,623803,4ff,HistoricZone0.Mounth, +,732,40,47,1,0,0,,223803,623803,4ff,HistoricZone0.Day, +,732,48,55,1,0,0,,223803,623803,4ff,HistoricZone0.Hour, +,732,56,63,1,0,0,,223803,623803,4ff,HistoricZone0.Minute, +,732,64,71,1,0,0,,223803,623803,4ff,HistoricZone0.Second, +,732,72,79,1,0,0,,223803,623803,ff,HistoricZone0.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223803,623803,ff,HistoricZone0.Index, +,732,96,111,1,0,0,,223803,623803,4ff,HistoricZone0.SoftwareNumber, +,732,112,127,1,0,0,,223803,623803,4ff,HistoricZone0.SoftwareEditionNumber, +,732,128,143,1,0,0,,223803,623803,4ff,HistoricZone0.BootNumber, +,732,144,159,1,0,0,,223803,623803,4ff,HistoricZone0.BootEditionNumber, +,732,24,31,1,0,0,,223804,623804,4ff,HistoricZone1.Year, +,732,32,39,1,0,0,,223804,623804,4ff,HistoricZone1.Mounth, +,732,40,47,1,0,0,,223804,623804,4ff,HistoricZone1.Day, +,732,48,55,1,0,0,,223804,623804,4ff,HistoricZone1.Hour, +,732,56,63,1,0,0,,223804,623804,4ff,HistoricZone1.Minute, +,732,64,71,1,0,0,,223804,623804,4ff,HistoricZone1.Second, +,732,72,79,1,0,0,,223804,623804,ff,HistoricZone1.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223804,623804,ff,HistoricZone1.Index, +,732,96,111,1,0,0,,223804,623804,4ff,HistoricZone1.SoftwareNumber, +,732,112,127,1,0,0,,223804,623804,4ff,HistoricZone1.SoftwareEditionNumber, +,732,128,143,1,0,0,,223804,623804,4ff,HistoricZone1.BootNumber, +,732,144,159,1,0,0,,223804,623804,4ff,HistoricZone1.BootEditionNumber, +,732,24,31,1,0,0,,223810,623810,4ff,HistoricZoneX0.Year, +,732,32,39,1,0,0,,223810,623810,4ff,HistoricZoneX0.Mounth, +,732,40,47,1,0,0,,223810,623810,4ff,HistoricZoneX0.Day, +,732,48,55,1,0,0,,223810,623810,4ff,HistoricZoneX0.Hour, +,732,56,63,1,0,0,,223810,623810,4ff,HistoricZoneX0.Minute, +,732,64,71,1,0,0,,223810,623810,4ff,HistoricZoneX0.Second, +,732,72,79,1,0,0,,223810,623810,ff,HistoricZoneX0.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223810,623810,ff,HistoricZoneX0.Index, +,732,96,111,1,0,0,,223810,623810,4ff,HistoricZoneX0.SoftwareNumber, +,732,112,127,1,0,0,,223810,623810,4ff,HistoricZoneX0.SoftwareEditionNumber, +,732,128,143,1,0,0,,223810,623810,4ff,HistoricZoneX0.BootNumber, +,732,144,159,1,0,0,,223810,623810,4ff,HistoricZoneX0.BootEditionNumber, +,732,24,31,1,0,0,,223811,623811,4ff,HistoricZoneX1.Year, +,732,32,39,1,0,0,,223811,623811,4ff,HistoricZoneX1.Mounth, +,732,40,47,1,0,0,,223811,623811,4ff,HistoricZoneX1.Day, +,732,48,55,1,0,0,,223811,623811,4ff,HistoricZoneX1.Hour, +,732,56,63,1,0,0,,223811,623811,4ff,HistoricZoneX1.Minute, +,732,64,71,1,0,0,,223811,623811,4ff,HistoricZoneX1.Second, +,732,72,79,1,0,0,,223811,623811,ff,HistoricZoneX1.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223811,623811,ff,HistoricZoneX1.Index, +,732,96,111,1,0,0,,223811,623811,4ff,HistoricZoneX1.SoftwareNumber, +,732,112,127,1,0,0,,223811,623811,4ff,HistoricZoneX1.SoftwareEditionNumber, +,732,128,143,1,0,0,,223811,623811,4ff,HistoricZoneX1.BootNumber, +,732,144,159,1,0,0,,223811,623811,4ff,HistoricZoneX1.BootEditionNumber, +,732,24,31,1,0,0,,223812,623812,4ff,HistoricZoneX2.Year, +,732,32,39,1,0,0,,223812,623812,4ff,HistoricZoneX2.Mounth, +,732,40,47,1,0,0,,223812,623812,4ff,HistoricZoneX2.Day, +,732,48,55,1,0,0,,223812,623812,4ff,HistoricZoneX2.Hour, +,732,56,63,1,0,0,,223812,623812,4ff,HistoricZoneX2.Minute, +,732,64,71,1,0,0,,223812,623812,4ff,HistoricZoneX2.Second, +,732,72,79,1,0,0,,223812,623812,ff,HistoricZoneX2.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223812,623812,ff,HistoricZoneX2.Index, +,732,96,111,1,0,0,,223812,623812,4ff,HistoricZoneX2.SoftwareNumber, +,732,112,127,1,0,0,,223812,623812,4ff,HistoricZoneX2.SoftwareEditionNumber, +,732,128,143,1,0,0,,223812,623812,4ff,HistoricZoneX2.BootNumber, +,732,144,159,1,0,0,,223812,623812,4ff,HistoricZoneX2.BootEditionNumber, +,732,24,31,1,0,0,,223813,623813,4ff,HistoricZoneX3.Year, +,732,32,39,1,0,0,,223813,623813,4ff,HistoricZoneX3.Mounth, +,732,40,47,1,0,0,,223813,623813,4ff,HistoricZoneX3.Day, +,732,48,55,1,0,0,,223813,623813,4ff,HistoricZoneX3.Hour, +,732,56,63,1,0,0,,223813,623813,4ff,HistoricZoneX3.Minute, +,732,64,71,1,0,0,,223813,623813,4ff,HistoricZoneX3.Second, +,732,72,79,1,0,0,,223813,623813,ff,HistoricZoneX3.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223813,623813,ff,HistoricZoneX3.Index, +,732,96,111,1,0,0,,223813,623813,4ff,HistoricZoneX3.SoftwareNumber, +,732,112,127,1,0,0,,223813,623813,4ff,HistoricZoneX3.SoftwareEditionNumber, +,732,128,143,1,0,0,,223813,623813,4ff,HistoricZoneX3.BootNumber, +,732,144,159,1,0,0,,223813,623813,4ff,HistoricZoneX3.BootEditionNumber, +,732,24,31,1,0,0,,223814,623814,4ff,HistoricZoneX4.Year, +,732,32,39,1,0,0,,223814,623814,4ff,HistoricZoneX4.Mounth, +,732,40,47,1,0,0,,223814,623814,4ff,HistoricZoneX4.Day, +,732,48,55,1,0,0,,223814,623814,4ff,HistoricZoneX4.Hour, +,732,56,63,1,0,0,,223814,623814,4ff,HistoricZoneX4.Minute, +,732,64,71,1,0,0,,223814,623814,4ff,HistoricZoneX4.Second, +,732,72,79,1,0,0,,223814,623814,ff,HistoricZoneX4.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223814,623814,ff,HistoricZoneX4.Index, +,732,96,111,1,0,0,,223814,623814,4ff,HistoricZoneX4.SoftwareNumber, +,732,112,127,1,0,0,,223814,623814,4ff,HistoricZoneX4.SoftwareEditionNumber, +,732,128,143,1,0,0,,223814,623814,4ff,HistoricZoneX4.BootNumber, +,732,144,159,1,0,0,,223814,623814,4ff,HistoricZoneX4.BootEditionNumber, +,732,24,31,1,0,0,,223815,623815,4ff,HistoricZoneX5.Year, +,732,32,39,1,0,0,,223815,623815,4ff,HistoricZoneX5.Mounth, +,732,40,47,1,0,0,,223815,623815,4ff,HistoricZoneX5.Day, +,732,48,55,1,0,0,,223815,623815,4ff,HistoricZoneX5.Hour, +,732,56,63,1,0,0,,223815,623815,4ff,HistoricZoneX5.Minute, +,732,64,71,1,0,0,,223815,623815,4ff,HistoricZoneX5.Second, +,732,72,79,1,0,0,,223815,623815,ff,HistoricZoneX5.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223815,623815,ff,HistoricZoneX5.Index, +,732,96,111,1,0,0,,223815,623815,4ff,HistoricZoneX5.SoftwareNumber, +,732,112,127,1,0,0,,223815,623815,4ff,HistoricZoneX5.SoftwareEditionNumber, +,732,128,143,1,0,0,,223815,623815,4ff,HistoricZoneX5.BootNumber, +,732,144,159,1,0,0,,223815,623815,4ff,HistoricZoneX5.BootEditionNumber, +,732,24,31,1,0,0,,223816,623816,4ff,HistoricZoneX6.Year, +,732,32,39,1,0,0,,223816,623816,4ff,HistoricZoneX6.Mounth, +,732,40,47,1,0,0,,223816,623816,4ff,HistoricZoneX6.Day, +,732,48,55,1,0,0,,223816,623816,4ff,HistoricZoneX6.Hour, +,732,56,63,1,0,0,,223816,623816,4ff,HistoricZoneX6.Minute, +,732,64,71,1,0,0,,223816,623816,4ff,HistoricZoneX6.Second, +,732,72,79,1,0,0,,223816,623816,ff,HistoricZoneX6.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223816,623816,ff,HistoricZoneX6.Index, +,732,96,111,1,0,0,,223816,623816,4ff,HistoricZoneX6.SoftwareNumber, +,732,112,127,1,0,0,,223816,623816,4ff,HistoricZoneX6.SoftwareEditionNumber, +,732,128,143,1,0,0,,223816,623816,4ff,HistoricZoneX6.BootNumber, +,732,144,159,1,0,0,,223816,623816,4ff,HistoricZoneX6.BootEditionNumber, +,732,24,31,1,0,0,,223817,623817,4ff,HistoricZoneX7.Year, +,732,32,39,1,0,0,,223817,623817,4ff,HistoricZoneX7.Mounth, +,732,40,47,1,0,0,,223817,623817,4ff,HistoricZoneX7.Day, +,732,48,55,1,0,0,,223817,623817,4ff,HistoricZoneX7.Hour, +,732,56,63,1,0,0,,223817,623817,4ff,HistoricZoneX7.Minute, +,732,64,71,1,0,0,,223817,623817,4ff,HistoricZoneX7.Second, +,732,72,79,1,0,0,,223817,623817,ff,HistoricZoneX7.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223817,623817,ff,HistoricZoneX7.Index, +,732,96,111,1,0,0,,223817,623817,4ff,HistoricZoneX7.SoftwareNumber, +,732,112,127,1,0,0,,223817,623817,4ff,HistoricZoneX7.SoftwareEditionNumber, +,732,128,143,1,0,0,,223817,623817,4ff,HistoricZoneX7.BootNumber, +,732,144,159,1,0,0,,223817,623817,4ff,HistoricZoneX7.BootEditionNumber, +,732,24,31,1,0,0,,223818,623818,4ff,HistoricZoneX8.Year, +,732,32,39,1,0,0,,223818,623818,4ff,HistoricZoneX8.Mounth, +,732,40,47,1,0,0,,223818,623818,4ff,HistoricZoneX8.Day, +,732,48,55,1,0,0,,223818,623818,4ff,HistoricZoneX8.Hour, +,732,56,63,1,0,0,,223818,623818,4ff,HistoricZoneX8.Minute, +,732,64,71,1,0,0,,223818,623818,4ff,HistoricZoneX8.Second, +,732,72,79,1,0,0,,223818,623818,ff,HistoricZoneX8.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223818,623818,ff,HistoricZoneX8.Index, +,732,96,111,1,0,0,,223818,623818,4ff,HistoricZoneX8.SoftwareEditionNumber, +,732,112,127,1,0,0,,223818,623818,4ff,HistoricZoneX8.SoftwareNumber, +,732,128,143,1,0,0,,223818,623818,4ff,HistoricZoneX8.BootNumber, +,732,144,159,1,0,0,,223818,623818,4ff,HistoricZoneX8.BootEditionNumber, +,732,24,31,1,0,0,,223819,623819,4ff,HistoricZoneX9.Year, +,732,32,39,1,0,0,,223819,623819,4ff,HistoricZoneX9.Mounth, +,732,40,47,1,0,0,,223819,623819,4ff,HistoricZoneX9.Day, +,732,48,55,1,0,0,,223819,623819,4ff,HistoricZoneX9.Hour, +,732,56,63,1,0,0,,223819,623819,4ff,HistoricZoneX9.Minute, +,732,64,71,1,0,0,,223819,623819,4ff,HistoricZoneX9.Second, +,732,72,79,1,0,0,,223819,623819,ff,HistoricZoneX9.Status,0:reprogramming succeed;1:reprogramming failed;255:No log recorded +,732,80,95,1,0,0,,223819,623819,ff,HistoricZoneX9.Index, +,732,96,111,1,0,0,,223819,623819,4ff,HistoricZoneX9.SoftwareNumber, +,732,112,127,1,0,0,,223819,623819,4ff,HistoricZoneX9.SoftwareEditionNumber, +,732,128,143,1,0,0,,223819,623819,4ff,HistoricZoneX9.BootNumber, +,732,144,159,1,0,0,,223819,623819,4ff,HistoricZoneX9.BootEditionNumber, +,732,24,24,1,0,0,,22A601,62A601,ff,SWRC_button.8,0:Not pressed;1:Pressed +,732,25,25,1,0,0,,22A601,62A601,ff,SWRC_button.7,0:Not pressed;1:Pressed +,732,26,26,1,0,0,,22A601,62A601,ff,SWRC_button.6,0:Not pressed;1:Pressed +,732,27,27,1,0,0,,22A601,62A601,ff,SWRC_button.5,0:Not pressed;1:Pressed +,732,28,28,1,0,0,,22A601,62A601,ff,SWRC_button.4,0:Not pressed;1:Pressed +,732,29,29,1,0,0,,22A601,62A601,ff,SWRC_button.3,0:Not pressed;1:Pressed +,732,30,30,1,0,0,,22A601,62A601,ff,SWRC_button.2,0:Not pressed;1:Pressed +,732,31,31,1,0,0,,22A601,62A601,ff,SWRC_button.1,0:Not pressed;1:Pressed +,732,24,24,1,0,0,,22A602,62A602,ff,SWRC_rotary.UPtoDOWN,0:Not pressed;1:Rotary switch increase +,732,25,25,1,0,0,,22A602,62A602,ff,SWRC_rotary.DOWNtoUP,0:Not pressed;1:Rotary switch decrease +,732,26,26,1,0,0,,22A603,62A603,ff,OSW.PTT,0:Not Pressed;1:Pressed +,732,27,27,1,0,0,,22A603,62A603,ff,OSW.Phone,0:Not pressed;1:Pressed +,732,24,103,1,0,0,,22F013,62F013,2ff,Multimedia System Identification, +,732,24,103,1,0,0,,22F111,62F111,2ff,VehicleManufacturerECUHardwareNumber_DAI, +,732,24,183,1,0,0,,22F121,62F121,2ff,VehicleManufacturerECUSoftwareNumber_DAI, +,732,24,103,1,0,0,,22F187,62F187,2ff,VehicleManufacturerSparePartReference, +,732,0,0,1,0,0,,30,70,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/RADIO_Tests.csv b/app/src/main/assets/Spring/RADIO_Tests.csv new file mode 100644 index 00000000..629defed --- /dev/null +++ b/app/src/main/assets/Spring/RADIO_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal level out of range/zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component | system operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/TCU_Dtcs.csv b/app/src/main/assets/Spring/TCU_Dtcs.csv new file mode 100644 index 00000000..d285a332 --- /dev/null +++ b/app/src/main/assets/Spring/TCU_Dtcs.csv @@ -0,0 +1,88 @@ +9380,ECU Wifi module +AE00,DF014 BATTERY VOLTAGE 12V +AE01,DF083 INTERNAL BATTERY FAILURE +AE04,Internal Battery Capacity +AE05,DF067 AIRBAG MULTIPLEX SIGNAL +AE06,DF032 ACCESSORIES ENTRANCE +AE08,DF061 MICROPHONE +AE09,DF058 RED LED +AE0A,DF063 GREEN LED +AE0B,DF064 AUTO LED +AE0C,DF065 BACKLIGHT LED +AE0D,DF041 ASSIST BUTTON +AE0E,DF001 CONTROL UNIT +AE0F,DF031 GPS COMMUNICATION ERROR +AE10,MIC OUT SIGNAL +AE11,DF079 OVERHEATING IN CONTROL UNIT +AE12,DF006 CONTROL UNIT CONFIGURATION +AE13,HU/NAVI USB +AE14,DF018 SMS ERROR +AE15,DF084 VOICE COMMUNICATION +AE16,DF016 ERROR IN COMMUNICATION PROTOCOL +AE17,DF085 TELEMATIC DEVICE AUTHENTICATION NOT AVAILABLE +AE18,DF086 SERVER NOT AVAILABLE +AE19,DF087 SENSOR CONFIGURATION +AE1A,Internal failure - RTC +AE1B,eCall Software failure/Automatic eCall Locked +AE21,DF088 INVALID TELEMATICS DEVICE +AE22,DF056 SIM CARD +AE23,DF089 GSM NETWORK REGISTRATION REJECTED +AE24,CEP Certificate Expired +AE25,CEP Certificate Revoked +AE26,CEP Bad Certificate +AE27,CEP Certificate Unsupported +AE28,CEP Certificate Unknown +AE29,CEP ILLEGAL PARAMETERS +AE30,CEP Unknown +AE31,DF060 WATCH +AE32,Audio Head Unit Failure +AE33,DF045 SPEAKER +AE34,DF044 GSM ANTENNA CIRCUIT +AE35,DF057 GPS ANTENNA +AE36,Accelerometer Failure +AE37,airbag hard wire malfunction +AE38,DF090 INVALID GENERAL SERVER AUTHENTICATION +AE39,DF091 INVALID LOCAL SERVER AUTHENTICATION +AE3A,DF092 GENERAL SERVER AUTHENTICATION UNAVAILABLE +AE3B,DF093 LOCAL SERVER AUTHENTICATION UNAVAILABLE +AE3C,DF082 PART INDEX +AE3D,DF094 TELEMATICS AND VIN DO NOT MATCH +AE3E,DF095 CERTIFICATE NOT AVAILABLE +AE3F,DF096 FAILED TO VALIDATE CERTIFICATE +AE40,DF097 ERROR REGISTERING CERTIFICATE +AE41,DF098 INVALID TELEMATICS DEVICE AUTHENTICATION +AE42,DF099 CONTROL UNIT CONFIGURATION NOT FOUND +AE43,DF100 INVALID CONTROL UNIT CONFIGURATION +AE44,DF101 ERROR SAVING CONTROL UNIT CONFIGURATION +AE45,DF102 PARTITION SETTING OF TELEMATICS DEVICE NOT FOUND +AE46,DF103 INVALID PARTITION SETTING OF TELEMATICS +AE47,DF104 ERROR SAVING PARTITION SETTING +AE48,DF105 SERVICE VERIFICATION ERROR +AE49,DF106 REMOTE MANAGEMENT LOCKED +AE4A,Remote Actuator service activated without ciphering key +AE4B,DF107 REMOTE MANAGEMENT WITHOUT ENCRYPTION KEY +AE4C,DF108 REMOTE MANAGEMENT - SERVICE NOT KNOWN +AE4E,DF109 REMOTE MANAGEMENT - PIN CODE MISSING +AE4F,BCM pairing DTC +AE50,DF030 GSM COMMUNICATION ERROR +AE51,DF017 SERVER COMMUNICATION ERROR +AE52,DF119 OUTPUT LED +AE53,DF118 BUTTON ERROR +AE60,Remote Actuator - Cipher Key Writing failure +AE61,Remote Actuator - Cipher Key not written +AE94,RELAYControl +C074,CAN-M Failure +C079,CAN-V Failure +E118,Lost communication with Hand Free Module +E140,Lost communication with Electronic Control Motor +E141,Lost communication with automatic transmission +E143,Lost communication with Hybrid Electric Vehicle Control +E144,Lost communication with Lithium-ion Battery Controller +E148 Lost communication with Electronic Stability Control +E14E,Lost communication with Cluster +E14F,Lost communication with Body Control Module +E150,Lost communication with Airbag Control Unit +E153,Lost communication with Climate Control +E157,Lost communication with DC to DC Converter Control Module +E159,Lost communication with Electric Powered Steering +E15B,Lost communication with Underhood Switching Module diff --git a/app/src/main/assets/Spring/TCU_Fields.csv b/app/src/main/assets/Spring/TCU_Fields.csv new file mode 100644 index 00000000..11fab771 --- /dev/null +++ b/app/src/main/assets/Spring/TCU_Fields.csv @@ -0,0 +1,908 @@ +,7da,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,7da,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Reprog, +,7da,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.Extended, +,7da,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,7da,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,7da,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTCFormat;1:ISO_14229-1_DTCFormat;2:SAE_J1939-73_DTCFormat;3:ISO_11992-4_DTCFormat;4:SAE_J2012-DA_WWHOBD_DTCFormat +,7da,32,47,1,0,0,,1901FF,5901FF,4ff,DTCCount, +,7da,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,7da,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceAndFailureTypeOBD, +,7da,40,43,1,0,0,,1902FF,5902FF,ff,DTCFailureType.Category,0:General Failure Information;1:General Electrical Failures;2:General Signal Failures;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;15:Vehicle manufacturer / System supplier specific +,7da,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier,0:None +,7da,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested, +,7da,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle, +,7da,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,7da,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,7da,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,7da,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC, +,7da,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle, +,7da,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,7da,0,0,1,0,0,,1903000000FF,5903000000FF,ff,ReadDTCInformation.ReportDTCSnapshotIdentification, +,7da,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,7da,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,7da,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,7da,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,7da,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,7da,24,31,1,0,0,,220100,620100,ff,USB_connected,0:Not connected;1:Connected or alimented;2:Undefined +,7da,24,279,1,0,0,,220101,620101,2ff,Application_parameters.Name, +,7da,280,535,1,0,0,,220101,620101,2ff,Application_parameters.Company, +,7da,536,791,1,0,0,,220101,620101,2ff,Application_parameters.Version, +,7da,24,31,1,0,0,,220102,620102,ff,Num_satellites, +,7da,24,31,1,0,0,%,220103,620103,ff,GSM_reception_level, +,7da,24,343,1,0,0,,220104,620104,2ff,Communication Network.Name, +,7da,344,423,1,0,0,,220104,620104,2ff,Communication Network.ID, +,7da,24,143,1,0,0,,220106,620106,2ff,IMEI, +,7da,24,31,1,0,0,,220107,620107,ff,RSSI,0:(< -113 dBm) No Signal;1:(-111dBm) Very Poor Signal;2:(-109 dBm) Very Poor Signal;3:(-107 dBm) Poor Signal;4:(-105 dBm) Poor Signal;5:(-103 dBm) Poor Signal;6:(-101dBm) Poor Signal;7:(-99 dBm) Fair Signal;8:(-97 dBm) Fair Signal;9:(-95 dBm) Fair Signal;10:(-93 dBm) Fair Signal;11:(-91 dBm) Fair Signal;12:(-89 dBm) Fair Signal;13:(-87 dBm) Fair Signal;14:(-85 dBm) Good Signal;15:(-83 dBm) Good Signal;16:(-81 dBm) Good Signal;17:(-79 dBm) Good Signal;18:(-77 dBm) Good Signal;19:(-75 dBm) Good Signal;20:(-73 dBm) Good Signal;21:(-71 dBm) Good Signal;22:(-69 dBm) Excellent Signal;23:(-67 dBm) Excellent Signal;24:(-65 dBm) Excellent Signal;25:(-63 dBm) Excellent Signal;26:(-61 dBm) Excellent Signal;27:(-59 dBm) Excellent Signal;28:(-57 dBm) Excellent Signal;29:(-55 dBm) Excellent Signal;30:(-53 dBm) Excellent Signal;31:(> -51 dBm) Excellent Signal;255:Not known or not detectable +,7da,24,31,1,0,0,,220108,620108,ff,GNSS_sensing, +,7da,24,47,1,0,0,,220109,620109,ff,GNSS_parameters_status.Latitude position, +,7da,48,55,1,0,0,,220109,620109,2ff,GNSS_parameters_status.Latitude orientation, +,7da,56,79,1,0,0,,220109,620109,ff,GNSS_parameters_status.Longitude position, +,7da,80,87,1,0,0,,220109,620109,2ff,GNSS_parameters_status.Longitude orientation, +,7da,88,103,1,0,0,wk,220109,620109,ff,GNSS_parameters_status.Week_Number, +,7da,104,135,1,0,0,s,220109,620109,1ff,GNSS_parameters_status.Week_Seconds, +,7da,136,143,1,0,0,,220109,620109,2ff,GNSS_parameters_status.Lack, +,7da,24,31,1,0,0,,22010A,62010A,ff,AIVC_state,0:St On;1:StOnRFOff;2:StOnSwap;3:StDisc;4:StDrx;5:StDrxDisc;6:StOffSms;7:StOffData;8:StOff;9:StOffRFOff;10:StOffSwap;11:StFota;12:StECall;13:StCallBack;14:StReprog;15:StOnInit;16:StOnError;17:StOffInit;18:StPrEcall;19:StPrCallback +,7da,24,31,1,0,0,,22010B,62010B,ff,BS_Status.plausible values,0:Not yet started;1:Certificate DL sent;2:Auto Declare sent;3:Region Setting sent;4:Partition Setting sent;5:Certificate Installed sent;6:Completed +,7da,32,47,1,0,0,,22010B,62010B,4ff,BS_Status.Errors, +,7da,24,25,1,0,0,,22010C,62010C,ff,CCS services provisioning.Tracking,0:unavailable function;1:deactivated function;2:activated function +,7da,26,27,1,0,0,,22010C,62010C,ff,CCS services provisioning.RLU,0:unavailable function;1:deactivated function;2:activated function +,7da,28,29,1,0,0,,22010C,62010C,ff,CCS services provisioning.CCS,0:unavailable function;1:deactivated function;2:activated function- +,7da,30,31,1,0,0,,22010C,62010C,ff,CCS services provisioning.URD,0:unavailable function;1:deactivated function;2:activated function +,7da,24,279,1,0,0,,22010E,62010E,2ff,EcallChangeLog_SMSfallback.Old_Number, +,7da,280,535,1,0,0,,22010E,62010E,2ff,EcallChangeLog_SMSfallback.New_Number, +,7da,536,791,1,0,0,,22010E,62010E,2ff,EcallChangeLog_SMSfallback.Request_From, +,7da,792,1047,1,0,0,,22010E,62010E,2ff,EcallChangeLog_SMSfallback.Timestamp, +,7da,24,279,1,0,0,,22010F,62010F,2ff,EcallChangeLog_TestNumber.Old_Number, +,7da,280,535,1,0,0,,22010F,62010F,2ff,EcallChangeLog_TestNumber.New_Number, +,7da,536,791,1,0,0,,22010F,62010F,2ff,EcallChangeLog_TestNumber.Request_From, +,7da,792,1047,1,0,0,,22010F,62010F,2ff,EcallChangeLog_TestNumber.Timestamp, +,7da,24,31,1,0,0,,220112,620112,ff,CCS_SERVICE_ACTIVATION,0:Inactive;1:Active +,7da,24,31,1,0,0,,220113,620113,ff,CCS_CURRENT_RENTAL_STATUS,0:Unavailable;1:Available;2:Reserved;3:Booking Registration;4:In rental;5:Restoration Registration +,7da,24,31,1,0,0,%,220119,620119,ff,BER, +,7da,24,31,1,0,0,,22011A,62011A,ff,SIM Status.SIM _lock_status,0:SIM lock;1:SIM unlock +,7da,32,191,1,0,0,,22011A,62011A,2ff,SIM Status.SIM CCID, +,7da,192,311,1,0,0,,22011A,62011A,2ff,SIM Status.SIM identification(IMSI), +,7da,24,31,1,0,0,,22011B,62011B,ff,Data channel,0:Not connected;1:2G channel open;2:3G channel open;3:4G channel open;4:5G channel open;255:Unknown +,7da,24,31,1,0,0,,22011C,62011C,ff,IP_address_APN1.status,0:IP address not available;1:IPV4 address available;2:IPV6 address available +,7da,32,159,1,0,0,,22011C,62011C,4ff,IP_address_APN1.address, +,7da,24,39,1,0,0,°,220121,620121,ff,GNSS_VEHICLE_DIRECTION, +,7da,24,175,1,0,0,,220123,620123,2ff,NETWORK_MONITORING.NOKtoOK, +,7da,176,327,1,0,0,,220123,620123,2ff,NETWORK_MONITORING.OKtoNOK, +,7da,24,1143,1,0,0,,220124,620124,4ff,GET_ENCODED_MSD, +,7da,24,175,1,0,0,,220125,620125,2ff,LAST_CRASH_DETECTED, +,7da,24,31,1,40,0,°C,220126,620126,1ff,BUB_INTERNAL_TEMPERATURE, +,7da,24,39,10,0,0,mV,220127,620127,ff,BUB_OUTPUT_VOLTAGE, +,7da,24,31,1,0,0,%,220128,620128,ff,BUB_CALCULATED_SOC_A, +,7da,24,31,1,0,0,,220129,620129,ff,BUB_CALCULATED_SOH,0:End of Life of the Battery;1:Battery not End of Life +,7da,24,39,1,0,0,d,22012A,62012A,ff,BUB_AGE, +,7da,24,31,1,0,0,,22012B,62012B,ff,AutomaticEcallMemorizationState,0:No automatic eCall has ever been detected before;1:In progress;2:Sucessful violent Automatic eCall end;3:Successful medium Automatic eCall end;4:Failure automatic eCall end +,7da,24,31,.1,0,1,V,22012D,62012D,ff,A-IVC input voltage, +,7da,24,39,1,0,0,,22012E,62012E,1ff,GET_ACCELEROMETER_AXIS_VALUES.Xaxis, +,7da,40,55,1,0,0,,22012E,62012E,1ff,GET_ACCELEROMETER_AXIS_VALUES.Yaxis, +,7da,56,71,1,0,0,,22012E,62012E,1ff,GET_ACCELEROMETER_AXIS_VALUES.Zaxis, +,7da,24,39,1,0,0,mg,22012F,62012F,ff,GET_ACCELEROMETER_THRESOLD_VALUES.rolloverzthreshold, +,7da,40,55,1,0,0,,22012F,62012F,ff,GET_ACCELEROMETER_THRESOLD_VALUES.endpositionzthreshold, +,7da,24,31,1,0,0,,220130,620130,ff,Conf_Monitoring,0:De Activated;1:Activated +,7da,24,39,1,0,0,s,220131,620131,ff,Conf Monitoring Upload Period IGN-ON, +,7da,24,31,1,0,0,h,220132,620132,ff,Conf Monitoring Upload Period IGN_OFF, +,7da,24,39,1,0,0,s,220133,620133,ff,ConfTracking Upload Period IGN_ON, +,7da,24,39,1,0,0,min,220134,620134,ff,ConfTracking Upload Period IGN_OFF, +,7da,24,31,1,0,0,,220135,620135,ff,Conf Tdp Extra Data,0:De Activated;1:Activated +,7da,24,31,1,0,0,,220137,620137,ff,Service activation status (SVT),0:De Activated;1:Activated +,7da,24,31,1,0,0,,220138,620138,ff,AT+CREG,0:Not registered- MS is not currently searching for a new operator;1:Registered- home network;2:Not registered- MS currently searching for a base station;3:Registration denied;4:unknown;5:Registered- roaming +,7da,24,31,1,0,0,,220139,620139,ff,AT+CGREG,0:Not registered- MS is not currently searching for a new operator;1:Registered- home network;2:Not registered- MS currently searching for a base station;3:Registration denied;4:unknown;5:Registered- roaming +,7da,24,151,1,0,0,,220140,620140,4ff,[OutPut1] Remote order frame, +,7da,24,151,1,0,0,,220141,620141,4ff,[Input2] vehicle ACK frame, +,7da,24,31,1,0,0,,220144,620144,ff,Remote Actuator - WakeUpReqMax, +,7da,24,31,1,0,0,,220145,620145,ff,eUICC_status.PIN used,0:PIN code activated;1:PIN code deactivated +,7da,32,287,1,0,0,,220145,620145,2ff,eUICC_status.EID, +,7da,288,447,1,0,0,,220145,620145,2ff,eUICC_status.ICCID, +,7da,448,567,1,0,0,,220145,620145,2ff,eUICC_status.IMSI, +,7da,568,687,1,0,0,,220145,620145,2ff,eUICC_status.MSISDN, +,7da,24,31,1,0,0,,220146,620146,ff,IP_address_APN5.status,0:IP address not available;1:IPV4 address available;2:IPV6 address available +,7da,32,159,1,0,0,,220146,620146,4ff,IP_address_APN5.address, +,7da,24,31,1,0,0,,220147,620147,ff,IP_address_APN6.status,0:IP address not available;1:IPV4 address available;2:IPV6 address available +,7da,32,159,1,0,0,,220147,620147,4ff,IP_address_APN6.address, +,7da,24,31,1,0,0,,220148,620148,ff,IP_address_APN7.status,0:IP address not available;1:IPV4 address available;2:IPV6 address available +,7da,32,159,1,0,0,,220148,620148,4ff,IP_address_APN7.address, +,7da,24,31,1,0,0,,220149,620149,ff,IP_address_APN8.status,0:IP address not available;1:IPV4 address available;2:IPV6 address available +,7da,32,159,1,0,0,,220149,620149,4ff,IP_address_APN8.address, +,7da,24,31,1,0,0,,22014A,62014A,ff,EMPC Budget, +,7da,24,39,1,0,0,min,22014B,62014B,ff,TimerDRX, +,7da,24,31,1,0,0,,22014C,62014C,ff,Remote Charging Activation status,0:Activated;1:Deactivated +,7da,24,31,1,0,0,,22014E,62014E,ff,BUB_CALCULATED_SOC_B,0:Not available;1:Fully charged (>95%);2:In charge;3:Low charge (<=5%) +,7da,24,119,1,0,0,,22014F,62014F,4ff,eUICCC Version, +,7da,24,151,1,0,0,,220150,620150,4ff,eUICC SPN, +,7da,24,111,1,0,0,,220151,620151,2ff,SIM_REF_NUMBER, +,7da,24,31,1,0,0,s,220152,620152,ff,TimeBeforeEngineStatusCheck, +,7da,24,31,1,0,0,,220153,620153,ff,TimeToSwichToAppliedState,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,220154,620154,ff,Key storage status,0:Request pending;1:Requested;2:Stored +,7da,24,31,1,0,0,,220155,620155,ff,CALL_SWITCH_STATUS,0:OFF;1:ON +,7da,24,39,1,0,0,,220156,620156,4ff,SW components version part1.SOP version, +,7da,40,103,1,0,0,,220156,620156,4ff,SW components version part1.VUC Version, +,7da,104,167,1,0,0,,220156,620156,4ff,SW components version part1.SOC version, +,7da,168,231,1,0,0,,220156,620156,4ff,SW components version part1.DCM Version, +,7da,232,295,1,0,0,,220156,620156,4ff,SW components version part1.UCD Version, +,7da,296,359,1,0,0,,220156,620156,4ff,SW components version part1.MDD Version, +,7da,360,535,1,0,0,,220156,620156,4ff,SW components version part1.Padding $20, +,7da,24,87,1,0,0,,220157,620157,4ff,SW components version part2.Whitelist version, +,7da,88,151,1,0,0,,220157,620157,4ff,SW components version part2.TriggerContext, +,7da,152,215,1,0,0,,220157,620157,4ff,SW components version part2.FunctionDB version, +,7da,216,279,1,0,0,,220157,620157,4ff,SW components version part2.MqttTopicConfig version, +,7da,280,343,1,0,0,,220157,620157,4ff,SW components version part2.AivcConfig version, +,7da,344,535,1,0,0,,220157,620157,4ff,SW components version part2.Padding $20, +,7da,24,31,1,0,0,,220158,620158,ff,Reprogramming Activation state,0:No pending activation;1:Activation pending +,7da,24,31,1,0,0,,220159,620159,ff,DIAG_Part Authentification Skip/Reset,0:Inactive;1:Skip (force the transition from [StOnInit] to [StOn]);2:Reset (force the transition from [StOn] to[StOnInit]) +,7da,26,26,1,0,0,,220161,620161,ff,BUB End-Of-Life DTC Fault Cause.BUB periodic SOH failure,0:No;1:Yes +,7da,27,27,1,0,0,,220161,620161,ff,BUB End-Of-Life DTC Fault Cause.BUB SOH not performed for long duration,0:No;1:Yes +,7da,28,28,1,0,0,,220161,620161,ff,BUB End-Of-Life DTC Fault Cause.BUB Over Voltage,0:No;1:Yes +,7da,29,29,1,0,0,,220161,620161,ff,BUB End-Of-Life DTC Fault Cause.BUB Low Voltage,0:No;1:Yes +,7da,30,30,1,0,0,,220161,620161,ff,BUB End-Of-Life DTC Fault Cause.BUB Initial SOH failure,0:No;1:Yes +,7da,31,31,1,0,0,,220161,620161,ff,BUB End-Of-Life DTC Fault Cause.BUB High charging time,0:No;1:Yes +,7da,24,24,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_Charging VSUP1< (VBATT + 100mV),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,25,25,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_Charging Thermal Limit (Temp>135°C),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,26,26,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_Charging over current,0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,27,27,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_Charging over voltage,0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,28,28,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_BUBIC Thermal Shutdown (Temp>170°C),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,30,30,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_NAD Unavailable (IPC not able to connect),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,31,31,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_VUC Watchdog,0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,35,35,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.Current_SOH (ISNK>3A) OR BATTP135°C),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,42,42,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.History_Charging over current,0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,43,43,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.History_Charging over voltage,0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,44,44,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.History_BUBIC Thermal Shutdown (Temp>170°C),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,46,46,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.History_NAD Unavailable (IPC not able to connect),0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,47,47,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.History_VUC Watchdog,0:not caused by this fault;1:Internal Failure DTC ($AE0E49) is caused by this fault. +,7da,51,51,1,0,0,,220162,620162,ff,Internal Failure DTC Fault Cause.History_SOH (ISNK>3A) OR BATTP GTT CAN sheet C1A;2:C1A xEV=> GTT CAN sheet C1A;3:T4VS ICE=> GTT CAN sheet T4VS;4:Not used;5:GEN5 ICE=> GTT CAN sheet GEN5;6:GEN5 xEV=> GTT CAN sheet GEN5 + GEN5_EVspecific;7:GEN3 ICE=> GTT CAN sheet GEN3;8:GEN3 xEV=> GTT CAN sheet GEN3 + GEN3_EVspecific;9:X07=> GTT CAN sheet X07ph2;10:G1;11:C1A-HS ICE=> GTT CAN sheet C1A_HS;12:C1A-HS xEV=> GTT CAN sheet C1A_HS +,7da,24,31,1,0,0,,224003,624003,4ff,Speaker Settings.Codec gain, +,7da,32,39,1,0,0,,224003,624003,4ff,Speaker Settings.Pre-processing gain, +,7da,40,151,1,0,0,,224003,624003,4ff,Speaker Settings.Auto gain control, +,7da,152,279,1,0,0,,224003,624003,4ff,Speaker Settings.FIR, +,7da,280,1239,1,0,0,,224003,624003,4ff,Speaker Settings.IIR, +,7da,1240,1263,1,0,0,,224003,624003,4ff,Speaker Settings.Auto volume control, +,7da,24,31,1,0,0,,224004,624004,4ff,Microphone Settings.Codec gain, +,7da,32,39,1,0,0,,224004,624004,4ff,Microphone Settings.Pre-processing gain, +,7da,40,151,1,0,0,,224004,624004,4ff,Microphone Settings.Auto gain ctrl, +,7da,152,279,1,0,0,,224004,624004,4ff,Microphone Settings.FIR, +,7da,280,1239,1,0,0,,224004,624004,4ff,Microphone Settings.IIR, +,7da,1240,1871,1,0,0,,224004,624004,4ff,Microphone Settings.Echo, +,7da,24,71,1,0,0,,224005,624005,2ff,HPLMN Profile1, +,7da,24,527,1,0,0,,224006,624006,4ff,APN1 parameters Profile 1.APN1, +,7da,528,783,1,0,0,,224006,624006,4ff,APN1 parameters Profile 1.APN1UID, +,7da,784,1039,1,0,0,,224006,624006,4ff,APN1 parameters Profile 1.APN1PWD, +,7da,24,39,1,0,0,min,224007,624007,ff,DRX mode duration, +,7da,24,31,1,0,0,,224008,624008,ff,Ecall Vehicle Type,0:Passenger Vehicle (Class M1);1:Buses and Coaches (Class M2);2:Buses and Coaches (Class M3);3:Light Commercial Vehicles (Class N1);4:Heavy Duty Vehicles (Class N2);5:Heavy Duty Vehicles (Class N3);6:Motorcycles (Class L1e);7:Motorcycles (Class L2e);8:Motorcycles (Class L3e);9:Motorcycles (Class L4e);10:Motorcycles (Class L5e);11:Motorcycles (Class L6e);12:Motorcycles (Class L7e);13:Light passenger vehicle ( Classe K1) +,7da,25,25,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.otherPropulsion,0:Not present;1:Present +,7da,26,26,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.hydrogen,0:Not present;1:Present +,7da,27,27,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.electricEnergy,0:Not present;1:Present +,7da,28,28,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.liquidPropaneGas,0:Not Present;1:Present +,7da,29,29,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.compressedNaturalGas,0:Not present;1:Present +,7da,30,30,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.dieselTank,0:Not present;1:Present +,7da,31,31,1,0,0,,224009,624009,ff,Ecall Vehicle Propulsion Storage.gasolineTank,0:Not Present;1:Present +,7da,24,279,1,0,0,,22400C,62400C,2ff,SIM SMS Centre1, +,7da,24,151,1,0,0,,22400D,62400D,2ff,Ecall Number _ Operational, +,7da,24,151,1,0,0,,22400E,62400E,2ff,Ecall Number _ Life cycle Test, +,7da,24,31,1,0,0,,22400F,62400F,ff,Priv_Ecall_Manual_Function_Activation,0:Priv Ecall Manual deactivated;1:Priv Ecall Manual activated +,7da,24,31,1,0,0,,224010,624010,ff,Priv Ecall Auto Activation.ACN,0:Priv Eecall auto ACN deactivated;1:Priv Ecall auto ACN activated +,7da,32,39,1,0,0,,224010,624010,ff,Priv Ecall Auto Activation.AACN,0:Priv Ecall auto AACN deactivated;1:Priv Ecall auto AACN activated +,7da,24,279,1,0,0,,224013,624013,2ff,SIM PIN Code Profile 1, +,7da,24,31,1,0,0,,224014,624014,ff,SIM PIN Used Profile 1,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224016,624016,ff,A-IVC Activation Status,1:A-IVC activated;2:A-IVC deactivated;3:Not Available +,7da,24,31,1,0,0,,22401C,62401C,ff,USB_definition,0:USB cable not mounted;1:USB cable mounted +,7da,24,31,1,0,0,,22401D,62401D,ff,Ecall Activation Status,0:Reg Ecall deactivated;1:Reg Ecall activated +,7da,24,151,1,0,0,,22401E,62401E,2ff,ECALL_SMS_FALLBACK_NUMBER, +,7da,24,31,1,0,0,,22401F,62401F,ff,Ecall ZONE,0:Europe;1:Russia;2:China Renault;3:Japan;4:NAM;5:China Nissan;6:China Infiniti;7:Latam;8:Korea;9:Austraria;10:UAE;11:ISRAEL;12:MALAYSIA;13:TURKEY;14:INDIA;15:A&O;16:MMC China;17:AMI;18:TWN;99:Master +,7da,24,31,1,0,0,,224020,624020,ff,ECALL_NO_AUTOMATIC_TRIGGERING,0:False (Reg Auto Ecall activated);1:True (Reg Auto Ecall deactivated) +,7da,24,31,1,0,0,,224022,624022,ff,ECALL_ABORT_ALLOWED,0:False;1:True +,7da,24,31,1,0,0,,224023,624023,ff,Ecall H_ENTRIES_NUMBER, +,7da,24,31,1,0,0,,224024,624024,ff,MODIFICATIONS_NUMBER, +,7da,24,31,1,0,0,min,224025,624025,ff,Ecall CLEARDOWN_TIMEOUT, +,7da,24,39,1,0,0,min,224026,624026,ff,Ecall CALL-BACK_TIMEOUT, +,7da,24,31,1,0,0,,224027,624027,ff,Ecall VOICE_REQ_NO_RECEIVED_TIMEOUT, +,7da,24,31,1,0,0,min,224028,624028,ff,Ecall INT MEM TRANSMIT INTERVAL, +,7da,24,31,1,0,0,,224029,624029,ff,Ecall INT MEM TRANSMIT ATTEMPT, +,7da,24,31,1,0,0,s,22402A,62402A,ff,STOP_MSD_TIMEOUT, +,7da,24,39,1,0,0,min,22402B,62402B,ff,NAD_DEREGISTRATION_TIME, +,7da,24,39,1,0,0,s,22402C,62402C,ff,Ecall DIAL DURATION, +,7da,24,31,1,0,0,,22402D,62402D,ff,Ecall AUTO DIAL ATTEMPTS, +,7da,24,31,1,0,0,,22402E,62402E,ff,Ecall MANUAL DIAL ATTEMPTS, +,7da,24,31,1,0,0,,22402F,62402F,ff,MSD_SEND_BY_SMS_IF_NOT_ACK,0:False;1:True +,7da,24,31,1,0,0,s,224030,624030,ff,SEND_MSD_NO_RECEIVED_TIMEOUT, +,7da,24,39,1,0,0,s,224032,624032,ff,Ecall TEST REGISTRATION PERIOD, +,7da,24,39,1,0,0,m,224033,624033,ff,Ecall TEST MODE END DISTANCE, +,7da,24,31,1,0,0,Hz,224034,624034,ff,Ecall F FAST, +,7da,24,31,1,0,0,Hz,224035,624035,ff,Ecall F SLOW, +,7da,24,31,1,0,0,s,224036,624036,ff,Ecall DURATION LED ON AT START, +,7da,24,31,1,0,0,s,224037,624037,ff,ECALL T LONG PUSH, +,7da,24,31,1,0,0,%,224038,624038,ff,Ecall HMI LUMINOSITY GREEN MIN, +,7da,24,31,1,0,0,%,224039,624039,ff,Ecall HMI LUMINOSITY GREEN MAX, +,7da,24,31,1,0,0,%,22403A,62403A,ff,Ecall HMI LUMINOSITY GREEN DAY, +,7da,24,31,1,0,0,%,22403B,62403B,ff,Ecall HMI LUMINOSITY GREEN NIGHT, +,7da,24,31,1,0,0,%,22403C,62403C,ff,Ecall HMI LUMINOSITY RED MIN, +,7da,24,31,1,0,0,%,22403D,62403D,ff,Ecall HMI LUMINOSITY RED MAX, +,7da,24,31,1,0,0,%,22403E,62403E,ff,Ecall HMI LUMINOSITY RED DAY, +,7da,24,31,1,0,0,%,22403F,62403F,ff,Ecall HMI LUMINOSITY RED NIGHT, +,7da,24,31,1,0,0,%,224040,624040,ff,Ecall HMI LUMINOSITY BACKLIGHT MIN, +,7da,24,31,1,0,0,%,224041,624041,ff,Ecall HMI LUMINOSITY BACKLIGHT MAX, +,7da,24,31,1,0,0,%,224042,624042,ff,Ecall HMI LUMINOSITY BACKLIGHT DEFAULT, +,7da,24,31,1,0,0,%,224043,624043,ff,HMI_LUMINOSITY_BACKLIGHT_DAY, +,7da,24,31,1,0,0,s,224044,624044,ff,Ecall T_HYSTERESIS, +,7da,24,31,1,0,0,,224045,624045,ff,Ecall REMOTE_CALL_BACK_REQUEST,0:False (callback request by sms is not allowed);1:True (callback request by sms is allowed) +,7da,24,31,1,0,0,,224047,624047,ff,Ecall MSD_REQUEST_BY_SMS,0:False;1:True +,7da,24,31,1,0,0,,224048,624048,ff,Ecall TEST_MODE_AVAILABLE,0:False (Test Mode NOTavailable);1:True (Test Mode available) +,7da,24,31,1,0,0,,224050,624050,ff,PPP.ReconnectionConfiguration.ConnectionRetry, +,7da,32,47,1,0,0,s,224050,624050,ff,PPP.ReconnectionConfiguration.FailureTimeout, +,7da,48,63,1,0,0,s,224050,624050,ff,PPP.ReconnectionConfiguration.DisconnectionTimeout, +,7da,64,71,1,0,0,,224050,624050,ff,PPP.ReconnectionConfiguration.RejectionRetry,0:No retry until next ON cycle;1:Retry as PPP sequence timeout +,7da,24,29,1,0,0,,224054,624054,ff,Default A-IVC time.Year, +,7da,30,33,1,0,0,Month,224054,624054,ff,Default A-IVC time.Month, +,7da,34,38,1,0,0,d,224054,624054,ff,Default A-IVC time.Day, +,7da,39,43,1,0,0,h,224054,624054,ff,Default A-IVC time.Hour, +,7da,44,49,1,0,0,min,224054,624054,ff,Default A-IVC time.Minute, +,7da,50,55,1,0,0,s,224054,624054,ff,Default A-IVC time.Seconds, +,7da,24,39,1,0,0,s,224058,624058,ff,Sync gap, +,7da,24,31,1,0,0,s,224059,624059,ff,DRX notification time, +,7da,24,39,1,0,0,s,22405A,62405A,ff,PnCTimeout, +,7da,24,39,1,0,0,s,22405D,62405D,ff,PPP reconnection time, +,7da,24,31,1,0,0,,22405E,62405E,ff,Max SMS treated, +,7da,24,31,1,0,0,,22405F,62405F,ff,Time Synchro activation status,0:Deactivated;1:Activated +,7da,24,39,1,0,0,s,224060,624060,ff,UTN Time out, +,7da,24,39,1,0,0,s,224061,624061,ff,Sync Latch up, +,7da,24,31,1,0,0,,224062,624062,ff,RNQ service type,0:Transmission Mode 1;1:Transmission Mode 2;2:Transmission Mode 3 +,7da,24,55,1,0,0,,224063,624063,1ff,SMS Counter1, +,7da,24,47,1,0,0,min,224064,624064,ff,CEP duration check, +,7da,24,31,1,0,0,,224065,624065,ff,MUTE_BY_CAN,0:mute by wire;1:mute by CAN +,7da,24,31,1,0,0,,224069,624069,ff,SIMULATE_A-IVC_RADIO_MUTE,0:Radio not muted;1:Radio muted +,7da,24,31,1,0,0,,22406B,62406B,ff,MULTIPROFILE_MANAGEMENT,0:commercial use (ECALL + Services);1:Glonass Union (ECALL only) +,7da,24,31,1,0,0,,22406E,62406E,ff,ECALL_INPUT_TYPE,0:Renault Configuration;1:Nissan Configuration +,7da,24,31,1,0,0,,22406F,62406F,ff,ECALL_OUTPUT_TYPE,0:Renault Configuration;1:Nissan Configuration +,7da,24,31,1,0,0,s,224070,624070,ff,CANCEL_CALL_PUSH_DURATION, +,7da,24,1047,1,0,0,,224071,624071,2ff,KEP server address, +,7da,24,279,1,0,0,,224072,624072,2ff,KEP port, +,7da,24,31,1,0,0,s,224074,624074,ff,P4.2 retry gap, +,7da,24,31,1,0,0,,224075,624075,ff,P5 retries, +,7da,24,31,1,0,0,s,224076,624076,ff,P5 retry gap, +,7da,24,39,1,0,0,h,224077,624077,ff,P5 sequence retry gap, +,7da,24,39,1,0,0,min,224079,624079,ff,StOffDataMaxT2, +,7da,24,39,1,0,0,ms,22407A,62407A,ff,ECU processing time N_Br, +,7da,24,39,1,0,0,ms,22407B,62407B,ff,ECU processing time N_Cs, +,7da,24,31,1,0,0,,22407C,62407C,ff,CLEAR_DIAG_ECALL,0:No reset requested;1:Reset requested +,7da,24,39,1,0,0,°,22407E,62407E,ff,A-IVC Mount Angle.MountAngle_X, +,7da,40,55,1,0,0,°,22407E,62407E,ff,A-IVC Mount Angle.MountAngle_Y, +,7da,56,71,1,0,0,°,22407E,62407E,ff,A-IVC Mount Angle.MountAngle_Z, +,7da,24,31,1,0,0,°,224081,624081,ff,SET_ROLLOVER_THRESHOLD_ANGLE, +,7da,24,31,1,0,0,km/h,224082,624082,ff,SET_VEHICLE_SPEED_LIMIT, +,7da,24,31,100,0,0,ms,224083,624083,ff,SET_MIN_ROTATION_DETECTED_TIME, +,7da,24,31,1,0,0,,22408C,62408C,ff,Service activation status (Geofencing),0:De Activated;1:Activated +,7da,24,31,1,0,0,,22408E,62408E,ff,Detect Stop Infringement For Time Limit,0:De Activated;1:Activated +,7da,24,39,1,0,0,s,22408F,62408F,ff,Time To Confim Start Infringement For Time Limit, +,7da,24,39,1,0,0,s,224090,624090,ff,Time To Confirm Stop Infringement For Time Limit, +,7da,24,31,1,0,0,,224091,624091,ff,Detect Stop Infringement For Speed Limit,0:De Activated;1:Activated +,7da,24,39,1,0,0,s,224092,624092,ff,Time To Confim Start Infringement For Speed Limit, +,7da,24,39,1,0,0,s,224093,624093,ff,Time To Confirm Stop Infringement For Speed Limit, +,7da,24,31,1,0,0,,224094,624094,ff,Detect Stop Infringement For Area Limit,0:De Activated;1:Activated +,7da,24,39,1,0,0,s,224095,624095,ff,Time To Confim StartInfringement For Area Limit, +,7da,24,39,1,0,0,s,224096,624096,ff,Time To Confirm Stop Infringement For Area Limit, +,7da,24,31,1,0,0,,224097,624097,ff,Tow_Service Activation Status,0:De Activated;1:Activated +,7da,24,39,1,0,0,mg,224098,624098,ff,Tow_ThresholdTiltValue, +,7da,24,39,1,0,0,s,224099,624099,ff,Tow_ParkedDelayConfirmation, +,7da,24,31,1,0,0,,22409A,62409A,ff,Burglar_Service Activation Status,0:De Activated;1:Activated +,7da,24,39,100,0,0,ms,22409B,62409B,ff,Burglar_ConfirmationDelay, +,7da,24,39,1,0,0,s,2240A4,6240A4,ff,TmaxDelay, +,7da,24,31,1,0,0,,2240A6,6240A6,ff,MQTTsessType,0:Always Connected;1:On demand +,7da,24,39,1,0,0,s,2240A7,6240A7,ff,MQTTTkeepAlive, +,7da,24,39,1,0,0,s,2240A8,6240A8,ff,MQTTsessionTimeout, +,7da,24,31,1,0,0,min,2240A9,6240A9,ff,MQTTperiodicConnectInterval, +,7da,24,31,1,0,0,,2240AA,6240AA,ff,MQTTpayloadCompression,0:Compression disable;1:Compression enable +,7da,24,31,1,0,0,s,2240AB,6240AB,ff,MQTTRetryCONNECTInterval, +,7da,24,31,1,0,0,,2240AC,6240AC,ff,MQTTRetryCONNECTOccurrence, +,7da,24,31,1,0,0,,2240AD,6240AD,ff,MQTTRetryPUBLISHInterval, +,7da,24,31,1,0,0,,2240AE,6240AE,ff,MQTTRetryPUBLISHOccurrence, +,7da,24,31,1,0,0,,2240B1,6240B1,ff,VoLTE activation flag,0:voLTE deactivated;1:voLTE activated +,7da,24,31,1,0,0,°,2240B5,6240B5,ff,GNSS_MIN_ELEVATION, +,7da,24,39,1,0,0,,2240B6,6240B6,ff,CELLULAR NUMBER OF DATA Rx.Number of datas, +,7da,24,39,1,0,0,,2240B7,6240B7,ff,CELLULAR NUMBER OF DATA Tx.Number of datas, +,7da,25,25,1,0,0,s,2240B8,6240B8,ff,Conf_Vehicle_WakeUp_timeout.no time/infinite time, +,7da,26,31,1,0,0,s,2240B8,6240B8,ff,Conf_Vehicle_WakeUp_timeout.Time configuration, +,7da,24,24,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Stop_Engine,0:Code not needed;1:Code needed +,7da,25,25,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Start_Engine,0:Code not needed;1:Code needed +,7da,26,26,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Forbid_Charge,0:Code not needed;1:Code needed +,7da,27,27,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Allow_Charge,0:Code not needed;1:Code needed +,7da,28,28,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Configure_without_Protect_Unprotect,0:Code not needed;1:Code needed +,7da,29,29,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Configure_with_Protect_Unprotect,0:Code not needed;1:Code needed +,7da,30,30,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.bye0.Unprotect_Vehicle,0:Code not needed;1:Code needed +,7da,31,31,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte0.Protect_Vehicle,0:Code not needed;1:Code needed +,7da,32,32,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Close_Sunroof,0:Code not needed;1:Code needed +,7da,33,33,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Open_Sunroof,0:Code not needed;1:Code needed +,7da,34,34,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Unlock_Trunk,0:Code not needed;1:Code needed +,7da,35,35,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Lock_Trunk,0:Code not needed;1:Code needed +,7da,36,36,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Lock_Doors,0:Code not needed;1:Code needed +,7da,37,37,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Unlock_Driver_Door,0:Code not needed;1:Code needed +,7da,38,38,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Unlock_All_Doors,0:Code not needed;1:Code needed +,7da,39,39,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte1.Double_Start_Engine,0:Code not needed;1:Code needed +,7da,40,40,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Remote_Horn&Light_StopRequest,0:Code not needed;1:Code needed +,7da,41,41,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Start_Horn&Lights,0:Code not needed;1:Code needed +,7da,42,42,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Start_Lights,0:Code not needed;1:Code needed +,7da,43,43,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Start_Horn,0:Code not needed;1:Code needed +,7da,44,44,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Stop_Pre_Conditioning,0:Code not needed;1:Code needed +,7da,45,45,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Start_Pre_Conditioning,0:Code not needed;1:Code needed +,7da,46,46,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Close_Windows,0:Code not needed;1:Code needed +,7da,47,47,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte2.Windows_Open,0:Code not needed;1:Code needed +,7da,54,54,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte3.Stop_Charging,0:Code not needed;1:Code needed +,7da,55,55,1,0,0,,2240B9,6240B9,ff,Param_Pin_Code_need.byte3.Start_Charging,0:Code not needed;1:Code needed +,7da,24,24,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte0.Stop_Engine,0:Presence not needed;1:Presence needed +,7da,25,25,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte0.Start_Engine,0:Presence not needed;1:Presence needed +,7da,32,32,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Close_Sunroof,0:Presence not needed;1:Presence needed +,7da,33,33,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Open_Sunroof,0:Presence not needed;1:Presence needed +,7da,34,34,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Unlock_Trunk,0:Presence not needed;1:Presence needed +,7da,35,35,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Lock_Trunk,0:Presence not needed;1:Presence needed +,7da,36,36,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Lock_Doors,0:Presence not needed;1:Presence needed +,7da,37,37,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Unlock_Driver_Door,0:Presence not needed;1:Presence needed +,7da,38,38,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Unlock_All_Doors,0:Presence not needed;1:Presence needed +,7da,39,39,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte1.Double_Start_Engine,0:Presence not needed;1:Presence needed +,7da,40,40,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Remote_Horn&Light_StopRequest,0:Presence not needed;1:Presence needed +,7da,41,41,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Start_Horn&Lights,0:Presence not needed;1:Presence needed +,7da,42,42,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Start_Lights,0:Presence not needed;1:Presence needed +,7da,43,43,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Start_Horn,0:Presence not needed;1:Presence needed +,7da,44,44,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Stop_Pre_Conditioning,0:Presence not needed;1:Presence needed +,7da,45,45,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Start_Pre_Conditioning,0:Presence not needed;1:Presence needed +,7da,46,46,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Close_Windows,0:Presence not needed;1:Presence needed +,7da,47,47,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte2.Windows_Open,0:Presence not needed;1:Presence needed +,7da,54,54,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte3.Stop_Charging,0:Presence not needed;1:Presence needed +,7da,55,55,1,0,0,,2240BA,6240BA,ff,Conf_Customer_Presence_need.byte3.Start_Charging,0:Presence not needed;1:Presence needed +,7da,24,31,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte0.Protect_Vehicle, +,7da,32,39,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte1.Unprotect_Vehicle, +,7da,40,47,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte2.Configure_with_protect_unprotect, +,7da,48,55,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte3.Configure_without_protect_unprotect, +,7da,56,63,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte4.Allow_Charge, +,7da,64,71,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte5.Forbid_Charge, +,7da,72,79,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte6.Start_Engine, +,7da,80,87,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte7.Stop_Engine, +,7da,88,95,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte8.Double_Start_Engine, +,7da,96,103,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte9.Unlock_All_Doors, +,7da,104,111,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte10.Unlock_Driver_Door, +,7da,112,119,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte11.Lock_Doors, +,7da,120,127,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte12.Lock_Trunk, +,7da,128,135,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte13.Unlock_Trunk, +,7da,136,143,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte14.Open_Sunroof, +,7da,144,151,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte15.Close_Sunroof, +,7da,152,159,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte16.Windows_Open, +,7da,160,167,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte17.Close_Windows, +,7da,168,175,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte18.Start_Pre_conditioning, +,7da,176,183,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte19.Stop_Pre_conditioning, +,7da,184,191,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte20.Start_Horn, +,7da,192,199,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte21.Start_Lights, +,7da,200,207,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte22.Start_Horn&Lights, +,7da,208,215,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte23.Remote_Horn&Light_Stop Request, +,7da,216,223,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte24.Start_Charging, +,7da,224,231,1,0,0,min,2240BB,6240BB,ff,Conf_Request_timeout_1.byte25.Stop_Charging, +,7da,24,24,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte0.Stop_Engine,0:not Inhibited on board;1:inhibited on board +,7da,25,25,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte0.Start_Engine,0:not Inhibited on board;1:inhibited on board +,7da,32,32,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Close_Sunroof,0:not Inhibited on board;1:inhibited on board +,7da,33,33,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Open_Sunroof,0:not Inhibited on board;1:inhibited on board +,7da,34,34,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Unlock_Trunk,0:not Inhibited on board;1:inhibited on board +,7da,35,35,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Lock_Trunk,0:not Inhibited on board;1:inhibited on board +,7da,36,36,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Lock_Doors,0:not Inhibited on board;1:inhibited on board +,7da,37,37,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Unlock_Driver_Door,0:not Inhibited on board;1:inhibited on board +,7da,38,38,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Unlock_All_Doors,0:not Inhibited on board;1:inhibited on board +,7da,39,39,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte1.Double_Start_Engine,0:not Inhibited on board;1:inhibited on board +,7da,40,40,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Remote_Horn&Light_StopRequest,0:not Inhibited on board;1:inhibited on board +,7da,41,41,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Start_Horn&Lights,0:not Inhibited on board;1:inhibited on board +,7da,42,42,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Start_Lights,0:not Inhibited on board;1:inhibited on board +,7da,43,43,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Start_Horn,0:not Inhibited on board;1:inhibited on board +,7da,44,44,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Stop_Pre_Conditioning,0:not Inhibited on board;1:inhibited on board +,7da,45,45,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Start_Pre_Conditioning,0:not Inhibited on board;1:inhibited on board +,7da,46,46,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Close_Windows,0:not Inhibited on board;1:inhibited on board +,7da,47,47,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte2.Windows_Open,0:not Inhibited on board;1:inhibited on board +,7da,54,54,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte3.Stop_Charging,0:not Inhibited on board;1:inhibited on board +,7da,55,55,1,0,0,,2240BC,6240BC,ff,Conf_Remote_function_inhibited_onboard.byte3.Start_Charging,0:not Inhibited on board;1:inhibited on board +,7da,24,27,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte0.Unprotect_Vehicle, +,7da,28,31,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte0.Protect_Vehicle, +,7da,32,35,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte1.Configure_without_protect_unprotect, +,7da,36,39,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte1.Configure_with_protect_unprotect, +,7da,40,43,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte2.Forbid_Charge, +,7da,44,47,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte2.Allow_Charge, +,7da,48,51,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte3.Stop_Engine, +,7da,52,55,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte3.Start_Engine, +,7da,56,59,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte4.Unlock_All_Doors, +,7da,60,63,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte4.Double_Start_Engine, +,7da,64,67,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte5.Lock_Doors, +,7da,68,71,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte5.Unlock_Driver_Door, +,7da,72,75,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte6.Unlock_Trunk, +,7da,76,79,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte6.Lock_Trunk, +,7da,80,83,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte7.Close_Sunroof, +,7da,84,87,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte7.Open_Sunroof, +,7da,88,91,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte8.Close_Windows, +,7da,92,95,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte8.Windows_Open, +,7da,96,99,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte9.Stop_Pre_conditioning, +,7da,100,103,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte9.Start_Pre_conditioning, +,7da,104,107,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte10.Start_Lights, +,7da,108,111,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte10.Start_Horn, +,7da,112,115,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte11.Remote_Horn&Light_StopRequest, +,7da,116,119,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte11.Start_Horn&Lights, +,7da,120,123,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte12.Stop_Charging, +,7da,124,127,1,0,0,,2240BD,6240BD,ff,Conf_Cipher_secured_retry.byte12.Start_Charging, +,7da,24,31,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte0.Protect_Vehicle, +,7da,32,39,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte1.Unprotect_Vehicle, +,7da,40,47,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte2.Configure_with_protect_unprotect, +,7da,48,55,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte3.Configure_without_protect_unprotect, +,7da,56,63,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte4.Allow_Charge, +,7da,64,71,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte5.Forbid_Charge, +,7da,72,79,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte6.Start_Engine, +,7da,80,87,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte7.Stop_Engine, +,7da,88,95,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte8.Double_Start_Engine, +,7da,96,103,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte9.Unlock_All_Doors, +,7da,104,111,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte10.Unlock_Driver_Door, +,7da,112,119,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte11.Lock_Doors, +,7da,120,127,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte12.Lock_Trunk, +,7da,128,135,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte13.Unlock_Trunk, +,7da,136,143,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte14.Open_Sunroof, +,7da,144,151,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte15.Close_Sunroof, +,7da,152,159,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte16.Windows_Open, +,7da,160,167,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte17.Close_Windows, +,7da,168,175,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte18.Start_Pre_conditioning, +,7da,176,183,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte19.Stop_Pre_conditioning, +,7da,184,191,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte20.Start_Horn, +,7da,192,199,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte21.Start_Lights, +,7da,200,207,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte22.Start_Horn&Lights, +,7da,208,215,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte23.Remote_Horn&Light_StopRequest, +,7da,216,223,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte24.Start_Charging, +,7da,224,231,1,0,0,s,2240BE,6240BE,ff,Conf_Request_comm_timeout.byte25.Stop_Charging, +,7da,24,31,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte0.Protect_Vehicle, +,7da,32,39,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte1.Unprotect_Vehicle, +,7da,40,47,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte2.Configure_with_protect_unprotect, +,7da,48,55,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte3.Configure_without_protect_unprotect, +,7da,56,63,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte4.Allow_Charge, +,7da,64,71,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte5.Forbid_Charge, +,7da,72,79,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte6.Start_Engine, +,7da,80,87,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte7.Stop_Engine, +,7da,88,95,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte8.Double_Start_Engine, +,7da,96,103,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte9.Unlock_All_Doors, +,7da,104,111,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte10.Unlock_Driver_Door, +,7da,112,119,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte11.Lock_Doors, +,7da,120,127,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte12.Lock_Trunk, +,7da,128,135,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte13.Unlock_Trunk, +,7da,136,143,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte14.Open_Sunroof, +,7da,144,151,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte15.Close_Sunroof, +,7da,152,159,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte16.Windows_Open, +,7da,160,167,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte17.Close_Windows, +,7da,168,175,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte18.Start_Pre_conditioning, +,7da,176,183,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte19.Stop_Pre_conditioning, +,7da,184,191,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte20.Start_Horn, +,7da,192,199,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte21.Start_Lights, +,7da,200,207,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte22.Start_Horn&Lights, +,7da,208,215,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte23.Remote_Horn&Light_StopRequest, +,7da,216,223,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte24.Start_Charging, +,7da,224,231,1,0,0,s,2240BF,6240BF,ff,Conf_Cipher_secured_comm_timeout.byte25.Stop_Charging, +,7da,24,527,1,0,0,,2240C2,6240C2,2ff,APN3 parameters Profile 1.APN3, +,7da,528,783,1,0,0,,2240C2,6240C2,2ff,APN3 parameters Profile 1.APN3UID, +,7da,784,1039,1,0,0,,2240C2,6240C2,2ff,APN3 parameters Profile 1.APN3PWD, +,7da,24,527,1,0,0,,2240C4,6240C4,2ff,APN5 parameters Profile 1.APN5, +,7da,528,783,1,0,0,,2240C4,6240C4,2ff,APN5 parameters Profile 1.APN5UID, +,7da,784,1039,1,0,0,,2240C4,6240C4,2ff,APN5 parameters Profile 1.APN5PWD, +,7da,24,527,1,0,0,,2240C5,6240C5,2ff,APN6 parameters Profile 1.APN6, +,7da,528,783,1,0,0,,2240C5,6240C5,2ff,APN6 parameters Profile 1.APN6UID, +,7da,784,1039,1,0,0,,2240C5,6240C5,2ff,APN6 parameters Profile 1.APN6PWD, +,7da,24,527,1,0,0,,2240C6,6240C6,2ff,APN7 parameters Profile 1.APN7, +,7da,528,783,1,0,0,,2240C6,6240C6,2ff,APN7 parameters Profile 1.APN7UID, +,7da,784,1039,1,0,0,,2240C6,6240C6,2ff,APN7 parameters Profile 1.APN7PWD, +,7da,24,527,1,0,0,,2240C7,6240C7,2ff,APN8 parameters Profile 1.APN8, +,7da,528,783,1,0,0,,2240C7,6240C7,2ff,APN8 parameters Profile 1.APN8UID, +,7da,784,1039,1,0,0,,2240C7,6240C7,2ff,APN8 parameters Profile 1.APN8PWD, +,7da,24,71,1,0,0,,2240C8,6240C8,2ff,HPLMN profile 2, +,7da,24,279,1,0,0,,2240C9,6240C9,2ff,SIM PIN Code Profile 2, +,7da,24,31,1,0,0,,2240CA,6240CA,ff,SIM PIN Used Profile 2,0:Deactivated;1:Activated +,7da,24,527,1,0,0,,2240CB,6240CB,2ff,APN1 parameters Profile 2.APN1, +,7da,528,783,1,0,0,,2240CB,6240CB,2ff,APN1 parameters Profile 2.APN1UID, +,7da,784,1039,1,0,0,,2240CB,6240CB,2ff,APN1 parameters Profile 2.APN1PWD, +,7da,24,527,1,0,0,,2240CC,6240CC,2ff,APN3 parameters Profile 2.APN3, +,7da,528,783,1,0,0,,2240CC,6240CC,2ff,APN3 parameters Profile 2.APN3UID, +,7da,784,1039,1,0,0,,2240CC,6240CC,2ff,APN3 parameters Profile 2.APN3PWD, +,7da,24,527,1,0,0,,2240CD,6240CD,2ff,APN5 parameters Profile 2.APN5, +,7da,528,783,1,0,0,,2240CD,6240CD,2ff,APN5 parameters Profile 2.APN5UID, +,7da,784,1039,1,0,0,,2240CD,6240CD,2ff,APN5 parameters Profile 2.APN5PWD, +,7da,24,527,1,0,0,,2240CE,6240CE,2ff,APN6 parameters Profile 2.APN6, +,7da,528,783,1,0,0,,2240CE,6240CE,2ff,APN6 parameters Profile 2.APN6UID, +,7da,784,1039,1,0,0,,2240CE,6240CE,2ff,APN6 parameters Profile 2.APN6PWD, +,7da,24,527,1,0,0,,2240CF,6240CF,2ff,APN7 parameters Profile 2.APN7, +,7da,528,783,1,0,0,,2240CF,6240CF,2ff,APN7 parameters Profile 2.APN7UID, +,7da,784,1039,1,0,0,,2240CF,6240CF,2ff,APN7 parameters Profile 2.APN7PWD, +,7da,24,527,1,0,0,,2240D0,6240D0,2ff,APN8 parameters Profile 2.APN8, +,7da,528,783,1,0,0,,2240D0,6240D0,4ff,APN8 parameters Profile 2.APN8UID, +,7da,784,1039,1,0,0,,2240D0,6240D0,2ff,APN8 parameters Profile 2.APN8PWD, +,7da,24,31,1,0,0,,2240,6240,ff,Radio Wave RF,0:Radio wave RF OFF;1:Radio wave RF ON +,7da,24,279,1,0,0,,22400000000,62400000000,2ff,MQTTServerPort, +,7da,24,31,1,0,0,,2240EC,6240EC,ff,DRX to Off Notification,0:Deactivated;1:Activated +,7da,24,31,1,0,0,s,2240ED,6240ED,ff,StOffSmsMaxT, +,7da,24,39,1,0,0,s,2240EF,6240EF,ff,StOffDataMaxT, +,7da,24,31,1,0,0,d,2240F0,6240F0,ff,TowDeactivateTime, +,7da,24,31,1,0,0,,2240F2,6240F2,ff,LimitRemOrderDrx,0:Disable usage of [MaxRemOrderDrx];1:Enable usage of [MaxRemOrderDrx] +,7da,24,39,1,0,0,s,2240F3,6240F3,ff,DRMdataReqTimeout, +,7da,24,31,1,0,0,,2240F4,6240F4,ff,DRXactStatus,0:Deactivated;1:Activated +,7da,24,31,1,0,0,km/h,2240F6,6240F6,ff,Speed_Threshold, +,7da,24,39,1,0,0,m,2240F7,6240F7,ff,Distance_threshold, +,7da,24,31,1,0,0,,2240F8,6240F8,ff,Ecall crash detected conf,0:Inactive;1:Active +,7da,24,31,1,0,0,,2240F9,6240F9,ff,Ecall internal detection conf,0:Inactive;1:Active +,7da,24,31,1,0,0,,2240FB,6240FB,ff,IP_address_APN3.status,0:IP address not available;1:IPV4 address available;2:IPV6 address available +,7da,32,159,1,0,0,,2240FB,6240FB,4ff,IP_address_APN3.address, +,7da,24,31,1,0,0,,2240FE,6240FE,ff,Powertype,0:ICE;1:EV;2:HEV;3:PHEV;4:EV_legacy;5:xEV_advanced1;6:xEV_advanced2;7:xEV_advanced3 +,7da,24,31,1,0,0,,2240FF,6240FF,ff,XCALL - Destination_address,1:A_Vnext;2:Call_center +,7da,24,279,1,0,0,,224100,624100,2ff,Xcall - Offboard_server_number, +,7da,24,287,1,0,0,,224101,624101,2ff,Xcall - Call_center_directory, +,7da,24,183,1,0,0,,224102,624102,2ff,Xcall - Operator Service Primary (w/DTMF), +,7da,24,183,1,0,0,,224103,624103,2ff,Xcall - Operator Service Secondary (w/DTMF), +,7da,24,183,1,0,0,,224104,624104,2ff,Xcall - Operator Service voice-only (no DTMF), +,7da,24,279,1,0,0,,22410D,62410D,2ff,Ecall Private - Ecall_number, +,7da,24,183,1,0,0,,22410F,62410F,2ff,Ecall Private - Airbag Primary (w/DTMF), +,7da,24,183,1,0,0,,224110,624110,2ff,Ecall Private - Airbag Secondary (w/DTMF), +,7da,24,183,1,0,0,,224111,624111,2ff,Ecall Private - Airbag voice-only (no DTMF), +,7da,24,183,1,0,0,,224112,624112,2ff,Ecall Private - Emergency Assistance Primary (w/DTMF), +,7da,24,183,1,0,0,,224113,624113,2ff,Ecall Private - Emergency Assistance Secondary (w/DTMF), +,7da,24,183,1,0,0,,224114,624114,2ff,Ecall Private - Emergency Assistance voice-only (no DTMF), +,7da,24,31,1,0,0,,224115,624115,ff,Ecall Private - Ecall_availability_after_cancelling, +,7da,24,31,1,0,0,s,224117,624117,ff,Ecall Private - Enable_cancelation_timer, +,7da,24,31,1,0,0,,224119,624119,ff,Ecall Private - Audio_Output,0:Dedicated speaker;1:Multimedia speaker +,7da,24,279,1,0,0,,22411A,62411A,2ff,ACN - acn_call_number, +,7da,24,39,100,0,0,ms,22411B,62411B,ff,ACN - acn_response_time, +,7da,24,279,1,0,0,,22411C,62411C,2ff,AACN - aacn_call_number, +,7da,24,39,100,0,0,ms,22411E,62411E,ff,AACN - aacn_response_time, +,7da,24,31,1,0,0,,22411F,62411F,ff,User_Authtentication - Number_wrong_Pin_Retry, +,7da,24,31,1,0,0,s,224121,624121,ff,User_Authtentication - Timeout4, +,7da,24,31,1,0,0,s,224122,624122,ff,User_Authtentication - Timeout6, +,7da,24,31,1,0,0,s,224123,624123,ff,User_Authtentication - Timeout9, +,7da,24,31,1,0,0,min,224125,624125,ff,User_Authtentication - Timeout_SRP_A-IVC, +,7da,24,31,1,0,0,,224126,624126,ff,IVC Basic Service - MQTT_DownloadTopicArray, +,7da,24,31,1,0,0,,224127,624127,ff,IVC Basic Service - MQTT_UploadTopicArray, +,7da,24,279,1,0,0,,224128,624128,2ff,IVC Basic Service - MQTTUsernameConfig, +,7da,24,279,1,0,0,,224129,624129,2ff,IVC Basic Service - MQTTPasswordConfig, +,7da,24,47,1,0,0,s,22412D,62412D,ff,Remote DIAG - T_ECU_QUESTIONING, +,7da,24,39,1,0,0,h,22412E,62412E,ff,RNQ - RNQ Status Data frequency Upload, +,7da,24,31,1,0,0,,224130,624130,ff,IVC Basic Service - Brandswitch,0:Renault;1:Nissan;2:Infinity;3:Mitsubishi +,7da,24,31,1,0,0,,224131,624131,ff,Wifi Hotspot- Activation status,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224132,624132,ff,Wifi hotspot available network,0:ALL;1:4G;2:3G +,7da,24,39,1,0,0,ms,224133,624133,ff,Remote Actuator - Request_Duration.Byte0-1: Door_Lock_request_duration, +,7da,40,55,1,0,0,ms,224133,624133,ff,Remote Actuator - Request_Duration.Byte2-3: Horn_LIGHT_request_duration, +,7da,56,71,1,0,0,ms,224133,624133,ff,Remote Actuator - Request_Duration.Byte4-5: RES_request_duration, +,7da,72,87,1,0,0,ms,224133,624133,ff,Remote Actuator - Request_Duration.Byte6-7: Charge_request_duration, +,7da,88,103,1,0,0,ms,224133,624133,ff,Remote Actuator - Request_Duration.Byte8-9: PriAirConditioner_request_duration, +,7da,104,119,1,0,0,ms,224133,624133,ff,Remote Actuator - Request_Duration.Byte10-11: Battery_Inhibitor_request_duration, +,7da,24,31,1,0,0,,224134,624134,ff,RNQ transmission Level,0:None;1:Full;2:Partial +,7da,24,31,1,0,0,,224135,624135,ff,Reg Ecall Audio Output,0:Dedicated Speaker;1:Relay Control +,7da,24,31,1,0,0,h,224136,624136,ff,MSD_HISTORIC_TIMEOUT, +,7da,24,39,1,0,0,ms,224137,624137,ff,Inter_Request, +,7da,24,31,.1,0,1,V,224138,624138,ff,VEH_CHARGER_THRESHOLD, +,7da,24,31,1,0,0,,224139,624139,ff,Xcall Activation Status.Ccall,0:Deactivated;1:Activated +,7da,32,39,1,0,0,,224139,624139,ff,Xcall Activation Status.Bcall,0:Deactivated;1:Bcall Activated +,7da,40,47,1,0,0,,224139,624139,ff,Xcall Activation Status.Bcall_Diag status,0:Deactivated;1:Activated +,7da,48,55,1,0,0,,224139,624139,ff,Xcall Activation Status.Hcall,0:Deactivated;1:Activated +,7da,24,279,1,0,0,,22413A,62413A,2ff,Xcall - Ccall_Number, +,7da,24,279,1,0,0,,22413B,62413B,2ff,Xcall - Bcall_Number, +,7da,24,279,1,0,0,,22413C,62413C,2ff,Xcall - Hcall_Number, +,7da,24,31,1,0,0,s,22413D,62413D,ff,T_before_calling, +,7da,24,31,1,0,0,,22413E,62413E,ff,RDIAG Activation Status,0:RDaig Deactivated;1:RDaig activated +,7da,24,31,1,0,0,,22413F,62413F,ff,MQTT_DownloadZlibTopicArray, +,7da,24,31,1,0,0,s,224141,624141,ff,MQTTConnectionTimeOut, +,7da,24,31,1,0,0,s,224142,624142,ff,MQTTSubscriptionTimeOut, +,7da,24,31,1,0,0,s,224143,624143,ff,MQTTPublishTimeOut, +,7da,24,31,1,0,0,s,224144,624144,ff,EVCAN TimeOut, +,7da,24,39,1,0,0,ms,224145,624145,ff,P2Timer_UDS, +,7da,24,39,1,0,0,ms,224146,624146,ff,P2Timer_BC, +,7da,24,31,1,0,0,,224147,624147,ff,Tx_Mode_Configuration,0:MQTT+SMS;1:MQTT +,7da,24,151,1,0,0,,224148,624148,2ff,XCALL - SMS FALLBACK NUMBER, +,7da,24,31,1,0,0,°,224149,624149,ff,SET_END_POSITION_THRESHOLD_ANGLE, +,7da,24,31,100,0,0,ms,22414A,62414A,ff,SET_MIN_END_POSITION_DETECTED_TIME, +,7da,24,31,1,0,0,,22414B,62414B,ff,RNQ Service Activation Status,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,22414C,62414C,ff,Geofencing - UseLegacyMPDT,0:Use New MPDT Specification;1:Use Legacy MPDT Message +,7da,24,31,1,0,0,,22414D,62414D,ff,UCD Activation status,0:Deactivated;1:Activated +,7da,24,39,1,0,0,s,22414E,62414E,ff,OffToDrxTimeout, +,7da,24,31,1,0,0,s,224150,624150,ff,Priv Ecall T LONG PUSH, +,7da,24,31,1,0,0,s,224151,624151,ff,Priv ECALL - CANCEL_CALL_PUSH_DURATION, +,7da,24,31,.1,0,1,,224152,624152,ff,OffsetCorrectionForAreaLimit, +,7da,24,31,.01,0,2,,224153,624153,ff,OffsetCorrectionForSpeedLimit, +,7da,24,31,1,0,0,,224154,624154,ff,NumNotifByAccCycleForAreaLimit, +,7da,24,31,1,0,0,,224155,624155,ff,NumNotifByAccCycleForSpeedLimit, +,7da,24,31,1,0,0,,224156,624156,ff,NumNotifByAccCycleForTimeLimit, +,7da,24,31,1,0,0,,224157,624157,ff,EPMC Activation,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224158,624158,ff,InitEPMCBudget, +,7da,24,31,.1,0,1,,224159,624159,ff,PwRemote, +,7da,24,31,.1,0,1,,22415A,62415A,ff,PwFOTA, +,7da,24,31,1,0,0,mA,22415B,62415B,ff,PwDRX, +,7da,24,31,.01,0,2,,22415C,62415C,ff,PwMQTT, +,7da,24,31,1,0,0,,22415D,62415D,ff,ThresholdWarningUser, +,7da,24,31,1,0,0,,22415E,62415E,ff,ThresholdLimit, +,7da,24,39,.1,0,1,,22415F,62415F,ff,ThresholdMQTT, +,7da,24,31,1,0,0,,224160,624160,ff,retry_number_X_CALL, +,7da,24,31,1,0,0,,224161,624161,ff,retry_number_E_CALL, +,7da,24,31,1,0,0,,224162,624162,ff,Cloud_Privacy_Mode,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224163,624163,ff,FOTA _Enable_Disable,0:FOTA OFF;255:FOTA ON +,7da,24,31,1,0,0,,224164,624164,ff,FOTA Periodic Check,0:No(Infinite);1:7 days;2:30 days;3:180 days +,7da,24,31,10,0,0,ms,224166,624166,ff,Timer_CCS_Lock_Unlock_cmd, +,7da,24,31,1,0,0,,224167,624167,ff,MQTTRetrySUBSCRIBEInterval, +,7da,24,31,1,0,0,,224168,624168,ff,MQTTRetrySUBSCRIBEOccurrence, +,7da,24,39,1,0,0,s,22416A,62416A,ff,TLS_EXPBackOffStartDelay, +,7da,24,1047,1,0,0,,22416B,62416B,2ff,URL, +,7da,24,39,1,0,0,,22416C,62416C,ff,PORT, +,7da,24,103,1,0,0,,22416D,62416D,2ff,Data Dictionary(DD) Version, +,7da,24,39,1,0,0,d,22416E,62416E,ff,BUB_AGE_LIMIT, +,7da,24,39,1,0,0,s,22416F,62416F,ff,T_FOTA, +,7da,24,31,1,0,0,s,224170,624170,ff,Ecall_Priv_VOICE_CONNECTION_TIMEOUT, +,7da,24,31,1,0,0,,224171,624171,ff,Panic_Call Activation Status,0:Deactivated;1:Activated +,7da,24,279,1,0,0,,224172,624172,2ff,Panic_Call number, +,7da,24,31,1,0,0,,224173,624173,ff,ACN_AD call Activation Status,0:Deactivated;1:Activated +,7da,24,279,1,0,0,,224174,624174,2ff,ACN_AD call number, +,7da,24,31,1,0,0,s,224175,624175,ff,Ecall_Priv Ring Call Back Timer, +,7da,24,31,1,0,0,,224176,624176,ff,Plug In Reminder Activation Status,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224177,624177,ff,Remote Blocking Charging Activation Status,0:deactivated;1:activated +,7da,24,31,1,0,0,,224178,624178,ff,IMS Activation,0:Deactivated;1:activated +,7da,24,31,1,0,0,,224179,624179,ff,SMS over IP Activation,0:Deactivated;1:Activated +,7da,24,55,1,0,0,,22417A,62417A,1ff,SMS Counter2, +,7da,24,55,1,0,0,,22417B,62417B,1ff,SMS Counter3, +,7da,24,55,1,0,0,,22417C,62417C,1ff,SMS Counter4, +,7da,24,55,1,0,0,,22417D,62417D,1ff,SMS Counter5, +,7da,24,39,1,0,0,s,22417E,62417E,ff,OffToDrxTimeoutBase, +,7da,24,31,.1,0,1,,22417F,62417F,ff,OffToDrxTimeoutMultiplier, +,7da,24,31,1,0,0,h,224180,624180,ff,OffToDrxTimeoutMax, +,7da,24,39,1,0,0,,224181,624181,ff,OffToDrxMaxRetries, +,7da,24,39,1,0,0,min,224182,624182,ff,Ecall_Priv_call_back Timeout, +,7da,24,279,1,0,0,,224183,624183,2ff,SIM SMS Center 2, +,7da,24,31,1,0,0,,224184,624184,ff,SMSenActStatus,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224185,624185,ff,Telematics_IP_Activation_Status,0:OFF;1:ON +,7da,24,31,1,0,0,,224186,624186,ff,Rear_Crash_Application,0:False (eCall initiation for Rear crash is Not allowed.);1:True (eCall initiation for Rear crash is allowed.) +,7da,24,39,1,0,0,s,224187,624187,ff,PA Global Retry Strategy Timer, +,7da,24,31,1,0,0,,2241FF,6241FF,ff,Privacy box presence status,0:Privacy box not present;1:Privacy box present +,7da,24,103,1,0,0,,224200,624200,2ff,Model Code, +,7da,24,1999,1,0,0,,224201,624201,2ff,Current Emergency Call URL Information, +,7da,24,1999,1,0,0,,224202,624202,2ff,Current Inspection URL Information, +,7da,24,1999,1,0,0,,224203,624203,2ff,New Emergency Call URL Information, +,7da,24,1999,1,0,0,,224204,624204,2ff,New Inspection URL Information, +,7da,24,223,1,0,0,,224205,624205,2ff,Scheduled Change Date and Time, +,7da,24,183,1,0,0,,224206,624206,2ff,Center Telephone Number, +,7da,24,31,1,0,0,,224207,624207,ff,User_collation_result_of_the_inspection.judge,0:Inspected (Available)-;1:Inspected (Unavailable)-;2:Uninspected +,7da,24,223,1,0,0,,224208,624208,2ff,Automatic inspection time, +,7da,24,31,1,0,0,,224209,624209,ff,Driver_Info_Upload_Permit,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,22420A,62420A,ff,Probe_Upload_Permit,0:Deactivated;1:Activated +,7da,24,55,1,0,0,m,22420B,62420B,1ff,Location Data Mileage No Fixed Location, +,7da,24,1623,1,0,0,,22420C,62420C,2ff,Location Data Acquisition Time1, +,7da,24,1623,1,0,0,,22420D,62420D,2ff,Location Data Acquisition Time2, +,7da,24,1623,1,0,0,,22420E,62420E,2ff,Location Data Acquisition Time3, +,7da,24,1623,1,0,0,,22420F,62420F,2ff,Location Data Acquisition Time4, +,7da,24,1623,1,0,0,,224210,624210,2ff,Location Data Acquisition Time5, +,7da,24,1623,1,0,0,,224211,624211,2ff,Location Data Acquisition Time6, +,7da,24,1623,1,0,0,,224212,624212,2ff,Location Data Acquisition Time7, +,7da,24,1623,1,0,0,,224213,624213,2ff,Location Data Acquisition Time8, +,7da,24,535,1,0,0,,224214,624214,4ff,Location Data Difference Between Front Wheels Rotation, +,7da,24,1047,1,0,0,,224215,624215,2ff,Location Data Steering Angle, +,7da,24,55,1,0,0,,224216,624216,2ff,Location Data Vehicle Speed, +,7da,24,4119,1,0,0,,224217,624217,2ff,Emergency Call Data1, +,7da,24,4119,1,0,0,,224218,624218,2ff,Emergency Call Data2, +,7da,24,4119,1,0,0,,224219,624219,2ff,Emergency Call Data3, +,7da,24,4119,1,0,0,,22421A,62421A,2ff,Emergency Call Data4, +,7da,24,4119,1,0,0,,22421B,62421B,2ff,Emergency Call Data5, +,7da,24,47,1,0,0,,22421C,62421C,2ff,Emergency Call Log, +,7da,24,31,1,0,0,,22421D,62421D,2ff,Radio reception condition, +,7da,24,39,1,0,0,,22421E,62421E,2ff,Outgoing Call Retry Count, +,7da,24,223,1,0,0,,22421F,62421F,2ff,Error Histoy.TCU ON time, +,7da,224,423,1,0,0,,22421F,62421F,2ff,Error Histoy.TCU OFF time, +,7da,424,623,1,0,0,,22421F,62421F,2ff,Error Histoy.ecall start time, +,7da,624,823,1,0,0,,22421F,62421F,2ff,Error Histoy.ecall end time, +,7da,824,1023,1,0,0,,22421F,62421F,2ff,Error Histoy.failure occurrence time, +,7da,1024,1063,1,0,0,,22421F,62421F,2ff,Error Histoy.failure contents, +,7da,1064,1263,1,0,0,,22421F,62421F,2ff,Error Histoy.Switch to backup battery time, +,7da,24,31,1,0,0,,224220,624220,ff,RA_Presoak_Underhood_Check_Activation_CF,0:INACTIVE;1:ACTIVE +,7da,24,31,1,0,0,,224221,624221,ff,Privacy_Mode_Activation,0:Activated;1:Deactivated +,7da,24,39,.001,0,3,,224230,624230,ff,DrxMinimumTime, +,7da,24,31,1,0,0,,224300,624300,ff,Remote Ajustable SOC Activation Status,0:OFF;1:ON +,7da,24,31,1,0,0,,224301,624301,ff,Remote KeyFob Inhibition Activation Status,0:OFF;1:ON +,7da,24,31,1,0,0,,224302,624302,ff,Remote KeyFob Inhibition Supported,0:Remote KeyFob Inhibition command is not supported by HFM;1:Remote KeyFob Inhibition command is supported by HFM +,7da,24,24,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Unlock VU Cargo Zone,0:Code not needed;1:Code needed +,7da,25,25,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Lock VU Cargo Zone,0:Code not needed;1:Code needed +,7da,26,26,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Unlock VU Cabin Zone,0:Code not needed;1:Code needed +,7da,27,27,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Lock VU Cabin Zone,0:Code not needed;1:Code needed +,7da,29,29,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Lock Driver Door Only,0:Code not needed;1:Code needed +,7da,35,35,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Remote HVAC,0:Code not needed;1:Code needed +,7da,36,36,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.ikey_Inhibited,0:Code not needed;1:Code needed +,7da,37,37,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.ikey_Authorized,0:Code not needed;1:Code needed +,7da,38,38,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Unlock Superlock,0:Code not needed;1:Code needed +,7da,39,39,1,0,0,,224303,624303,ff,Param_Pin_Code_need_Extn.Lock Superlock,0:Code not needed;1:Code needed +,7da,24,24,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Unlock VU Cargo Zone,0:Presence not needed;1:Presence needed +,7da,25,25,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Lock VU Cargo Zone,0:Presence not needed;1:Presence needed +,7da,26,26,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Unlock VU Cabin Zone,0:Presence not needed;1:Presence needed +,7da,27,27,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Lock VU Cabin Zone,0:Presence not needed;1:Presence needed +,7da,29,29,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Lock Driver Door Only,0:Presence not needed;1:Presence needed +,7da,35,35,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Remote HVAC,0:Presence not needed;1:Presence needed +,7da,36,36,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.ikey_Inhibited,0:Presence not needed;1:Presence needed +,7da,37,37,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.ikey_Authorized,0:Presence not needed;1:Presence needed +,7da,38,38,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Unlock Superlock,0:Presence not needed;1:Presence needed +,7da,39,39,1,0,0,,224304,624304,ff,Conf_Customer_Presence_need_Extn.Lock Superlock,0:Presence not needed;1:Presence needed +,7da,40,47,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Lock Driver Door Only, +,7da,56,63,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Lock VU Cabin Zone, +,7da,64,71,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Unlock VU Cabin Zone, +,7da,72,79,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Lock VU Cargo Zone, +,7da,80,87,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Unlock VU Cargo Zone, +,7da,88,95,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Lock Superlock, +,7da,96,103,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Unlock Superlock, +,7da,104,111,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.ikay_Authorized, +,7da,112,119,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.ikey_Inhibited, +,7da,120,127,1,0,0,min,224305,624305,ff,Conf_Request_timeout_1_Extn.Remote HVAC, +,7da,24,24,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Unlock VU Cargo Zone,0:not inhibited on board;1:inhibited on board +,7da,25,25,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Lock VU Cargo Zone,0:not inhibited on board;1:inhibited on board +,7da,26,26,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Unlock VU Cabin Zone,0:not inhibited on board;1:inhibited on board +,7da,27,27,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Lock VU Cabin Zone,0:not inhibited on board;1:inhibited on board +,7da,29,29,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Lock Driver Door Only,0:not inhibited on board;1:inhibited on board +,7da,35,35,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Remote HVAC,0:not inhibited on board;1:inhibited on board +,7da,36,36,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.ikey_Inhibited,0:not inhibited on board;1:inhibited on board +,7da,37,37,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.ikay_Authorized,0:not inhibited on board;1:inhibited on board +,7da,38,38,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Unlock Superlock,0:not inhibited on board;1:inhibited on board +,7da,39,39,1,0,0,,224306,624306,ff,Conf_Remote_fn_inhibited_onboard_Extn.Lock Superlock,0:not inhibited on board;1:inhibited on board +,7da,32,35,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Unlock Driver Door Only, +,7da,36,39,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Lock Driver Door Only, +,7da,40,43,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Unlock VU Cabin Zone, +,7da,44,47,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Lock VU Cabin Zone, +,7da,48,51,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Unlock VU Cargo Zone, +,7da,52,55,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Lock VU Cargo Zone, +,7da,56,59,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Unlock Superlock, +,7da,60,63,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.Lock Superlock, +,7da,64,67,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.ikey_Inhibited, +,7da,68,71,1,0,0,,224307,624307,ff,Conf_Cipher_secured_retry_Extn.ikay_Authorized, +,7da,40,47,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Lock Driver Door Only, +,7da,48,55,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Unlock Driver Door Only, +,7da,56,63,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Lock VU Cabin Zone, +,7da,64,71,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Unlock VU Cabin Zone, +,7da,72,79,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Lock VU Cargo Zone, +,7da,80,87,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Unlock VU Cargo Zone, +,7da,88,95,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Lock Superlock, +,7da,96,103,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.Unlock Superlock, +,7da,104,111,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.iKEY_AUTHORIZED, +,7da,112,119,1,0,0,,224308,624308,ff,CipherSecCommTimeout_Extn.iKEY_INHIBITED, +,7da,24,39,1,0,0,h,224309,624309,ff,Technical_Cold_Reboot_Frequency, +,7da,24,31,1,0,0,,224310,624310,ff,SCM_Activation_Status,0:Deactivated;1:Activated +,7da,24,31,1,0,0,s,224312,624312,ff,RA_KeepRefuseToSleepTime, +,7da,24,31,1,0,0,,224401,624401,ff,Remote HVAC Activation Status ,0:OFF;1:ON +,7da,24,31,1,0,0,s,224402,624402,ff,Remote MCAN Initialization timeout, +,7da,24,31,1,0,0,,224405,624405,ff,TWTflag,0:Deactivated;1:Activated +,7da,24,31,1,0,0,,224406,624406,ff,CurfewSetting,0:Not allowed;1:Allowed +,7da,24,39,1,0,0,,224407,624407,ff,HELPNET_Manual_ecall_retry_counter, +,7da,24,31,1,0,0,,224408,624408,ff,Internet_Bridge_Enabled,0:DISABLED;1:ENABLED +,7da,24,31,1,0,0,s,224409,624409,ff,ABORT_PERIOD, +,7da,24,31,1,0,0,,224420,624420,ff,Steering_Position,0:Left Hand Drive;1:Right Hand Drive +,7da,24,24,1,0,0,,226000,626000,ff,DTC Activation.Ecall Microphone,0:Deactivated;1:Activated +,7da,25,25,1,0,0,,226000,626000,ff,DTC Activation.LED Privacy failure/Button Privacy failure,0:Deactivated;1:Activated +,7da,26,26,1,0,0,,226000,626000,ff,DTC Activation.Aux_In_Info/Tel_Mute_Out Failure,0:Deactivated;1:Activated +,7da,27,27,1,0,0,,226000,626000,ff,DTC Activation.AirbagCAN,0:Deactivated;1:Activated +,7da,28,28,1,0,0,,226000,626000,ff,DTC Activation.CAN-M Failure,0:Deactivated;1:Activated +,7da,29,29,1,0,0,,226000,626000,ff,DTC Activation.CAN-V Failure,0:Deactivated;1:Activated +,7da,30,30,1,0,0,,226000,626000,ff,DTC Activation.InternalBattery status,0:Deactivated;1:Activated +,7da,31,31,1,0,0,,226000,626000,ff,DTC Activation.Battery,0:Deactivated;1:Activated +,7da,32,32,1,0,0,,226000,626000,ff,DTC Activation.MIC_OUT,0:Deactivated;1:Activated +,7da,33,33,1,0,0,,226000,626000,ff,DTC Activation.MODEM FAILURE,0:Deactivated;1:Activated +,7da,34,34,1,0,0,,226000,626000,ff,DTC Activation.System Internal Failure/Internal failure - RTC,0:Deactivated;1:Activated +,7da,35,35,1,0,0,,226000,626000,ff,DTC Activation.Ecall Button,0:Deactivated;1:Activated +,7da,36,36,1,0,0,,226000,626000,ff,DTC Activation.Ecall Blacklight LED,0:Deactivated;1:Activated +,7da,37,37,1,0,0,,226000,626000,ff,DTC Activation.Ecall Auto LED,0:Deactivated;1:Activated +,7da,38,38,1,0,0,,226000,626000,ff,DTC Activation.Ecall Green LED,0:Deactivated;1:Activated +,7da,39,39,1,0,0,,226000,626000,ff,DTC Activation.Ecall Red LED,0:Deactivated;1:Activated +,7da,40,40,1,0,0,,226000,626000,ff,DTC Activation.Vnext Functional,0:Deactivated;1:Activated +,7da,41,41,1,0,0,,226000,626000,ff,DTC Activation.Vnext Authentication,0:Deactivated;1:Activated +,7da,42,42,1,0,0,,226000,626000,ff,DTC Activation.PPP Data Comm. Authentication,0:Deactivated;1:Activated +,7da,43,43,1,0,0,,226000,626000,ff,DTC Activation.Voice Failure,0:Deactivated;1:Activated +,7da,44,44,1,0,0,,226000,626000,ff,DTC Activation.SMS,0:Deactivated;1:Activated +,7da,45,45,1,0,0,,226000,626000,ff,DTC Activation.HU/Navi USB,0:Deactivated;1:Activated +,7da,46,46,1,0,0,,226000,626000,ff,DTC Activation.Virgin Configuration,0:Deactivated;1:Activated +,7da,47,47,1,0,0,,226000,626000,ff,DTC Activation.A-IVC OVERHEAT,0:Deactivated;1:Activated +,7da,48,48,1,0,0,,226000,626000,ff,DTC Activation.Dedicated speaker,0:Deactivated;1:Activated +,7da,49,49,1,0,0,,226000,626000,ff,DTC Activation.Audio HU,0:Deactivated;1:Activated +,7da,50,50,1,0,0,,226000,626000,ff,DTC Activation.A-IVC Clock,0:Deactivated;1:Activated +,7da,51,51,1,0,0,,226000,626000,ff,DTC Activation. Cellular Registration Denied,0:Deactivated;1:Activated +,7da,52,52,1,0,0,,226000,626000,ff,DTC Activation.SIM Failure,0:Deactivated;1:Activated +,7da,53,53,1,0,0,,226000,626000,ff,DTC Activation. Invalid A-IVC,0:Deactivated;1:Activated +,7da,55,55,1,0,0,,226000,626000,ff,DTC Activation.Vnext Config,0:Deactivated;1:Activated +,7da,56,56,1,0,0,,226000,626000,ff,DTC Activation.Vnext Regional Timeout,0:Deactivated;1:Activated +,7da,57,57,1,0,0,,226000,626000,ff,DTC Activation.Vnext Master Timeout,0:Deactivated;1:Activated +,7da,58,58,1,0,0,,226000,626000,ff,DTC Activation.Vnext Regional Authentication NOK,0:Deactivated;1:Activated +,7da,59,59,1,0,0,,226000,626000,ff,DTC Activation.Vnext Master Authentication NOK,0:Deactivated;1:Activated +,7da,60,60,1,0,0,,226000,626000,ff,DTC Activation. Airbag Hardwire,0:Deactivated;1:Activated +,7da,61,61,1,0,0,,226000,626000,ff,DTC Activation.Acceleromter Failure,0:Deactivated;1:Activated +,7da,62,62,1,0,0,,226000,626000,ff,DTC Activation.Ext. GNSS Antenna,0:Deactivated;1:Activated +,7da,63,63,1,0,0,,226000,626000,ff,DTC Activation.Ext. Cellular Antenna,0:Deactivated;1:Activated +,7da,64,64,1,0,0,,226000,626000,ff,DTC Activation.A-IVC Invalid Region Setting,0:Deactivated;1:Activated +,7da,65,65,1,0,0,,226000,626000,ff,DTC Activation.A-IVC No Region Setting,0:Deactivated;1:Activated +,7da,66,66,1,0,0,,226000,626000,ff,DTC Activation.A-IVC Authentication Fails,0:Deactivated;1:Activated +,7da,67,67,1,0,0,,226000,626000,ff,DTC Activation.Part Certificate Storage Error,0:Deactivated;1:Activated +,7da,68,68,1,0,0,,226000,626000,ff,DTC Activation.Part Certificate Verification Fails,0:Deactivated;1:Activated +,7da,69,69,1,0,0,,226000,626000,ff,DTC Activation.No Certificate Available,0:Deactivated;1:Activated +,7da,70,70,1,0,0,,226000,626000,ff,DTC Activation.Bad Pairing A-IVC & VIN,0:Deactivated;1:Activated +,7da,71,71,1,0,0,,226000,626000,ff,DTC Activation.Part ID is Unknown,0:Deactivated;1:Activated +,7da,72,72,1,0,0,,226000,626000,ff,DTC Activation. Remote Actuator not Activated,0:Deactivated;1:Activated +,7da,73,73,1,0,0,,226000,626000,ff,DTC Activation.Internal Battery Capacity Low_A,0:Deactivated;1:Activated +,7da,74,74,1,0,0,,226000,626000,ff,DTC Activation.Relay Control,0:Deactivated;1:Activated +,7da,75,75,1,0,0,,226000,626000,ff,DTC Activation.Service Check Not Complete,0:Deactivated;1:Activated +,7da,76,76,1,0,0,,226000,626000,ff,DTC Activation.Partition Setting Storage Error,0:Deactivated;1:Activated +,7da,77,77,1,0,0,,226000,626000,ff,DTC Activation.A-IVC Invalid Partition Setting,0:Deactivated;1:Activated +,7da,78,78,1,0,0,,226000,626000,ff,DTC Activation.A-IVC No Partition Setting,0:Deactivated;1:Activated +,7da,79,79,1,0,0,,226000,626000,ff,DTC Activation.Region Setting Storage Error,0:Deactivated;1:Activated +,7da,80,80,1,0,0,,226000,626000,ff,DTC Activation.Internal HTTP Server Error,0:Deactivated;1:Activated +,7da,81,81,1,0,0,,226000,626000,ff,DTC Activation.Bad HTTP Request,0:Deactivated;1:Activated +,7da,82,82,1,0,0,,226000,626000,ff,DTC Activation.BCM Pairing DTC,0:Deactivated;1:Activated +,7da,83,83,1,0,0,,226000,626000,ff,DTC Activation.Remote Actuator- PIN code missing,0:Deactivated;1:Activated +,7da,84,84,1,0,0,,226000,626000,ff,DTC Activation.Remote Actuator - Cipher Key Writing failure/Remote Actuator - Cipher Key not written,0:Deactivated;1:Activated +,7da,85,85,1,0,0,,226000,626000,ff,DTC Activation.Remote Actuator without unknown ID,0:Deactivated;1:Activated +,7da,86,86,1,0,0,,226000,626000,ff,DTC Activation. Remote Actuator without Cipher key,0:Deactivated;1:Activated +,7da,87,87,1,0,0,,226000,626000,ff,DTC Activation.Remote Actuator service activated without ciphering key,0:Deactivated;1:Activated +,7da,24,31,1,0,0,°C,226001,626001,ff,PCB Temperature, +,7da,24,39,1,0,0,,227000,627000,4ff,Audio Car Group tunning.CarGroup, +,7da,40,55,1,0,0,,227000,627000,4ff,Audio Car Group tunning.Checksum, +,7da,24,1767,1,0,0,,227001,627001,4ff,Audio Tunning 1.RawData, +,7da,1768,1783,1,0,0,,227001,627001,4ff,Audio Tunning 1.Checksum, +,7da,24,1767,1,0,0,,227002,627002,4ff,Audio Tunning 2.RawData, +,7da,1768,1783,1,0,0,,227002,627002,4ff,Audio Tunning 2.Checksum, +,7da,24,1767,1,0,0,,227003,627003,4ff,Audio Tunning 3.RawData, +,7da,1768,1783,1,0,0,,227003,627003,4ff,Audio Tunning 3.Checksum, +,7da,24,1767,1,0,0,,227004,627004,4ff,Audio Tunning 4.RawData, +,7da,1768,1783,1,0,0,,227004,627004,4ff,Audio Tunning 4.Checksum, +,7da,24,1767,1,0,0,,227005,627005,4ff,Audio Tunning 5.RawData, +,7da,1768,1783,1,0,0,,227005,627005,4ff,Audio Tunning 5.Checksum, +,7da,24,1767,1,0,0,,227006,627006,4ff,Audio Tunning 6.RawData, +,7da,1768,1783,1,0,0,,227006,627006,4ff,Audio Tunning 6.Checksum, +,7da,24,1767,1,0,0,,227007,627007,4ff,Audio Tunning 7.RawData, +,7da,1768,1783,1,0,0,,227007,627007,4ff,Audio Tunning 7.Checksum, +,7da,24,1767,1,0,0,,227008,627008,4ff,Audio Tunning 8.RawData, +,7da,1768,1783,1,0,0,,227008,627008,4ff,Audio Tunning 8.Checksum, +,7da,24,1767,1,0,0,,227009,627009,4ff,Audio Tunning 9.RawData, +,7da,1768,1783,1,0,0,,227009,627009,4ff,Audio Tunning 9.Checksum, +,7da,24,1767,1,0,0,,227010,627010,4ff,Audio Tunning 10.RawData, +,7da,1768,1783,1,0,0,,227010,627010,4ff,Audio Tunning 10.Checksum, +,7da,24,31,1,0,0,,229000,629000,ff,Control of Microphone connection,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK +,7da,24,31,1,0,0,,229001,629001,ff,Control of Loudspeaker Connection,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK +,7da,24,31,1,0,0,,229003,629003,ff,CONTROL AUX_IN_INFO OUTPUT,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK +,7da,24,31,1,0,0,,229006,629006,ff,Control Of Led Ecall,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK;3:No Control done +,7da,24,31,1,0,0,,229007,629007,ff,Control Of Led Ecall Malfunction Green,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK;3:No Control done +,7da,24,31,1,0,0,,229008,629008,ff,Control Of Led Ecall Malfunction Red,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK;3:No Control done +,7da,24,31,1,0,0,,229009,629009,ff,Control Of Led Backlight,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK;3:No Control done +,7da,24,31,1,0,0,,229100,629100,ff,CONTROL OF Test TEL Number In Validation,0:Control in progress;1:Control Completed and OK;2:Control complete and NOK +,7da,24,31,1,0,0,,22C000,62C000,ff,USB Timeout, +,7da,24,2543,1,0,0,,22DA00,62DA00,2ff,V-SSD, +,7da,24,599,1,0,0,,22DA10,62DA10,2ff,V-TDD_No.0, +,7da,24,599,1,0,0,,22DA11,62DA11,2ff,V-TDD_No.1, +,7da,24,599,1,0,0,,22DA12,62DA12,2ff,V-TDD_No.2, +,7da,24,599,1,0,0,,22DA13,62DA13,2ff,V-TDD_No.3, +,7da,24,599,1,0,0,,22DA14,62DA14,2ff,V-TDD_No.4, +,7da,24,31,1,0,0,,22DAB0,62DAB0,ff,TriggerFrameFunctionActivation,0:Deactivated;170:Activated +,7da,24,151,1,0,0,,22F010,62F010,4ff,programmingOperationFingerPrint, +,7da,24,103,1,0,0,,22F011,62F011,2ff,IndexSrvData, +,7da,24,103,1,0,0,,22F012,62F012,2ff,Operational Reference, +,7da,24,103,1,0,0,,22F013,62F013,2ff,SecondaryOperationnalReference, +,7da,24,47,1,0,0,km,22F0D0,62F0D0,ff,Mileage, +,7da,24,31,1,0,0,,22F0D1,62F0D1,ff,DTC Occurrence Counter, +,7da,24,103,1,0,0,,22F111,62F111,2ff,VehicleManufacturerECUHardwareNumber_DAI, +,7da,24,183,1,0,0,,22F121,62F121,2ff,VehicleManufacturerECUSoftwareNumber_DAI, +,7da,24,279,1,0,0,,22F180,62F180,4ff,Boot Version, +,7da,24,103,1,0,0,,22F182,62F182,2ff,CalibrationNumber, +,7da,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,7da,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,7da,24,535,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,7da,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,7da,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,7da,24,127,1,0,0,,22F192,62F192,2ff,ecuHardware.hardware, +,7da,128,151,1,0,0,,22F192,62F192,2ff,ecuHardware.version, +,7da,24,279,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,7da,24,279,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,7da,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,7da,24,103,1,0,0,,22F1A1,62F1A1,2ff,VehicleManufacturerSparePartNumber_N, +,7da,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,7da,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/TCU_Tests.csv b/app/src/main/assets/Spring/TCU_Tests.csv new file mode 100644 index 00000000..629defed --- /dev/null +++ b/app/src/main/assets/Spring/TCU_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal level out of range/zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component | system operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/TDB_Dtcs.csv b/app/src/main/assets/Spring/TDB_Dtcs.csv new file mode 100644 index 00000000..0a87473d --- /dev/null +++ b/app/src/main/assets/Spring/TDB_Dtcs.csv @@ -0,0 +1,19 @@ +9403,DF071 BRAKE FLUID LEVEL CIRCUIT +9404,DF072 AIRBAG FAULT LAMP CIRCUIT +9405,DF594 ABS FAULT DETECTED +9406,DF611 EPS NOT DETECTED BY DASHBOARD CAN-V1 +9407,DF057 INSTRUMENT PANEL INDICATOR LIGHT CIRCUIT +9408,DF060 CIRCUIT WARNING LAMP "PLEASE BUCKLE BELTS!" +9410,DF093 DISPLAY SCROLL BUTTON TRIP COMPUTER +9412,DF012 OUTDOOR TEMPERATURE SENSOR CIRCUIT +9413,DF084 INSTRUMENT PANEL +9422,EPS Frame Safety mechanisms +9423,FWS Frame Safety mechanisms +9424,Safety Bag triggering +9425,DF597 STOP INDICATOR LAMP +9426,DF620 OPERATION INDICATOR LAMP +9427,DF662 TOXICITY PROBE CIRCUIT +940A,DF059 PARKING BRAKE CONTACT CIRCUIT +940C,DF018 INSTRUMENT PANEL +C001,DF024 COMMUNICATION CAN +F003,DF019 BATTERY VOLTAGE 12 V diff --git a/app/src/main/assets/Spring/TDB_Fields.csv b/app/src/main/assets/Spring/TDB_Fields.csv new file mode 100644 index 00000000..fb4e9dc5 --- /dev/null +++ b/app/src/main/assets/Spring/TDB_Fields.csv @@ -0,0 +1,183 @@ +,763,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.DefaultSession, +,763,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.ProgrammingSession, +,763,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnosticSession, +,763,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,763,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,763,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier, +,763,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,763,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,763,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceIdentifier,37891:Brake fluid level;37900:EEPROM monitoring;37907:Error configuration;37906:External temperature inputs;37922:EPS Frame Safety mechanisms;37923:FWS Frame Safety mechanisms;37898:Parking Brake input;37927:PM2.5 sensor mall function;49153:Lost CAN communication or BUS OFF;37924:SafetyBag triggering;37896:SBR telltale command monitoring;37926:SERVICE Telltale diagnosis (SS2);37925:STOP Telltale diagnosis (SS1);37904:Trip computer input(s);37893:Warning ABS telltale monitoring;37892:Warning Airbag telltale monitoring;37894:Warning EPS Red telltale monitoring;61443:Power supply monitoring +,763,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjt failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component/system operation obstructed or blocked;152:component or system over temperature +,763,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier, +,763,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,763,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,763,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,763,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,763,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,763,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,763,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,763,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,763,16,39,1,0,0,,1903000000FF,5903000000FF,4ff,DTCRecord, +,763,40,47,1,0,0,,1903000000FF,5903000000FF,ff,DTCSnapshotRecordNumber, +,763,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,763,40,40,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,763,41,41,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,763,42,42,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,763,43,43,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,763,44,44,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,763,45,45,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,763,46,46,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,763,47,47,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailed,0:No;1:Yes +,763,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,763,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,37891:Brake fluid level;37900:EEPROM monitoring;37907:Error configuration;37906:External temperature inputs;37922:EPS Frame Safety mechanisms;37923:FWS Frame Safety mechanisms;37898:Parking Brake input;37927:PM2.5 sensor mall function;49153:Lost CAN communication or BUS OFF;37924:SafetyBag triggering;37896:SBR telltale command monitoring;37926:SERVICE Telltale diagnosis (SS2);37925:STOP Telltale diagnosis (SS1);37904:Trip computer input(s);37893:Warning ABS telltale monitoring;37892:Warning Airbag telltale monitoring;37894:Warning EPS Red telltale monitoring;61443:Power supply monitoring +,763,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjt failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component/system operation obstructed or blocked;152:component or system over temperature +,763,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,763,49,49,1,0,0,,190A,590A,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,763,50,50,1,0,0,,190A,590A,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,763,51,51,1,0,0,,190A,590A,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,763,52,52,1,0,0,,190A,590A,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,763,53,53,1,0,0,,190A,590A,ff,DTCStatus.pendingDTC,0:No;1:Yes +,763,54,54,1,0,0,,190A,590A,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,763,55,55,1,0,0,,190A,590A,ff,DTCStatus.testFailed,0:No;1:Yes +,763,0,0,1,0,0,,220001,620001,ff,DataRead.OutputControl_Telltales_Read, +,763,0,0,1,0,0,,220002,620002,ff,DataRead.OutputControl_Sound_Read, +,763,0,0,1,0,0,,220003,620003,ff,DataRead.OutputControl_Display_Read, +,763,0,0,1,0,0,,220005,620005,ff,DataRead.OutputControl_Backlight_Read, +,763,0,0,1,0,0,,220006,620006,ff,DataRead.OutputControl_Gauge_Read, +,763,24,31,1,0,0,,220101,620101,ff,Language_CF,0:Albanese;1:Arabic;2:Bulgarian;3:Chinese Mandarin(Simplified Chinese character);4:Croatian;5:Czech;6:Danish;7:Dutch;8:English (UK);9:Estonian;10:Finnish;11:French;12:German;13:Greek;14:Hebrew;15:Hindi;16:Hungarian;17:Indonesian (Bahasa );18:Italian;19:Japanese;20:Korean;21:Latvian;22:Lithuanian;23:Norvegian;24:Persian (Farsi / Iranian);25:Polish;26:Portuguese (Portugal);27:Portuguese Brazilian;28:Romanian;29:Russian;30:Serbian;31:Slovak;32:Slovenian;33:Spanish (Castillan);34:Spanish Latin American (also Mexican);35:Swedish;36:Turkish;37:Ukrainian;38:Vietnamese;255:not used +,763,28,31,1,0,0,,220102,620102,ff,GEARBOX_TYPE_CF,0:Automatic Gearbox (ICE);1:Manual Gearbox;2:Automatic Gearbox (EV) +,763,30,31,1,0,0,,220104,620104,ff,DistanceUnit_CF,0:0 = km;1:1 = miles +,763,30,31,1,0,0,,220106,620106,ff,TripComputerType_CF,0:without Trip Computer;1:volume/mileage;2:mileage/volume +,763,30,31,1,0,0,,220108,620108,ff,CC_SL_ACC_Service_Customer,0:without;1:CC/SL;2:ACC/SL;3:SL only +,763,31,31,1,0,0,,220109,620109,ff,Front_SBR_inhibition_CF,0:Activated (Chimes are functional);1:De-activated (Chimes not functional) +,763,31,31,1,0,0,,22010B,62010B,ff,ESC_PRESENT,0:Without ESC;1:With ESC +,763,30,31,1,0,0,,22010E,62010E,ff,TPMS_PRESENT,0:Without TPMS;1:With TPMS;2:With TPW +,763,30,31,1,0,0,,22010F,62010F,ff,OverspeedWarningPresent_CF,0:Without overspeed warning;1:With overspeed warning (GCC countries);2:With overspeed warning (India) +,763,30,31,1,0,0,,220115,620115,ff,POWER_STEERING_TYPE,0:Without;1:Hydraullic (HEPS);2:Electrical (EPS);3:Not used +,763,31,31,1,0,0,,220118,620118,ff,DAY_BACKLIGHTS_PRESENT,0:Without;1:With +,763,31,31,1,0,0,,22011C,62011C,ff,EMM_PRESENT,0:Without EMM;1:With EMM +,763,28,31,1,0,0,,22011D,62011D,ff,WelcomeSequenceType_CF,0:No Welcome;1:DRAC;2:DFLZ;3:DFPV;4:New Dacia;5:DFV;6:DFSK;7:DACIA;8:New Renault +,763,31,31,1,0,0,,22011E,62011E,ff,Rear Seat Belt Remainder,0:Without Rear SBR;1:With Rear SBR +,763,29,29,1,0,0,,22011F,62011F,ff,CLOCK_CF.Clock_Mode,0:12h fromat;1:24h format +,763,30,31,1,0,0,,22011F,62011F,ff,CLOCK_CF.Clock_displayed,0:Not displayed;1:displayed with SW Internal;2:Clock displayed with CAN clock +,763,31,31,1,0,0,,220120,620120,ff,ABS_PRESENT,0:Without ABS;1:With ABS +,763,30,31,1,0,0,,220122,620122,ff,EXTERNAL_TEMPERATURE_PRESENT,0:No external Temp. management;2:External Temp. measurement but no display;3:External Temp. Measurement and Display in TFT +,763,31,31,1,0,0,,220124,620124,ff,AIRBAG_PRESENT,0:Without AIRBAG;1:With AIRBAG +,763,31,31,1,0,0,,22012A,62012A,ff,OCS_PRESENT,0:Without Oil Control System;1:With oil control system +,763,31,31,1,0,0,,22012B,62012B,ff,AEBS_PRESENT_CF,0:Without AEBS;1:With AEBS +,763,24,31,100,0,0,km,22012C,62012C,ff,FIRST_WARNING_THRESHOLD_MAINTENANCE_SCHEDULE, +,763,30,31,1,0,0,,220130,620130,ff,TemperatureUnit_CF,0:degree Celsius;1:Fahrenheit +,763,30,31,1,0,0,,220140,620140,ff,CCSLOverspeedBuzzerInhibition_CF,0:without buzzer;1:With expected and unexpected overspeed buzzer;2:With unexpected overspeed buzzer;3:Not used +,763,31,31,1,0,0,,220142,620142,ff,TCU_EcallPresent_CF,0:Without Emergency_Call;1:With Emergency_Call +,763,31,31,1,0,0,,220149,620149,ff,AT_BeepInRPresent_CF,0:Without beep;1:With Beep +,763,24,31,1,0,0,km/h,220153,620153,ff,OverSpeedAlert_Thresholds.Level1, +,763,32,39,1,0,0,km/h,220153,620153,ff,OverSpeedAlert_Thresholds.Level2, +,763,28,28,1,0,0,,220154,620154,ff,OverSpeedAlert_Configuration.L2_Buzzer_Enable,0:DISABLE;1:ENABLE +,763,29,29,1,0,0,,220154,620154,ff,OverSpeedAlert_Configuration.L2_TT_Enable,0:DISABLE;1:ENABLE +,763,30,30,1,0,0,,220154,620154,ff,OverSpeedAlert_Configuration.L1_Buzzer_Enable,0:DISABLE;1:ENABLE +,763,31,31,1,0,0,,220154,620154,ff,OverSpeedAlert_Configuration.L1_TT_Enable,0:DISABLE;1:ENABLE +,763,30,31,1,0,0,,220155,620155,ff,External_seat_belt_reminder,0:Disable both internal and external control;1:Enable Internal control;2:Enable External control;3:Enable both internal and external control +,763,38,39,1,0,0,,220156,620156,ff,INPUT_BUTTON_TYPE,0:Enable Trip Button Control;1:Enable External 2 Button Control;2:Enable External 4 Button Control;3:Not used +,763,32,47,1,0,0,km,220201,620201,ff,Oil_Change_Initial_Distance_In_Km, +,763,32,47,1,0,0,d,220202,620202,ff,Oil_Change_Initial_Duration_In_Day, +,763,32,47,1,0,0,km,220203,620203,ff,Oil_Change_Usual_Distance_In_Km, +,763,32,47,1,0,0,d,220204,620204,ff,Oil_Change_Usual_Duration_In_Day, +,763,32,47,1,0,0,km,22020B,62020B,ff,NEXT_SERVICE_INITIAL_DISTANCE_IN_KM, +,763,32,47,1,0,0,d,22020C,62020C,ff,NEXT_SERVICE_INITIAL_DURATION_IN_DAY, +,763,32,47,1,0,0,km,22020D,62020D,ff,NEXT_SERVICE_USUAL_DISTANCE_IN_KM, +,763,32,47,1,0,0,d,22020E,62020E,ff,NEXT_SERVICE_USUAL_DURATION_IN_DAY, +,763,24,31,1,0,0,s,22020F,62020F,ff,MAINTENANCE_TIMEOUT, +,763,24,31,1,0,0,%,220320,620320,ff,STATEOFCHARGE.SOC_Chargeplugalert_CF, +,763,32,39,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_7, +,763,40,47,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_6, +,763,48,55,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_5, +,763,56,63,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_4, +,763,64,71,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_3, +,763,72,79,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_2, +,763,80,87,1,0,0,%,220320,620320,ff,STATEOFCHARGE.L2_1, +,763,24,31,1,0,0,,220321,620321,4ff,ECONOMETER.BOOST_MAX_Power_CF, +,763,32,39,1,0,0,,220321,620321,4ff,ECONOMETER.BOOST_LED11_Power_CF, +,763,40,47,1,0,0,,220321,620321,4ff,ECONOMETER.DISCHA_MAX_Power_CF, +,763,48,55,1,0,0,,220321,620321,4ff,ECONOMETER.DISCHA_LED9_Power_CF, +,763,56,63,1,0,0,,220321,620321,4ff,ECONOMETER.DISCHA_LED8_Power_CF, +,763,64,71,1,0,0,,220321,620321,4ff,ECONOMETER.DISCHA_LED7_Power_CF, +,763,72,79,1,0,0,,220321,620321,4ff,ECONOMETER.DISCHA_LED6_Power_CF, +,763,80,87,1,0,0,,220321,620321,4ff,ECONOMETER.DISCHA_LED5_Power_CF, +,763,88,91,1,0,0,kW,220321,620321,ff,ECONOMETER.Neutral_Discha_Tolerence_CF, +,763,92,95,1,0,0,kW,220321,620321,ff,ECONOMETER.Neutral_Regen_Tolerence_CF, +,763,96,103,1,0,0,,220321,620321,4ff,ECONOMETER.REGEN_LED2_Power_CF, +,763,104,111,1,0,0,,220321,620321,4ff,ECONOMETER.REGEN_LED3_Power_CF, +,763,112,119,1,0,0,,220321,620321,4ff,ECONOMETER.REGEN_MAX_Power_CF, +,763,26,26,1,0,0,,220322,620322,ff,Tachometer.TACHOMETER_CF,0:Tachometer Display on LCD Disabled;1:Tachometer Display on LCD Enabled +,763,27,27,1,0,0,,220322,620322,ff,Tachometer.TACHOALERT_CF,0:Disable Overspeed RPM Alert;1:Enable Overspeed RPM Alert +,763,28,31,1,0,0,Hz,220322,620322,ff,Tachometer.TACHOOVERSPEEDFREQ_CF, +,763,24,29,1,0,0,s,220324,620324,ff,INSTCONSUMPTION_CF.Brake_Vaccum_TM, +,763,31,31,1,0,0,,220324,620324,ff,INSTCONSUMPTION_CF.INSTCONSUMPTION_CF,0:Do Not Display Instant Energy Consumption;1:Display Instant Energy Consumption +,763,24,31,1,0,0,km,220325,620325,ff,REMAININGRANGE.REMDISTALERTTHERSHOLD_CF, +,763,35,35,1,0,0,,220325,620325,ff,REMAININGRANGE.REMDISTANCE_CF,0:Do Not Display Remaining Range;1:Display Remaining Range +,763,36,39,1,0,0,,220325,620325,ff,REMAININGRANGE.REMDISTALERTFREQ_CF,0:0 Hz;1:0.5 Hz;2:1 Hz;3:2 Hz;5:5 Hz +,763,31,31,1,0,0,,220327,620327,ff,AMMETER_CF,0:Ammeter display disabled;1:Ammeter display enabled +,763,24,27,1,0,0,,220328,620328,ff,VOLTMETER.Voltage_Alert_FREQ1_CF,0:0 Hz;1:0.5 Hz;2:1 Hz;3:2 Hz;5:5 Hz +,763,28,31,1,0,0,,220328,620328,ff,VOLTMETER.Voltage_Alert_FREQ2_CF,0:0 Hz;1:0.5 Hz;2:1 Hz;3:2 Hz;5:5 Hz +,763,38,38,1,0,0,,220328,620328,ff,VOLTMETER.VOLTMETER_CF,0:Disbale Voltmeter Functionality;1:Enable Voltmeter Functionality +,763,39,39,1,0,0,,220328,620328,ff,VOLTMETER.VOLTMETERALERT_CF,0:Disable Over_Under voltage alert;1:Enable Over_Under voltage alert +,763,31,31,1,0,0,,220329,620329,ff,RIGHTHAND_DRIVE_CF,0:Left hand drive (DNR);1:Right hand drive (RND) +,763,24,31,1,0,0,%,220330,620330,1ff,ElecMachineTemp.ElecMachineTemp.Threshold2_CF, +,763,32,39,1,0,0,%,220330,620330,1ff,ElecMachineTemp.ElecMachineTemp.Threshold1_CF, +,763,31,31,1,0,0,,220331,620331,ff,VSP_PRESENT,0:Disable VSP;1:Enable VSP +,763,24,39,.000000001,0,3,kg/m³,220332,620332,1ff,PM2.5.PM25WarningThersholdON_CF, +,763,40,55,.000000001,0,3,kg/m³,220332,620332,1ff,PM2.5.PM25WarningThersholdOFF_CF, +,763,62,62,1,0,0,,220332,620332,ff,PM2.5.PM25TextAlert_CF,0:Disable;1:Enable +,763,63,63,1,0,0,,220332,620332,ff,PM2.5.PM25PRESENT_CF,0:Disable;1:Enable +,763,31,31,1,0,0,,220333,620333,ff,GOOD BYE SEQUENCE_CF,0:Enabled;1:Disabled +,763,24,183,1,0,0,,220346,620346,2ff,Homologation Number, +,763,30,31,1,0,0,,222001,622001,ff,Hand_Brake_State,0:Parking brake released;1:Parking brake tightened;2:Circuit short to battery;3:Unavailable +,763,30,31,1,0,0,,222002,622002,ff,Brake_Fluid_Level_State,0:No default;1:Mini level is reached;2:Circuit short to battery;3:Unavailable +,763,24,39,1,0,0,mV,222006,622006,ff,Battery_Voltage, +,763,30,31,1,0,0,,222009,622009,ff,Trip_Computer_Scroll_State,0:No driver request;1:Upward scrolling request;2:Downward scrolling request;3:Both scrolling request +,763,28,28,1,0,0,,22200A,62200A,ff,Driver_Module_Buttons_State.Up_Button,0:NOT PRESSED;1:PRESSED +,763,29,29,1,0,0,,22200A,62200A,ff,Driver_Module_Buttons_State.Down_Button,0:NOT PRESSED;1:PRESSED +,763,30,30,1,0,0,,22200A,62200A,ff,Driver_Module_Buttons_State.Menu_Button,0:NOT PRESSED;1:PRESSED +,763,31,31,1,0,0,,22200A,62200A,ff,Driver_Module_Buttons_State.OK_Button,0:NOT PRESSED;1:PRESSED +,763,24,31,1,40,0,°C,22200C,62200C,ff,External_Temperature.Temp, +,763,32,55,1,0,0,Ohm,22200C,62200C,ff,External_Temperature.R, +,763,24,39,1,0,0,km,222101,622101,ff,Trip_Distance, +,763,24,47,1,0,0,s,222104,622104,ff,Trip_Timer, +,763,27,27,1,0,0,,222406,622406,ff,EEPROM_Status.EPM_QUEUE_FULL,0:OK;1:NOK +,763,28,28,1,0,0,,222406,622406,ff,EEPROM_Status.EPM_PKG_BUSY,0:OK;1:Can't read dataflash +,763,29,29,1,0,0,,222406,622406,ff,EEPROM_Status.NOT_EPM_E2_SAFE_TO_READ,0:OK;1:Can't read dataflash +,763,30,30,1,0,0,,222406,622406,ff,EEPROM_Status.EPM_FAIL_LOAD_SHADOW,0:OK;1:NOK +,763,24,31,1,0,0,,222408,622408,ff,Number_Resets_Caused_By_Failures, +,763,24,31,1,0,0,,222409,622409,ff,Number_Intended_Resets, +,763,30,30,1,0,0,,22240A,62240A,ff,Configuration_Error.Trip_UnitConsumption,0:Trip Unit has been correctly configured;1:Trip Unit has not been correctly configured +,763,31,31,1,0,0,,22240A,62240A,ff,Configuration_Error.CLUSTER,0:Cluster has been configured;1:Cluster has never been configured +,763,32,32,1,0,0,,22240A,62240A,ff,Configuration_Error.AIRBAG,0:OK;1:AIRBAG configuration error detection +,763,33,33,1,0,0,,22240A,62240A,ff,Configuration_Error.EPS,0:OK;1:HEPS/EPS configuration error detection +,763,34,34,1,0,0,,22240A,62240A,ff,Configuration_Error.AT,0:OK;1:AT configuration error detection +,763,35,35,1,0,0,,22240A,62240A,ff,Configuration_Error.TPMS,0:OK;1:TPMS configuration error detection +,763,36,36,1,0,0,,22240A,62240A,ff,Configuration_Error.EMM,0:OK;1:EMM configuration error detection +,763,37,37,1,0,0,,22240A,62240A,ff,Configuration_Error.VSP,0:OK;1:VSP configuration error detection +,763,38,38,1,0,0,,22240A,62240A,ff,Configuration_Error.AEB_FCW,0:OK;1:AEB_FCW configuration error detection +,763,39,39,1,0,0,,22240A,62240A,ff,Configuration_Error.ABS,0:OK;1:ABS configuration error detection +,763,24,55,.01,0,2,km,222604,622604,1ff,External_Ecu_Distance_Before_Readjustment_S, +,763,24,55,1,0,0,km,222605,622605,1ff,Cluster_Distance_Before_Readjustment_S, +,763,24,103,1,0,0,,22EF01,62EF01,4ff,supplier fault code, +,763,24,215,1,0,0,,22EFB2,62EFB2,4ff,Vehicle_Configuration_1, +,763,24,151,1,0,0,,22EFB4,62EFB4,4ff,Vehicle_Configuration_2, +,763,24,151,1,0,0,,22F010,62F010,4ff,ProgrammingOperationFingerprint, +,763,24,103,1,0,0,,22F012,62F012,2ff,OperationalReference, +,763,24,103,1,0,0,,22F013,62F013,2ff,SecondaryOperationalReference, +,763,24,47,1,0,0,km,22F0D0,62F0D0,1ff,Odometer of the last occurence, +,763,24,31,1,0,0,,22F0D1,62F0D1,ff,Occurence fault counter, +,763,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,763,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,763,24,47,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,763,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,763,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,763,24,151,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,763,24,151,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,763,24,103,1,0,0,,22F196,62F196,2ff,TypeApprovalNumber, +,763,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,763,24,103,1,0,0,,22F1A1,62F1A1,2ff,VehicleManufacturerSparePartNumber_N, +,763,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,763,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/TDB_Tests.csv b/app/src/main/assets/Spring/TDB_Tests.csv new file mode 100644 index 00000000..2bb4f4e8 --- /dev/null +++ b/app/src/main/assets/Spring/TDB_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adjt failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component/system operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/UCH_Dtcs.csv b/app/src/main/assets/Spring/UCH_Dtcs.csv new file mode 100644 index 00000000..fd385db8 --- /dev/null +++ b/app/src/main/assets/Spring/UCH_Dtcs.csv @@ -0,0 +1,52 @@ +9266,DF379 VOLTAGE 12V BATTERY POWER SENSOR +9501,DF170 UCH +9502,DF001 UCH +9504,EXTERNAL_ANTENNA +9505,DF381 DRIVER'S DOOR +9510,PWR_BPT +9511,PWR_FR_WIPER +9512,PWR_RR_WIPER +9513,PWR_FLASHERS +9514,PWR_DOORLOCK +9519,DF278 DEAD POINT CONTACT SWITCH +9520,DF243 STARTER RELAY +9528,DI_LEFT_LED +9529,DI_RIGHT_LED +9530,DF013 LEFT INDICATOR CIRCUIT +9531,DF012 RIGHT INDICATOR CIRCUIT +9532,DF176 TRUNK OPEN CONTROL +9533,TAILGATE_COHERENT +9540,DF155 FRONT INTERIOR LIGHTING CIRCUIT +9550,WL_CENTAL_CLOSE +9560,DF150 PEDAL START CIRCUIT. CLUTCH SWITCH +9561,DF149 PEDAL END POSITION CLUTCH SWITCH CIRCUIT +9562,DF326 START CLUTCH TRAVEL SWITCH +9563,DF199 BRAKE PEDAL CONTACT CIRCUIT +9564,DF200 BRAKE PEDAL CONTACT CIRCUIT +9565,DF201 BRAKE PEDAL CONTACT CIRCUIT +9566,DF202 BRAKE PEDAL CONTACT CIRCUIT +9567,DF348 TRACK DEVICE +9568,DF280 DONGLE +9570,BCM_APV_CODE +9571,DF191 BRAKE LIGHT CIRCUIT +9572,INFO_STOP_AEBS +9582,DF171 UCH +5A60,DF335 VACUUM +5A72,DF340 BREAKDOWN WHEEL 1 +5A73,DF341 BREAKDOWN WHEEL 2 +5A74,DF342 BREAKDOWN WHEEL 3 +5A75,DF343 BREAKDOWN WHEEL 4 +5A80,DF334 FUNCTION ARK +5A82,DF344 WHEEL VALVE SENSOR 1 +5A83,DF345 WHEEL VALVE SENSOR 2 +5A84,DF346 WHEEL VALVE SENSOR 3 +5A85,DF347 WHEEL VALVE SENSOR 4 +5A86,TPMS_RECEIVER +920F,DF140 VOLTAGE REGULATION +923A,DF378 BATTERY VOLTAGE 12 V +95A0,DF185 REAR WIPER MOTOR +95B2,DF332 REVERSE CIRCUIT +95F0,DF311 POWER SUPPLY CIRCUIT TRANSPONDER +95F1,LIN_DEVICE +A0BD,I_CURRENT_SENSOR +A0BE,I_TEMP_SENSOR diff --git a/app/src/main/assets/Spring/UCH_Fields.csv b/app/src/main/assets/Spring/UCH_Fields.csv new file mode 100644 index 00000000..98148399 --- /dev/null +++ b/app/src/main/assets/Spring/UCH_Fields.csv @@ -0,0 +1,4303 @@ +,765,0,0,1,0,0,,1081,5081,ff,Default Diagnostic Session, +,765,0,0,1,0,0,,1085,5085,ff,Reprog Session, +,765,0,0,1,0,0,,10C0,50C0,ff,Start Diagnostic Session, +,765,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,765,16,23,1,0,0,,1902FF,5902FF,ff,DTCStatusAvailabilityMask, +,765,24,39,1,0,0,,1902FF,5902FF,ff,DTCDeviceIdentifier,38242:AUTO_CLUTCHSTART_SW;37434:BATTERY;37478:BATTERY_CURRENT_SENSOR;38256:BCM_APV_CODE;38241:CLUTCH_END_SW;38240:CLUTCHSTART_SW;38192:DI_LEFT;38184:DI_LEFT_LED;38193:DI_RIGHT;38185:DI_RIGHT_LED;38248:DONGLE_DEVICE;38149:DRIVER_DOOR;38274:EEPROM;38148:EXTERNAL_ANTENNA;41149:I_CURRENT_SENSOR;41150:I_TEMP_SENSOR;38257:INFO_STOP;38258:INFO_STOP_AEBS;38385:LIN_DEVICE;37391:NETWORK_14V;38169:NEUTRAL_CONTACT_SW;38208:PWM_ROOMLAMP_1;38160:PWR_BPT;38164:PWR_DOORLOCK;38163:PWR_FLASHERS;38161:PWR_FR_WIPER;38162:PWR_RR_WIPER;38322:REAR_GEAR_SW;38304:REAR_WIPER;38146:REGISTERS;38145:ROM;38176:STARTER_RL;38243:STOP_PEDAL_DFT_11;38244:STOP_PEDAL_DFT_12;38246:STOP_PEDAL_SW1;38245:STOP_PEDAL_SW2;38195:TAILGATE_COHERENT;38194:TGATE_OPENER;23168:TPMS_Function;23174:TPMS_RECEIVER;23136:TPMS_UNDER_INFLATED;23170:TPMS_VALVE_1;23171:TPMS_VALVE_2;23172:TPMS_VALVE_3;23173:TPMS_VALVE_4;23154:TPMS_WHEEL_1;23155:TPMS_WHEEL_2;23156:TPMS_WHEEL_3;23157:TPMS_WHEEL_4;38247:TRACKER_DEVICE;38384:TRANSPONDER;38224:WL_CENTAL_CLOSE +,765,40,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType,68:data memory failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;97:signal calculation failure;103:signal incorrect after event;81:not programmed;113:actuator stuck;114:actuator stuck open;69:program memory failure;85:not configured;84:missing calibration;82:not activated;75:over temperature;74:incorrect component installed;73:internal electronic failure;72:supervision software failure;71:watchdog / safety µC failure;70:calibration / parameter memory failure;115:actuator stuck closed;135:missing message;83:deactivated;67:special memory failure;152:component or system over temperature;151:Component or system operation obstructed or blocked;150:component internal failure;149:incorrect assembly;148:unexpected operation;147:no operation;146:performance or incorrect operation;145:parametric;143:erratic;136:bus off;133:signal above allowable range;134:signal invalid;116:actuator slipping;132:signal below allowable range;131:value of signal protection calculation incorrect;130:alive / sequence counter incorrect / not updated;129:invalid serial data received;123:low fluid level;122:fluid leak or seal failure;121:mechanical linkage failure;120:alignment or adjustment incorrect;119:commanded position not reachable;118:wrong mounting position;117:emergency position not reachable;102:signal has too many transitions / events;15:Vehicle manufacturer / System supplier specific;27:circuit resistance above threshold;26:circuit resistance below threshold;25:circuit current above threshold;24:circuit current below threshold;23:circuit voltage above threshold;22:circuit voltage below threshold;21:circuit short to battery or open;20:circuit short to ground or open;19:circuit open;28:circuit voltage out of range;17:circuit short to ground;9:Component Failures;8:Bus Signal / Message Failures;6:Algorithm Based Failures;5:System Programming Failures;4:System Internal Failures;3:FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures;2:General signal failure;1:General Electrical Failure;0:Device and failure type ODB codding/ General Failure Information;66:general memory failure;104:event information;18:circuit short to battery;53:signal high time > maximum;65:general checksum failure;58:incorrect has too many pulses;7:Mechanical Failures;29:circuit current out of range;57:incorrect has too few pulses;56:signal frequency incorrect;54:signal frequency too low;52:signal high time < minimum;51:signal low time > maximum;50:signal low time < minimum;49:no signal;37:signal shape / waveform failure;33:signal amplitude < minimum;55:signal frequency too high;47:signal erratic;31:circuit intermittent;35:signal stuck low;36:signal stuck high;34:signal amplitude > maximum;30:circuit resistance out of range;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal bias level out of range / zero adjustment failure;41:signal signal invalid +,765,44,47,1,0,0,,1902FF,5902FF,ff,DTCFailureType.ManufacturerOrSupplier, +,765,48,48,1,0,0,,1902FF,5902FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,765,49,49,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,765,50,50,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,765,51,51,1,0,0,,1902FF,5902FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,765,52,52,1,0,0,,1902FF,5902FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,765,53,53,1,0,0,,1902FF,5902FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,765,54,54,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,765,55,55,1,0,0,,1902FF,5902FF,ff,DTCStatus.testFailed,0:No;1:Yes +,765,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,765,40,40,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,765,41,41,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,765,42,42,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,765,43,43,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,765,44,44,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,765,45,45,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,765,46,46,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,765,47,47,1,0,0,,1904000000FF,5904000000FF,ff,DTCStatus.testFailed,0:No;1:Yes +,765,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,765,40,40,1,0,0,,190600000080,590600000080,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,765,41,41,1,0,0,,190600000080,590600000080,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,765,42,42,1,0,0,,190600000080,590600000080,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,765,43,43,1,0,0,,190600000080,590600000080,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,765,44,44,1,0,0,,190600000080,590600000080,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,765,45,45,1,0,0,,190600000080,590600000080,ff,DTCStatus.pendingDTC,0:No;1:Yes +,765,46,46,1,0,0,,190600000080,590600000080,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,765,47,47,1,0,0,,190600000080,590600000080,ff,DTCStatus.testFailed,0:No;1:Yes +,765,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,765,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage, +,765,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,765,40,40,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.warningIndicatorRequested,0:No;1:Yes +,765,41,41,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.testNotCompletedThisMonitoringCycle,0:No;1:Yes +,765,42,42,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,765,43,43,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,765,44,44,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,765,45,45,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.pendingDTC,0:No;1:Yes +,765,46,46,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.testFailedThisMonitoringCycle,0:No;1:Yes +,765,47,47,1,0,0,,1906000000FF,5906000000FF,ff,DTCStatus.testFailed,0:No;1:Yes +,765,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,765,56,79,1,0,0,km,1906000000FF,5906000000FF,ff,DTCExtendedData.Mileage, +,765,16,23,1,0,0,,2101,6101,ff,AIRBAG_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,24,24,1,0,0,,2101,6101,ff,CAN_AIRBAG_ABSENT,1:true;0:false +,765,25,25,1,0,0,,2101,6101,ff,CAN_AIRBAG_PRESENT,1:true;0:false +,765,32,39,1,0,0,,2101,6101,ff,BRAKE_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,40,40,1,0,0,,2101,6101,ff,CAN_ABS_ABSENT,1:true;0:false +,765,41,41,1,0,0,,2101,6101,ff,CAN_ABS_PRESENT,1:true;0:false +,765,48,55,1,0,0,,2101,6101,ff,CLIM_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,56,56,1,0,0,,2101,6101,ff,CAN_CLIM_ABSENT,1:true;0:false +,765,57,57,1,0,0,,2101,6101,ff,CAN_CLIM_PRESENT,1:true;0:false +,765,58,58,1,0,0,,2101,6101,ff,IH_ACREQUESTNA,1:true;0:false +,765,60,60,1,0,0,,2101,6101,ff,IH_REARDEFROSTREQUESTNA,1:true;0:false +,765,64,71,1,0,0,,2101,6101,ff,DSU_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,72,72,1,0,0,,2101,6101,ff,CAN_DSU_ABSENT,1:true;0:false +,765,73,73,1,0,0,,2101,6101,ff,CAN_DSU_PRESENT,1:true;0:false +,765,80,87,1,0,0,,2101,6101,ff,ECM_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,88,88,1,0,0,,2101,6101,ff,CAN_ECM_ABSENT,1:true;0:false +,765,89,89,1,0,0,,2101,6101,ff,CAN_ECM_PRESENT,1:true;0:false +,765,96,103,1,0,0,,2101,6101,ff,EMM_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,104,104,1,0,0,,2101,6101,ff,CAN_EMM_ABSENT,1:true;0:false +,765,105,105,1,0,0,,2101,6101,ff,CAN_EMM_PRESENT,1:true;0:false +,765,112,119,1,0,0,,2101,6101,ff,HFM_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,120,120,1,0,0,,2101,6101,ff,CAN_HFM_ABSENT,1:true;0:false +,765,121,121,1,0,0,,2101,6101,ff,CAN_HFM_PRESENT,1:true;0:false +,765,128,135,1,0,0,,2101,6101,ff,TORQUE_AT_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,136,136,1,0,0,,2101,6101,ff,CAN_AT_ABSENT,1:true;0:false +,765,137,137,1,0,0,,2101,6101,ff,CAN_AT_PRESENT,1:true;0:false +,765,144,151,1,0,0,,2101,6101,ff,TRACKER_TCU_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,152,152,1,0,0,,2101,6101,ff,CAN_TRACKER_TCU_ABSENT,1:true;0:false +,765,153,153,1,0,0,,2101,6101,ff,CAN_TRACKER_TCU_PRESENT,1:true;0:false +,765,160,167,1,0,0,,2101,6101,ff,APB_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,168,168,1,0,0,,2101,6101,ff,CAN_APB_ABSENT,1:true;0:false +,765,169,169,1,0,0,,2101,6101,ff,CAN_APB_PRESENT,1:true;0:false +,765,176,183,1,0,0,,2101,6101,ff,SCH_CANHS_FRAME_STATUS,0:FRAME_STATUS_UNKNOWN;1:ABSENT_BUT_NOT_EXPECTED;2:ABSENT_AND_EXPECTED;3:ABSENT_AND_EXPECTED_CONFIRMED;4:FRAME_STATUS_PRESENT +,765,184,184,1,0,0,,2101,6101,ff,CAN_SCH_ABSENT,1:true;0:false +,765,185,185,1,0,0,,2101,6101,ff,CAN_SCH_PRESENT,1:true;0:false +,765,186,186,1,0,0,,2101,6101,ff,CAN_TRACKER_TCU_CONFIRMED_ABSENT,1:true;0:false +,765,187,187,1,0,0,,2101,6101,ff,CAN_TORQUE_AT_CONFIRMED_ABSENT,1:true;0:false +,765,188,188,1,0,0,,2101,6101,ff,CAN_SCH_CONFIRMED_ABSENT,1:true;0:false +,765,189,189,1,0,0,,2101,6101,ff,CAN_HFM_CONFIRMED_ABSENT,1:true;0:false +,765,190,190,1,0,0,,2101,6101,ff,CAN_EPS_CONFIRMED_ABSENT,1:true;0:false +,765,191,191,1,0,0,,2101,6101,ff,CAN_EMM_CONFIRMED_ABSENT,1:true;0:false +,765,192,192,1,0,0,,2101,6101,ff,CAN_ABS_CONFIRMED_ABSENT,1:true;0:false +,765,193,193,1,0,0,,2101,6101,ff,CAN_APB_CONFIRMED_ABSENT,1:true;0:false +,765,194,194,1,0,0,,2101,6101,ff,CAN_CLIM_CONFIRMED_ABSENT,1:true;0:false +,765,195,195,1,0,0,,2101,6101,ff,CAN_DSU_CONFIRMED_ABSENT,1:true;0:false +,765,196,196,1,0,0,,2101,6101,ff,CAN_AIRBAG_CONFIRMED_ABSENT,1:true;0:false +,765,197,197,1,0,0,,2101,6101,ff,CAN_CLUSTER_CONFIRMED_ABSENT,1:true;0:false +,765,198,198,1,0,0,,2101,6101,ff,CAN_ECM_CONFIRMED_ABSENT,1:true;0:false +,765,16,16,1,0,0,,2102,6102,ff,ANTISCANNING_IS_ACTIVATED,1:true;0:false +,765,17,17,1,0,0,,2102,6102,ff,HFM_IS_AUTHENTICATED,1:true;0:false +,765,24,31,1,0,0,,2102,6102,ff,LAST_HFM_REQUEST,0:HFM_REQUEST_UNAVAILABLE;1:HFM_NO_REQUEST;2:HFM_UNLOCK;3:HFM_LOCK;4:HFM_LOCK_BY_WAC;5:HFM_LONG_LOCK;6:HFM_BACKDOOR;7:HFM_BACKDOOR_OPEN;8:HFM_REMOTE_LIGHTING;9:HFM_PANIC;10:HFM_REMOTE_LOCK;11:HFM_REMOTE_UNLOCK +,765,32,39,1,0,0,,2102,6102,ff,BCM_USER_IDENT,0:UI_UNAVAILABLE_VALUE;1:UI_CID_1;2:UI_CID_2;3:UI_CID_3;4:UI_CID_4;5:UI_FRONT_LEFT;6:UI_FRONT_RIGHT;7:UI_REAR_LEFT;8:UI_REAR_RIGHT;9:UI_BACKDOOR +,765,16,23,1,0,0,,2103,6103,ff,ANTISCANNING_MAX_TP, +,765,24,39,.01,0,2,s,2103,6103,ff,BCM_ANTISCANNING_TM_TP, +,765,40,55,.01,0,2,s,2103,6103,ff,INTERIOR_LIGHTS_TM_TP, +,765,56,71,10,0,0,ms,2103,6103,ff,RKE_INTERFRAMES_TM_TP, +,765,16,31,10,0,0,ms,2104,6104,ff,GADE_INIT_DELAY_TM_TP, +,765,16,16,1,0,0,,2105,6105,ff,HFM_IS_LEARNT_S,1:true;0:false +,765,16,47,1,0,0,,2106,6106,4ff,DISTANCE_TOTALIZER, +,765,48,48,1,0,0,,2106,6106,ff,DISTANCE_TOTALIZER_INVALID,1:true;0:false +,765,49,49,1,0,0,,2106,6106,ff,DISTANCE_UNAVAILABLE_OR_INVALID,1:true;0:false +,765,56,71,1,0,0,km/h,2106,6106,ff,VEHICLE_SPEED, +,765,72,72,1,0,0,,2106,6106,ff,SPEED_UNAVAILABLE_OR_INVALID,1:true;0:false +,765,80,80,1,0,0,,2106,6106,ff,VEHICLE_RUNNING,1:true;0:false +,765,16,16,1,0,0,,2107,6107,ff,BRAKE_ECU_PRESENT_CF,1:true;0:false +,765,16,31,.01,0,2,s,2108,6108,ff,FRAME_ABSENT_CONFIRMATION_TM_TP, +,765,32,47,1,0,0,km/h,2108,6108,ff,VEHICLE_MOVING_THRESHOLD_TP, +,765,48,63,1,0,0,km/h,2108,6108,ff,VEHICLE_STOPPED_THRESHOLD_TP, +,765,16,16,1,0,0,,2109,6109,ff,DONGLE_PAIRING_DONE_S,1:true;0:false +,765,24,31,1,0,0,,2109,6109,ff,INTERNAL_DONGLE_CONFIG_S,0:DONGLE_SLAVE_1;1:DONGLE_SLAVE_2;2:DONGLE_SLAVE_3 +,765,32,39,1,0,0,,2109,6109,ff,DONGLE_SLAVE_STATE,0:SLAVE_IS_BLANK;1:SLAVE_PAIRED;2:SLAVE_ERROR;3:SLAVE_NOT_OPERATIONAL +,765,47,47,1,0,0,,2109,6109,ff,DONGLE_CONFIG_SLAVE,1:true;0:false +,765,48,55,1,0,0,,2109,6109,ff,DONGLE_RETRY_HISTORY_COUNTER, +,765,56,56,1,0,0,,2109,6109,ff,DONGLE_AUTHORIZED,1:true;0:false +,765,16,23,1,0,0,,210A,610A,ff,DONGLE_CF,0:DONGLE_SLAVE_1;1:DONGLE_SLAVE_2;2:DONGLE_SLAVE_3 +,765,16,23,.01,0,2,s,210B,610B,ff,TIME_OUT_RECEIVE_DONGLE_CODE_TP, +,765,16,31,.01,0,2,V,210C,610C,ff,BATT_VOLTAGE, +,765,32,32,1,0,0,,210C,610C,ff,DIAG_MUX_ON,1:true;0:false +,765,16,31,.01,0,2,V,210D,610D,ff,DIAG_MUX_BATT_VOLTAGE_THRESH_TP, +,765,32,47,.01,0,2,s,210D,610D,ff,DIAG_MUX_CONFIRMATION_TM_TP, +,765,16,16,1,0,0,,210E,610E,ff,ALARM_PRESENT_CF,1:true;0:false +,765,16,16,1,0,0,,210F,610F,ff,LIGHTING_BY_EMM_CF,1:true;0:false +,765,16,16,1,0,0,,2111,6111,ff,O_PWM_ROOMLAMP_1,1:true;0:false +,765,16,16,1,0,0,,2112,6112,ff,ACTIVATE_INTERIOR_LIGHTING_CF,1:true;0:false +,765,16,31,.01,0,2,s,2113,6113,ff,INTERIOR_LIGHTS_TM_TP, +,765,48,55,1,0,0,%,2113,6113,ff,RL_PWM_MAX_TM_TP, +,765,56,63,1,0,0,%,2113,6113,ff,RL_PWM_MIN_TM_TP, +,765,64,79,.01,0,2,s,2113,6113,ff,RL_T_PWM_OFF_TM_TP, +,765,80,95,.01,0,2,s,2113,6113,ff,RL_T_PWM_ON_TM_TP, +,765,16,16,1,0,0,,2114,6114,ff,I_DEFROST_BY_CUSTOMER,1:true;0:false +,765,18,18,1,0,0,,2114,6114,ff,O_REAR_DEFROST_COMMAND,1:true;0:false +,765,19,19,1,0,0,,2114,6114,ff,O_DEFROST_INDICATOR,1:true;0:false +,765,20,20,1,0,0,,2114,6114,ff,REAR_DEFROST_ENGAGED,1:true;0:false +,765,21,21,1,0,0,,2114,6114,ff,R_FRONT_DEFROST_BY_CLIM,1:true;0:false +,765,22,22,1,0,0,,2114,6114,ff,R_REAR_DEFROST_BY_CLIM,1:true;0:false +,765,24,39,1,0,0,,2114,6114,ff,REAR_DEFROST_ELAPSE_TIME_V, +,765,40,47,1,0,0,,2114,6114,ff,DEFROST_CONTROL_TEMP, +,765,48,63,1,0,0,,2114,6114,ff,FRONT_DEFROST_ELAPSE_TIME_V, +,765,64,71,1,0,0,,2114,6114,ff,RATED_ENGINE_AIR_TEMP, +,765,72,79,1,0,0,,2114,6114,ff,RATED_EXTERNAL_TEMP, +,765,88,88,1,0,0,,2114,6114,ff,O_ASSIST_DEFROST_COMMAND,1:true;0:false +,765,89,89,1,0,0,,2114,6114,ff,O_DRIVER_DEFROST_COMMAND,1:true;0:false +,765,96,111,1,0,0,,2114,6114,ff,NOMINAL_FRONT_DEFROST_DURATION, +,765,112,127,1,0,0,,2114,6114,ff,NOMINAL_REAR_DEFROST_DURATION, +,765,32,47,10,0,0,ms,2115,6115,ff,REAR_DEFROST_ENGAGEMENT_TM_TP, +,765,48,63,10,0,0,ms,2115,6115,ff,REAR_DEFROST_RELAY_PROTECT_TM_TP, +,765,64,79,10,0,0,ms,2115,6115,ff,REAR_DEFROST_RELEASE_TM_TP, +,765,80,95,10,0,0,ms,2115,6115,ff,WAIT_FOR_ENGINE_READY_TM_TP, +,765,96,111,1,0,0,,2115,6115,ff,DEFAULT_FRONT_DEFROST_CNT_TP, +,765,112,127,1,0,0,,2115,6115,ff,DEFAULT_REAR_DEFROST_CNT_TP, +,765,128,143,10,0,0,ms,2115,6115,ff,DEFROST_ONE_SECOND_TM_CST, +,765,152,167,10,0,0,ms,2115,6115,ff,FRONT_DEFROST_ENGAGEMENT_TM_TP, +,765,168,183,10,0,0,ms,2115,6115,ff,FRONT_DEFROST_RELAY_PROTECT_TM_TP, +,765,184,199,10,0,0,ms,2115,6115,ff,FRONT_DEFROST_RELEASE_TM_TP, +,765,200,215,1,0,0,s,2115,6115,ff,FRONT_DEFROST_CNT_TP 0, +,765,216,231,1,0,0,s,2115,6115,ff,FRONT_DEFROST_CNT_TP 1, +,765,232,247,1,0,0,s,2115,6115,ff,FRONT_DEFROST_CNT_TP 2, +,765,248,263,1,0,0,s,2115,6115,ff,FRONT_DEFROST_CNT_TP 3, +,765,264,279,1,0,0,,2115,6115,ff,REAR_DEFROST_CNT_TP 0, +,765,280,295,1,0,0,,2115,6115,ff,REAR_DEFROST_CNT_TP 1, +,765,296,311,1,0,0,,2115,6115,ff,REAR_DEFROST_CNT_TP 2, +,765,312,327,1,0,0,,2115,6115,ff,REAR_DEFROST_CNT_TP 3, +,765,328,335,1,40,0,°C,2115,6115,ff,MAX_EXTERNAL_TEMP_THRESHOLD_TP, +,765,336,343,1,40,0,°C,2115,6115,ff,MED_EXTERNAL_TEMP_THRESHOLD_TP, +,765,344,351,1,40,0,°C,2115,6115,ff,MIN_EXTERNAL_TEMP_THRESHOLD_TP, +,765,352,367,10,0,0,ms,2115,6115,ff,DEFROST_SHIFT_DRIVER_TO_ASSIST_TM_TP, +,765,368,383,1,0,0,W,2115,6115,ff,ELECTRICAL_POWER_PBE_1_TP, +,765,384,399,1,0,0,W,2115,6115,ff,ELECTRICAL_POWER_PBE_2_TP, +,765,16,16,1,0,0,,2116,6116,ff,TRACKER_PAIRING_DONE_S,1:true;0:false +,765,24,24,1,0,0,,2116,6116,ff,TRACKER_AUTHORIZED,1:true;0:false +,765,32,39,1,0,0,,2116,6116,ff,TRACKER_RETRY_HISTORY_COUNTER, +,765,40,47,1,0,0,,2116,6116,ff,TRACKER_SLAVE_STATE,0:TRACKER_SLAVE_IS_BLANK;1:TRACKER_SLAVE_PAIRED;2:TRACKER_SLAVE_ERROR;3:TRACKER_SLAVE_NOT_OPERATIONAL +,765,16,23,.01,0,2,s,2117,6117,ff,TIME_OUT_INTER_FRAMES_TP, +,765,24,31,.01,0,2,s,2117,6117,ff,TIME_OUT_RECEIVE_TRACKER_CODE_TP, +,765,16,16,1,0,0,,2118,6118,ff,BRAKE_FAIL1_DETECTION_CF,1:true;0:false +,765,17,17,1,0,0,,2118,6118,ff,BRAKE_FAIL2_DETECTION_CF,1:true;0:false +,765,18,18,1,0,0,,2118,6118,ff,STOP_LAMP_ELEC_FAIL_DETECT_CF,1:true;0:false +,765,16,23,10,0,0,ms,2119,6119,ff,DURATION_BRAKE_PRESS_TM_TP, +,765,24,55,1,0,0,,2119,6119,4ff,DURATION_FROZEN_BRAKE_SW_TM_TP, +,765,56,71,.01,0,2,s,2119,6119,ff,MIN_STEP_FROZEN_BRAKE_SW_TM_TP, +,765,72,79,1,0,0,,2119,6119,ff,NB_TRANS_BRAKE_FAIL1_TP, +,765,80,87,1,0,0,,2119,6119,ff,NB_TRANS_BRAKE_FAIL2_TP, +,765,88,95,10,0,0,ms,2119,6119,ff,DELAY_BATTEMPO_TM_TP, +,765,16,16,1,0,0,,211A,611A,ff,O_WL_AUTHORIZATION_RL,1:true;0:false +,765,17,17,1,0,0,,211A,611A,ff,O_WL_CENTRAL_CLOSE,1:true;0:false +,765,18,18,1,0,0,,211A,611A,ff,O_CHILDLOCK_WL_RL,1:true;0:false +,765,19,19,1,0,0,,211A,611A,ff,R_SUNROOF_CENTRALIZED_CLOSING,1:true;0:false +,765,20,20,1,0,0,,211A,611A,ff,SUNROOF_AUTHORIZATION_CAN,1:true;0:false +,765,21,21,1,0,0,,211A,611A,ff,O_WL_AUTHORIZATION,1:true;0:false +,765,22,22,1,0,0,,211A,611A,ff,O_WL_CHILDLOCK_INHIBITION,1:true;0:false +,765,16,16,1,0,0,,211B,611B,ff,AUTO_WINDOW_CLOSING_CF,1:true;0:false +,765,17,17,1,0,0,,211B,611B,ff,INHIB_LVAR_CF,1:true;0:false +,765,16,23,10,0,0,ms,211C,611C,ff,RETURN_TO_NO_SIGNAL_TM_TP, +,765,24,39,.01,0,2,s,211C,611C,ff,WL_CENTRAL_CLOSE_TM_TP, +,765,40,71,1,0,0,,211C,611C,4ff,WL_TM_TP, +,765,72,79,10,0,0,ms,211C,611C,ff,WINDOW_LIFT_POWER_FILTER_TM_TP, +,765,16,16,1,0,0,,211D,611D,ff,I_TAIL_LAMP_SW,1:true;0:false +,765,17,17,1,0,0,,211D,611D,ff,I_LOW_BEAM_SW,1:true;0:false +,765,18,18,1,0,0,,211D,611D,ff,I_HIGH_BEAM_SW,1:true;0:false +,765,19,19,1,0,0,,211D,611D,ff,I_FR_FOG_LAMP_SW,1:true;0:false +,765,20,20,1,0,0,,211D,611D,ff,I_RR_FOG_LAMP_SW,1:true;0:false +,765,16,16,1,0,0,,211E,611E,ff,INFOCLUTCH_DIAG_AUTO_DYN_CF,1:true;0:false +,765,17,17,1,0,0,,211E,611E,ff,INFOCLUTCH_DIAG_AUTO_STATIC_CF,1:true;0:false +,765,18,18,1,0,0,,211E,611E,ff,INFOCLUTCH_DIAG_END_DYN_CF,1:true;0:false +,765,19,19,1,0,0,,211E,611E,ff,INFOCLUTCH_DIAG_END_STATIC_CF,1:true;0:false +,765,20,20,1,0,0,,211E,611E,ff,INFOCLUTCH_DIAG_START_DYN_CF,1:true;0:false +,765,21,21,1,0,0,,211E,611E,ff,INFOCLUTCH_DIAG_START_STATIC_CF,1:true;0:false +,765,16,23,1,0,0,km,211F,611F,ff,AUTO_START_NEVER_PRESENT_DISTANCE_TP, +,765,24,31,10,0,0,ms,211F,611F,ff,AUTOSTART_FILTER_TM_TP, +,765,32,39,10,0,0,ms,211F,611F,ff,CLUTCH_NO_FAIL_CONFIRM_TM_TP, +,765,40,47,1,0,0,W,211F,611F,ff,END_ALWAYS_PRESENT_DISTANCE_TP, +,765,48,79,1,0,0,,211F,611F,4ff,END_ALWAYS_PRESENT_TM_TP, +,765,80,111,1,0,0,,211F,611F,4ff,START_ALWAYS_PRESENT_TM_TP, +,765,112,119,1,0,0,km,211F,611F,ff,START_NEVER_PRESENT_DISTANCE_TP, +,765,16,16,1,0,0,,2121,6121,ff,I_DR_DOOR_SW,1:true;0:false +,765,17,17,1,0,0,,2121,6121,ff,I_ASS_DOOR_SW,1:true;0:false +,765,18,18,1,0,0,,2121,6121,ff,I_RL_DOOR_SW,1:true;0:false +,765,19,19,1,0,0,,2121,6121,ff,I_RR_DOOR_SW,1:true;0:false +,765,20,20,1,0,0,,2121,6121,ff,I_TGATE_STAT,1:true;0:false +,765,24,24,1,0,0,,2121,6121,ff,I_RL_CHILDLOCK_STAT,1:true;0:false +,765,25,25,1,0,0,,2121,6121,ff,I_RR_CHILDLOCK_STAT,1:true;0:false +,765,32,32,1,0,0,,2121,6121,ff,I_TGATE_OPENER_SW,1:true;0:false +,765,33,33,1,0,0,,2121,6121,ff,I_TGATE_INSIDE_OPENER_SW,1:true;0:false +,765,34,34,1,0,0,,2121,6121,ff,I_DOORLOCK_SW,1:true;0:false +,765,35,35,1,0,0,,2121,6121,ff,I_CHILDLOCK_SW,1:true;0:false +,765,36,36,1,0,0,,2121,6121,ff,I_DR_DOOR_LOCK_SW,1:true;0:false +,765,37,37,1,0,0,,2121,6121,ff,I_DR_DOOR_UNLOCK_SW,1:true;0:false +,765,48,48,1,0,0,,2121,6121,ff,O_LOCK_DOORS,1:true;0:false +,765,49,49,1,0,0,,2121,6121,ff,O_LOCK_DR_DOOR,1:true;0:false +,765,56,56,1,0,0,,2121,6121,ff,O_UNLOCK_DOORS,1:true;0:false +,765,57,57,1,0,0,,2121,6121,ff,O_UNLOCK_DR_RL,1:true;0:false +,765,64,64,1,0,0,,2121,6121,ff,O_SUPERLOCK,1:true;0:false +,765,72,72,1,0,0,,2121,6121,ff,O_MASTER_RELAY,1:true;0:false +,765,80,80,1,0,0,,2121,6121,ff,O_DOORLOCK_LED,1:true;0:false +,765,82,82,1,0,0,,2121,6121,ff,O_TAILGATE_OPENER,1:true;0:false +,765,83,83,1,0,0,,2121,6121,ff,O_SUPERLOCK_DOORS_RL,1:true;0:false +,765,84,84,1,0,0,,2121,6121,ff,DOORLOCK_SW,1:true;0:false +,765,85,85,1,0,0,,2121,6121,ff,O_UNLOCK_DOORS_B_CMD,1:true;0:false +,765,86,86,1,0,0,,2121,6121,ff,O_LOCK_DOORS_B_CMD,1:true;0:false +,765,87,87,1,0,0,,2121,6121,ff,O_LOCK_DR_DOOR_CMD,1:true;0:false +,765,89,89,1,0,0,,2121,6121,ff,TGATE_OPENER_SW,1:true;0:false +,765,90,90,1,0,0,,2121,6121,ff,O_EXT_UNLOCK_DR_CMD,1:true;0:false +,765,91,91,1,0,0,,2121,6121,ff,O_SUPERLOCK_CMD,1:true;0:false +,765,92,92,1,0,0,,2121,6121,ff,OTHERS_KNOB_LOCKED,1:true;0:false +,765,93,93,1,0,0,,2121,6121,ff,O_EXT_SUPERLOCK_DOORS_CMD,1:true;0:false +,765,94,94,1,0,0,,2121,6121,ff,DOOR_KNOB_SW,1:true;0:false +,765,16,23,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 0,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,24,31,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 1,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,32,39,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 2,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,40,47,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 3,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,48,55,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 4,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,56,63,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 5,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,64,71,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 6,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,72,79,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 7,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,80,87,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 8,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,88,95,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 9,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,96,103,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 10,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,104,111,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 11,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,112,119,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 12,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,120,127,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 13,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,128,135,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 14,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,136,143,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 15,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,144,151,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 16,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,152,159,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 17,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,160,167,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 18,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,168,175,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION 19,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,176,183,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 0,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,184,191,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 1,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,192,199,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 2,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,200,207,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 3,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,208,215,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 4,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,216,223,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 5,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,224,231,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 6,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,232,239,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 7,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,240,247,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 8,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,248,255,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 9,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,256,263,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 10,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,264,271,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 11,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,272,279,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 12,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,280,287,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 13,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,288,295,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 14,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,296,303,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 15,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,304,311,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 16,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,312,319,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 17,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,320,327,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 18,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,328,335,1,0,0,,2122,6122,ff,LAST_DOOR_LOCK_OPEN_ACTION_MEDIUM 19,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,336,367,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 0, +,765,368,399,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 1, +,765,400,431,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 2, +,765,432,463,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 3, +,765,464,495,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 4, +,765,496,527,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 5, +,765,528,559,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 6, +,765,560,591,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 7, +,765,592,623,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 8, +,765,624,655,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 9, +,765,656,687,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 10, +,765,688,719,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 11, +,765,720,751,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 12, +,765,752,783,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 13, +,765,784,815,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 14, +,765,816,847,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 15, +,765,848,879,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 16, +,765,880,911,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 17, +,765,912,943,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 18, +,765,944,975,1,0,0,,2122,6122,4ff,LAST_DOOR_LOCK_OPEN_ACTION_TIME 19, +,765,16,16,1,0,0,,2123,6123,ff,ANTI_HIJACK_CF,1:true;0:false +,765,17,17,1,0,0,,2123,6123,ff,BTN_TAILGATE_OPENING_CF,1:true;0:false +,765,18,18,1,0,0,,2123,6123,ff,CHILD_LOCK_SWITCH_REVERSE_CF,1:true;0:false +,765,19,19,1,0,0,,2123,6123,ff,CRASH_DETECTION_CF,1:true;0:false +,765,20,20,1,0,0,,2123,6123,ff,DRIVER_ON_RIGHT_SIDE_CF,1:true;0:false +,765,22,22,1,0,0,,2123,6123,ff,LOCK_UNLOCK_BUTTON_CF,1:true;0:false +,765,23,23,1,0,0,,2123,6123,ff,PLANT_LOCK_WITH_SPEED_CF,1:true;0:false +,765,24,24,1,0,0,,2123,6123,ff,RKE_BACK_DOORS_CF,1:true;0:false +,765,25,25,1,0,0,,2123,6123,ff,SUPERLOCK_CF,1:true;0:false +,765,32,47,1.66666666666667E-04,0,3,min,2123,6123,ff,AUTO_RELOCK_TIMEOUT_CF, +,765,48,48,1,0,0,,2123,6123,ff,REVERSE_SW_ON_BACK_DOOR_CF,1:true;0:false +,765,49,49,1,0,0,,2123,6123,ff,REVERSE_SW_ON_FL_DOOR_CF,1:true;0:false +,765,50,50,1,0,0,,2123,6123,ff,REVERSE_SW_ON_FR_DOOR_CF,1:true;0:false +,765,51,51,1,0,0,,2123,6123,ff,REVERSE_SW_ON_RR_DOOR_CF,1:true;0:false +,765,52,52,1,0,0,,2123,6123,ff,REVERSE_SW_ON_RL_DOOR_CF,1:true;0:false +,765,53,53,1,0,0,,2123,6123,ff,LOAD_AREA_CF,1:true;0:false +,765,54,54,1,0,0,,2123,6123,ff,LATCH_TYPE_ON_BACK_DOOR_CF,1:true;0:false +,765,55,55,1,0,0,,2123,6123,ff,DOORLOCK_OUTPUT_CF,1:true;0:false +,765,56,56,1,0,0,,2123,6123,ff,OPEN_REAR_SIDE_DOOR_ARE_NOT_LOCKABLE_CF,1:true;0:false +,765,57,57,1,0,0,,2123,6123,ff,KNOB_CF,1:true;0:false +,765,58,58,1,0,0,,2123,6123,ff,RKE_BACK_DOOR_OPENING_CF,1:true;0:false +,765,64,71,1,0,0,km/h,2123,6123,ff,LWS_SPEED_THRESH_CF, +,765,16,31,.01,0,2,s,2124,6124,ff,ANTI_HIJACK_TM_TP, +,765,32,47,.01,0,2,s,2124,6124,ff,CHANGE_LOCK_W_SPEED_TM_TP, +,765,48,55,10,0,0,ms,2124,6124,ff,CHILDLOCK_REQ_RELEASE_TIME_TP, +,765,56,71,.01,0,2,s,2124,6124,ff,DL_DISABLED_AFTER_CRASH_TM_TP, +,765,72,87,.01,0,2,s,2124,6124,ff,DL_MAX_AIRBAG_WAKE_UP_TM_TP, +,765,88,95,1,0,0,km/h,2124,6124,ff,DOOR_WARNING_SPEED_THRESH_TP, +,765,96,103,1,0,0,,2124,6124,ff,DOORLOCK_CHILDLOCK_NLIM_TP, +,765,104,119,.01,0,2,s,2124,6124,ff,FORCE_CDL_LOCK_TM_TP, +,765,120,151,1,0,0,,2124,6124,4ff,LONG_CDL_INDICATOR_TM_TP, +,765,152,159,.01,0,2,s,2124,6124,ff,LWS_SPEED_ABOVE_THRESH_TM_TP, +,765,168,175,1,0,0,km/h,2124,6124,ff,MASTER_DOOR_SPEED_THRESH_TP, +,765,176,183,10,0,0,ms,2124,6124,ff,MASTER_RELAY_SYNCHRO_TM_TP, +,765,184,199,1,0,0,,2124,6124,ff,MAX_NB_DOOR_WARNING_REQUEST_TP, +,765,200,207,1,0,0,,2124,6124,ff,MAX_NB_LOCK_REQUESTS_BY_LWS_TP, +,765,208,215,1,0,0,,2124,6124,ff,NUMBER_DISABLE_TP, +,765,216,223,1,0,0,,2124,6124,ff,NUMBER_ENABLE_TP, +,765,224,231,10,0,0,ms,2124,6124,ff,PAUSE_TIME_TP, +,765,232,247,.01,0,2,s,2124,6124,ff,RETRY_CHILDLOCK_TM_TP, +,765,248,263,1.66666666666667E-04,0,3,min,2124,6124,ff,SHORT_CDL_INDICATOR_TM_TP, +,765,264,279,.01,0,2,s,2124,6124,ff,SUPERLOCK_TM_TP, +,765,280,287,10,0,0,ms,2124,6124,ff,TAILGATE_RELEASE_TIME_TP, +,765,288,295,.01,0,2,s,2124,6124,ff,TIME_DECREMENT_TP, +,765,296,303,10,0,0,ms,2124,6124,ff,DOORLOCK_ACTUATORS_TIME_TP, +,765,16,16,1,0,0,,2125,6125,ff,DRIVER_DOOR_LOCKED_S,1:true;0:false +,765,17,17,1,0,0,,2125,6125,ff,ASSIST_DOOR_LOCKED_S,1:true;0:false +,765,18,18,1,0,0,,2125,6125,ff,REAR_LEFT_DOOR_LOCKED_S,1:true;0:false +,765,19,19,1,0,0,,2125,6125,ff,REAR_RIGHT_DOOR_LOCKED_S,1:true;0:false +,765,20,20,1,0,0,,2125,6125,ff,TAILGATE_LOCKED_S,1:true;0:false +,765,21,21,1,0,0,,2125,6125,ff,FUEL_LOCKED_S,1:true;0:false +,765,24,24,1,0,0,,2125,6125,ff,DRIVER_DOOR_SUPERLOCKED_S,1:true;0:false +,765,25,25,1,0,0,,2125,6125,ff,ASSIST_DOOR_SUPERLOCKED_S,1:true;0:false +,765,26,26,1,0,0,,2125,6125,ff,REAR_LEFT_DOOR_SUPERLOCKED_S,1:true;0:false +,765,27,27,1,0,0,,2125,6125,ff,REAR_RIGHT_DOOR_SUPERLOCKED_S,1:true;0:false +,765,28,28,1,0,0,,2125,6125,ff,BACK_DOOR_SUPERLOCKED_S,1:true;0:false +,765,32,32,1,0,0,,2125,6125,ff,REAR_LEFT_DOOR_CHILDLOCKED_S,1:true;0:false +,765,33,33,1,0,0,,2125,6125,ff,REAR_RIGHT_DOOR_CHILDLOCKED_S,1:true;0:false +,765,40,40,1,0,0,,2125,6125,ff,CAR_SECURE_S,1:true;0:false +,765,41,41,1,0,0,,2125,6125,ff,NOT_CAR_SECURE_S,1:true;0:false +,765,42,42,1,0,0,,2125,6125,ff,CUSTOMER_ANTI_HIJACK_S,1:true;0:false +,765,43,43,1,0,0,,2125,6125,ff,CUSTOMER_LOCK_W_SPEED_S,1:true;0:false +,765,44,44,1,0,0,,2125,6125,ff,IGNITION_ON_FLAG_UP_S,1:true;0:false +,765,45,45,1,0,0,,2125,6125,ff,UNLOCK_REQUEST_FLAG_UP_S,1:true;0:false +,765,46,46,1,0,0,,2125,6125,ff,CRASH_DOORLOCK_OPERATED_S,1:true;0:false +,765,48,55,1,0,0,,2125,6125,ff,LAST_DL_MA_MEDIUM_S 0,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,56,63,1,0,0,,2125,6125,ff,LAST_DL_MA_MEDIUM_S 1,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,64,71,1,0,0,,2125,6125,ff,LAST_DL_MA_MEDIUM_S 2,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,72,79,1,0,0,,2125,6125,ff,LAST_DL_MA_MEDIUM_S 3,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,80,87,1,0,0,,2125,6125,ff,LAST_DL_MA_MEDIUM_S 4,0:BY_NONE;1:BY_EMERGENCY_CRASH;2:BY_SECURITY_CRASH;4:BY_CDL;5:BY_BACK_UP;6:BY_MASTER_DOOR;7:BY_RKE;8:BY_RKE_VALET;9:BY_HANDSFREE;3:BY_KEY;10:BY_BACKDOOR_HANDSFREE;11:BY_WAC;12:BY_KNOB;13:BY_AUTH;14:BY_AUTO_RELOCK;15:BY_DIAG_TOOL;16:BY_RTL_DOOR;17:BY_RTL_CARD;18:BY_LWS;19:BY_CHILD;20:BY_RKE_SLD_RIGHT_LONG_PRESS;21:BY_RKE_SLD_LEFT_LONG_PRESS;22:BY_ASDM_RIGHT;23:BY_ASDM_LEFT;24:BY_INSIDE_SW;25:BY_OUTSIDE_SW;26:BY_CAR_SHARING;27:BY_BACKDOOR_RKE;28:BY_NFC;29:BY_RLU +,765,88,95,1,0,0,,2125,6125,ff,LAST_DL_MA_S 0,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,96,103,1,0,0,,2125,6125,ff,LAST_DL_MA_S 1,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,104,111,1,0,0,,2125,6125,ff,LAST_DL_MA_S 2,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,112,119,1,0,0,,2125,6125,ff,LAST_DL_MA_S 3,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,120,127,1,0,0,,2125,6125,ff,LAST_DL_MA_S 4,0:NO_DOORLOCK_ACTION;1:CRASH_UNLOCK_ALL_SUPERUNLOCK_ALL;2:CRASH_UNLOCK_ALL_SUPERUNLOCK_RR;3:CRASH_UNLOCK_ALL_SUPERUNLOCK_FR;4:LOCK_ALL;5:UNLOCK_ALL;6:UNLOCK_DRIVER;7:LOCK_REAR_AND_BACK_DOORS;8:UNLOCK_REAR_AND_BACK_DOORS;9:LOCK_BACK_DOORS;10:UNLOCK_BACK_DOORS;11:SUPERLOCK_ALL;12:SUPERUNLOCK_ALL;13:CHILDLOCK;14:CHILDUNLOCK;16:TAILGATE_OPENING;17:DRIVER_DOOR_OPEN;18:ASSIST_DOOR_OPEN;19:REAR_RIGHT_DOOR_OPEN;20:REAR_LEFT_DOOR_OPEN;21:TAILGATE_OPEN;22:DRIVER_DOOR_CLOSE;23:ASSIST_DOOR_CLOSE;24:REAR_RIGHT_DOOR_CLOSE;25:REAR_LEFT_DOOR_CLOSE;26:TAILGATE_CLOSE;15:SUPERUNLOCK_BUT_CHILDLOCK;27:CHILDUNLOCK_BUT_SUPERLOCK;28:UNLOCK_UNSUPERLOCK_BACK_DOORS;29:UNLOCK_UNSUPERLOCK_REAR_AND_BACK_DOORS;30:UNLOCK_UNSUPERLOCK_ALL;31:CRASH_UNLOCK_ALL;32:SUPERUNLOCK_ALL_STEP1;33:SUPERUNLOCK_ALL_STEP2;34:UNLOCK_DR_AND_SUPERUNLOCK_ALL_STEP1 +,765,16,16,1,0,0,,2126,6126,ff,I_ACC_SW,1:true;0:false +,765,17,17,1,0,0,,2126,6126,ff,I_APC_SW,1:true;0:false +,765,18,18,1,0,0,,2126,6126,ff,I_STARTER_SW,1:true;0:false +,765,24,24,1,0,0,,2126,6126,ff,O_BAT_TEMP,1:true;0:false +,765,25,25,1,0,0,,2126,6126,ff,O_ACC_RL,1:true;0:false +,765,26,26,1,0,0,,2126,6126,ff,O_STARTER_RL,1:true;0:false +,765,32,39,1,0,0,,2126,6126,ff,KEY_STATUS,0:KEY_STOP;1:KEY_ACC;2:KEY_IGN;3:KEY_STARTER_REQUEST +,765,40,47,1,0,0,,2126,6126,ff,VEHICLESTATE_T4,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,48,48,1,0,0,,2126,6126,ff,LAST_MIN_POWER_LEVEL_1_ON,1:true;0:false +,765,49,49,1,0,0,,2126,6126,ff,R_POWER_LEVEL_1_BY_INT_LIGHTS,1:true;0:false +,765,50,50,1,0,0,,2126,6126,ff,R_POWER_LEVEL_1_BY_WINDOWS,1:true;0:false +,765,56,63,1,0,0,,2126,6126,ff,R_POWER_LEVEL_1_BY_HFM,0:PL1_BY_HFM_UNAVAILABLE;1:PL1_BY_HFM_NO_REQUEST;2:PL1_BY_HFM_REQUEST;3:PL1_BY_HFM_NOT_USED +,765,65,65,1,0,0,,2126,6126,ff,IGNITION_SUPPLY_CONFIRMATION,1:true;0:false +,765,66,66,1,0,0,,2126,6126,ff,IGNITION_ON,1:true;0:false +,765,73,73,1,0,0,,2126,6126,ff,STARTING_REQUESTED,1:true;0:false +,765,80,87,1,0,0,,2126,6126,ff,ENGINE_STATUS_FROM_CAN,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,88,95,1,0,0,,2126,6126,ff,AUTO_START_AUTHORIZATION,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,96,103,1,0,0,,2126,6126,ff,TECHNICAL_AUTOSTART_REQUEST,0:TECH_AUTOSTART_UNAVAILABLE;1:NO_TECH_AUTOSTART_REQUESTED;2:TECH_AUTOSTART_REQUESTED;3:TECH_AUTOSTART_NOT_USED +,765,104,111,1,0,0,,2126,6126,ff,INHIBITION_STARTER_CS, +,765,112,119,1,0,0,,2126,6126,ff,STARTING_REQUEST_TYPE,0:MANUAL_REQUEST;1:AUTOMATIC_REQUEST +,765,120,127,1,0,0,,2126,6126,ff,ENGINE_STOP_REQUEST_ORIGINE, +,765,128,135,1,0,0,,2126,6126,ff,CRANKING_FAILURE_CS, +,765,136,143,1,0,0,,2126,6126,ff,CRANKING_FAILURE_HISTORY_1_CS_S, +,765,144,151,1,0,0,,2126,6126,ff,CRANKING_FAILURE_HISTORY_2_CS_S, +,765,152,159,1,0,0,,2126,6126,ff,CRANKING_FAILURE_HISTORY_3_CS_S, +,765,160,167,1,0,0,,2126,6126,ff,CRANKING_FAILURE_HISTORY_4_CS_S, +,765,168,175,1,0,0,,2126,6126,ff,CRANKING_FAILURE_HISTORY_5_CS_S, +,765,176,176,1,0,0,,2126,6126,ff,POWER_LEVEL_1_ON,1:true;0:false +,765,177,177,1,0,0,,2126,6126,ff,POWER_LEVEL_2_RELAY_ON,1:true;0:false +,765,178,178,1,0,0,,2126,6126,ff,R_STARTER_RELAY_ON,1:true;0:false +,765,179,179,1,0,0,,2126,6126,ff,R_STOPSTART_LED,1:true;0:false +,765,16,16,1,0,0,,2127,6127,ff,AT_CF,1:true;0:false +,765,17,17,1,0,0,,2127,6127,ff,IGNITION_RELAY_IN_EMM_CF,1:true;0:false +,765,18,18,1,0,0,,2127,6127,ff,KEY_PRESENT_CF,1:true;0:false +,765,19,19,1,0,0,,2127,6127,ff,PLANT_START_SEQ_INHIBITION_CF,1:true;0:false +,765,20,20,1,0,0,,2127,6127,ff,STARTER_WITH_RELAY_CF,1:true;0:false +,765,22,22,1,0,0,,2127,6127,ff,STARTER_PROTECTION_CF,1:true;0:false +,765,23,23,1,0,0,,2127,6127,ff,ANTI_JUMP_AUTO_CF,1:true;0:false +,765,24,24,1,0,0,,2127,6127,ff,ANTI_JUMP_MANU_CF,1:true;0:false +,765,25,25,1,0,0,,2127,6127,ff,END_CLUTCH_USED_FOR_AUTOSTART_CF,1:true;0:false +,765,32,39,1,0,0,,2127,6127,ff,HAND_BRAKE_CF,0:HB_NOT_USED_FOR_S_AND_S;1:HB_USED_FOR_S_AND_S +,765,40,47,10,0,0,ms,2127,6127,ff,GEAR_POSITION_TIMER_TM_CF, +,765,48,55,.5,0,1,bar,2127,6127,ff,BK_PRESSURE_THRESHOLD_FOR_START_CF, +,765,64,79,.01,0,2,s,2127,6127,ff,MAX_ENGINE_START_SEQ_TM_CF, +,765,80,95,.125,0,1,%,2127,6127,ff,RAW_SENSOR_START_AUTO_THRESHOLD_CF, +,765,16,31,.01,0,2,s,2128,6128,ff,APB_SYNC_TM_TP, +,765,32,39,10,0,0,ms,2128,6128,ff,CONF_VEHICLESTATET4_UNAVAILABLE_TM_TP, +,765,40,55,.01,0,2,s,2128,6128,ff,CRANKING_VERLOG_INHIB_TM_TP, +,765,56,87,1,0,0,,2128,6128,4ff,DIAG_BTP_OFF_AUTO_TM_TP, +,765,88,103,.01,0,2,s,2128,6128,ff,MAX_AUTHENTICATION_TM_TP, +,765,112,127,.01,0,2,s,2128,6128,ff,MAX_ENGINE_RESTART_TM_TP, +,765,144,151,10,0,0,ms,2128,6128,ff,NEUTRAL_CONTACT_CONFIRM_TM_TP, +,765,152,159,1,0,0,km/h,2128,6128,ff,SPEED_THRESH_OFF_TP, +,765,160,167,1,0,0,km/h,2128,6128,ff,SPEED_THRESH_ON_TP, +,765,168,183,.01,0,2,s,2128,6128,ff,TIMER_BTP_TM_TP, +,765,184,199,.01,0,2,s,2128,6128,ff,MAX_STARTING_PROTECTION_TM_TP, +,765,200,215,.01,0,2,s,2128,6128,ff,MAX_STARTING_TM_TP, +,765,216,231,.01,0,2,s,2128,6128,ff,ANTI_MILLING_TM_TP, +,765,232,239,.01,0,2,s,2128,6128,ff,RESTART_FAILURE_TM_TP, +,765,240,247,.01,0,2,s,2128,6128,ff,MINIMUM_TIME_FOR_CLUTCHRELEASED_TM_TP, +,765,248,255,.01,0,2,s,2128,6128,ff,MIN_DURATION_TM_TP, +,765,16,16,1,0,0,,2129,6129,ff,VEHICLE_IS_BLANK_S,1:true;0:false +,765,17,17,1,0,0,,2129,6129,ff,KEY_ID_AUTH_STARTING_SEQUENCE_S,1:true;0:false +,765,18,18,1,0,0,,2129,6129,ff,VEHICLE_PROTECTION_S,1:true;0:false +,765,16,16,1,0,0,,212A,612A,ff,I_END_CLUTCH_SW,1:true;0:false +,765,17,17,1,0,0,,212A,612A,ff,I_START_CLUTCH_SW,1:true;0:false +,765,18,18,1,0,0,,212A,612A,ff,I_SS_START_CLUTCH_SW,1:true;0:false +,765,19,19,1,0,0,,212A,612A,ff,AUTO_START_ALWAYS_PRESSED_STAT_S,1:true;0:false +,765,20,20,1,0,0,,212A,612A,ff,AUTO_START_NEVER_PRESSED_DYN_S,1:true;0:false +,765,21,21,1,0,0,,212A,612A,ff,END_ALWAYS_PRESSED_DYN_S,1:true;0:false +,765,22,22,1,0,0,,212A,612A,ff,END_ALWAYS_PRESSED_STAT_S,1:true;0:false +,765,23,23,1,0,0,,212A,612A,ff,START_ALWAYS_PRESSED_STAT_S,1:true;0:false +,765,24,24,1,0,0,,212A,612A,ff,START_NEVER_PRESSED_DYN_S,1:true;0:false +,765,16,16,1,0,0,,212B,612B,ff,ALARM_PERI_REFUSE_TO_SLEEP,1:true;0:false +,765,17,17,1,0,0,,212B,612B,ff,DOORLOCK_REFUSE_TO_SLEEP,1:true;0:false +,765,19,19,1,0,0,,212B,612B,ff,TPMS_REFUSE_TO_SLEEP,1:true;0:false +,765,20,20,1,0,0,,212B,612B,ff,I_EXT_WAKE_UP,1:true;0:false +,765,24,31,1,0,0,,212B,612B,ff,V_LOW_LAYER_STATE,0:SLEEP;1:WAKE_UP_TRANSIENT;2:APPLICATION;3:STARTING_CAN_WAKE_UP;4:STARTING_GO_TO_SLEEP +,765,32,32,1,0,0,,212B,612B,ff,UNDERHOOD_OPENED,1:true;0:false +,765,16,16,1,0,0,,212C,612C,ff,I_BS_SW,1:true;0:false +,765,17,17,1,0,0,,212C,612C,ff,I_BLS_SW,1:true;0:false +,765,18,18,1,0,0,,212C,612C,ff,STOP_LAMP_1_ON,1:true;0:false +,765,16,31,.01,0,2,s,212D,612D,ff,DELAYED_CAN_V_CUSTOMER_ON_TM_TP, +,765,32,63,1,0,0,,212D,612D,4ff,GLOBAL_TIMER_TM_TP, +,765,64,79,.01,0,2,s,212D,612D,ff,DISPLAY_REQUEST_CAN_TM_TP, +,765,112,119,1,0,0,km,212D,612D,ff,DELIVERY_DISTANCE_MAX_TM_TP, +,765,120,151,1,0,0,,212D,612D,4ff,DELIVERY_TIME_MAX_TM_TP, +,765,152,159,1,0,0,min,212D,612D,ff,PRM_MIN_TIME_TP, +,765,168,175,10,0,0,ms,212D,612D,ff,SCH_INTERFRAMES_TM_TP, +,765,176,191,.01,0,2,s,212D,612D,ff,SCH_WAKE_UP_MAX_TM_TP, +,765,192,207,.01,0,2,s,212D,612D,ff,PRM_IMMEDIATE_TIME_TM_TP, +,765,208,215,1,0,0,,212D,612D,ff,LEFT_TIME_DV_TP, +,765,16,47,1,0,0,,212E,612E,4ff,GLOBAL_TIME_S, +,765,48,55,1,0,0,,212E,612E,ff,WAKE_UP_INDEX_S, +,765,56,87,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 0, +,765,88,95,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 0,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,96,127,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 1, +,765,128,135,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 1,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,136,167,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 2, +,765,168,175,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 2,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,176,207,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 3, +,765,208,215,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 3,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,216,247,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 4, +,765,248,255,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 4,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,256,287,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 5, +,765,288,295,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 5,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,296,327,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 6, +,765,328,335,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 6,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,336,367,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 7, +,765,368,375,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 7,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,376,407,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 8, +,765,408,415,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 8,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,416,447,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 9, +,765,448,455,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 9,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,456,487,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 10, +,765,488,495,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 10,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,496,527,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 11, +,765,528,535,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 11,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,536,567,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 12, +,765,568,575,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 12,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,576,607,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 13, +,765,608,615,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 13,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,616,647,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 14, +,765,648,655,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 14,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,656,687,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 15, +,765,688,695,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 15,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,696,727,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 16, +,765,728,735,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 16,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,736,767,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 17, +,765,768,775,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 17,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,776,807,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 18, +,765,808,815,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 18,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,816,847,1,0,0,,212E,612E,4ff,WAKE_UP_TIME_S 19, +,765,848,855,1,0,0,,212E,612E,ff,WAKE_UP_SOURCE_S 19,0:NO_WAKEUP_SOURCE;1:HAZARD_SW;2:CDL_SW_BY_DRIVER;3:TAILGATE_OPENER_ON_BY_DRIVER;4:DRIVER_DOOR;5:ASSIST_DOOR;6:REAR_LEFT_DOOR;7:REAR_RIGHT_DOOR;8:TAILGATE;9:TAIL_LIGHTS_BY_CSW;10:LOW_BEAM_LIGHTS_BY_CSW;11:HIGH_BEAM_LIGHTS_BY_CSW;12:UNDERHOOD;13:TAILGATE_INSIDE_OPENER;14:ACC_SW;15:APC_SW;16:STARTER_SW;17:LOCK_BY_KEY_SWITCH_SW;18:UNLOCK_BY_KEY_SWITCH_SW;19:WAKE_UP_BY_HFM;20:ELEC_CHILD_LOCK_SW;21:LOCK_BY_RKE;22:UNLOCK_BY_RKE;23:RKE_BACK_DOORS;25:WAKEUP_BY_CAN;26:GLOBAL_TIMER_WRITING;27:RADIO_FREQUENCY;28:WAKEUP_BY_PRESOAK;29:WAKEUP_BY_RES;24:WAKEUP_BY_TECHNICAL_WAKEUP +,765,856,871,1,0,0,,212E,612E,ff,CLUSTER_TIME_PC1_S, +,765,872,887,1,0,0,,212E,612E,ff,CLUSTER_TIME_PC2_S, +,765,16,16,1,0,0,,212F,612F,ff,WITH_CCP_CF,1:true;0:false +,765,16,16,1,0,0,,2131,6131,ff,CID_BUTTON_1_PRESSED,1:true;0:false +,765,17,17,1,0,0,,2131,6131,ff,CID_BUTTON_2_PRESSED,1:true;0:false +,765,18,18,1,0,0,,2131,6131,ff,CID_BUTTON_3_PRESSED,1:true;0:false +,765,19,19,1,0,0,,2131,6131,ff,CID_BUTTON_4_PRESSED,1:true;0:false +,765,24,31,1,0,0,,2131,6131,ff,RKE_ID, +,765,32,39,1,0,0,,2131,6131,ff,RKE_STATUS,0:RS_NOT_AVAILABLE;1:RS_ENABLED;2:RS_INHIBITED +,765,40,71,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 0, +,765,72,103,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 1, +,765,104,135,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 2, +,765,136,167,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 3, +,765,168,199,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 4, +,765,200,231,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 5, +,765,232,263,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 6, +,765,264,295,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 7, +,765,296,327,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 8, +,765,328,359,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 9, +,765,360,391,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 10, +,765,392,423,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 11, +,765,424,455,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 12, +,765,456,487,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 13, +,765,488,519,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 14, +,765,520,551,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 15, +,765,552,583,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 16, +,765,584,615,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 17, +,765,616,647,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 18, +,765,648,679,1,0,0,,2131,6131,4ff,LAST_RKE_HISTO_SI_NUMBER 19, +,765,680,687,1,0,0,,2131,6131,ff,RF_FRAME_RECEIVED_COUNTER, +,765,688,719,1,0,0,,2131,6131,4ff,RKE_IDE_RECEIVED_FRAME, +,765,720,727,1,0,0,,2131,6131,ff,RF_ORIGIN,0:NO_SIGNIFICATION;1:NO_SIGNIFICATION_1;2:TPMS_CHECKSUM_OK;3:TPMS_CHECKSUM_NOK;4:HANDFREE_CHECKSUM_OK;5:HANDFREE_CHECKSUM_NOK;6:CID_RKE_CHECKSUM_OK;7:CID_RKE_CHECKSUM_NOK +,765,728,728,1,0,0,,2131,6131,ff,RF_IDENTIFICATION_STATUS,1:true;0:false +,765,736,767,1,0,0,,2131,6131,4ff,RKE_SI_NUMBER, +,765,16,23,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_INDEX, +,765,24,55,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 0, +,765,56,63,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 0, +,765,64,64,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 0,1:true;0:false +,765,65,65,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 0,1:true;0:false +,765,66,66,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 0,1:true;0:false +,765,67,67,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 0,1:true;0:false +,765,68,68,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 0,1:true;0:false +,765,69,69,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 0,1:true;0:false +,765,70,70,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 0,1:true;0:false +,765,71,71,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 0,1:true;0:false +,765,72,103,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 1, +,765,104,111,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 1, +,765,112,112,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 1,1:true;0:false +,765,113,113,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 1,1:true;0:false +,765,114,114,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 1,1:true;0:false +,765,115,115,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 1,1:true;0:false +,765,116,116,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 1,1:true;0:false +,765,117,117,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 1,1:true;0:false +,765,118,118,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 1,1:true;0:false +,765,119,119,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 1,1:true;0:false +,765,120,151,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 2, +,765,152,159,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 2, +,765,160,160,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 2,1:true;0:false +,765,161,161,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 2,1:true;0:false +,765,162,162,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 2,1:true;0:false +,765,163,163,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 2,1:true;0:false +,765,164,164,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 2,1:true;0:false +,765,165,165,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 2,1:true;0:false +,765,166,166,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 2,1:true;0:false +,765,167,167,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 2,1:true;0:false +,765,168,199,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 3, +,765,200,207,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 3, +,765,208,208,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 3,1:true;0:false +,765,209,209,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 3,1:true;0:false +,765,210,210,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 3,1:true;0:false +,765,211,211,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 3,1:true;0:false +,765,212,212,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 3,1:true;0:false +,765,213,213,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 3,1:true;0:false +,765,214,214,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 3,1:true;0:false +,765,215,215,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 3,1:true;0:false +,765,216,247,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 4, +,765,248,255,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 4, +,765,256,256,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 4,1:true;0:false +,765,257,257,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 4,1:true;0:false +,765,258,258,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 4,1:true;0:false +,765,259,259,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 4,1:true;0:false +,765,260,260,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 4,1:true;0:false +,765,261,261,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 4,1:true;0:false +,765,262,262,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 4,1:true;0:false +,765,263,263,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 4,1:true;0:false +,765,264,295,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 5, +,765,296,303,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 5, +,765,304,304,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 5,1:true;0:false +,765,305,305,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 5,1:true;0:false +,765,306,306,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 5,1:true;0:false +,765,307,307,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 5,1:true;0:false +,765,308,308,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 5,1:true;0:false +,765,309,309,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 5,1:true;0:false +,765,310,310,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 5,1:true;0:false +,765,311,311,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 5,1:true;0:false +,765,312,343,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 6, +,765,344,351,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 6, +,765,352,352,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 6,1:true;0:false +,765,353,353,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 6,1:true;0:false +,765,354,354,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 6,1:true;0:false +,765,355,355,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 6,1:true;0:false +,765,356,356,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 6,1:true;0:false +,765,357,357,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 6,1:true;0:false +,765,358,358,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 6,1:true;0:false +,765,359,359,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 6,1:true;0:false +,765,360,391,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 7, +,765,392,399,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 7, +,765,400,400,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 7,1:true;0:false +,765,401,401,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 7,1:true;0:false +,765,402,402,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 7,1:true;0:false +,765,403,403,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 7,1:true;0:false +,765,404,404,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 7,1:true;0:false +,765,405,405,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 7,1:true;0:false +,765,406,406,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 7,1:true;0:false +,765,407,407,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 7,1:true;0:false +,765,408,439,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 8, +,765,440,447,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 8, +,765,448,448,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 8,1:true;0:false +,765,449,449,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 8,1:true;0:false +,765,450,450,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 8,1:true;0:false +,765,451,451,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 8,1:true;0:false +,765,452,452,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 8,1:true;0:false +,765,453,453,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 8,1:true;0:false +,765,454,454,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 8,1:true;0:false +,765,455,455,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 8,1:true;0:false +,765,456,487,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 9, +,765,488,495,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 9, +,765,496,496,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 9,1:true;0:false +,765,497,497,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 9,1:true;0:false +,765,498,498,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 9,1:true;0:false +,765,499,499,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 9,1:true;0:false +,765,500,500,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 9,1:true;0:false +,765,501,501,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 9,1:true;0:false +,765,502,502,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 9,1:true;0:false +,765,503,503,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 9,1:true;0:false +,765,504,535,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 10, +,765,536,543,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 10, +,765,544,544,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 10,1:true;0:false +,765,545,545,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 10,1:true;0:false +,765,546,546,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 10,1:true;0:false +,765,547,547,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 10,1:true;0:false +,765,548,548,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 10,1:true;0:false +,765,549,549,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 10,1:true;0:false +,765,550,550,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 10,1:true;0:false +,765,551,551,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 10,1:true;0:false +,765,552,583,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 11, +,765,584,591,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 11, +,765,592,592,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 11,1:true;0:false +,765,593,593,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 11,1:true;0:false +,765,594,594,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 11,1:true;0:false +,765,595,595,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 11,1:true;0:false +,765,596,596,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 11,1:true;0:false +,765,597,597,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 11,1:true;0:false +,765,598,598,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 11,1:true;0:false +,765,599,599,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 11,1:true;0:false +,765,600,631,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 12, +,765,632,639,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 12, +,765,640,640,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 12,1:true;0:false +,765,641,641,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 12,1:true;0:false +,765,642,642,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 12,1:true;0:false +,765,643,643,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 12,1:true;0:false +,765,644,644,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 12,1:true;0:false +,765,645,645,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 12,1:true;0:false +,765,646,646,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 12,1:true;0:false +,765,647,647,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 12,1:true;0:false +,765,648,679,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 13, +,765,680,687,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 13, +,765,688,688,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 13,1:true;0:false +,765,689,689,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 13,1:true;0:false +,765,690,690,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 13,1:true;0:false +,765,691,691,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 13,1:true;0:false +,765,692,692,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 13,1:true;0:false +,765,693,693,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 13,1:true;0:false +,765,694,694,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 13,1:true;0:false +,765,695,695,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 13,1:true;0:false +,765,696,727,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 14, +,765,728,735,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 14, +,765,736,736,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 14,1:true;0:false +,765,737,737,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 14,1:true;0:false +,765,738,738,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 14,1:true;0:false +,765,739,739,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 14,1:true;0:false +,765,740,740,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 14,1:true;0:false +,765,741,741,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 14,1:true;0:false +,765,742,742,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 14,1:true;0:false +,765,743,743,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 14,1:true;0:false +,765,744,775,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 15, +,765,776,783,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 15, +,765,784,784,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 15,1:true;0:false +,765,785,785,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 15,1:true;0:false +,765,786,786,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 15,1:true;0:false +,765,787,787,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 15,1:true;0:false +,765,788,788,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 15,1:true;0:false +,765,789,789,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 15,1:true;0:false +,765,790,790,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 15,1:true;0:false +,765,791,791,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 15,1:true;0:false +,765,792,823,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 16, +,765,824,831,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 16, +,765,832,832,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 16,1:true;0:false +,765,833,833,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 16,1:true;0:false +,765,834,834,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 16,1:true;0:false +,765,835,835,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 16,1:true;0:false +,765,836,836,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 16,1:true;0:false +,765,837,837,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 16,1:true;0:false +,765,838,838,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 16,1:true;0:false +,765,839,839,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 16,1:true;0:false +,765,840,871,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 17, +,765,872,879,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 17, +,765,880,880,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 17,1:true;0:false +,765,881,881,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 17,1:true;0:false +,765,882,882,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 17,1:true;0:false +,765,883,883,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 17,1:true;0:false +,765,884,884,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 17,1:true;0:false +,765,885,885,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 17,1:true;0:false +,765,886,886,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 17,1:true;0:false +,765,887,887,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 17,1:true;0:false +,765,888,919,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 18, +,765,920,927,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 18, +,765,928,928,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 18,1:true;0:false +,765,929,929,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 18,1:true;0:false +,765,930,930,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 18,1:true;0:false +,765,931,931,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 18,1:true;0:false +,765,932,932,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 18,1:true;0:false +,765,933,933,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 18,1:true;0:false +,765,934,934,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 18,1:true;0:false +,765,935,935,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 18,1:true;0:false +,765,936,967,1,0,0,,2132,6132,4ff,LAST_RKE_HISTO_ABSOLUTETIME 19, +,765,968,975,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_ID 19, +,765,976,976,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_SHORT_PRESSED 19,1:true;0:false +,765,977,977,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_SHORT_PRESSED 19,1:true;0:false +,765,978,978,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_SHORT_PRESSED 19,1:true;0:false +,765,979,979,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_SHORT_PRESSED 19,1:true;0:false +,765,980,980,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_1_LONG_PRESSED 19,1:true;0:false +,765,981,981,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_2_LONG_PRESSED 19,1:true;0:false +,765,982,982,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_3_LONG_PRESSED 19,1:true;0:false +,765,983,983,1,0,0,,2132,6132,ff,LAST_RKE_HISTO_BTN_4_LONG_PRESSED 19,1:true;0:false +,765,16,31,.01,0,2,s,2133,6133,ff,LONG_PRESS_TM_CF, +,765,16,31,1,0,0,,2134,6134,ff,RKE_CID1_COUNTER_S, +,765,32,47,1,0,0,,2134,6134,ff,RKE_CID2_COUNTER_S, +,765,48,63,1,0,0,,2134,6134,ff,RKE_CID3_COUNTER_S, +,765,64,79,1,0,0,,2134,6134,ff,RKE_CID4_COUNTER_S, +,765,16,23,10,0,0,ms,2135,6135,ff,CAN_BCM_CS_EMISSION_TM_TP, +,765,24,31,10,0,0,ms,2135,6135,ff,CRYPTO_RESPONSE_TM_TP, +,765,32,39,10,0,0,ms,2135,6135,ff,TCU_EMISSION_CS_TM_TP, +,765,18,18,1,0,0,,2136,6136,ff,CS_ERROR_RESPONSE_TCU,1:true;0:false +,765,19,19,1,0,0,,2136,6136,ff,BCM_CS_ARMED_S,1:true;0:false +,765,23,23,1,0,0,,2136,6136,ff,CAR_SHARING_AUTHORIZED,1:true;0:false +,765,24,24,1,0,0,,2136,6136,ff,CAN_TCU_CS_ACTIVE,1:true;0:false +,765,25,25,1,0,0,,2136,6136,ff,CAN_TCU_CS_AUTHORIZED,1:true;0:false +,765,16,16,1,0,0,,2137,6137,ff,EMM_CF,1:true;0:false +,765,16,16,1,0,0,,2138,6138,ff,ELECTRICAL_VEH_CF,1:true;0:false +,765,17,17,1,0,0,,2138,6138,ff,FRONT_DEFROST_CF,1:true;0:false +,765,18,18,1,0,0,,2138,6138,ff,OPENABLE_ROOF_CF,1:true;0:false +,765,19,19,1,0,0,,2138,6138,ff,CLIMATE_CONTROL_UNIT_CF,1:true;0:false +,765,16,16,1,0,0,,2139,6139,ff,PERIMETRIC_ALARM_CF,1:true;0:false +,765,17,17,1,0,0,,2139,6139,ff,SEPARATED_TAILGATE_CF,1:true;0:false +,765,18,18,1,0,0,,2139,6139,ff,UNDERHOOD_CF,1:true;0:false +,765,19,19,1,0,0,,2139,6139,ff,BIPBIP_LOCK_CF,1:true;0:false +,765,20,20,1,0,0,,2139,6139,ff,PANIC_BUTTON_CF,1:true;0:false +,765,16,31,10,0,0,ms,213A,613A,ff,HORN_DEACTIVATION_SEQUENCE_TM_TP, +,765,32,47,10,0,0,ms,213A,613A,ff,ALARM_FEEDBACK_ACTIVATION_TM_TP, +,765,48,63,10,0,0,ms,213A,613A,ff,BREAKING_IN_DETECTION_TM_TP, +,765,64,79,10,0,0,ms,213A,613A,ff,HORN_ACTIVATION_SEQUENCE_TM_TP, +,765,80,95,10,0,0,ms,213A,613A,ff,HORN_ACTIVATION_TM_TP, +,765,96,111,10,0,0,ms,213A,613A,ff,HORN_DEACTIVATION_TM_TP, +,765,112,119,1,0,0,,213A,613A,ff,MAX_BREAKING_IN_NUMBER_TP, +,765,120,135,10,0,0,ms,213A,613A,ff,BIPBIP_LOCK_TM_TP, +,765,136,151,10,0,0,ms,213A,613A,ff,BIPBIP_UNLOCK_TM_TP, +,765,16,23,1,0,0,,213B,613B,ff,LAST_VERLOG_STATUS,0:VERLOG_OFF;1:BAD_ECM_CHALLENGE;2:CHALLENGE_ANSWERED_BY_ECU +,765,24,31,1,0,0,,213B,613B,ff,ECM_IS_BLANK,0:SP_UNKNOWN;1:SP_IS_BLANK;2:SP_NOT_BLANK +,765,32,32,1,0,0,,213B,613B,ff,ECM_VERLOG_PROTECTION_S,1:true;0:false +,765,33,33,1,0,0,,213B,613B,ff,ECM_RES_VERLOG_PROTECTION_S,1:true;0:false +,765,40,47,1,0,0,,213B,613B,ff,LAST_RES_VERLOG_STATUS,0:RES_VERLOG_OFF;1:RES_BAD_ECM_CHALLENGE;2:RES_CHALLENGE_ANSWERED_BY_ECU +,765,16,16,1,0,0,,213C,613C,ff,CLUTCHEND_ALWAYS_SEEN_TFAIL_S,1:true;0:false +,765,24,24,1,0,0,,213C,613C,ff,NEUTRAL_CONTACT_FAILURE_S,1:true;0:false +,765,32,39,1,0,0,,213C,613C,ff,DISPLAY_REQUEST_CS, +,765,40,55,1,0,0,,213C,613C,ff,CUSTOMER_ACTION_CNT, +,765,56,56,1,0,0,,213C,613C,ff,I_ECO_MODE,1:true;0:false +,765,16,23,1,0,0,,213D,613D,ff,CUST_ACTION_MAX_TP, +,765,56,63,10,0,0,ms,213D,613D,ff,SKID_REEMISSION_REQUEST_TM_TP, +,765,64,71,1,0,0,km/h,213D,613D,ff,VHL_SPEED_THRESH_PARK_POS_TP, +,765,72,103,1,0,0,,213D,613D,4ff,LONG_DISPLAY_REQ_TM_TP, +,765,104,135,1,0,0,,213D,613D,4ff,SHORT_DISPLAY_REQ_TM_TP, +,765,136,151,.01,0,2,s,213D,613D,ff,ECOMODE_OVERDELAY_TM_TP, +,765,152,159,.01,0,2,s,213D,613D,ff,KEY_REMINDER_POLLING_PERIOD_TM_TP, +,765,160,175,1.66666666666667E-04,0,3,min,213D,613D,ff,KEY_REMINDER_POLLING_TIMEOUT_TM_TP, +,765,16,16,1,0,0,,213E,613E,ff,LEARNING_CARIMMO_NOT_FINISHED_S,1:true;0:false +,765,16,16,1,0,0,,213F,613F,ff,MMI_START_CF,1:true;0:false +,765,17,17,1,0,0,,213F,613F,ff,WITH_PARK_POSITION_CF,1:true;0:false +,765,18,18,1,0,0,,213F,613F,ff,LONG_TEMPO_DISPLAY_CF,1:true;0:false +,765,19,19,1,0,0,,213F,613F,ff,KEY_REMINDER_WARNING_CF,1:true;0:false +,765,20,20,1,0,0,,213F,613F,ff,ECOMODE_PREVIOUS_RESTART_CF,1:true;0:false +,765,16,23,1,0,0,,2141,6141,ff,IMMO_COUNTER_REMAINING_IGNITION_BEFORE_APV_CODE_ERASING, +,765,24,24,1,0,0,,2141,6141,ff,IMMO_FLAG_APV_CODE_RECOGNIZED,1:true;0:false +,765,25,25,1,0,0,,2141,6141,ff,IMMO_FLAG_BCM_AFTER_SALES_MODE_LAUNCHED,1:true;0:false +,765,26,26,1,0,0,,2141,6141,ff,IMMO_FLAG_CID_AFTER_SALES_MODE_LAUNCHED,1:true;0:false +,765,27,27,1,0,0,,2141,6141,ff,IMMO_FLAG_CUSTOMER_MODE_LAUNCHED,1:true;0:false +,765,28,28,1,0,0,,2141,6141,ff,IMMO_FLAG_ECM_AFTER_SALES_MODE_LAUNCHED,1:true;0:false +,765,29,29,1,0,0,,2141,6141,ff,IMMO_FLAG_GENESIS_MODE_LAUNCHED,1:true;0:false +,765,30,30,1,0,0,,2141,6141,ff,IMMO_FLAG_TIME_OUT_AFTER_SALES_MODE_REACHED,1:true;0:false +,765,31,31,1,0,0,,2141,6141,ff,IMMO_FLAG_AUTHORIZATION_TO_PAIR_ECM,1:true;0:false +,765,32,39,1,0,0,,2141,6141,ff,IMMO_STATE_AFTER_SALES_MODE_ROOT_ERROR, +,765,40,47,1,0,0,,2141,6141,ff,IMMO_STATE_ECM_AFTER_SALES_MODE_ENTER_FAILED, +,765,48,55,1,0,0,,2141,6141,ff,IMMO_STATE_ECM_AFTER_SALES_MODE_EXIT, +,765,56,63,1,0,0,,2141,6141,ff,IMMO_STATE_GENESIS_MODE_ROOT_ERROR, +,765,16,31,1.66666666666667E-04,0,3,min,2142,6142,ff,IMMO_TIMEOUT_AFTER_SALES_MODE_TM_CF, +,765,16,47,1,0,0,,2143,6143,4ff,IMMO_DURATION_AUTHORIZATION_ECM_PAIRING_TM_TP, +,765,48,55,1,0,0,,2143,6143,ff,IMMO_NB_IGNITION_AUTO_ERASE_APV_CODE_TP, +,765,16,16,1,0,0,,2144,6144,ff,ECU_IS_BLANK_S,1:true;0:false +,765,17,17,1,0,0,,2144,6144,ff,IMMO_FLAG_CODE_APV_AVAILABLE_S,1:true;0:false +,765,24,31,1,0,0,,2144,6144,ff,IMMO_COUNTER_IGNITION_S, +,765,32,39,1,0,0,,2144,6144,ff,IMMO_NB_CID_PAIRED_S, +,765,40,40,1,0,0,,2144,6144,ff,IMMO_FLAG_CODE_ECM_AVAILABLE_S,1:true;0:false +,765,48,175,1,0,0,,2144,6144,4ff,AfterSalesCode, +,765,16,23,1,0,0,,2145,6145,ff,PRECOND_BY_KEY_CF,0:PC_BY_KEY_NOT_EQUIPED;1:PC_BY_KEY_1;2:PC_BY_KEY_2;3:PC_BY_KEY_3;4:PC_BY_KEY_4 +,765,24,55,1,0,0,,2145,6145,4ff,TECHNICAL_TIMER_TM_CF, +,765,16,47,1,0,0,,2146,6146,4ff,MILEAGE_OF_ECU_RESET_S 0, +,765,48,79,1,0,0,,2146,6146,4ff,MILEAGE_OF_ECU_RESET_S 1, +,765,80,111,1,0,0,,2146,6146,4ff,MILEAGE_OF_ECU_RESET_S 2, +,765,112,143,1,0,0,,2146,6146,4ff,MILEAGE_OF_ECU_RESET_S 3, +,765,144,175,1,0,0,,2146,6146,4ff,MILEAGE_OF_ECU_RESET_S 4, +,765,16,23,1,0,0,,2147,6147,ff,CS_ANTISCANNING_MAX_TP, +,765,24,39,.01,0,2,s,2147,6147,ff,CS_ANTISCANNING_TM_TP, +,765,16,16,1,0,0,,2148,6148,ff,INTERMITTENT_RING_CF,1:true;0:false +,765,17,17,1,0,0,,2148,6148,ff,WIPING_BY_EMM_CF,1:true;0:false +,765,16,31,10,0,0,ms,2149,6149,ff,DROP_WIPE_TM_TP, +,765,32,47,10,0,0,ms,2149,6149,ff,FIXED_INT_TM_TP, +,765,48,63,10,0,0,ms,2149,6149,ff,FR_WASH_PROLONGATION_MAX_TM_TP, +,765,64,71,1,0,0,,2149,6149,ff,FR_WIPER_PROLONGATION_WIPES_TP, +,765,72,87,.01,0,2,V,2149,6149,ff,FR_WP_BATT_TH_MAX_TP, +,765,88,103,.01,0,2,V,2149,6149,ff,FR_WP_BATT_TH_MIN_TP, +,765,104,111,10,0,0,ms,2149,6149,ff,PAST_TIME_UPDATE_TM_TP, +,765,112,127,10,0,0,ms,2149,6149,ff,SWITCHOFF_INT_RELAY_TM_TP, +,765,128,135,10,0,0,ms,2149,6149,ff,WASH_WIPE_DELAY_TM_TP, +,765,136,143,10,0,0,ms,2149,6149,ff,WASHER_CONFIRMATION_TM_TP, +,765,144,159,.01,0,2,s,2149,6149,ff,STANDARD_INT_TM_TP 0, +,765,160,175,.01,0,2,s,2149,6149,ff,STANDARD_INT_TM_TP 1, +,765,176,191,.01,0,2,s,2149,6149,ff,STANDARD_INT_TM_TP 2, +,765,192,207,.01,0,2,s,2149,6149,ff,STANDARD_INT_TM_TP 3, +,765,208,223,.01,0,2,V,2149,6149,ff,CSW_INPUT_VOLTAGE_1_TP, +,765,224,239,.01,0,2,V,2149,6149,ff,CSW_INPUT_VOLTAGE_2_TP, +,765,240,255,.01,0,2,V,2149,6149,ff,CSW_INPUT_VOLTAGE_3_TP, +,765,256,271,.01,0,2,V,2149,6149,ff,CSW_INPUT_VOLTAGE_4_TP, +,765,16,16,1,0,0,,214A,614A,ff,I_FR_WASHER_SW,1:true;0:false +,765,17,17,1,0,0,,214A,614A,ff,I_FR_AUTOSTOP,1:true;0:false +,765,18,18,1,0,0,,214A,614A,ff,I_RR_WIPER_SW,1:true;0:false +,765,19,19,1,0,0,,214A,614A,ff,I_RR_AUTOSTOP_SW,1:true;0:false +,765,20,20,1,0,0,,214A,614A,ff,I_RR_WASHER_SW,1:true;0:false +,765,24,39,1,0,0,,214A,614A,ff,FR_INT_WIPER, +,765,40,40,1,0,0,,214A,614A,ff,O_FR_LS_WIPER,1:true;0:false +,765,41,41,1,0,0,,214A,614A,ff,O_REAR_WIPER,1:true;0:false +,765,16,16,1,0,0,,214B,614B,ff,I_BREAKEVEN_POINT_SW,1:true;0:false +,765,17,17,1,0,0,,214B,614B,ff,I_REAR_GEAR_SW,1:true;0:false +,765,24,31,1,0,0,,214B,614B,ff,NEUTRAL_CONTACT_STATUS,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,32,39,1,0,0,,214B,614B,ff,REAR_GEAR_STATUS,0:REAR_GEAR_RESERVED;1:REAR_GEAR_NOT_ENGAGED;2:REAR_GEAR_ENGAGED;3:REAR_GEAR_UNAVAILABLE +,765,40,40,1,0,0,,214B,614B,ff,BREAKEVEN_ALW_SEEN_FAILURE_S,1:true;0:false +,765,41,41,1,0,0,,214B,614B,ff,BREAKEVEN_NEVER_SEEN_FAILURE_S,1:true;0:false +,765,42,42,1,0,0,,214B,614B,ff,REAR_GEAR_ALW_SEEN_FAILURE_S,1:true;0:false +,765,16,16,1,0,0,,214C,614C,ff,BREAKEVEN_POINT_CF,1:true;0:false +,765,17,17,1,0,0,,214C,614C,ff,BREAKEVEN_POINT_ALWAYS_PRESENT_DETECTION_CF,1:true;0:false +,765,18,18,1,0,0,,214C,614C,ff,BREAKEVEN_POINT_NEVER_PRESENT_DETECTION_CF,1:true;0:false +,765,19,19,1,0,0,,214C,614C,ff,REAR_GEAR_ALWAYS_PRESENT_DETECTION_CF,1:true;0:false +,765,16,23,1,0,0,km,214D,614D,ff,BREAKEVEN_POINT_ALWAYS_PRESENT_DIST_TP, +,765,24,31,1,0,0,,214D,614D,ff,BREAKEVEN_POINT_MISSION_NB_TP, +,765,32,39,1,0,0,km,214D,614D,ff,BREAKEVEN_POINT_NEVER_PRESENT_DIST_TP, +,765,40,47,1,0,0,km,214D,614D,ff,BREAKEVEN_POINT_NO_FAIL_DIST_TP, +,765,48,63,.01,0,2,s,214D,614D,ff,BREAKEVEN_POINT_NO_FAIL_TM_TP, +,765,64,71,1,0,0,km,214D,614D,ff,REAR_GEAR_ALWAYS_PRESENT_DIST_TP, +,765,72,79,1,0,0,km,214D,614D,ff,REAR_GEAR_NO_FAIL_DIST_TP, +,765,16,23,1,0,0,,214E,614E,ff,HwLevel, +,765,16,23,1,0,0,,214F,614F,ff,BCM_CS_USER_IDENT,0:CS_UI_UNAVAILABLE;1:CS_UI_EXTERNAL_READER;2:CS_UI_CALL_CENTER;3:CS_UI_NOT_USED +,765,24,31,1,0,0,,214F,614F,ff,LAST_TCU_REQUEST,2:TCU_UNLOCK;0:TCU_NO_REQUEST;1:TCU_LOCK;3:TCU_REQUEST_NOT_USED +,765,32,39,1,0,0,,214F,614F,ff,TCU_REQUEST,2:TCU_UNLOCK;0:TCU_NO_REQUEST;1:TCU_LOCK;3:TCU_REQUEST_NOT_USED +,765,40,40,1,0,0,,214F,614F,ff,CS_ANTISCANNING_IS_ACTIVATED,1:true;0:false +,765,41,41,1,0,0,,214F,614F,ff,TCU_IS_AUTHENTICATED,1:true;0:false +,765,42,42,1,0,0,,214F,614F,ff,TCU_IS_LEARNT_S,1:true;0:false +,765,16,16,1,0,0,,2151,6151,ff,LAST_AUTHENTICATION_SUCCEED,1:true;0:false +,765,24,31,1,0,0,,2151,6151,ff,LAST_CID_USED, +,765,32,39,1,0,0,,2151,6151,ff,NB_AUTHENT_FAILED, +,765,40,47,1,0,0,,2151,6151,ff,NB_AUTHENT_SUCCEED, +,765,48,55,1,0,0,,2151,6151,ff,NB_IDENT_FAILED, +,765,56,63,1,0,0,,2151,6151,ff,NB_IDENT_SUCCEED, +,765,64,64,1,0,0,,2151,6151,ff,IMMO_FLAG_USER_AUTHENT_ALLOWED,1:true;0:false +,765,16,47,1,0,0,,2152,6152,4ff,PARKING_TIME_S, +,765,48,48,1,0,0,,2152,6152,ff,SOC_INIT_ACTIVATED_S,1:true;0:false +,765,56,71,1,0,0,,2152,6152,ff,V_BATT_NOLOAD_MEM, +,765,16,23,10,0,0,ms,2153,6153,ff,AUTHENT_TIMEOUT_TM_TP, +,765,16,16,1,0,0,,2154,6154,ff,SOC_INIT_CF,1:true;0:false +,765,16,31,10,0,0,ms,2155,6155,ff,SOC_INIT_DURATION_TM_TP, +,765,32,47,1,0,0,km,2155,6155,ff,SOC_INIT_MAX_DISTANCE_ACTIVATED_TP, +,765,48,55,1,0,0,,2155,6155,ff,TECH_WAKEUP_FOR_CHG_DETECT_TP, +,765,56,87,1,0,0,,2155,6155,4ff,TIME_MIN_FOR_SOC_VALID_TM_TP, +,765,88,103,.01,0,2,V,2155,6155,ff,V_BATT_WELL_CHARGED_TP, +,765,104,111,10,0,0,ms,2155,6155,ff,VBATT_STAB_TM_TP, +,765,120,135,.01,0,2,s,2155,6155,ff,CUSTOMER_PRESENCE_CONFIRMED_SOC_TM_TP, +,765,136,151,.01,0,2,V,2155,6155,ff,V_BATT_NOLOAD_INIT_TP, +,765,152,167,.01,0,2,V,2155,6155,ff,V_BATT_NOLOAD_TEMP_MIN_TP, +,765,168,175,10,0,0,ms,2155,6155,ff,VSYS_STAB_TM_TP, +,765,16,16,1,0,0,,2156,6156,ff,CID_AUTHENTICATED,1:true;0:false +,765,17,17,1,0,0,,2156,6156,ff,CID_IDENTIFIED,1:true;0:false +,765,18,18,1,0,0,,2156,6156,ff,CUSTOMER_AUTHENT_SESSION_IN_PROGRESS,1:true;0:false +,765,19,19,1,0,0,,2156,6156,ff,DIAG_TRANSP_IDE_OK,1:true;0:false +,765,20,20,1,0,0,,2156,6156,ff,DIAG_TRANSP_RESPONSE_OK,1:true;0:false +,765,21,21,1,0,0,,2156,6156,ff,DIAG_TRANSP_RESPONSE_RECEIVED,1:true;0:false +,765,22,22,1,0,0,,2156,6156,ff,SINGLE_IDENT_SESSION_IN_PROGRESS,1:true;0:false +,765,23,23,1,0,0,,2156,6156,ff,TEST_CID_IN_PROGRESS,1:true;0:false +,765,24,55,1,0,0,,2156,6156,4ff,DIAG_TRANSP_IDE_RECEIVED, +,765,56,71,1,0,0,,2156,6156,ff,PERM_AUTHENT_COUNTER, +,765,72,87,1,0,0,,2156,6156,ff,PERM_AUTHENT_DELAY_COUNTER, +,765,88,103,1,0,0,,2156,6156,ff,PERM_AUTHENT_FAILED_COUNTER, +,765,104,111,1,0,0,,2156,6156,ff,LAST_CID_AUTHENT_NUMBER, +,765,112,112,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_BLANK,1:true;0:false +,765,120,120,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_CURRENT_STATUS,1:true;0:false +,765,128,128,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_IN_TBS,1:true;0:false +,765,136,136,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_PB_COIL,1:true;0:false +,765,144,144,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_PB_IDEnotreceived,1:true;0:false +,765,152,152,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_PB_NO_Challenge,1:true;0:false +,765,160,160,1,0,0,,2156,6156,ff,IMMO_FLAG_SR_ANALYZE_CID_PB_TBS,1:true;0:false +,765,16,31,.01,0,2,s,2157,6157,ff,IMMO_TIME_OUT_LEARNING_KEY_TM_CF, +,765,32,32,1,0,0,,2157,6157,ff,LOCK_CRYPTO_PAGES_CF,1:true;0:false +,765,16,16,1,0,0,,2158,6158,ff,WRITING_PAIRING_CONTEXT_TP,1:true;0:false +,765,24,31,10,0,0,ms,2158,6158,ff,WRITING_TIMEOUT_TM_TP, +,765,32,47,.01,0,2,s,2158,6158,ff,CUSTOMER_AUTHENT_TIMEOUT_TM_TP, +,765,48,63,10,0,0,ms,2158,6158,ff,LOCKING_TIMEOUT_TM_TP, +,765,64,79,.01,0,2,s,2158,6158,ff,TRANSP_TIMEOUT_AUTH_TM_TP, +,765,80,95,10,0,0,ms,2158,6158,ff,TRANSP_TIMEOUT_RESPONSE_TM_TP, +,765,96,103,1,0,0,,2158,6158,ff,CKC_PHIOC_TP, +,765,16,23,1,0,0,,2159,6159,ff,GET_LAST_CONFIGURATION_ERROR_S,0:ATCIDCNF_OPERATION_SUCCESSFUL;1:ATCIDCNF_ERROR_TRANSPORT_AUTH;2:ATCIDCNF_ERROR_ALREADY_KEY_LEARNING;3:ATCIDCNF_ERROR_LOCKED_KEY;4:ATCIDCNF_ERROR_SET_BANK;5:ATCIDCNF_ERROR_WRITE_RSK;6:ATCIDCNF_ERROR_WRITE_ISK;7:ATCIDCNF_ERROR_AUTH_NEW_ISK;8:ATCIDCNF_ERROR_EEPROM_FAILURE;9:ATCIDCNF_ERROR_UNKNOWN_BLANK_CID;10:ATCIDCNF_ERROR_TIMEOUT_CID_CONF;11:ATCIDCNF_TRP_DRIVER_NOT_AVAILABLE;12:ATCIDCNF_ERROR_INVALID_CID_NUMBER;13:ATCIDCNF_ERROR_INVALID_OPERATION;14:ATCIDCNF_ERROR_RESYNCH +,765,24,39,1,0,0,,2159,6159,ff,CUSTOMER_AUTHENT_COUNTER_DELAY_S, +,765,40,55,1,0,0,,2159,6159,ff,CUSTOMER_AUTHENT_COUNTER_FAILED_S, +,765,56,71,1,0,0,,2159,6159,ff,CUSTOMER_AUTHENT_COUNTER_S, +,765,72,103,1,0,0,,2159,6159,4ff,IDE_S 0, +,765,104,135,1,0,0,,2159,6159,4ff,IDE_S 1, +,765,136,167,1,0,0,,2159,6159,4ff,IDE_S 2, +,765,168,199,1,0,0,,2159,6159,4ff,IDE_S 3, +,765,16,16,1,0,0,,215A,615A,ff,R_HAZARD_SIGNAL_CRASH_S,1:true;0:false +,765,17,17,1,0,0,,215A,615A,ff,R_FLASH_RIGHT_SW,1:true;0:false +,765,18,18,1,0,0,,215A,615A,ff,R_FLASH_LEFT_SW,1:true;0:false +,765,19,19,1,0,0,,215A,615A,ff,I_HAZARD_SW,1:true;0:false +,765,20,20,1,0,0,,215A,615A,ff,WARNING_LED_ON,1:true;0:false +,765,21,21,1,0,0,,215A,615A,ff,DI_LAMP_LEFT_FR_ON,1:true;0:false +,765,22,22,1,0,0,,215A,615A,ff,DI_LAMP_RIGHT_FR_ON,1:true;0:false +,765,16,16,1,0,0,,215B,615B,ff,HAZARD_WITH_BRAKE_CF,1:true;0:false +,765,17,17,1,0,0,,215B,615B,ff,HAZARD_WITH_CRASH_CF,1:true;0:false +,765,18,18,1,0,0,,215B,615B,ff,OVERLOAD_BY_SMART_CF,1:true;0:false +,765,19,19,1,0,0,,215B,615B,ff,T_PULSE_CF,1:true;0:false +,765,20,20,1,0,0,,215B,615B,ff,PC_SIGNALISATION_CF,1:true;0:false +,765,16,31,.01,0,2,s,215C,615C,ff,ALARM_WARNING_HOLD_TM_TP, +,765,32,39,10,0,0,ms,215C,615C,ff,FLASHING_ON_TIME_TP, +,765,40,47,10,0,0,ms,215C,615C,ff,PULSE_TURN_SW_TM_TP, +,765,48,63,.01,0,2,s,215C,615C,ff,PRECONDITIONING_FLASH_TM_TP, +,765,16,31,10,0,0,ms,215D,615D,ff,REAR_AUTO_STOP_DISREGARD_TM_TP, +,765,32,47,10,0,0,ms,215D,615D,ff,REAR_DROP_WIPE_TM_TP, +,765,48,63,10,0,0,ms,215D,615D,ff,REAR_WIPER_CHECK_FR_WP_POSITION_TM_TP, +,765,64,79,10,0,0,ms,215D,615D,ff,REAR_WIPER_COOL_OFF_TM_TP, +,765,80,95,10,0,0,ms,215D,615D,ff,REAR_WIPER_INT_PERIOD_TP, +,765,96,111,1,0,0,km/h,215D,615D,ff,REAR_WIPER_OVERSPEED_TH_TP, +,765,112,119,1,0,0,,215D,615D,ff,REAR_WIPER_PROLONGATION_WIPES_TP, +,765,120,135,10,0,0,ms,215D,615D,ff,REAR_WIPER_SUPPLY_TM_TP, +,765,136,151,10,0,0,ms,215D,615D,ff,REVERSE_DELAY_TIME_TP, +,765,152,167,10,0,0,ms,215D,615D,ff,WASHER_HOLD_TIME_TM_TP, +,765,168,183,10,0,0,ms,215D,615D,ff,REAR_WIPER_CYCLE_TM_TP, +,765,16,16,1,0,0,,215E,615E,ff,LINKED_WITH_REVERSE_CF,1:true;0:false +,765,17,17,1,0,0,,215E,615E,ff,REAR_WIPER_AF_CF,1:true;0:false +,765,18,18,1,0,0,,215E,615E,ff,REAR_WIPER_CF,1:true;0:false +,765,24,39,1,0,0,km/h,215E,615E,ff,REAR_WIPER_INT_SPEED_TH_CF 0, +,765,40,55,1,0,0,km/h,215E,615E,ff,REAR_WIPER_INT_SPEED_TH_CF 1, +,765,56,71,1,0,0,km/h,215E,615E,ff,REAR_WIPER_INT_SPEED_TH_CF 2, +,765,72,87,10,0,0,ms,215E,615E,ff,REAR_WIPER_INT_VALUES_TM_CF 0, +,765,88,103,10,0,0,ms,215E,615E,ff,REAR_WIPER_INT_VALUES_TM_CF 1, +,765,104,119,10,0,0,ms,215E,615E,ff,REAR_WIPER_INT_VALUES_TM_CF 2, +,765,120,135,10,0,0,ms,215E,615E,ff,REAR_WIPER_INT_VALUES_TM_CF 3, +,765,136,151,10,0,0,ms,215E,615E,ff,REAR_WIPER_PROTECTION_TM_CF, +,765,16,31,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 0, +,765,32,47,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 1, +,765,48,63,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 2, +,765,64,79,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 3, +,765,80,95,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 4, +,765,96,111,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 5, +,765,112,127,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 6, +,765,128,143,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 7, +,765,144,159,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 8, +,765,160,175,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 9, +,765,176,191,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 10, +,765,192,207,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 11, +,765,208,223,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 12, +,765,224,239,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 13, +,765,240,255,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 14, +,765,256,271,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 0, +,765,272,287,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 1, +,765,288,303,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 2, +,765,304,319,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 3, +,765,320,335,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 4, +,765,336,351,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 5, +,765,352,367,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 6, +,765,368,383,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 7, +,765,384,399,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 8, +,765,400,415,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 9, +,765,416,431,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 10, +,765,432,447,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 11, +,765,448,463,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 12, +,765,464,479,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 13, +,765,480,495,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 14, +,765,496,511,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 0, +,765,512,527,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 1, +,765,528,543,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 2, +,765,544,559,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 3, +,765,560,575,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 4, +,765,576,591,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 5, +,765,592,607,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 6, +,765,608,623,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 7, +,765,624,639,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 8, +,765,640,655,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 9, +,765,656,671,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 10, +,765,672,687,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 11, +,765,688,703,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 12, +,765,704,719,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 13, +,765,720,735,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 14, +,765,736,751,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 15, +,765,752,767,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 16, +,765,768,783,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 17, +,765,784,799,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 18, +,765,800,815,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 15, +,765,816,831,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 16, +,765,832,847,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 17, +,765,848,863,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 18, +,765,864,879,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 15, +,765,880,895,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 16, +,765,896,911,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 17, +,765,912,927,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 18, +,765,928,943,1,0,0,,215F,615F,ff,X_TPASS_DETECTED_TP 19, +,765,944,959,1,0,0,,215F,615F,ff,X_TFAIL_DETECTED_TP 19, +,765,960,975,1,0,0,,215F,615F,ff,X_TCONF_REVERS_TP 19, +,765,16,23,1,0,0,,2161,6161,ff,RESYNC_COUNTER_1, +,765,24,31,1,0,0,,2161,6161,ff,RESYNC_COUNTER_2, +,765,32,39,1,0,0,,2161,6161,ff,RESYNC_COUNTER_3, +,765,40,47,1,0,0,,2161,6161,ff,RESYNC_COUNTER_4, +,765,48,55,1,0,0,,2161,6161,ff,FAILED_RESYNC_COUNTER_1, +,765,56,63,1,0,0,,2161,6161,ff,FAILED_RESYNC_COUNTER_2, +,765,64,71,1,0,0,,2161,6161,ff,FAILED_RESYNC_COUNTER_3, +,765,72,79,1,0,0,,2161,6161,ff,FAILED_RESYNC_COUNTER_4, +,765,16,16,1,0,0,,2162,6162,ff,OH_Relay1Command, +,765,17,17,1,0,0,,2162,6162,ff,OH_Relay2Command, +,765,18,18,1,0,0,,2162,6162,ff,OH_Relay3Command, +,765,19,19,1,0,0,,2162,6162,ff,ILW_NoBlowerFan, +,765,16,16,1,0,0,,2163,6163,ff,CL_PTCArchi, +,765,17,17,1,0,0,,2163,6163,ff,CL_AlternatorLoadArchi, +,765,18,18,1,0,0,,2163,6163,ff,CL_PTCType, +,765,16,16,1,0,0,,2164,6164,ff,RKE_CID_NEED_RESYNC_ID_1_S,1:true;0:false +,765,17,17,1,0,0,,2164,6164,ff,RKE_CID_NEED_RESYNC_ID_2_S,1:true;0:false +,765,18,18,1,0,0,,2164,6164,ff,RKE_CID_NEED_RESYNC_ID_3_S,1:true;0:false +,765,19,19,1,0,0,,2164,6164,ff,RKE_CID_NEED_RESYNC_ID_4_S,1:true;0:false +,765,24,55,1,0,0,,2164,6164,4ff,LAST_SYNC_VALUE_1_S, +,765,56,87,1,0,0,,2164,6164,4ff,LAST_SYNC_VALUE_2_S, +,765,88,119,1,0,0,,2164,6164,4ff,LAST_SYNC_VALUE_3_S, +,765,120,151,1,0,0,,2164,6164,4ff,LAST_SYNC_VALUE_4_S, +,765,152,152,1,0,0,,2164,6164,ff,KEY_1_SYNC_S,1:true;0:false +,765,153,153,1,0,0,,2164,6164,ff,KEY_2_SYNC_S,1:true;0:false +,765,154,154,1,0,0,,2164,6164,ff,KEY_4_SYNC_S,1:true;0:false +,765,155,155,1,0,0,,2164,6164,ff,KEY_3_SYNC_S,1:true;0:false +,765,160,191,1,0,0,,2164,6164,4ff,LAST_RESYNC_READ_1_S, +,765,192,223,1,0,0,,2164,6164,4ff,LAST_RESYNC_READ_2_S, +,765,224,255,1,0,0,,2164,6164,4ff,LAST_RESYNC_READ_3_S, +,765,256,287,1,0,0,,2164,6164,4ff,LAST_RESYNC_READ_4_S, +,765,288,319,1,0,0,,2164,6164,4ff,LAST_RESYNC_WRITTEN_1_S, +,765,320,351,1,0,0,,2164,6164,4ff,LAST_RESYNC_WRITTEN_2_S, +,765,352,383,1,0,0,,2164,6164,4ff,LAST_RESYNC_WRITTEN_3_S, +,765,384,415,1,0,0,,2164,6164,4ff,LAST_RESYNC_WRITTEN_4_S, +,765,736,751,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 0, +,765,752,767,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 1, +,765,768,783,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 2, +,765,784,799,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 3, +,765,800,815,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 4, +,765,816,831,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 5, +,765,832,847,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 6, +,765,848,863,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 7, +,765,864,879,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 8, +,765,880,895,1,0,0,rpm,2165,6165,ff,C1d_DzoAltLoadStart_In 9, +,765,16,31,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 0, +,765,32,47,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 1, +,765,48,63,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 2, +,765,64,79,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 3, +,765,80,95,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 4, +,765,96,111,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 5, +,765,112,127,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 6, +,765,128,143,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 7, +,765,144,159,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 8, +,765,160,175,1,0,0,rpm,2166,6166,ff,C1d_DzoAltLoadEnd_In 9, +,765,176,191,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 0, +,765,192,207,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 1, +,765,208,223,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 2, +,765,224,239,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 3, +,765,240,255,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 4, +,765,256,271,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 5, +,765,272,287,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 6, +,765,288,303,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 7, +,765,304,319,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 8, +,765,320,335,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadEnd_Out 9, +,765,336,351,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 0, +,765,352,367,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 1, +,765,368,383,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 2, +,765,384,399,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 3, +,765,400,415,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 4, +,765,416,431,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 5, +,765,432,447,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 6, +,765,448,463,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 7, +,765,464,479,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 8, +,765,480,495,.5,200,1,%,2166,6166,ff,C1d_DzoAltLoadStart_Out 9, +,765,528,535,.5,0,1,%,2166,6166,ff,KH_AlternatorLoadFilter_DV, +,765,536,543,.01,0,2,s,2166,6166,ff,KH_AlternatorLoadFilter_Ts, +,765,544,551,.5,0,1,%,2166,6166,ff,KH_AlternatorLoadSetting, +,765,552,559,.05,0,2,,2166,6166,ff,KH_AlternatorPulleyRatio, +,765,560,575,1,0,0,%,2166,6166,ff,KH_AlternatorSpeed_DV, +,765,576,591,1,0,0,rpm,2166,6166,ff,KH_AlternatorSpeed_IV, +,765,592,607,.5,200,1,%,2166,6166,ff,KH_AltLoadErrorManaged_IV, +,765,624,631,1,0,0,,2166,6166,ff,KH_ElectricalPowerCutFreeze_DV, +,765,632,632,1,0,0,,2166,6166,ff,KH_EnableBlowerState, +,765,633,633,1,0,0,,2166,6166,ff,KH_EnableECMCutOff, +,765,634,634,1,0,0,,2166,6166,ff,KH_EnableECMFreezing, +,765,640,647,1,40,0,%,2166,6166,ff,KH_EngineCoolantTemp_DV, +,765,648,663,.0001,0,3,,2166,6166,ff,KH_EngineCoolantTempFilter_flt, +,765,664,671,1,0,0,,2166,6166,ff,KH_EngineStatus_R_DV, +,765,672,679,1,40,0,°C,2166,6166,ff,KH_ExternalTemp_DV, +,765,680,695,.0001,0,3,,2166,6166,ff,KH_ExtTempFilter_flt, +,765,696,703,1,0,0,,2166,6166,ff,KH_HsaNumberPTC, +,765,720,727,1,0,0,%,2166,6166,ff,KH_HysCTP1_Offset, +,765,728,735,1,0,0,%,2166,6166,ff,KH_HysCTP2_Offset, +,765,736,743,1,0,0,%,2166,6166,ff,KH_HysCTP3_Offset, +,765,744,751,1,0,0,%,2166,6166,ff,KH_HysCTP4_Offset, +,765,752,759,1,0,0,%,2166,6166,ff,KH_HysCTP5_Offset, +,765,760,775,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL1_SwOFF, +,765,776,791,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL1_SwON, +,765,792,807,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL2_SwOFF, +,765,808,823,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL2_SwON, +,765,824,839,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL3_SwOFF, +,765,840,855,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL3_SwON, +,765,856,871,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL4_SwOFF, +,765,872,887,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL4_SwON, +,765,888,903,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL5_SwOFF, +,765,904,919,.01,0,2,,2166,6166,ff,KH_HysPTCDiscreteL5_SwON, +,765,920,927,1,0,0,,2166,6166,ff,KH_MaxPTCNumber, +,765,944,951,1,0,0,,2166,6166,ff,KH_PTCNumberThermalRequest_DV, +,765,952,959,.01,0,2,s,2166,6166,ff,KH_PTCRelayActiveMinTime, +,765,960,960,1,0,0,,2166,6166,ff,KH_Relay1Level0, +,765,961,961,1,0,0,,2166,6166,ff,KH_Relay1Level1, +,765,962,962,1,0,0,,2166,6166,ff,KH_Relay1Level2, +,765,963,963,1,0,0,,2166,6166,ff,KH_Relay1Level3, +,765,964,964,1,0,0,,2166,6166,ff,KH_Relay1Level4, +,765,965,965,1,0,0,,2166,6166,ff,KH_Relay1Level5, +,765,966,966,1,0,0,,2166,6166,ff,KH_Relay2Level0, +,765,967,967,1,0,0,,2166,6166,ff,KH_Relay2Level1, +,765,968,968,1,0,0,,2166,6166,ff,KH_Relay2Level2, +,765,969,969,1,0,0,,2166,6166,ff,KH_Relay2Level3, +,765,970,970,1,0,0,,2166,6166,ff,KH_Relay2Level4, +,765,971,971,1,0,0,,2166,6166,ff,KH_Relay2Level5, +,765,972,972,1,0,0,,2166,6166,ff,KH_Relay3Level0, +,765,973,973,1,0,0,,2166,6166,ff,KH_Relay3Level1, +,765,974,974,1,0,0,,2166,6166,ff,KH_Relay3Level2, +,765,975,975,1,0,0,,2166,6166,ff,KH_Relay3Level3, +,765,976,976,1,0,0,,2166,6166,ff,KH_Relay3Level4, +,765,977,977,1,0,0,,2166,6166,ff,KH_Relay3Level5, +,765,978,978,1,0,0,,2166,6166,ff,KH_BlowerState_DV, +,765,984,991,.1,0,1,V,2166,6166,ff,KH_BatteryLoad_DV, +,765,16,23,.01,0,2,s,2167,6167,ff,KH_UndPTCNumberAuthorized_Ts, +,765,24,31,.01,0,2,s,2167,6167,ff,KH_WaitForPTCDecrease, +,765,32,39,.01,0,2,s,2167,6167,ff,KH_WaitForPTCIncrease, +,765,40,47,.01,0,2,s,2167,6167,ff,KH_WaitForPTCSwitching, +,765,48,55,.01,0,2,s,2167,6167,ff,PTCPeriodicity, +,765,56,63,1,0,0,,2167,6167,ff,T1d_PowerDrived_Index 0, +,765,64,71,1,0,0,,2167,6167,ff,T1d_PowerDrived_Index 1, +,765,72,79,1,0,0,,2167,6167,ff,T1d_PowerDrived_Index 2, +,765,80,87,1,0,0,,2167,6167,ff,T1d_PowerDrived_Index 3, +,765,88,95,1,0,0,,2167,6167,ff,T1d_PowerDrived_Index 4, +,765,96,103,1,0,0,,2167,6167,ff,T1d_PowerDrived_Index 5, +,765,104,111,100,0,0,W,2167,6167,ff,T1d_PowerDrived_Out 0, +,765,112,119,100,0,0,W,2167,6167,ff,T1d_PowerDrived_Out 1, +,765,120,127,100,0,0,W,2167,6167,ff,T1d_PowerDrived_Out 2, +,765,128,135,100,0,0,W,2167,6167,ff,T1d_PowerDrived_Out 3, +,765,136,143,100,0,0,W,2167,6167,ff,T1d_PowerDrived_Out 4, +,765,144,151,100,0,0,W,2167,6167,ff,T1d_PowerDrived_Out 5, +,765,152,159,.01,0,2,s,2167,6167,ff,KH_TsAltLoad, +,765,160,175,.01,0,2,,2167,6167,ff,KH_UndIntegralAltLoad_IV, +,765,176,183,.01,0,2,,2167,6167,ff,KH_UndIntegralAltLoad_Ts, +,765,184,199,.01,0,2,,2167,6167,ff,KH_UndPTCLinearLimit_IV, +,765,200,207,.01,0,2,s,2167,6167,ff,KH_UndPTCLinearLimit_Ts, +,765,208,215,1,0,0,,2167,6167,ff,KH_UndPTCNumberAuthorized_IV, +,765,216,231,.001,0,3,,2167,6167,ff,KH_KAlternatorLoadFilter, +,765,232,247,.001,0,3,,2167,6167,ff,KH_KiAltLoadErrorNeg, +,765,248,263,.001,0,3,,2167,6167,ff,KH_KiAltLoadErrorPos, +,765,264,279,.0001,0,3,,2167,6167,ff,KH_KpAltLoadErrorNeg, +,765,280,295,.0001,0,3,,2167,6167,ff,KH_KpAltLoadErrorPos, +,765,296,311,.01,0,2,,2167,6167,ff,KH_SatPTCLinearLimit_Lw, +,765,312,327,.01,0,2,,2167,6167,ff,KH_SatPTCLinearLimit_Up, +,765,328,343,.01,0,2,s,2167,6167,ff,KH_TmaxPTCCutOff, +,765,344,359,.01,0,2,s,2167,6167,ff,KH_TmaxPTCFreeze, +,765,360,367,.1,0,1,V,2167,6167,ff,KH_HysBattVoltage_SwON, +,765,376,383,.1,0,1,V,2167,6167,ff,KH_HysBattVoltage_SwOFF, +,765,16,47,1,0,0,,2168,6168,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,2168,6168,ff,SSREH_SAV_AWK_PUSH_BUTN_INDEX_NUMBER, +,765,56,87,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_ABSOLUTE_TIME 0, +,765,88,119,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_DISTANCE_TOTALIZER 0, +,765,120,151,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_ABSOLUTE_TIME 1, +,765,152,183,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_DISTANCE_TOTALIZER 1, +,765,184,215,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_ABSOLUTE_TIME 2, +,765,216,247,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_DISTANCE_TOTALIZER 2, +,765,248,279,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_ABSOLUTE_TIME 3, +,765,280,311,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_DISTANCE_TOTALIZER 3, +,765,312,343,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_ABSOLUTE_TIME 4, +,765,344,375,1,0,0,,2168,6168,4ff,SSREH_SAV_AWK_PUSH_BUTN_DISTANCE_TOTALIZER 4, +,765,16,47,1,0,0,,2169,6169,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_INDEX_NUMBER, +,765,56,87,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_ABSOLUTE_TIME 0, +,765,88,95,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MAX_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,96,103,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MIN_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,104,111,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CRANKING_FAILURE_CS 0, +,765,112,143,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_DISTANCE_TOTALIZER 0, +,765,144,151,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_NEUTRAL_CONTACT_STATUS 0,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,152,159,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_VEHICLESTATE_T4 0,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,160,191,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_ABSOLUTE_TIME 1, +,765,192,199,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MAX_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,200,207,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MIN_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,208,215,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CRANKING_FAILURE_CS 1, +,765,216,247,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_DISTANCE_TOTALIZER 1, +,765,248,255,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_NEUTRAL_CONTACT_STATUS 1,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,256,263,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_VEHICLESTATE_T4 1,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,264,295,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_ABSOLUTE_TIME 2, +,765,296,303,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MAX_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,304,311,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MIN_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,312,319,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CRANKING_FAILURE_CS 2, +,765,320,351,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_DISTANCE_TOTALIZER 2, +,765,352,359,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_NEUTRAL_CONTACT_STATUS 2,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,360,367,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_VEHICLESTATE_T4 2,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,368,399,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_ABSOLUTE_TIME 3, +,765,400,407,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MAX_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,408,415,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MIN_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,416,423,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CRANKING_FAILURE_CS 3, +,765,424,455,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_DISTANCE_TOTALIZER 3, +,765,456,463,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_NEUTRAL_CONTACT_STATUS 3,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,464,471,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_VEHICLESTATE_T4 3,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,472,503,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_ABSOLUTE_TIME 4, +,765,504,511,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MAX_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,512,519,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CLUTCH_SW_MIN_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,520,527,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_CRANKING_FAILURE_CS 4, +,765,528,559,1,0,0,,2169,6169,4ff,SSREH_SAV_FAL_ERRORS_DISTANCE_TOTALIZER 4, +,765,560,567,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_NEUTRAL_CONTACT_STATUS 4,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,568,575,1,0,0,,2169,6169,ff,SSREH_SAV_FAL_ERRORS_VEHICLESTATE_T4 4,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,16,47,1,0,0,,216A,616A,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_INDEX_NUMBER, +,765,56,87,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_ABSOLUTE_TIME 0, +,765,88,95,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_APB_REQUEST 0,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,96,103,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MAX_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,104,111,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MIN_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,112,119,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CRANKING_FAILURE_CS 0, +,765,120,151,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_DISTANCE_TOTALIZER 0, +,765,152,152,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_IGNITION_SUPPLY_CONFIRMED 0,1:true;0:false +,765,160,167,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_NEUTRAL_CONTACT_STATUS 0,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,168,175,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_VEHICLESTATE_T4 0,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,176,207,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_ABSOLUTE_TIME 1, +,765,208,215,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_APB_REQUEST 1,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,216,223,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MAX_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,224,231,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MIN_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,232,239,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CRANKING_FAILURE_CS 1, +,765,240,271,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_DISTANCE_TOTALIZER 1, +,765,272,272,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_IGNITION_SUPPLY_CONFIRMED 1,1:true;0:false +,765,280,287,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_NEUTRAL_CONTACT_STATUS 1,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,288,295,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_VEHICLESTATE_T4 1,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,296,327,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_ABSOLUTE_TIME 2, +,765,328,335,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_APB_REQUEST 2,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,336,343,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MAX_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,344,351,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MIN_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,352,359,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CRANKING_FAILURE_CS 2, +,765,360,391,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_DISTANCE_TOTALIZER 2, +,765,392,399,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_NEUTRAL_CONTACT_STATUS 2,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,400,400,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_IGNITION_SUPPLY_CONFIRMED 2,1:true;0:false +,765,408,415,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_VEHICLESTATE_T4 2,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,416,447,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_ABSOLUTE_TIME 3, +,765,448,455,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_APB_REQUEST 3,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,456,463,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MAX_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,464,471,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MIN_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,472,479,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CRANKING_FAILURE_CS 3, +,765,480,511,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_DISTANCE_TOTALIZER 3, +,765,512,512,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_IGNITION_SUPPLY_CONFIRMED 3,1:true;0:false +,765,520,527,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_NEUTRAL_CONTACT_STATUS 3,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,528,535,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_VEHICLESTATE_T4 3,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,536,567,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_ABSOLUTE_TIME 4, +,765,568,575,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_APB_REQUEST 4,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,576,583,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MAX_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,584,591,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CLUTCH_SW_MIN_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,592,599,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_CRANKING_FAILURE_CS 4, +,765,600,631,1,0,0,,216A,616A,4ff,SSREH_SAV_RSTRT_FAIL_DISTANCE_TOTALIZER 4, +,765,632,632,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_IGNITION_SUPPLY_CONFIRMED 4,1:true;0:false +,765,640,647,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_NEUTRAL_CONTACT_STATUS 4,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,648,655,1,0,0,,216A,616A,ff,SSREH_SAV_RSTRT_FAIL_VEHICLESTATE_T4 4,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,16,47,1,0,0,,216B,616B,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_INDEX_NUMBER, +,765,56,87,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_ABSOLUTE_TIME 0, +,765,88,95,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_AUTO_START_AUTHORIZATION 0,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,96,96,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_CAN_EMM_PRESENT 0,1:true;0:false +,765,104,135,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_DISTANCE_TOTALIZER 0, +,765,136,143,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_ENGINE_STATUS 0,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,144,175,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_ABSOLUTE_TIME 1, +,765,176,183,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_AUTO_START_AUTHORIZATION 1,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,184,184,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_CAN_EMM_PRESENT 1,1:true;0:false +,765,192,223,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_DISTANCE_TOTALIZER 1, +,765,224,231,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_ENGINE_STATUS 1,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,232,263,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_ABSOLUTE_TIME 2, +,765,264,271,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_AUTO_START_AUTHORIZATION 2,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,272,272,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_CAN_EMM_PRESENT 2,1:true;0:false +,765,280,311,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_DISTANCE_TOTALIZER 2, +,765,312,319,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_ENGINE_STATUS 2,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,320,351,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_ABSOLUTE_TIME 3, +,765,352,359,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_AUTO_START_AUTHORIZATION 3,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,360,360,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_CAN_EMM_PRESENT 3,1:true;0:false +,765,368,399,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_DISTANCE_TOTALIZER 3, +,765,400,407,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_ENGINE_STATUS 3,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,408,439,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_ABSOLUTE_TIME 4, +,765,440,447,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_AUTO_START_AUTHORIZATION 4,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,448,448,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_CAN_EMM_PRESENT 4,1:true;0:false +,765,456,487,1,0,0,,216B,616B,4ff,SSREH_SAV_RSTRT_FORBID_DISTANCE_TOTALIZER 4, +,765,488,495,1,0,0,,216B,616B,ff,SSREH_SAV_RSTRT_FORBID_ENGINE_STATUS 4,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,16,47,1,0,0,,216C,616C,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_INDEX_NUMBER, +,765,56,87,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_ABSOLUTE_TIME 0, +,765,88,95,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_AUTO_START_AUTHORIZATION 0,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,96,103,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_CRANKING_FAILURE_CS 0, +,765,104,135,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_DISTANCE_TOTALIZER 0, +,765,136,143,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_ENGINE_STOP_ORIGIN 0, +,765,144,151,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_VEHICLESTATE_T4 0,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,152,183,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_ABSOLUTE_TIME 1, +,765,184,191,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_AUTO_START_AUTHORIZATION 1,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,192,199,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_CRANKING_FAILURE_CS 1, +,765,200,231,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_DISTANCE_TOTALIZER 1, +,765,232,239,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_ENGINE_STOP_ORIGIN 1, +,765,240,247,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_VEHICLESTATE_T4 1,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,248,279,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_ABSOLUTE_TIME 2, +,765,280,287,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_AUTO_START_AUTHORIZATION 2,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,288,295,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_CRANKING_FAILURE_CS 2, +,765,296,327,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_DISTANCE_TOTALIZER 2, +,765,328,335,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_ENGINE_STOP_ORIGIN 2, +,765,336,343,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_VEHICLESTATE_T4 2,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,344,375,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_ABSOLUTE_TIME 3, +,765,376,383,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_AUTO_START_AUTHORIZATION 3,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,384,391,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_CRANKING_FAILURE_CS 3, +,765,392,423,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_DISTANCE_TOTALIZER 3, +,765,424,431,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_ENGINE_STOP_ORIGIN 3, +,765,432,439,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_VEHICLESTATE_T4 3,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,440,471,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_ABSOLUTE_TIME 4, +,765,472,479,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_AUTO_START_AUTHORIZATION 4,0:START_AUTO_AUTHORIZATION_UNAVAILABLE;1:START_AUTO_AUTHORIZED;2:START_AUTO_FORBIDDEN_DEFINITIVELY;3:START_AUTO_FORBIDDEN_TEMPORARY +,765,480,487,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_CRANKING_FAILURE_CS 4, +,765,488,519,1,0,0,,216C,616C,4ff,SSREH_SAV_STOP_AUTO_DISTANCE_TOTALIZER 4, +,765,520,527,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_ENGINE_STOP_ORIGIN 4, +,765,528,535,1,0,0,,216C,616C,ff,SSREH_SAV_STOP_AUTO_VEHICLESTATE_T4 4,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,16,47,1,0,0,,216D,616D,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,216D,616D,ff,SSREH_SAV_TECH_AUTO_STRT_INDEX_NUMBER, +,765,56,87,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_ABSOLUTE_TIME 0, +,765,88,119,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_DISTANCE_TOTALIZER 0, +,765,120,127,1,0,0,,216D,616D,ff,SSREH_SAV_TECH_AUTO_STRT_REQUEST 0,0:TECH_AUTOSTART_UNAVAILABLE;1:NO_TECH_AUTOSTART_REQUESTED;2:TECH_AUTOSTART_REQUESTED;3:TECH_AUTOSTART_NOT_USED +,765,128,159,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_ABSOLUTE_TIME 1, +,765,160,191,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_DISTANCE_TOTALIZER 1, +,765,192,199,1,0,0,,216D,616D,ff,SSREH_SAV_TECH_AUTO_STRT_REQUEST 1,0:TECH_AUTOSTART_UNAVAILABLE;1:NO_TECH_AUTOSTART_REQUESTED;2:TECH_AUTOSTART_REQUESTED;3:TECH_AUTOSTART_NOT_USED +,765,200,231,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_ABSOLUTE_TIME 2, +,765,232,263,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_DISTANCE_TOTALIZER 2, +,765,264,271,1,0,0,,216D,616D,ff,SSREH_SAV_TECH_AUTO_STRT_REQUEST 2,0:TECH_AUTOSTART_UNAVAILABLE;1:NO_TECH_AUTOSTART_REQUESTED;2:TECH_AUTOSTART_REQUESTED;3:TECH_AUTOSTART_NOT_USED +,765,272,303,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_ABSOLUTE_TIME 3, +,765,304,335,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_DISTANCE_TOTALIZER 3, +,765,336,343,1,0,0,,216D,616D,ff,SSREH_SAV_TECH_AUTO_STRT_REQUEST 3,0:TECH_AUTOSTART_UNAVAILABLE;1:NO_TECH_AUTOSTART_REQUESTED;2:TECH_AUTOSTART_REQUESTED;3:TECH_AUTOSTART_NOT_USED +,765,344,375,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_ABSOLUTE_TIME 4, +,765,376,407,1,0,0,,216D,616D,4ff,SSREH_SAV_TECH_AUTO_STRT_DISTANCE_TOTALIZER 4, +,765,408,415,1,0,0,,216D,616D,ff,SSREH_SAV_TECH_AUTO_STRT_REQUEST 4,0:TECH_AUTOSTART_UNAVAILABLE;1:NO_TECH_AUTOSTART_REQUESTED;2:TECH_AUTOSTART_REQUESTED;3:TECH_AUTOSTART_NOT_USED +,765,16,47,1,0,0,,216E,616E,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,216E,616E,ff,SSREH_SAV_WAITING_APB_INDEX_NUMBER, +,765,56,87,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_ABSOLUTE_TIME 0, +,765,88,95,1,0,0,,216E,616E,ff,SSREH_SAV_WAITING_APB_APB_REQUEST 0,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,96,127,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_DISTANCE_TOTALIZER 0, +,765,128,159,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_ABSOLUTE_TIME 1, +,765,160,167,1,0,0,,216E,616E,ff,SSREH_SAV_WAITING_APB_APB_REQUEST 1,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,168,199,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_DISTANCE_TOTALIZER 1, +,765,200,231,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_ABSOLUTE_TIME 2, +,765,232,239,1,0,0,,216E,616E,ff,SSREH_SAV_WAITING_APB_APB_REQUEST 2,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,240,271,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_DISTANCE_TOTALIZER 2, +,765,272,303,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_ABSOLUTE_TIME 3, +,765,304,311,1,0,0,,216E,616E,ff,SSREH_SAV_WAITING_APB_APB_REQUEST 3,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,312,343,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_DISTANCE_TOTALIZER 3, +,765,344,375,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_ABSOLUTE_TIME 4, +,765,376,383,1,0,0,,216E,616E,ff,SSREH_SAV_WAITING_APB_APB_REQUEST 4,0:NO_REQUEST_IN_PROGRESS;1:TIGHTENING_IN_PROGRESS;2:RELEASE_IN_PROGRESS;3:APB_NOT_USED +,765,384,415,1,0,0,,216E,616E,4ff,SSREH_SAV_WAITING_APB_DISTANCE_TOTALIZER 4, +,765,16,47,1,0,0,,216F,616F,4ff,EVENTS_HISTORY_ABSOLUTETIME, +,765,48,55,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_INDEX_NUMBER, +,765,56,87,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_ABSOLUTE_TIME 0, +,765,88,95,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MAX_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,96,103,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MIN_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,104,111,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_NEUTRAL_CONTACT_STATUS 0,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,112,143,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_DISTANCE_TOTALIZER 0, +,765,144,151,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MAX_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,152,159,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MIN_TRAVEL 0,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,160,167,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_NEUTRAL_CONTACT_STATUS 0,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,168,199,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_ABSOLUTE_TIME 1, +,765,200,207,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MAX_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,208,215,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MIN_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,216,223,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_NEUTRAL_CONTACT_STATUS 1,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,224,255,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_DISTANCE_TOTALIZER 1, +,765,256,263,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MAX_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,264,271,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MIN_TRAVEL 1,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,272,279,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_NEUTRAL_CONTACT_STATUS 1,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,280,311,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_ABSOLUTE_TIME 2, +,765,312,319,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MAX_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,320,327,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MIN_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,328,335,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_NEUTRAL_CONTACT_STATUS 2,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,336,367,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_DISTANCE_TOTALIZER 2, +,765,368,375,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MAX_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,376,383,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MIN_TRAVEL 2,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,384,391,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_NEUTRAL_CONTACT_STATUS 2,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,392,423,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_ABSOLUTE_TIME 3, +,765,424,431,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MAX_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,432,439,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MIN_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,440,447,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_NEUTRAL_CONTACT_STATUS 3,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,448,479,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_DISTANCE_TOTALIZER 3, +,765,480,487,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MAX_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,488,495,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MIN_TRAVEL 3,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,496,503,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_NEUTRAL_CONTACT_STATUS 3,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,504,535,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_ABSOLUTE_TIME 4, +,765,536,543,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MAX_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,544,551,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_CLUTCH_SW_MIN_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,552,559,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_CUR_NEUTRAL_CONTACT_STATUS 4,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,560,591,1,0,0,,216F,616F,4ff,SSREH_SAV_UNSATFID_RSTRT_DISTANCE_TOTALIZER 4, +,765,592,599,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MAX_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,600,607,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_CLUTCH_SW_MIN_TRAVEL 4,0:CLUTCHTRAVEL_NOT_USED;1:CLUTCHTRAVEL_SW_NOT_ACTIVE;2:CLUTCHTRAVEL_SW_ACTIVE;3:CLUTCHTRAVEL_SW_UNAVAILABLE +,765,608,615,1,0,0,,216F,616F,ff,SSREH_SAV_UNSATFID_RSTRT_OLD_NEUTRAL_CONTACT_STATUS 4,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,16,23,1,0,0,,2171,6171,ff,TPMS_VEH_RUNNING_THRESHOLD, +,765,24,31,1,0,0,,2171,6171,ff,TPMS_VEH_STOPPED_THRESHOLD, +,765,32,39,1,0,0,,2171,6171,ff,TPMS_MISSING_THRESHOLD_ALERT, +,765,40,47,1,0,0,,2171,6171,ff,TPMS_TIMEOUT_MISSING_SENSOR, +,765,48,63,1,0,0,,2171,6171,ff,TPMS_TIMEOUT_VALVE_VEH_STOPPED, +,765,64,95,1,0,0,,2171,6171,4ff,TPMS_WHEEL_ID 1, +,765,96,127,1,0,0,,2171,6171,4ff,TPMS_WHEEL_ID 2, +,765,128,159,1,0,0,,2171,6171,4ff,TPMS_WHEEL_ID 3, +,765,160,191,1,0,0,,2171,6171,4ff,TPMS_WHEEL_ID 4, +,765,192,199,1,0,0,,2171,6171,ff,TPMS_VEH_RUNNING_ON_DELAY, +,765,200,207,1,0,0,,2171,6171,ff,TPMS_VEH_STOPPED_ON_DELAY, +,765,208,223,10,0,0,,2171,6171,ff,TPMS_REF_PRESS_HIGH_SPEED_FRONT, +,765,224,239,10,0,0,,2171,6171,ff,TPMS_REF_PRESS_HIGH_SPEED_REAR, +,765,240,255,10,0,0,,2171,6171,ff,TPMS_REF_PRESS_LOW_SPEED_FRONT, +,765,256,271,10,0,0,,2171,6171,ff,TPMS_REF_PRESS_LOW_SPEED_REAR, +,765,272,272,1,0,0,,2171,6171,ff,TPMS_PRESENCE_SSPP, +,765,273,273,1,0,0,,2171,6171,ff,TPMS_RECEIVER_PRESENT, +,765,16,23,1,0,0,,2172,6172,ff,TPMS_UND_INF_ALERT_FIX_ RATE_ON, +,765,24,31,1,0,0,,2172,6172,ff,TPMS_PRESSURE_ALERT_FIX_ RATE_OFF, +,765,32,39,1,0,0,,2172,6172,ff,TPMS_UND_INF_ALERT_VAR_ RATE_ON, +,765,40,47,1,0,0,,2172,6172,ff,TPMS_PRESSURE_ALERT_VAR_ RATE_OFF, +,765,48,55,1,0,0,,2172,6172,ff,TPMS_INTERNAL_INCOH_THRESHOLD_ON, +,765,56,63,1,0,0,,2172,6172,ff,TPMS_THRESHOLD_PUNCT_ALERT_ON, +,765,64,71,1,0,0,,2172,6172,ff,TPMS_THRESHOLD_PUNCT_ALERT_OFF, +,765,72,79,1,0,0,,2172,6172,ff,TPMS_THRD_UNDER_INF_ALERT_ON, +,765,80,87,1,0,0,,2172,6172,ff,TPMS_THRD_UNDER_INF_ALERT_OFF, +,765,88,95,1,0,0,,2172,6172,ff,TPMS_INCOH_PRESS_THRESHOLD, +,765,96,103,1,0,0,,2172,6172,ff,TPMS_INCOH_TEMP_THRESHOLD, +,765,104,111,1,0,0,,2172,6172,ff,TPMS_INTERNAL_INCOH_THRESHOLD_OFF, +,765,112,119,1,30,0,°C,2172,6172,ff,TPMS_LOW_BATT_THRESHOLD_ALERT, +,765,120,127,1,0,0,,2172,6172,ff,TPMS_PUNCT_ALERT_FIX_ RATE_ON, +,765,16,23,1,30,0,°C,2173,6173,ff,TPMS_MAX_TREF_VALUE, +,765,24,39,7.5,0,0,,2173,6173,ff,TPMS_PRESS_MEAS_ERROR, +,765,40,47,1,0,0,,2173,6173,ff,TPMS_LEARNING_P1_PARAM, +,765,48,55,.05,0,2,,2173,6173,ff,TPMS_LEARNING_P2_PARAM, +,765,56,63,1,0,0,,2173,6173,ff,TPMS_PRESS_LEARN_NB_FRAME_MEAN, +,765,72,87,1,0,0,,2173,6173,ff,TPMS_ATMO_EXTERN_PRESS, +,765,88,95,10,0,0,,2173,6173,ff,TPMS_TIMEOUT_OFF_VALIDITY_DATA, +,765,96,103,1,0,0,s,2173,6173,ff,TPMS_APV_PROCESS_TIMOUT, +,765,104,111,1,0,0,,2173,6173,ff,TPMS_LEARN_RESET_MAX_VALUE, +,765,112,119,1,0,0,,2173,6173,ff,TPMS_LEARNING_MATRIX_SIZE, +,765,120,127,1,0,0,,2173,6173,ff,TPMS_LEARN_NEWID_MAX_COUNT, +,765,136,143,1,0,0,,2173,6173,ff,TPMS_LEARN_KNOWNID_MAX_COUNT, +,765,144,144,1,0,0,,2173,6173,ff,TPMS_AUTOLEARNING_ACTIVED, +,765,145,145,1,0,0,,2173,6173,ff,TPMS_FLAG_MISSING_SENSOR_ENABLE, +,765,16,23,1,0,0,,2174,6174,ff,TPMS_RF_EVENT_TYPE 1, +,765,24,31,1,0,0,,2174,6174,ff,TPMS_RF_EVENT_TYPE 2, +,765,32,39,1,0,0,,2174,6174,ff,TPMS_RF_EVENT_TYPE 3, +,765,40,47,1,0,0,,2174,6174,ff,TPMS_RF_EVENT_TYPE 4, +,765,48,55,1,0,0,,2174,6174,ff,TPMS_MOTION_STATUS 1, +,765,56,63,1,0,0,,2174,6174,ff,TPMS_MOTION_STATUS 2, +,765,64,71,1,0,0,,2174,6174,ff,TPMS_MOTION_STATUS 3, +,765,72,79,1,0,0,,2174,6174,ff,TPMS_MOTION_STATUS 4, +,765,80,95,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 1, +,765,96,111,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 2, +,765,112,127,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 3, +,765,128,143,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 4, +,765,144,151,1,30,0,°C,2174,6174,ff,TPMS_INTERNAL_TEMP 1, +,765,152,159,1,30,0,°C,2174,6174,ff,TPMS_INTERNAL_TEMP 2, +,765,160,167,1,30,0,°C,2174,6174,ff,TPMS_INTERNAL_TEMP 3, +,765,168,175,1,30,0,°C,2174,6174,ff,TPMS_INTERNAL_TEMP 4, +,765,176,176,1,0,0,,2174,6174,ff,TPMS_INCOH_TEMP_1, +,765,177,177,1,0,0,,2174,6174,ff,TPMS_INCOH_TEMP_2, +,765,178,178,1,0,0,,2174,6174,ff,TPMS_INCOH_TEMP_3, +,765,179,179,1,0,0,,2174,6174,ff,TPMS_INCOH_TEMP_4, +,765,180,180,1,0,0,,2174,6174,ff,TPMS_INTERNAL_INCOH 1, +,765,181,181,1,0,0,,2174,6174,ff,TPMS_INTERNAL_INCOH 2, +,765,182,182,1,0,0,,2174,6174,ff,TPMS_INTERNAL_INCOH 3, +,765,183,183,1,0,0,,2174,6174,ff,TPMS_INTERNAL_INCOH 4, +,765,184,184,1,0,0,,2174,6174,ff,TPMS_INTERNAL_LOW_BATT_ON 1, +,765,185,185,1,0,0,,2174,6174,ff,TPMS_INTERNAL_LOW_BATT_ON 2, +,765,186,186,1,0,0,,2174,6174,ff,TPMS_INTERNAL_LOW_BATT_ON 3, +,765,187,187,1,0,0,,2174,6174,ff,TPMS_INTERNAL_LOW_BATT_ON 4, +,765,16,16,1,0,0,,2175,6175,ff,CID_EXT_MEM_CF,1:true;0:false +,765,16,47,1,0,0,,2176,6176,4ff,CID_EM_PAGE_0_RD, +,765,48,79,1,0,0,,2176,6176,4ff,CID_EM_PAGE_1_RD, +,765,80,111,1,0,0,,2176,6176,4ff,CID_EM_PAGE_2_RD, +,765,112,143,1,0,0,,2176,6176,4ff,CID_EM_PAGE_3_RD, +,765,144,175,1,0,0,,2176,6176,4ff,CID_EM_PAGE_4_RD, +,765,176,207,1,0,0,,2176,6176,4ff,CID_EM_PAGE_5_RD, +,765,208,239,1,0,0,,2176,6176,4ff,CID_EM_PAGE_6_RD, +,765,240,271,1,0,0,,2176,6176,4ff,CID_EM_PAGE_7_RD, +,765,16,23,1,0,0,,2177,6177,ff,TPMS_RF_EVENT_TYPE _OLD 1, +,765,24,31,1,0,0,,2177,6177,ff,TPMS_RF_EVENT_TYPE _OLD 2, +,765,32,39,1,0,0,,2177,6177,ff,TPMS_RF_EVENT_TYPE _OLD 3, +,765,40,47,1,0,0,,2177,6177,ff,TPMS_RF_EVENT_TYPE _OLD 4, +,765,48,55,1,0,0,,2177,6177,ff,TPMS_MOTION_STATUS_OLD 1, +,765,56,63,1,0,0,,2177,6177,ff,TPMS_MOTION_STATUS_OLD 2, +,765,64,71,1,0,0,,2177,6177,ff,TPMS_MOTION_STATUS_OLD 3, +,765,72,79,1,0,0,,2177,6177,ff,TPMS_MOTION_STATUS_OLD 4, +,765,80,95,7.5,0,0,mbar,2177,6177,ff,TPMS_INTERNAL_PRES_OLD 1, +,765,96,111,7.5,0,0,mbar,2177,6177,ff,TPMS_INTERNAL_PRES_OLD 2, +,765,112,127,7.5,0,0,mbar,2177,6177,ff,TPMS_INTERNAL_PRES_OLD 3, +,765,128,143,7.5,0,0,mbar,2177,6177,ff,TPMS_INTERNAL_PRES_OLD 4, +,765,144,151,1,30,0,°C,2177,6177,ff,TPMS_INTERNAL_TEMP_OLD 1, +,765,152,159,1,30,0,°C,2177,6177,ff,TPMS_INTERNAL_TEMP_OLD 2, +,765,160,167,1,30,0,°C,2177,6177,ff,TPMS_INTERNAL_TEMP_OLD 3, +,765,168,175,1,30,0,°C,2177,6177,ff,TPMS_INTERNAL_TEMP_OLD 4, +,765,176,176,1,0,0,,2177,6177,ff,TPMS_INTERNAL_LOW_BATT_ON_OLD 1, +,765,177,177,1,0,0,,2177,6177,ff,TPMS_INTERNAL_LOW_BATT_ON_OLD 2, +,765,178,178,1,0,0,,2177,6177,ff,TPMS_INTERNAL_LOW_BATT_ON_OLD 3, +,765,179,179,1,0,0,,2177,6177,ff,TPMS_INTERNAL_LOW_BATT_ON_OLD 4, +,765,16,31,7.5,0,0,,2178,6178,ff,TPMS_PREF_MIN_ACCEPTABLE, +,765,32,47,.125,0,1,mbar,2178,6178,ff,TPMS_PUNCT_PRES_ALERT_ON 1, +,765,48,63,.125,0,1,mbar,2178,6178,ff,TPMS_PUNCT_PRES_ALERT_ON 2, +,765,64,79,.125,0,1,mbar,2178,6178,ff,TPMS_PUNCT_PRES_ALERT_ON 3, +,765,80,95,.125,0,1,mbar,2178,6178,ff,TPMS_PUNCT_PRES_ALERT_ON 4, +,765,96,111,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_OFF 1, +,765,112,127,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_OFF 2, +,765,128,143,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_OFF 3, +,765,144,159,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_OFF 4, +,765,160,175,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_ON 1, +,765,176,191,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_ON 2, +,765,192,207,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_ON 3, +,765,208,223,.125,0,1,mbar,2178,6178,ff,TPMS_UNDER_INF_PRES_ALERT_ON 4, +,765,224,239,7.5,0,0,mbar,2178,6178,ff,TPMS_CUSTOMER_PRES_REF 1, +,765,240,255,7.5,0,0,mbar,2178,6178,ff,TPMS_CUSTOMER_PRES_REF 2, +,765,256,271,7.5,0,0,mbar,2178,6178,ff,TPMS_CUSTOMER_PRES_REF 3, +,765,272,287,7.5,0,0,mbar,2178,6178,ff,TPMS_CUSTOMER_PRES_REF 4, +,765,288,295,1,30,0,°C,2178,6178,ff,TPMS_TREF 1, +,765,296,303,1,30,0,°C,2178,6178,ff,TPMS_TREF 2, +,765,304,311,1,30,0,°C,2178,6178,ff,TPMS_TREF 3, +,765,312,319,1,30,0,,2178,6178,ff,TPMS_TREF 4, +,765,320,335,7.5,0,0,,2178,6178,ff,TPMS_PREF 1, +,765,336,351,7.5,0,0,,2178,6178,ff,TPMS_PREF 2, +,765,352,367,7.5,0,0,,2178,6178,ff,TPMS_PREF 3, +,765,368,383,7.5,0,0,,2178,6178,ff,TPMS_PREF 4, +,765,384,391,1,30,0,°C,2178,6178,ff,TPMS_CUSTOMER_TEMP_REF 1, +,765,392,399,1,30,0,°C,2178,6178,ff,TPMS_CUSTOMER_TEMP_REF 2, +,765,400,407,1,30,0,°C,2178,6178,ff,TPMS_CUSTOMER_TEMP_REF 3, +,765,408,415,1,30,0,°C,2178,6178,ff,TPMS_CUSTOMER_TEMP_REF 4, +,765,16,23,1,0,0,,2179,6179,ff,TPMS_SPEED_OR_VEH_STAT_STATUS, +,765,24,31,1,0,0,,2179,6179,ff,TPMS_INTERNAL_INCOH_COUNT 1, +,765,32,39,1,0,0,,2179,6179,ff,TPMS_INTERNAL_INCOH_COUNT 2, +,765,40,47,1,0,0,,2179,6179,ff,TPMS_INTERNAL_INCOH_COUNT 3, +,765,48,55,1,0,0,,2179,6179,ff,TPMS_INTERNAL_INCOH_COUNT 4, +,765,56,63,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_ON_COUNT 1, +,765,64,71,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_ON_COUNT 2, +,765,72,79,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_ON_COUNT 3, +,765,80,87,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_ON_COUNT 4, +,765,88,95,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_OFF_COUNT 1, +,765,96,103,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_OFF_COUNT 2, +,765,104,111,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_OFF_COUNT 3, +,765,112,119,1,0,0,,2179,6179,ff,TPMS_PUNCT_ALERT_OFF_COUNT 4, +,765,120,127,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_ON_COUNT 1, +,765,128,135,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_ON_COUNT 2, +,765,136,143,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_ON_COUNT 3, +,765,144,151,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_ON_COUNT 4, +,765,152,159,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_OFF_COUNT 1, +,765,160,167,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_OFF_COUNT 2, +,765,168,175,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_OFF_COUNT 3, +,765,176,183,1,0,0,,2179,6179,ff,TPMS_UNDER_INF_ALERT_OFF_COUNT 4, +,765,184,191,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 1, +,765,192,199,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 2, +,765,200,207,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 3, +,765,208,215,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 4, +,765,216,216,1,0,0,,2179,6179,ff,TPMS_ACCEL_INCOH 1, +,765,217,217,1,0,0,,2179,6179,ff,TPMS_ACCEL_INCOH 2, +,765,218,218,1,0,0,,2179,6179,ff,TPMS_ACCEL_INCOH 3, +,765,219,219,1,0,0,,2179,6179,ff,TPMS_ACCEL_INCOH 4, +,765,220,220,1,0,0,,2179,6179,ff,TPMS_LOW_BATT_INCOH 1, +,765,221,221,1,0,0,,2179,6179,ff,TPMS_LOW_BATT_INCOH 2, +,765,222,222,1,0,0,,2179,6179,ff,TPMS_LOW_BATT_INCOH 3, +,765,223,223,1,0,0,,2179,6179,ff,TPMS_LOW_BATT_INCOH 4, +,765,224,224,1,0,0,,2179,6179,ff,TPMS_MISSING_TRANSMITTER 1, +,765,225,225,1,0,0,,2179,6179,ff,TPMS_MISSING_TRANSMITTER 2, +,765,226,226,1,0,0,,2179,6179,ff,TPMS_MISSING_TRANSMITTER 3, +,765,227,227,1,0,0,,2179,6179,ff,TPMS_MISSING_TRANSMITTER 4, +,765,228,228,1,0,0,,2179,6179,ff,TPMS_PRESS_INCOH 1, +,765,229,229,1,0,0,,2179,6179,ff,TPMS_PRESS_INCOH 2, +,765,230,230,1,0,0,,2179,6179,ff,TPMS_PRESS_INCOH 3, +,765,231,231,1,0,0,,2179,6179,ff,TPMS_PRESS_INCOH 4, +,765,16,23,1,0,0,,217A,617A,ff,TPMS_INVALIDS_IDS, +,765,24,31,1,0,0,,217A,617A,ff,TPMS_PASSTHROUGH_STATUS, +,765,32,39,1,0,0,,217A,617A,ff,TPMS_MISSING_CALIB_WARN_STATE, +,765,40,47,1,0,0,,217A,617A,ff,TPMS_APV_ID_WRITING_STATUS, +,765,48,55,1,0,0,,217A,617A,ff,TPMS_APV_PROCESS_STATUS, +,765,56,87,1,0,0,,217A,617A,4ff,TPMS_APV_PROCESS_ID_CONFIRMED, +,765,88,88,1,0,0,,217A,617A,ff,TPMS_ID_LEARN_SET 1, +,765,89,89,1,0,0,,217A,617A,ff,TPMS_ID_LEARN_SET 2, +,765,90,90,1,0,0,,217A,617A,ff,TPMS_ID_LEARN_SET 3, +,765,91,91,1,0,0,,217A,617A,ff,TPMS_ID_LEARN_SET 4, +,765,92,92,1,0,0,,217A,617A,ff,TPMS_PRES_LEARN_SET 1, +,765,93,93,1,0,0,,217A,617A,ff,TPMS_PRES_LEARN_SET 2, +,765,94,94,1,0,0,,217A,617A,ff,TPMS_PRES_LEARN_SET 3, +,765,95,95,1,0,0,,217A,617A,ff,TPMS_PRES_LEARN_SET 4, +,765,96,96,1,0,0,,217A,617A,ff,TPMS_APV_LEARN_REQUEST, +,765,97,97,1,0,0,,217A,617A,ff,TPMS_LEARNING_STATUS, +,765,98,98,1,0,0,,217A,617A,ff,TPMS_PRESSURES_PLACARD_ACTIVATED, +,765,99,99,1,0,0,,217A,617A,ff,TPMS_LEARNING_ID_FINISHED, +,765,16,23,1,0,0,,217B,617B,ff,TPMS_NB_RESET, +,765,24,31,1,0,0,,217B,617B,ff,TPMS_NB_LEARN_SEQUENCES, +,765,32,39,1,0,0,,217B,617B,ff,TPMS_MAX_RESET_TIMING, +,765,40,47,1,0,0,,217B,617B,ff,TPMS_LEARN_RESET_TIMER, +,765,48,55,1,0,0,,217B,617B,ff,TPMS_APV_DEACTIVATION, +,765,56,71,1,0,0,,217B,617B,ff,TPMS_COUNTER_PERMANENT_MISSING_1, +,765,72,87,1,0,0,,217B,617B,ff,TPMS_COUNTER_PERMANENT_MISSING 2, +,765,88,103,1,0,0,,217B,617B,ff,TPMS_COUNTER_PERMANENT_MISSING 3, +,765,104,119,1,0,0,,217B,617B,ff,TPMS_COUNTER_PERMANENT_MISSING 4, +,765,120,127,1,0,0,,217B,617B,ff,TPMS_TEMPORARY_COUNTER_MISSING 1, +,765,128,135,1,0,0,,217B,617B,ff,TPMS_TEMPORARY_COUNTER_MISSING 2, +,765,136,143,1,0,0,,217B,617B,ff,TPMS_TEMPORARY_COUNTER_MISSING 3, +,765,144,151,1,0,0,,217B,617B,ff,TPMS_TEMPORARY_COUNTER_MISSING 4, +,765,152,152,1,0,0,,217B,617B,ff,TPMS_LEARN_RESET_DELAY_REACHED, +,765,16,31,1,0,0,,217C,617C,ff,X_TCONF_REVERS_TP 20, +,765,32,47,1,0,0,,217C,617C,ff,X_TFAIL_DETECTED_TP 20, +,765,48,63,1,0,0,,217C,617C,ff,X_TPASS_DETECTED_TP 20, +,765,64,79,1,0,0,,217C,617C,ff,X_TCONF_REVERS_TP 21, +,765,80,95,1,0,0,,217C,617C,ff,X_TFAIL_DETECTED_TP 21, +,765,96,111,1,0,0,,217C,617C,ff,X_TPASS_DETECTED_TP 21, +,765,16,23,10,0,0,,217D,617D,ff,TPMS_WARNING_OFF_DELAY_FROM_INPUT, +,765,24,31,10,0,0,,217D,617D,ff,TPMS_WARNING_ON_DELAY_FROM_INPUT, +,765,32,39,10,0,0,,217D,617D,ff,TPMS_TIMEOUT_CAN_INPUT, +,765,40,47,.1,0,1,s,217D,617D,ff,TPMS_LIN_TIMEOUT_PASSTHROUGH, +,765,48,55,.1,0,1,s,217D,617D,ff,TPMS_LIN_TIMEOUT_WRITING_ID, +,765,56,63,10,0,0,ms,217D,617D,ff,TPMS_DELAYED_EXECUTION_TM_TP, +,765,16,151,1,0,0,,217E,617E,2ff,V.I.N. in ASCII Saved, +,765,17,17,1,0,0,,217F,617F,ff,ECHO_RF_CF,1:true;0:false +,765,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart, +,765,56,63,1,0,0,,2180,6180,4ff,DiagnosticIdentificationCode, +,765,64,87,1,0,0,,2180,6180,2ff,SupplierNumber.ITG, +,765,88,127,1,0,0,,2180,6180,2ff,HardwareNumber.LowerPart, +,765,128,143,1,0,0,,2180,6180,4ff,SoftwareNumber, +,765,144,159,1,0,0,,2180,6180,4ff,EditionNumber, +,765,160,175,1,0,0,,2180,6180,4ff,CalibrationNumber, +,765,176,183,1,0,0,,2180,6180,ff,PartNumber.BasicPartList,1:284B3;2:284B1 +,765,184,191,1,0,0,,2180,6180,ff,HardwareNumber.BasicPartList,1:284B2 +,765,192,199,1,0,0,,2180,6180,4ff,ApprovalNumber.BasicPartList, +,765,200,207,1,0,0,,2180,6180,ff,ManufacturerIdentificationCode,136:5DIGITS R2;255:Renault R3;0:Renault R1;128:Nissan N1;129:Nissan N2;130:Nissan N3 +,765,16,23,1,0,0,,2184,6184,2ff,Supplier serial number Byte 19, +,765,24,31,1,0,0,,2184,6184,2ff,Supplier serial number Byte 18, +,765,32,39,1,0,0,,2184,6184,2ff,Supplier serial number Byte 17, +,765,40,47,1,0,0,,2184,6184,2ff,Supplier serial number Byte 16, +,765,48,55,1,0,0,,2184,6184,2ff,Supplier serial number Byte 15, +,765,56,63,1,0,0,,2184,6184,2ff,Supplier serial number Byte 14, +,765,64,71,1,0,0,,2184,6184,2ff,Supplier serial number Byte 13, +,765,72,79,1,0,0,,2184,6184,2ff,Supplier serial number Byte 12, +,765,80,87,1,0,0,,2184,6184,2ff,Supplier serial number Byte 11, +,765,88,95,1,0,0,,2184,6184,2ff,Supplier serial number Byte 10, +,765,96,103,1,0,0,,2184,6184,2ff,Supplier serial number Byte 9, +,765,104,111,1,0,0,,2184,6184,2ff,Supplier serial number Byte 8, +,765,112,119,1,0,0,,2184,6184,2ff,Supplier serial number Byte 7, +,765,120,127,1,0,0,,2184,6184,2ff,Supplier serial number Byte 6, +,765,128,135,1,0,0,,2184,6184,2ff,Supplier serial number Byte 5, +,765,136,143,1,0,0,,2184,6184,2ff,Supplier serial number Byte 4, +,765,144,151,1,0,0,,2184,6184,2ff,Supplier serial number Byte 3, +,765,152,159,1,0,0,,2184,6184,2ff,Supplier serial number Byte 2, +,765,160,167,1,0,0,,2184,6184,2ff,Supplier serial number Byte 1, +,765,168,175,1,0,0,,2184,6184,2ff,Supplier serial number Byte 0, +,765,16,23,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 0, +,765,24,31,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 1, +,765,32,39,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 2, +,765,40,47,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 3, +,765,48,55,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 4, +,765,56,63,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 5, +,765,64,71,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 6, +,765,72,79,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 7, +,765,80,87,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 8, +,765,88,95,1,0,0,,21EF,61EF,2ff,Daimler Hardware Part Number Byte 9, +,765,96,103,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 0, +,765,104,111,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 1, +,765,112,119,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 2, +,765,120,127,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 3, +,765,128,135,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 4, +,765,136,143,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 5, +,765,144,151,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 6, +,765,152,159,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 7, +,765,160,167,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 8, +,765,168,175,1,0,0,,21EF,61EF,2ff,Daimler Software Part Number Byte 9, +,765,16,55,1,0,0,,21F0,61F0,2ff,PartNumber.LowerPart, +,765,56,63,1,0,0,,21F0,61F0,4ff,DiagnosticIdentificationCode, +,765,64,87,1,0,0,,21F0,61F0,2ff,SupplierNumber.ITG, +,765,88,127,1,0,0,,21F0,61F0,2ff,HardwareNumber.LowerPart, +,765,128,143,1,0,0,,21F0,61F0,4ff,SoftwareNumber, +,765,144,159,1,0,0,,21F0,61F0,4ff,EditionNumber, +,765,160,175,1,0,0,,21F0,61F0,4ff,CalibrationNumber, +,765,176,183,1,0,0,,21F0,61F0,ff,PartNumber.BasicPartList,1:284B3;2:284B1 +,765,184,191,1,0,0,,21F0,61F0,ff,HardwareNumber.BasicPartList,1:284B2 +,765,192,199,1,0,0,,21F0,61F0,4ff,ApprovalNumber.BasicPartList, +,765,200,207,1,0,0,,21F0,61F0,ff,ManufacturerIdentificationCode,136:5DIGITS R2;255:Renault R3;0:Renault R1;128:Nissan N1;129:Nissan N2;130:Nissan N3 +,765,16,55,1,0,0,,21F1,61F1,2ff,ApprovalNumber.LowerPart, +,765,56,95,1,0,0,,21F1,61F1,2ff,ProgrammingSiteReference, +,765,96,135,1,0,0,,21F1,61F1,2ff,ProgrammingToolReference, +,765,136,143,1,0,0,,21F1,61F1,4ff,NumberOfReprogrammings, +,765,144,167,1,0,0,,21F1,61F1,4ff,DateOfReprogramming, +,765,168,183,1,0,0,,21F1,61F1,4ff,TimeOfReprogramming, +,765,184,191,1,0,0,,21F1,61F1,4ff,SaveMarking, +,765,192,207,1,0,0,,21F1,61F1,4ff,CrcOfLogSave, +,765,24,39,.0001,0,3,A,220002,620002,1ff,E_K_ICONSFLT_A0_CF, +,765,24,39,.0001,0,3,,220003,620003,1ff,E_K_ICONSFLT_B0_CF, +,765,24,39,.0001,0,3,,220004,620004,1ff,E_K_PCONSFLT_A0_CF, +,765,24,39,.0001,0,3,,220005,620005,1ff,E_K_PCONSFLT_B0_CF, +,765,24,31,.02,0,2,Hz,220006,620006,ff,E_KI_UALT_CF, +,765,24,31,.02,0,2,,220007,620007,ff,E_KP_UALT_CF, +,765,24,39,.01,0,2,%,220008,620008,ff,E_PCT_ALTLOAD_ADMISSIBLE_CF, +,765,24,39,.01,0,2,%,220009,620009,ff,E_PCT_ALTLOAD_MAX_CF, +,765,24,31,1,0,0,s,22000A,62000A,ff,E_TM_ALTREGACTIVWOCAN_CF, +,765,24,31,1,0,0,s,22000B,62000B,ff,E_TM_DEFAULT_COMMFROMECM_CF, +,765,24,31,1,0,0,s,22000C,62000C,ff,E_TM_LIM_BY_INJ_CF, +,765,24,31,1,0,0,s,22000D,62000D,ff,E_TM_OVERVOLTAGE_CF, +,765,24,31,1,0,0,s,22000E,62000E,ff,E_TM_UNDERVOLTAGE_CF, +,765,24,31,.1,0,1,V,22000F,62000F,ff,E_U_ALT_BATTERYDISCONNEXION_CF, +,765,24,31,.005,0,3,V,220010,620010,1ff,E_U_ALT_ERRORNOK_CF, +,765,24,31,.005,0,3,V,220011,620011,1ff,E_U_ALT_ERROROK_CF, +,765,24,31,.1,0,1,V,220012,620012,ff,E_U_ALT_MIN_CF, +,765,24,39,.001,0,3,V,220013,620013,ff,E_U_ALT_START_CF, +,765,24,39,.001,0,3,V,220014,620014,ff,E_U_ALTBATTUNDERVOLTAGE_OFFSET_CF, +,765,24,31,.1,0,1,V,220015,620015,ff,E_U_BATT_VOLTAGENETWORK_MIN_CF, +,765,24,39,.001,0,3,V,220016,620016,ff,E_U_BATTUNDERVOLTAGE1_THRESHOLD_CF, +,765,24,39,.001,0,3,V,220017,620017,ff,E_U_BATTUNDERVOLTAGE2_THRESHOLD_CF, +,765,24,39,.001,0,3,V,220018,620018,ff,E_U_OVERVOLTAGE_SUPPLY_CF, +,765,24,39,.01,0,2,%,220019,620019,ff,E_PCT_UNDERVOLTAGE_DF_CF, +,765,24,31,.1,0,1,s,22001A,62001A,ff,E_TAU_ALTERNATORLOAD_CF, +,765,24,31,.01,0,2,s,22001B,62001B,ff,E_TAU_UALT_CF, +,765,24,31,.01,0,2,V,22001C,62001C,ff,E_KAW_POS_CF, +,765,24,31,.01,0,2,V,22001D,62001D,1ff,E_KAW_NEG_CF, +,765,24,55,1,0,0,,22001E,62001E,4ff,E_K_MAXAHFORRECALAGEPS100PCT_CF, +,765,24,24,1,0,0,,22001F,62001F,ff,E_B_RECALAGEPS100PCT_INHIBIT_CF,1:true;0:false +,765,24,39,.1,0,1,A,220020,620020,1ff,E_I_RECALAGEPS100PCTMAXCURRENT_CF, +,765,24,39,.01,0,2,%,220021,620021,ff,E_K_ALERTEPCT_CF, +,765,24,39,.01,0,2,,220022,620022,1ff,E_K_COEFFCORRTEMP_CF, +,765,24,31,1,0,0,%,220023,620023,ff,E_K_RECALAGEPS100PCTSOC_CF, +,765,24,31,1,0,0,Ah,220024,620024,ff,E_K_CAPACITENOMINALE_CF, +,765,24,31,1,40,0,°C,220025,620025,ff,E_TEMP_BATT_ALERTE_CF, +,765,24,31,1,40,0,°C,220026,620026,ff,E_TEMP_RECALAGEPS100PCTTEMPMAX_CF, +,765,24,31,1,40,0,°C,220027,620027,ff,E_TEMP_RECALAGEPS100PCTTEMPMIN_CF, +,765,24,31,.01,0,2,s,220028,620028,ff,E_TM_BATTERYGAUGEACTIVATION_CF, +,765,24,39,.1,0,1,s,220029,620029,ff,E_TM_CURRENTCONDITIONPS100PCT_CF, +,765,24,31,.1,0,1,s,22002A,62002A,ff,E_TM_LIMITTIME_CUSTOMERCONF_CF, +,765,24,39,.1,0,1,s,22002B,62002B,ff,E_TM_RECALAGETIMEPS100PCT_CF, +,765,24,31,1,40,0,°C,22002C,62002C,ff,E_TEMP_REF_CF, +,765,24,55,1,0,0,,22002D,62002D,4ff,E_TM_TIMEMINFORSOCVALID_CF, +,765,24,31,.1,0,1,V,22002E,62002E,ff,E_U_BATT_CHARGERDETECT_CF, +,765,24,39,.001,0,3,V,22002F,62002F,ff,E_U_BATT_WELLCHARGED_CF, +,765,24,39,.001,0,3,V,220030,620030,ff,E_U_RECALAGEPS100PCTVOLTAGEMAX_CF, +,765,24,39,.001,0,3,V,220031,620031,ff,E_U_RECALAGEPS100PCTVOLTAGEMIN_CF, +,765,24,39,1,0,0,s,220032,620032,ff,E_TM_RECALAGEPS100MAXDURATION_CF, +,765,24,39,.01,0,2,%,220033,620033,ff,E_PCT_SOCCURRENT_LIMP_CF, +,765,24,39,.0001,0,3,,220034,620034,1ff,E_K_IBATTRECALAGEFLT_A0_CF, +,765,24,39,.0001,0,3,,220035,620035,1ff,E_K_IBATTRECALAGEFLT_B0_CF, +,765,24,39,.0001,0,3,,220036,620036,1ff,E_K_UBATTRECALAGEFLT_A0_CF, +,765,24,39,.0001,0,3,,220037,620037,1ff,E_K_UBATTRECALAGEFLT_B0_CF, +,765,24,39,.1,0,1,A,220038,620038,1ff,E_I_BATTFILT_INIT_CF, +,765,24,31,1,0,0,s,220039,620039,ff,E_TM_CONFIRMATIONALERTE_CF, +,765,24,39,.001,0,3,V,22003A,62003A,ff,E_U_BATTFILT_INIT_CF, +,765,24,31,1,0,0,V,22003B,62003B,ff,E_PCT_POLARIZEDBATTSOC_OFFSET_CF, +,765,24,31,1,0,0,%,22003C,62003C,ff,E_PCT_SOCAFTERCHARGER_CF, +,765,24,39,.01,0,2,V,22003D,62003D,ff,E_U_VERYPOLARIZEDOCV_THRESHOLD_CF, +,765,24,31,1,0,0,V,22003E,62003E,ff,E_PCT_VERYPOLARIZEDBATTSOC_CF, +,765,24,31,10,0,0,A,22003F,62003F,ff,E_K_CCABATTERIENOMINALE_CF, +,765,24,31,1,0,0,,220040,620040,ff,E_K_TECHWUCHARGERDETECT_CF, +,765,24,39,.001,0,3,V,220041,620041,ff,E_U_COEFFC_CF, +,765,24,39,.001,0,3,V,220042,620042,ff,E_U_COEFFD_CF, +,765,24,39,.01,0,2,,220043,620043,ff,E1D_K_CHARGECOEFF 0, +,765,40,55,.01,0,2,,220043,620043,ff,E1D_K_CHARGECOEFF 1, +,765,24,39,.01,0,2,,220044,620044,ff,E1D_K_DISCHARGECOEFF 0, +,765,40,55,.01,0,2,,220044,620044,ff,E1D_K_DISCHARGECOEFF 1, +,765,24,31,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 0, +,765,32,39,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 1, +,765,40,47,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 2, +,765,48,55,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 3, +,765,56,63,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 4, +,765,64,71,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 5, +,765,72,79,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 6, +,765,80,87,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 7, +,765,88,95,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 8, +,765,96,103,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 9, +,765,104,111,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 10, +,765,112,119,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 11, +,765,120,127,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 12, +,765,128,135,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 13, +,765,136,143,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 14, +,765,144,151,1,0,0,%,220045,620045,ff,E1D_K_SOCCOEFFSOC 15, +,765,24,39,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 0, +,765,40,55,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 1, +,765,56,71,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 2, +,765,72,87,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 3, +,765,88,103,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 4, +,765,104,119,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 5, +,765,120,135,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 6, +,765,136,151,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 7, +,765,152,167,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 8, +,765,168,183,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 9, +,765,184,199,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 10, +,765,200,215,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 11, +,765,216,231,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 12, +,765,232,247,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 13, +,765,248,263,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 14, +,765,264,279,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 15, +,765,280,295,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 16, +,765,296,311,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 17, +,765,312,327,.005,0,3,%,220046,620046,1ff,E1D_PCT_PCTCCAALERTE 18, +,765,24,31,1,40,0,°C,220047,620047,ff,E1D_TEMP_BATTFORCHARGE 0, +,765,32,39,1,40,0,°C,220047,620047,ff,E1D_TEMP_BATTFORCHARGE 1, +,765,24,31,1,40,0,°C,220048,620048,ff,E1D_TEMP_BATTFORDISCHARGE 0, +,765,32,39,1,40,0,°C,220048,620048,ff,E1D_TEMP_BATTFORDISCHARGE 1, +,765,24,31,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 0, +,765,32,39,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 1, +,765,40,47,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 2, +,765,48,55,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 3, +,765,56,63,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 4, +,765,64,71,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 5, +,765,72,79,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 6, +,765,80,87,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 7, +,765,88,95,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 8, +,765,96,103,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 9, +,765,104,111,1,40,0,°C,220049,620049,ff,E1D_TEMP_TEMPBATTCOEFFSOC 10, +,765,24,31,1,40,0,°C,22004A,62004A,ff,E1D_TEMP_TEMPBATTSOC 0, +,765,32,39,1,40,0,°C,22004A,62004A,ff,E1D_TEMP_TEMPBATTSOC 1, +,765,40,47,1,40,0,°C,22004A,62004A,ff,E1D_TEMP_TEMPBATTSOC 2, +,765,24,31,1,40,0,°C,22004B,62004B,ff,E1D_TEMPBATT 0, +,765,32,39,1,40,0,°C,22004B,62004B,ff,E1D_TEMPBATT 1, +,765,24,39,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 0, +,765,40,55,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 1, +,765,56,71,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 2, +,765,72,87,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 3, +,765,88,103,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 4, +,765,104,119,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 5, +,765,120,135,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 6, +,765,136,151,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 7, +,765,152,167,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 8, +,765,168,183,1,0,0,,22004C,62004C,1ff,E1D_U_INCREMENT_JAUGEVT 9, +,765,24,39,.001,0,3,V,22004D,62004D,1ff,E1D_U_OFFSETV_DURINGTECHWAKEUP 0, +,765,40,55,.001,0,3,V,22004D,62004D,1ff,E1D_U_OFFSETV_DURINGTECHWAKEUP 1, +,765,56,71,.001,0,3,V,22004D,62004D,1ff,E1D_U_OFFSETV_DURINGTECHWAKEUP 2, +,765,24,39,.001,0,3,V,22004E,62004E,ff,E1D_U_RES_BATTTHRESHOLD 0, +,765,40,55,.001,0,3,V,22004E,62004E,ff,E1D_U_RES_BATTTHRESHOLD 1, +,765,24,39,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 0, +,765,40,55,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 1, +,765,56,71,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 2, +,765,72,87,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 3, +,765,88,103,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 4, +,765,104,119,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 5, +,765,120,135,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 6, +,765,136,151,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 7, +,765,152,167,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 8, +,765,168,183,.001,0,3,V,22004F,62004F,ff,E1D_U_VBATT_INCJAUGEVT 9, +,765,24,39,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 0, +,765,40,55,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 1, +,765,56,71,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 2, +,765,72,87,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 3, +,765,88,103,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 4, +,765,104,119,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 5, +,765,120,135,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 6, +,765,136,151,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 7, +,765,152,167,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 8, +,765,168,183,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 9, +,765,184,199,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 10, +,765,200,215,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 11, +,765,216,231,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 12, +,765,232,247,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 13, +,765,248,263,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 14, +,765,264,279,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 15, +,765,280,295,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 16, +,765,296,311,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 17, +,765,312,327,.001,0,3,V,220050,620050,ff,E1D_U_VMINIALERT_COLD 18, +,765,24,39,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 0, +,765,40,55,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 1, +,765,56,71,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 2, +,765,72,87,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 3, +,765,88,103,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 4, +,765,104,119,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 5, +,765,120,135,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 6, +,765,136,151,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 7, +,765,152,167,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 8, +,765,168,183,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 9, +,765,184,199,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 10, +,765,200,215,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 11, +,765,216,231,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 12, +,765,232,247,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 13, +,765,248,263,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 14, +,765,264,279,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 15, +,765,280,295,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 16, +,765,296,311,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 17, +,765,312,327,.001,0,3,V,220051,620051,ff,E1D_U_VMINIALERT_WARM 18, +,765,24,24,1,0,0,,220052,620052,ff,E_K_FRONTBATTERY_TYPE_CF,1:true;0:false +,765,24,31,.01,0,2,,220053,620053,ff,E_K_HIGH_LIMIT_MAX_CF, +,765,24,31,.01,0,2,,220054,620054,ff,E_K_HIGH_LIMIT_MIN_CF, +,765,24,31,.01,0,2,,220055,620055,ff,E_K_LOW_LIMIT_MAX_CF, +,765,24,31,.01,0,2,,220056,620056,ff,E_K_LOW_LIMIT_MIN_CF, +,765,24,31,1,0,0,,220057,620057,ff,E_K_TEMPGRADIENTMAX_CF, +,765,24,31,1,0,0,%,220058,620058,ff,E_PWM_ENGINEFANSPEED_MIN_CF, +,765,24,39,.01,0,2,km/h,220059,620059,ff,E_S_DEFAULTVEHICLESPEED_CF, +,765,24,39,.01,0,2,km/h,22005A,62005A,ff,E_S_MCHTRVSP_CF, +,765,24,31,1,0,0,km/h,22005B,62005B,ff,E_S_VEH_LIMIT_MAX_CF, +,765,24,31,1,0,0,km/h,22005C,62005C,ff,E_S_VEH_LIMIT_MIN_CF, +,765,24,39,1,0,0,min,22005D,62005D,ff,E_TAU_ENGINE_CF, +,765,24,31,1,40,0,°C,22005E,62005E,ff,E_TEMP_DEFAULTENGINECOOLANTTEMP_CF, +,765,24,31,1,40,0,°C,22005F,62005F,ff,E_TEMP_EQ_EXT_LIMIT_MAX_CF, +,765,24,31,1,40,0,°C,220060,620060,ff,E_TEMP_EQ_EXT_LIMIT_MIN_CF, +,765,24,31,.5,100,1,°C,220061,620061,ff,E_TEMP_MNPOFS_CF, +,765,24,55,1,0,0,,220062,620062,4ff,E_TM_CAN_ENGINECOOLANTTEMP_CF, +,765,24,39,.01,0,2,s,220063,620063,ff,E_TM_TEMPBATTACTIV_DELAY_CF, +,765,24,39,1,0,0,min,220064,620064,ff,E_TAU_BATT_BATTSENS_MID_CF, +,765,24,39,1,0,0,min,220065,620065,ff,E_TAU_BATT_BATTSENS_HIGH_CF, +,765,24,39,1,0,0,min,220066,620066,ff,E_TAU_BATT_NOBATTSENS_MID_CF, +,765,24,39,1,0,0,min,220067,620067,ff,E_TAU_BATT_NOBATTSENS_HIGH_CF, +,765,24,39,1,0,0,min,220068,620068,ff,E_TAU_BATT_BATTSENS_LOW_CF, +,765,24,39,1,0,0,min,220069,620069,ff,E_TAU_BATT_NOBATTSENS_LOW_CF, +,765,24,24,1,0,0,,22006A,62006A,ff,E_B_ESMINHIBIT_CF,1:true;0:false +,765,24,24,1,0,0,,22006B,62006B,ff,E_B_FLOATINGINHIBIT_CF,1:true;0:false +,765,24,24,1,0,0,,22006C,62006C,ff,E_B_NEGATIVE_1_POSNEG_RATE_CF,1:true;0:false +,765,24,31,1,0,0,,22006D,62006D,ff,E_E_VOLTAGE_RATE_AC_LHM_CF,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,1,0,0,,22006E,62006E,ff,E_E_VOLTAGE_RATE_BCM_LHM_CF,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,.1,0,1,V/s,22006F,62006F,ff,E_DU_CHARGE_RATE_CF, +,765,24,31,1,0,0,,220070,620070,ff,E_E_VOLTAGE_RATE_ECM_LHM_CF,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,.1,0,1,V/s,220071,620071,ff,E_DU_ESM_POS_FROZEN_CF, +,765,24,31,.1,0,1,V/s,220072,620072,ff,E_DU_ESM_POS_LIMIT_CF, +,765,24,31,.1,0,1,V/s,220073,620073,ff,E_DU_ESM_POS_RATE_CF, +,765,24,31,.1,0,1,V/s,220074,620074,ff,E_DU_FLOAT_RATE_CF, +,765,24,31,.1,0,1,V/s,220075,620075,ff,E_DU_RATE0_BY_AC_CF, +,765,24,31,.1,0,1,V/s,220076,620076,ff,E_DU_RATE0_BY_BCM_CF, +,765,24,31,.1,0,1,V/s,220077,620077,ff,E_DU_RATE0_BY_ECM_CF, +,765,24,31,.1,0,1,V/s,220078,620078,ff,E_DU_RATE1_BY_AC_CF, +,765,24,31,.1,0,1,V/s,220079,620079,ff,E_DU_RATE1_BY_BCM_CF, +,765,24,31,.1,0,1,V/s,22007A,62007A,ff,E_DU_RATE1_BY_ECM_CF, +,765,24,31,.1,0,1,V/s,22007B,62007B,ff,E_DU_RATE2_BY_AC_CF, +,765,24,31,.1,0,1,V/s,22007C,62007C,ff,E_DU_RATE2_BY_BCM_CF, +,765,24,31,.1,0,1,V/s,22007D,62007D,ff,E_DU_RATE2_BY_ECM_CF, +,765,24,31,.1,0,1,V/s,22007E,62007E,ff,E_DU_RATE3_BY_AC_CF, +,765,24,31,.1,0,1,V/s,22007F,62007F,ff,E_DU_RATE3_BY_BCM_CF, +,765,24,31,.1,0,1,V/s,220080,620080,ff,E_DU_RATE3_BY_ECM_CF, +,765,24,39,.1,0,1,A,220081,620081,1ff,E_I_BATT_MAX_CF, +,765,24,31,.01,0,2,A,220082,620082,ff,E_K_BATTHIGHVOLTAGE_MAX_HIGH_CF, +,765,24,31,.01,0,2,A,220083,620083,ff,E_K_BATTHIGHVOLTAGE_MAX_LOW_CF, +,765,24,31,1,0,0,%,220084,620084,ff,E_PCT_FLOATINGSOCHIGH_CF, +,765,24,31,1,0,0,%,220085,620085,ff,E_PCT_FLOATINGSOCLOW_CF, +,765,24,31,1,40,0,°C,220086,620086,ff,E_TEMP_BATT_MIN_CF, +,765,24,31,1,40,0,°C,220087,620087,ff,E_TEMP_FLOATINGINHIBIT_CF, +,765,24,31,1,40,0,°C,220088,620088,ff,E_TETA_HIGH_CF, +,765,24,31,.1,0,1,V,220089,620089,ff,E_U_AC_MIN_CF, +,765,24,31,.1,0,1,V,22008A,62008A,ff,E_U_BATT_MAX_CF, +,765,24,31,.1,0,1,V,22008B,62008B,ff,E_U_BATT_MIN_CF, +,765,24,31,.1,0,1,V,22008C,62008C,ff,E_U_BATT_RECALAGEPS100PCT_CF, +,765,24,31,.1,0,1,V,22008D,62008D,ff,E_U_BATT_VOLTAGENETWORK_MAX_CF, +,765,24,31,.1,0,1,V,22008E,62008E,ff,E_U_BCM_MIN_CF, +,765,24,31,.1,0,1,V,22008F,62008F,ff,E_U_ECM_MAXLHM_CF, +,765,24,31,.1,0,1,V,220090,620090,ff,E_U_ECM_MIN_CF, +,765,24,31,.1,0,1,V,220091,620091,ff,E_U_ESM_BATT_MIN_CF, +,765,24,31,.1,0,1,V,220092,620092,ff,E_U_FLOATING_CF, +,765,24,39,.001,0,3,V,220093,620093,ff,E_U_HIGHVOLTAGETHRESHOLD_CF, +,765,24,31,.1,0,1,V,220094,620094,ff,E_U_OFFSETMAX_CF, +,765,24,31,.1,0,1,V,220095,620095,ff,E_U_OFFSETMIN_CF, +,765,24,31,.1,0,1,V,220096,620096,ff,E_U_OPTIVOLTNODISCHARGE_CF, +,765,24,31,.1,0,1,V,220097,620097,ff,E_U_REGEESM_CF, +,765,24,31,.1,0,1,V,220098,620098,ff,E_U_STEER_MIN_CF, +,765,24,31,1,40,0,°C,220099,620099,ff,E_TETA_LOW_CF, +,765,24,55,1,0,0,,22009A,62009A,4ff,E_K_HIGHVOLTAGEFILTER_A0_CF, +,765,24,55,1,0,0,,22009B,62009B,4ff,E_K_HIGHVOLTAGEFILTER_B0_CF, +,765,24,55,1,0,0,,22009C,62009C,4ff,E_K_RALACCINHIBITIONFILTER_A0_CF, +,765,24,55,1,0,0,,22009D,62009D,4ff,E_K_RALACCINHIBITIONFILTER_B0_CF, +,765,24,31,.1,0,1,V/s,22009E,62009E,ff,E_DU_ESM_NEG_RATE_CF, +,765,24,31,.1,0,1,V,22009F,62009F,ff,E_U_BATTFOROFFSETMAX_CF, +,765,24,31,.1,0,1,V,2200A0,6200A0,ff,E_U_BATTFOROFFSETMIN_CF, +,765,24,39,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 0, +,765,40,55,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 1, +,765,56,71,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 2, +,765,72,87,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 3, +,765,88,103,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 4, +,765,104,119,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 5, +,765,120,135,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 6, +,765,136,151,.01,0,2,%,2200A1,6200A1,ff,E1D_PCT_SOCINTERESM_125 7, +,765,24,39,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 0, +,765,40,55,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 1, +,765,56,71,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 2, +,765,72,87,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 3, +,765,88,103,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 4, +,765,104,119,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 5, +,765,120,135,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 6, +,765,136,151,.01,0,2,%,2200A2,6200A2,ff,E1D_PCT_SOCINTERESM_130 7, +,765,24,39,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 0, +,765,40,55,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 1, +,765,56,71,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 2, +,765,72,87,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 3, +,765,88,103,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 4, +,765,104,119,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 5, +,765,120,135,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 6, +,765,136,151,.01,0,2,%,2200A3,6200A3,ff,E1D_PCT_SOCINTERESM_135 7, +,765,24,39,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 0, +,765,40,55,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 1, +,765,56,71,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 2, +,765,72,87,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 3, +,765,88,103,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 4, +,765,104,119,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 5, +,765,120,135,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 6, +,765,136,151,.01,0,2,%,2200A4,6200A4,ff,E1D_PCT_SOCINTERESM_140 7, +,765,24,39,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 0, +,765,40,55,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 1, +,765,56,71,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 2, +,765,72,87,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 3, +,765,88,103,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 4, +,765,104,119,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 5, +,765,120,135,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 6, +,765,136,151,.01,0,2,%,2200A5,6200A5,ff,E1D_PCT_SOCINTERESM_145 7, +,765,24,31,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 0, +,765,32,39,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 1, +,765,40,47,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 2, +,765,48,55,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 3, +,765,56,63,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 4, +,765,64,71,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 5, +,765,72,79,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 6, +,765,80,87,1,40,0,°C,2200A6,6200A6,ff,E1D_TEMP_INTERESM_150 7, +,765,24,39,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 0, +,765,40,55,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 1, +,765,56,71,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 2, +,765,72,87,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 3, +,765,88,103,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 4, +,765,104,119,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 5, +,765,120,135,.001,0,3,V,2200A7,6200A7,ff,E1D_U_INTERESM_125 6, +,765,24,39,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 0, +,765,40,55,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 1, +,765,56,71,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 2, +,765,72,87,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 3, +,765,88,103,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 4, +,765,104,119,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 5, +,765,120,135,.001,0,3,V,2200A8,6200A8,ff,E1D_U_INTERESM_130 6, +,765,24,39,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 0, +,765,40,55,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 1, +,765,56,71,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 2, +,765,72,87,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 3, +,765,88,103,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 4, +,765,104,119,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 5, +,765,120,135,.001,0,3,V,2200A9,6200A9,ff,E1D_U_INTERESM_135 6, +,765,24,39,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 0, +,765,40,55,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 1, +,765,56,71,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 2, +,765,72,87,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 3, +,765,88,103,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 4, +,765,104,119,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 5, +,765,120,135,.001,0,3,V,2200AA,6200AA,ff,E1D_U_INTERESM_140 6, +,765,24,39,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 0, +,765,40,55,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 1, +,765,56,71,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 2, +,765,72,87,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 3, +,765,88,103,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 4, +,765,104,119,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 5, +,765,120,135,.001,0,3,V,2200AB,6200AB,ff,E1D_U_INTERESM_145 6, +,765,24,31,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 0, +,765,32,39,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 1, +,765,40,47,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 2, +,765,48,55,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 3, +,765,56,63,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 4, +,765,64,71,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 5, +,765,72,79,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 6, +,765,80,87,.1,0,1,V,2200AC,6200AC,ff,E1D_U_INTERESM_150 7, +,765,24,24,1,0,0,,2200AD,6200AD,ff,E_B_STOPSTARTINHIBIT_CF,1:true;0:false +,765,24,24,1,0,0,,2200AE,6200AE,ff,E_B_SOCAUTHORIZEDESM_INIT_CF,1:true;0:false +,765,24,24,1,0,0,,2200AF,6200AF,ff,E_B_SOCFORDOD_ESM_INIT_CF,1:true;0:false +,765,24,24,1,0,0,,2200B0,6200B0,ff,E_B_SOCFORDOD_SS_INIT_CF,1:true;0:false +,765,24,39,.1,0,1,A,2200B1,6200B1,1ff,E_I_CURRENTSTOP_BATT_MAX_CF, +,765,24,31,.1,0,1,%,2200B2,6200B2,ff,E_PCT_SOCAUTHORIZEDESM_HYST_CF, +,765,24,31,1,0,0,%,2200B3,6200B3,ff,E_PCT_SOCAUTHORIZEDESM_MIN_CF, +,765,24,31,.1,0,1,%,2200B4,6200B4,ff,E_PCT_SOCFORDOD_ESM_HYST_CF, +,765,24,31,1,0,0,%,2200B5,6200B5,ff,E_PCT_SOCFORDOD_ESM_MIN_CF, +,765,24,31,.1,0,1,%,2200B6,6200B6,ff,E_PCT_SOCFORDOD_SS_HYST_CF, +,765,24,31,1,0,0,%,2200B7,6200B7,ff,E_PCT_SOCFORDOD_SS_MIN_CF, +,765,24,31,1,40,0,°C,2200B8,6200B8,ff,E_TEMP_BATT_STOPSTART_CF, +,765,24,31,1,0,0,s,2200B9,6200B9,ff,E_TM_CURRENTSTOP_MAX_CF, +,765,24,24,1,0,0,,2200BA,6200BA,ff,E_B_INHIBITESMINDELIVERY_CF,1:true;0:false +,765,24,24,1,0,0,,2200BB,6200BB,ff,E_B_INHIBITSSINDELIVERY_CF,1:true;0:false +,765,24,39,.01,0,2,%,2200BC,6200BC,ff,E1D_PCT_DOD_ESM_X 0, +,765,40,55,.01,0,2,%,2200BC,6200BC,ff,E1D_PCT_DOD_ESM_X 1, +,765,24,39,.01,0,2,%,2200BD,6200BD,ff,E1D_PCT_DOD_ESM_Y 0, +,765,40,55,.01,0,2,%,2200BD,6200BD,ff,E1D_PCT_DOD_ESM_Y 1, +,765,24,39,.01,0,2,%,2200BE,6200BE,ff,E1D_PCT_DOD_SS_X 0, +,765,40,55,.01,0,2,%,2200BE,6200BE,ff,E1D_PCT_DOD_SS_X 1, +,765,24,39,.01,0,2,%,2200BF,6200BF,ff,E1D_PCT_DOD_SS_Y 0, +,765,40,55,.01,0,2,%,2200BF,6200BF,ff,E1D_PCT_DOD_SS_Y 1, +,765,24,24,1,0,0,,2200C0,6200C0,ff,E_B_SOFINHIBITION_CF,1:true;0:false +,765,24,31,1,0,0,,2200C1,6200C1,ff,E_K_SOFCOUNTER_MAX_CF, +,765,24,31,1,0,0,,2200C2,6200C2,ff,E_K_SOFCOUNTER_MIN_CF, +,765,24,31,1,0,0,,2200C3,6200C3,ff,E_K_SOFCOUNTER_STEP_MAX_CF, +,765,24,31,1,0,0,,2200C4,6200C4,ff,E_K_SOFCOUNTER_STEP_MIN_CF, +,765,24,39,.01,0,2,%,2200C5,6200C5,ff,E_PCT_SOCMINFORSOF_CF, +,765,24,39,.001,0,3,V,2200C6,6200C6,ff,E_U_SOFAUTOSTARTOFFSET_CF, +,765,24,31,1,40,0,°C,2200C7,6200C7,ff,E_TEMP_BATTMINFORSOF_CF, +,765,24,31,1,40,0,°C,2200C8,6200C8,ff,E1D_TEMP_SOFTHRESHOLD 0, +,765,32,39,1,40,0,°C,2200C8,6200C8,ff,E1D_TEMP_SOFTHRESHOLD 1, +,765,40,47,1,40,0,°C,2200C8,6200C8,ff,E1D_TEMP_SOFTHRESHOLD 2, +,765,48,55,1,40,0,°C,2200C8,6200C8,ff,E1D_TEMP_SOFTHRESHOLD 3, +,765,56,63,1,40,0,°C,2200C8,6200C8,ff,E1D_TEMP_SOFTHRESHOLD 4, +,765,64,71,1,40,0,°C,2200C8,6200C8,ff,E1D_TEMP_SOFTHRESHOLD 5, +,765,24,39,.001,0,3,V,2200C9,6200C9,ff,E1D_U_SOFTRESHOLD 0, +,765,40,55,.001,0,3,V,2200C9,6200C9,ff,E1D_U_SOFTRESHOLD 1, +,765,56,71,.001,0,3,V,2200C9,6200C9,ff,E1D_U_SOFTRESHOLD 2, +,765,72,87,.001,0,3,V,2200C9,6200C9,ff,E1D_U_SOFTRESHOLD 3, +,765,88,103,.001,0,3,V,2200C9,6200C9,ff,E1D_U_SOFTRESHOLD 4, +,765,104,119,.001,0,3,V,2200C9,6200C9,ff,E1D_U_SOFTRESHOLD 5, +,765,24,24,1,0,0,,2200CA,6200CA,ff,E_B_MMILOADSHEDDING_ACTIV_CF,1:true;0:false +,765,24,24,1,0,0,,2200CB,6200CB,ff,E_B_MMILOWBATTCUSTOM_ACTIV_CF,1:true;0:false +,765,24,24,1,0,0,,2200CC,6200CC,ff,E_B_MMILOWBATTDELIV_ACTIV_CF,1:true;0:false +,765,24,31,1,0,0,,2200CD,6200CD,ff,E_K_BATTCURRENT_LEVELALERT_CF, +,765,24,31,1,0,0,,2200CE,6200CE,ff,E_K_BATTERYLEVELALERT_CF, +,765,24,31,1,0,0,,2200CF,6200CF,ff,E_K_ECM2USM_LEVEL_CF, +,765,24,39,1,0,0,,2200D0,6200D0,ff,E_K_JAUGECHARGEDMOTORON_CF, +,765,24,31,1,0,0,,2200D1,6200D1,ff,E_K_OVERVOLTAGE_LEVELALERT_CF, +,765,24,31,1,0,0,,2200D2,6200D2,ff,E_K_UNDERVOLTAGE_LEVELALERT_CF, +,765,24,31,1,0,0,,2200D3,6200D3,ff,E_K_VOLTAGEMESLEVELALERT_CF, +,765,24,39,1,0,0,s,2200D4,6200D4,ff,E_TM_TIMEMAXOFLOWBATTVOLTDISP_CF, +,765,24,39,1,0,0,s,2200D5,6200D5,ff,E_TM_TIMEMINTOINFORMCHARGDISP_CF, +,765,24,39,1,0,0,s,2200D6,6200D6,ff,E_TM_WAITCUSTOMERMODE_CF, +,765,24,39,1,0,0,s,2200D7,6200D7,ff,E_TM_WAITDELIVERYMODE_CF, +,765,24,24,1,0,0,,2200D8,6200D8,ff,E_B_ESMINHIBITIONBYLIGHTS_CF,1:true;0:false +,765,24,31,1,0,0,%,2200D9,6200D9,ff,E_K_JAUGEMIN_LIGHTS_CF, +,765,24,31,1,40,0,°C,2200DA,6200DA,ff,E_TEMP_BATTMIN_LIGHTS_CF, +,765,24,31,1,40,0,°C,2200DB,6200DB,ff,E_TEMP_ENGINEMIN_LIGHTS_CF, +,765,24,31,15,0,0,s,2200DC,6200DC,ff,E_TM_NOLIGHTLIMITATION_CF, +,765,24,31,.1,0,1,V,2200DD,6200DD,ff,E_U_MAX_BY_LIGHTS_CF, +,765,24,39,.001,0,3,V,2200DE,6200DE,ff,E1D_U_RALACC 0, +,765,40,55,.001,0,3,V,2200DE,6200DE,ff,E1D_U_RALACC 1, +,765,56,71,.001,0,3,V,2200DE,6200DE,ff,E1D_U_RALACC 2, +,765,24,39,.001,0,3,V,2200DF,6200DF,ff,E1D_U_RALACC_THRESHOLD 0, +,765,40,55,.001,0,3,V,2200DF,6200DF,ff,E1D_U_RALACC_THRESHOLD 1, +,765,56,71,.001,0,3,V,2200DF,6200DF,ff,E1D_U_RALACC_THRESHOLD 2, +,765,24,39,.001,0,3,,2200,6200,ff,E_K_COEFSUPPLYUOCV_CF, +,765,24,39,.001,0,3,,22000,62000,ff,E_K_COEFSUPPLYVOLTAGE_CF, +,765,24,39,.00001,0,3,Ohm,220000,620000,ff,E_R_BATTERYGROUND_CF, +,765,24,39,.001,0,3,Ohm,2200000,6200000,ff,E_R_HARNESS_1_CF, +,765,24,39,.001,0,3,Ohm,22000000,62000000,ff,E_R_HARNESS_2_CF, +,765,24,39,.001,0,3,V,220000000,620000000,ff,E_U_ECUSUPPLY1_OFFSET_CF, +,765,24,39,.001,0,3,V,2200000000,6200000000,ff,E_U_ECUSUPPLY2_OFFSET_CF, +,765,24,39,.001,0,3,V,22000000000,62000000000,ff,E_U_ECUSUPPLYUOCV_OFFSET_CF, +,765,24,39,.001,0,3,V,220000000000,620000000000,ff,E_U_OCSIGNG_OFFSET_CF, +,765,24,39,.001,0,3,,2200000000000,6200000000000,ff,E_TAU_BATT_USM_CF, +,765,24,31,1,0,0,mV,2200EA,6200EA,ff,E_U_BATTOCVSTAB_THRESHOLD_CF, +,765,24,24,1,0,0,,2200EB,6200EB,ff,E_B_AUTOSTART_HV_CF,1:true;0:false +,765,24,24,1,0,0,,2200EC,6200EC,ff,E_B_BATTCURRSENSOR_PRESNT_CF,1:true;0:false +,765,24,24,1,0,0,,2200ED,6200ED,ff,STOPSTART_TYPE_CF,1:true;0:false +,765,24,31,1,0,0,,2200EE,6200EE,ff,DRIVER_DOOR_INACTIVE_THRESHOLD_CF, +,765,24,24,1,0,0,,2200EF,6200EF,ff,E_B_ENGINESTATUS_CHECK_CF,1:true;0:false +,765,24,24,1,0,0,,2200F1,6200F1,ff,E_B_BCSFILTERINHIBITION_CF,1:true;0:false +,765,24,24,1,0,0,,2200F2,6200F2,ff,E_B_SOFDIAGCHOICE_1_CF,1:true;0:false +,765,24,24,1,0,0,,2200F3,6200F3,ff,E_B_SOFDIAGCHOICE_2_CF,1:true;0:false +,765,24,24,1,0,0,,2200F4,6200F4,ff,E_B_SOFDIAGCHOICE_3_CF,1:true;0:false +,765,24,24,1,0,0,,2200F5,6200F5,ff,E_B_SOFDIAGCHOICE_4_CF,1:true;0:false +,765,24,24,1,0,0,,2200F6,6200F6,ff,E_B_SOFDIAGCHOICE_5_CF,1:true;0:false +,765,24,24,1,0,0,,2200F7,6200F7,ff,E_B_SOFDIAGCHOICE_6_CF,1:true;0:false +,765,24,24,1,0,0,,2200F8,6200F8,ff,E_B_SOFDIAGCHOICE_7_CF,1:true;0:false +,765,24,24,1,0,0,,2200F9,6200F9,ff,E_B_SOFDIAGCHOICE_8_CF,1:true;0:false +,765,24,31,.01,0,2,,2200FA,6200FA,ff,E_TM_PBCURRENT_CF, +,765,24,31,.01,0,2,,2200FC,6200FC,ff,E_TM_SOFCALCULATION_CF, +,765,24,24,1,0,0,,2200FD,6200FD,ff,CLIM_TYPE,1:true;0:false +,765,24,24,1,0,0,,2200FE,6200FE,ff,EE_ARCHI_CF,1:true;0:false +,765,24,31,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 0, +,765,32,39,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 1, +,765,40,47,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 2, +,765,48,55,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 3, +,765,56,63,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 4, +,765,64,71,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 5, +,765,72,79,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 6, +,765,80,87,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 7, +,765,88,95,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 8, +,765,96,103,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 9, +,765,104,111,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 10, +,765,112,119,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 11, +,765,120,127,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 12, +,765,128,135,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 13, +,765,136,143,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 14, +,765,144,151,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 15, +,765,152,159,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 16, +,765,160,167,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 17, +,765,168,175,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 18, +,765,176,183,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 19, +,765,184,191,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 20, +,765,192,199,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 21, +,765,200,207,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 22, +,765,208,215,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 23, +,765,216,223,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 24, +,765,224,231,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 25, +,765,232,239,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 26, +,765,240,247,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 27, +,765,248,255,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 28, +,765,256,263,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 29, +,765,264,271,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 30, +,765,272,279,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 31, +,765,280,287,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 32, +,765,288,295,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 33, +,765,296,303,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 34, +,765,304,311,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 35, +,765,312,319,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 36, +,765,320,327,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 37, +,765,328,335,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 38, +,765,336,343,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 39, +,765,344,351,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 40, +,765,352,359,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 41, +,765,360,367,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 42, +,765,368,375,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 43, +,765,376,383,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 44, +,765,384,391,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 45, +,765,392,399,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 46, +,765,400,407,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 47, +,765,408,415,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 48, +,765,416,423,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 49, +,765,424,431,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 50, +,765,432,439,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 51, +,765,440,447,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 52, +,765,448,455,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 53, +,765,456,463,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 54, +,765,464,471,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 55, +,765,472,479,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 56, +,765,480,487,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 57, +,765,488,495,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 58, +,765,496,503,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 59, +,765,504,511,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 60, +,765,512,519,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 61, +,765,520,527,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 62, +,765,528,535,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 63, +,765,536,543,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 64, +,765,544,551,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 65, +,765,552,559,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 66, +,765,560,567,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 67, +,765,568,575,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 68, +,765,576,583,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 69, +,765,584,591,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 70, +,765,592,599,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 71, +,765,600,607,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 72, +,765,608,615,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 73, +,765,616,623,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 74, +,765,624,631,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 75, +,765,632,639,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 76, +,765,640,647,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 77, +,765,648,655,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 78, +,765,656,663,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 79, +,765,664,671,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 80, +,765,672,679,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 81, +,765,680,687,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 82, +,765,688,695,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 83, +,765,696,703,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 84, +,765,704,711,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 85, +,765,712,719,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 86, +,765,720,727,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 87, +,765,728,735,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 88, +,765,736,743,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 89, +,765,744,751,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 90, +,765,752,759,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 91, +,765,760,767,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 92, +,765,768,775,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 93, +,765,776,783,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 94, +,765,784,791,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 95, +,765,792,799,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 96, +,765,800,807,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 97, +,765,808,815,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 98, +,765,816,823,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 99, +,765,824,831,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 100, +,765,832,839,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 101, +,765,840,847,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 102, +,765,848,855,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 103, +,765,856,863,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 104, +,765,864,871,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 105, +,765,872,879,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 106, +,765,880,887,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 107, +,765,888,895,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 108, +,765,896,903,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 109, +,765,904,911,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 110, +,765,912,919,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 111, +,765,920,927,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 112, +,765,928,935,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 113, +,765,936,943,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 114, +,765,944,951,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 115, +,765,952,959,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 116, +,765,960,967,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 117, +,765,968,975,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 118, +,765,976,983,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 119, +,765,984,991,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 120, +,765,992,999,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 121, +,765,1000,1007,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 122, +,765,1008,1015,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 123, +,765,1016,1023,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 124, +,765,1024,1031,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 125, +,765,1032,1039,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 126, +,765,1040,1047,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 127, +,765,1048,1055,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 128, +,765,1056,1063,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 129, +,765,1064,1071,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 130, +,765,1072,1079,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 131, +,765,1080,1087,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 132, +,765,1088,1095,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 133, +,765,1096,1103,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 134, +,765,1104,1111,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 135, +,765,1112,1119,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 136, +,765,1120,1127,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 137, +,765,1128,1135,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 138, +,765,1136,1143,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 139, +,765,1144,1151,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 140, +,765,1152,1159,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 141, +,765,1160,1167,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 142, +,765,1168,1175,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 143, +,765,1176,1183,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 144, +,765,1184,1191,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 145, +,765,1192,1199,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 146, +,765,1200,1207,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 147, +,765,1208,1215,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 148, +,765,1216,1223,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 149, +,765,1224,1231,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 150, +,765,1232,1239,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 151, +,765,1240,1247,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 152, +,765,1248,1255,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 153, +,765,1256,1263,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 154, +,765,1264,1271,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 155, +,765,1272,1279,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 156, +,765,1280,1287,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 157, +,765,1288,1295,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 158, +,765,1296,1303,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 159, +,765,1304,1311,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 160, +,765,1312,1319,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 161, +,765,1320,1327,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 162, +,765,1328,1335,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 163, +,765,1336,1343,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 164, +,765,1344,1351,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 165, +,765,1352,1359,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 166, +,765,1360,1367,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 167, +,765,1368,1375,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 168, +,765,1376,1383,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 169, +,765,1384,1391,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 170, +,765,1392,1399,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 171, +,765,1400,1407,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 172, +,765,1408,1415,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 173, +,765,1416,1423,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 174, +,765,1424,1431,.05,0,2,,2200FF,6200FF,ff,E2D_K_RENDSOC 175, +,765,24,24,1,0,0,,220100,620100,ff,SOC_INIT_TYPE_CF,1:true;0:false +,765,24,31,1,40,0,°C,220101,620101,ff,EXTERNALTEMP_MIN_FOR_VOLTRATE, +,765,24,31,1,40,0,°C,220102,620102,ff,EXTERNALTEMP_MAX_FOR_VOLTRATE, +,765,24,31,1,0,0,,220103,620103,ff,VOLTRATE_TEXTMAX,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,1,0,0,,220104,620104,ff,VOLTRATE_TEXTMID,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,1,0,0,,220105,620105,ff,VOLTRATE_TEXTMIN,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,55,1,0,0,,220106,620106,4ff,DELIVERYMODE_THRESHOLD_CF, +,765,24,31,.1,0,1,V/s,220107,620107,ff,E_DU_ESM_MIN_NEG_RATE_CF, +,765,24,31,.1,0,1,V/s,220108,620108,ff,E_DU_ESM_MIN_POS_RATE_CF, +,765,24,31,.1,0,1,V,220109,620109,ff,E_U_ESM_STEP_CF, +,765,24,39,1,0,0,km/h,22010A,62010A,ff,ESCL_STOP_VEHICLE_SPEED_THRESHOLD_TP, +,765,24,31,10,0,0,ms,22010B,62010B,ff,MAX_CRANK_ON_VERLOG_NOK_TM_TP, +,765,24,39,.001,0,3,V,22010C,62010C,ff,E_U_BATT_NOCHARGE_CF, +,765,24,39,10,0,0,,22010E,62010E,ff,STORED_HP_PUMP_ACTIVATION_COUNTER_S, +,765,24,39,10,0,0,,22010F,62010F,ff,STORED_STARTER_ACTIVATION_COUNTER_S, +,765,24,24,1,0,0,,220110,620110,ff,STOP_BY_SMART_CF,1:true;0:false +,765,24,24,1,0,0,,220111,620111,ff,WITH_SCP_CF,1:true;0:false +,765,24,39,.01,0,2,V,220112,620112,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 0, +,765,40,55,.01,0,2,V,220112,620112,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 1, +,765,56,71,.01,0,2,V,220112,620112,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 2, +,765,72,87,.01,0,2,V,220112,620112,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 3, +,765,24,31,1,0,0,%,220113,620113,ff,PWM_STOP_LAMP_BULB_RATIO_CF 0, +,765,32,39,1,0,0,%,220113,620113,ff,PWM_STOP_LAMP_BULB_RATIO_CF 1, +,765,40,47,1,0,0,%,220113,620113,ff,PWM_STOP_LAMP_BULB_RATIO_CF 2, +,765,48,55,1,0,0,%,220113,620113,ff,PWM_STOP_LAMP_BULB_RATIO_CF 3, +,765,24,39,.01,0,2,V,220114,620114,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 0, +,765,40,55,.01,0,2,V,220114,620114,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 1, +,765,56,71,.01,0,2,V,220114,620114,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 2, +,765,72,87,.01,0,2,V,220114,620114,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 3, +,765,24,31,1,0,0,%,220115,620115,ff,PWM_STOP_LAMP_LED_RATIO_CF 0, +,765,32,39,1,0,0,%,220115,620115,ff,PWM_STOP_LAMP_LED_RATIO_CF 1, +,765,40,47,1,0,0,%,220115,620115,ff,PWM_STOP_LAMP_LED_RATIO_CF 2, +,765,48,55,1,0,0,%,220115,620115,ff,PWM_STOP_LAMP_LED_RATIO_CF 3, +,765,24,24,1,0,0,,220116,620116,ff,STOP_LAMP_WITH_LED_CF,1:true;0:false +,765,24,24,1,0,0,,220117,620117,ff,STOP_LAMP_WITH_PWM_CF,1:true;0:false +,765,24,39,.01,0,2,V,220118,620118,ff,STOP_OFFSET_CF, +,765,24,24,1,0,0,,220119,620119,ff,WITH_RES_TIMER_2H_CF,1:true;0:false +,765,24,39,.01,0,2,s,22011A,62011A,ff,TIMER_ACOFF_FILTER_CF, +,765,24,31,1,0,0,,22011B,62011B,ff,RES_CLIM_CF,0:NO_RES_CLIM;1:RES_CLIM_LEVEL_0;2:RES_CLIM_LEVEL_1 +,765,24,31,1,40,0,°C,22011C,62011C,ff,MAX_TEMPERATURE_RES_TIMER_2H_CF, +,765,24,24,1,0,0,,22011D,62011D,ff,WITH_REMOTE_START_CF,1:true;0:false +,765,24,39,.01,0,2,s,22011E,62011E,ff,RES_TIMER_IN_SECONDS_TM_CF, +,765,24,24,1,0,0,,22011F,62011F,ff,WITH_AT_RES_AUTHORIZATION_CF,1:true;0:false +,765,24,24,1,0,0,,221001,621001,ff,ANTI_HIJACK_CF,1:true;0:false +,765,25,25,1,0,0,,221001,621001,ff,BTN_TAILGATE_OPENING_CF,1:true;0:false +,765,26,26,1,0,0,,221001,621001,ff,CHILD_LOCK_SWITCH_REVERSE_CF,1:true;0:false +,765,27,27,1,0,0,,221001,621001,ff,CRASH_DETECTION_CF,1:true;0:false +,765,28,28,1,0,0,,221001,621001,ff,DRIVER_ON_RIGHT_SIDE_CF,1:true;0:false +,765,29,29,1,0,0,,221001,621001,ff,LOCK_UNLOCK_BUTTON_CF,1:true;0:false +,765,30,30,1,0,0,,221001,621001,ff,PLANT_LOCK_WITH_SPEED_CF,1:true;0:false +,765,31,31,1,0,0,,221001,621001,ff,RKE_BACK_DOORS_CF,1:true;0:false +,765,32,32,1,0,0,,221001,621001,ff,SUPERLOCK_CF,1:true;0:false +,765,33,33,1,0,0,,221001,621001,ff,REVERSE_SW_ON_BACK_DOOR_CF,1:true;0:false +,765,34,34,1,0,0,,221001,621001,ff,REVERSE_SW_ON_FL_DOOR_CF,1:true;0:false +,765,35,35,1,0,0,,221001,621001,ff,REVERSE_SW_ON_FR_DOOR_CF,1:true;0:false +,765,36,36,1,0,0,,221001,621001,ff,CL_PTCArchi, +,765,37,37,1,0,0,,221001,621001,ff,CL_AlternatorLoadArchi, +,765,38,38,1,0,0,,221001,621001,ff,CL_PTCType, +,765,39,39,1,0,0,,221001,621001,ff,BIPBIP_LOCK_CF,1:true;0:false +,765,40,40,1,0,0,,221001,621001,ff,PANIC_BUTTON_CF,1:true;0:false +,765,41,41,1,0,0,,221001,621001,ff,KNOB_CF,1:true;0:false +,765,42,42,1,0,0,,221001,621001,ff,REVERSE_SW_ON_RL_DOOR_CF,1:true;0:false +,765,43,43,1,0,0,,221001,621001,ff,LOAD_AREA_CF,1:true;0:false +,765,44,44,1,0,0,,221001,621001,ff,LATCH_TYPE_ON_BACK_DOOR_CF,1:true;0:false +,765,45,45,1,0,0,,221001,621001,ff,DOORLOCK_OUTPUT_CF,1:true;0:false +,765,46,46,1,0,0,,221001,621001,ff,REVERSE_SW_ON_RR_DOOR_CF,1:true;0:false +,765,47,47,1,0,0,,221001,621001,ff,INFOCLUTCH_DIAG_AUTO_DYN_CF,1:true;0:false +,765,48,48,1,0,0,,221001,621001,ff,INFOCLUTCH_DIAG_AUTO_STATIC_CF,1:true;0:false +,765,49,49,1,0,0,,221001,621001,ff,INFOCLUTCH_DIAG_END_DYN_CF,1:true;0:false +,765,50,50,1,0,0,,221001,621001,ff,INFOCLUTCH_DIAG_END_STATIC_CF,1:true;0:false +,765,51,51,1,0,0,,221001,621001,ff,INFOCLUTCH_DIAG_START_DYN_CF,1:true;0:false +,765,52,52,1,0,0,,221001,621001,ff,INFOCLUTCH_DIAG_START_STATIC_CF,1:true;0:false +,765,53,53,1,0,0,,221001,621001,ff,HAZARD_WITH_BRAKE_CF,1:true;0:false +,765,54,54,1,0,0,,221001,621001,ff,HAZARD_WITH_CRASH_CF,1:true;0:false +,765,55,55,1,0,0,,221001,621001,ff,OVERLOAD_BY_SMART_CF,1:true;0:false +,765,56,56,1,0,0,,221001,621001,ff,T_PULSE_CF,1:true;0:false +,765,57,57,1,0,0,,221001,621001,ff,BRAKE_ECU_PRESENT_CF,1:true;0:false +,765,58,58,1,0,0,,221001,621001,ff,ALARM_PRESENT_CF,1:true;0:false +,765,59,59,1,0,0,,221001,621001,ff,ANTI_JUMP_AUTO_CF,1:true;0:false +,765,60,60,1,0,0,,221001,621001,ff,AT_CF,1:true;0:false +,765,61,61,1,0,0,,221001,621001,ff,IGNITION_RELAY_IN_EMM_CF,1:true;0:false +,765,62,62,1,0,0,,221001,621001,ff,IS_TAILGATE_DIAG_INHIBITED_CF,1:true;0:false +,765,63,63,1,0,0,,221001,621001,ff,PLANT_START_SEQ_INHIBITION_CF,1:true;0:false +,765,64,64,1,0,0,,221001,621001,ff,STARTER_WITH_RELAY_CF,1:true;0:false +,765,65,65,1,0,0,,221001,621001,ff,STARTER_PROTECTION_CF,1:true;0:false +,765,66,66,1,0,0,,221001,621001,ff,ANTI_JUMP_MANU_CF,1:true;0:false +,765,67,67,1,0,0,,221001,621001,ff,END_CLUTCH_USED_FOR_AUTOSTART_CF,1:true;0:false +,765,68,68,1,0,0,,221001,621001,ff,BRAKE_FAIL1_DETECTION_CF,1:true;0:false +,765,69,69,1,0,0,,221001,621001,ff,BRAKE_FAIL2_DETECTION_CF,1:true;0:false +,765,70,70,1,0,0,,221001,621001,ff,STOP_LAMP_ELEC_FAIL_DETECT_CF,1:true;0:false +,765,71,71,1,0,0,,221001,621001,ff,EMM_CF,1:true;0:false +,765,72,72,1,0,0,,221001,621001,ff,AUTO_WINDOW_CLOSING_CF,1:true;0:false +,765,73,73,1,0,0,,221001,621001,ff,INHIB_LVAR_CF,1:true;0:false +,765,74,74,1,0,0,,221001,621001,ff,ACTIVATE_INTERIOR_LIGHTING_CF,1:true;0:false +,765,75,75,1,0,0,,221001,621001,ff,LOCK_CRYPTO_PAGES_CF,1:true;0:false +,765,76,76,1,0,0,,221001,621001,ff,INTERMITTENT_RING_CF,1:true;0:false +,765,77,77,1,0,0,,221001,621001,ff,WIPING_BY_EMM_CF,1:true;0:false +,765,78,78,1,0,0,,221001,621001,ff,BREAKEVEN_POINT_CF,1:true;0:false +,765,79,79,1,0,0,,221001,621001,ff,BREAKEVEN_POINT_ALWAYS_PRESENT_DETECTION_CF,1:true;0:false +,765,80,80,1,0,0,,221001,621001,ff,BREAKEVEN_POINT_NEVER_PRESENT_DETECTION_CF,1:true;0:false +,765,81,81,1,0,0,,221001,621001,ff,REAR_GEAR_ALWAYS_PRESENT_DETECTION_CF,1:true;0:false +,765,82,82,1,0,0,,221001,621001,ff,LIGHTING_BY_EMM_CF,1:true;0:false +,765,83,83,1,0,0,,221001,621001,ff,PERIMETRIC_ALARM_CF,1:true;0:false +,765,84,84,1,0,0,,221001,621001,ff,SEPARATED_TAILGATE_CF,1:true;0:false +,765,85,85,1,0,0,,221001,621001,ff,UNDERHOOD_CF,1:true;0:false +,765,86,86,1,0,0,,221001,621001,ff,MMI_START_CF,1:true;0:false +,765,87,87,1,0,0,,221001,621001,ff,WITH_PARK_POSITION_CF,1:true;0:false +,765,88,88,1,0,0,,221001,621001,ff,LONG_TEMPO_DISPLAY_CF,1:true;0:false +,765,89,89,1,0,0,,221001,621001,ff,LINKED_WITH_REVERSE_CF,1:true;0:false +,765,90,90,1,0,0,,221001,621001,ff,REAR_WIPER_AF_CF,1:true;0:false +,765,91,91,1,0,0,,221001,621001,ff,REAR_WIPER_CF,1:true;0:false +,765,92,92,1,0,0,,221001,621001,ff,KEY_REMINDER_WARNING_CF,1:true;0:false +,765,93,93,1,0,0,,221001,621001,ff,SOC_INIT_CF,1:true;0:false +,765,94,94,1,0,0,,221001,621001,ff,TPMS_AUTOLEARNING_ACTIVED, +,765,95,95,1,0,0,,221001,621001,ff,TPMS_FLAG_MISSING_SENSOR_ENABLE, +,765,96,96,1,0,0,,221001,621001,ff,PC_SIGNALISATION_CF,1:true;0:false +,765,97,97,1,0,0,,221001,621001,ff,HORN_SMARTPHONE_CAN_FB_CF,1:true;0:false +,765,98,98,1,0,0,,221001,621001,ff,ELECTRICAL_VEH_CF,1:true;0:false +,765,99,99,1,0,0,,221001,621001,ff,FRONT_DEFROST_CF,1:true;0:false +,765,100,100,1,0,0,,221001,621001,ff,OPENABLE_ROOF_CF,1:true;0:false +,765,101,101,1,0,0,,221001,621001,ff,CID_EXT_MEM_CF,1:true;0:false +,765,102,102,1,0,0,,221001,621001,ff,ECOMODE_PREVIOUS_RESTART_CF,1:true;0:false +,765,103,103,1,0,0,,221001,621001,ff,RKE_BACK_DOOR_OPENING_CF,1:true;0:false +,765,104,104,1,0,0,,221001,621001,ff,CLIMATE_CONTROL_UNIT_CF,1:true;0:false +,765,105,105,1,0,0,,221001,621001,ff,TPMS_PRESENCE_SSPP, +,765,106,106,1,0,0,,221001,621001,ff,TPMS_RECEIVER_PRESENT, +,765,107,107,1,0,0,,221001,621001,ff,ECHO_RF_CF,1:true;0:false +,765,108,108,1,0,0,,221001,621001,ff,OPEN_REAR_SIDE_DOOR_ARE_NOT_LOCKABLE_CF,1:true;0:false +,765,109,109,1,0,0,,221001,621001,ff,STOPSTART_TYPE_CF,1:true;0:false +,765,110,110,1,0,0,,221001,621001,ff,CLIM_TYPE,1:true;0:false +,765,111,111,1,0,0,,221001,621001,ff,EE_ARCHI_CF,1:true;0:false +,765,112,119,10,0,0,ms,221001,621001,ff,GEAR_POSITION_TIMER_TM_CF, +,765,120,127,1,0,0,,221001,621001,ff,HAND_BRAKE_CF,0:HB_NOT_USED_FOR_S_AND_S;1:HB_USED_FOR_S_AND_S +,765,128,135,.5,0,1,bar,221001,621001,ff,BK_PRESSURE_THRESHOLD_FOR_START_CF, +,765,144,151,1,0,0,,221001,621001,ff,TPMS_UND_INF_ALERT_FIX_ RATE_ON, +,765,152,159,1,0,0,,221001,621001,ff,TPMS_PRESSURE_ALERT_FIX_ RATE_OFF, +,765,160,167,1,0,0,,221001,621001,ff,TPMS_UND_INF_ALERT_VAR_ RATE_ON, +,765,168,175,1,0,0,,221001,621001,ff,TPMS_PRESSURE_ALERT_VAR_ RATE_OFF, +,765,176,183,1,30,0,°C,221001,621001,ff,TPMS_LOW_BATT_THRESHOLD_ALERT, +,765,184,191,1,0,0,,221001,621001,ff,TPMS_PUNCT_ALERT_FIX_ RATE_ON, +,765,192,199,1,0,0,,221001,621001,ff,TPMS_INCOH_PRESS_THRESHOLD, +,765,200,207,1,0,0,,221001,621001,ff,TPMS_INCOH_TEMP_THRESHOLD, +,765,208,215,1,30,0,°C,221001,621001,ff,TPMS_MAX_TREF_VALUE, +,765,216,223,1,0,0,,221001,621001,ff,TPMS_LEARNING_P1_PARAM, +,765,224,231,.05,0,2,,221001,621001,ff,TPMS_LEARNING_P2_PARAM, +,765,232,239,1,0,0,,221001,621001,ff,TPMS_PRESS_LEARN_NB_FRAME_MEAN, +,765,240,247,1,0,0,,221001,621001,ff,TPMS_LEARN_RESET_MAX_VALUE, +,765,248,255,1,0,0,,221001,621001,ff,TPMS_LEARNING_MATRIX_SIZE, +,765,256,263,1,0,0,,221001,621001,ff,TPMS_LEARN_NEWID_MAX_COUNT, +,765,264,271,1,0,0,,221001,621001,ff,TPMS_LEARN_KNOWNID_MAX_COUNT, +,765,272,279,1,0,0,,221001,621001,ff,TPMS_INTERNAL_INCOH_THRESHOLD_ON, +,765,280,287,1,0,0,,221001,621001,ff,TPMS_THRESHOLD_PUNCT_ALERT_ON, +,765,288,295,1,0,0,,221001,621001,ff,TPMS_THRESHOLD_PUNCT_ALERT_OFF, +,765,296,303,1,0,0,,221001,621001,ff,TPMS_THRD_UNDER_INF_ALERT_ON, +,765,304,311,1,0,0,,221001,621001,ff,TPMS_THRD_UNDER_INF_ALERT_OFF, +,765,312,319,1,0,0,,221001,621001,ff,TPMS_INTERNAL_INCOH_THRESHOLD_OFF, +,765,320,327,1,0,0,km/h,221001,621001,ff,LWS_SPEED_THRESH_CF, +,765,328,335,1,0,0,,221001,621001,ff,PRECOND_BY_KEY_CF,0:PC_BY_KEY_NOT_EQUIPED;1:PC_BY_KEY_1;2:PC_BY_KEY_2;3:PC_BY_KEY_3;4:PC_BY_KEY_4 +,765,336,343,1,0,0,,221001,621001,ff,TPMS_VEH_RUNNING_THRESHOLD, +,765,344,351,1,0,0,,221001,621001,ff,TPMS_VEH_STOPPED_THRESHOLD, +,765,352,359,1,0,0,,221001,621001,ff,TPMS_MISSING_THRESHOLD_ALERT, +,765,360,367,1,0,0,,221001,621001,ff,TPMS_TIMEOUT_MISSING_SENSOR, +,765,368,375,1,0,0,,221001,621001,ff,TPMS_VEH_RUNNING_ON_DELAY, +,765,376,383,1,0,0,,221001,621001,ff,TPMS_VEH_STOPPED_ON_DELAY, +,765,384,391,10,0,0,,221001,621001,ff,TPMS_TIMEOUT_OFF_VALIDITY_DATA, +,765,392,399,1,0,0,s,221001,621001,ff,TPMS_APV_PROCESS_TIMOUT, +,765,400,407,1,0,0,,221001,621001,ff,DRIVER_DOOR_INACTIVE_THRESHOLD_CF, +,765,408,415,1,40,0,°C,221001,621001,ff,EXTERNALTEMP_MIN_FOR_VOLTRATE, +,765,416,423,1,40,0,°C,221001,621001,ff,EXTERNALTEMP_MAX_FOR_VOLTRATE, +,765,424,431,1,0,0,,221001,621001,ff,VOLTRATE_TEXTMAX,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,432,439,1,0,0,,221001,621001,ff,VOLTRATE_TEXTMID,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,440,447,1,0,0,,221001,621001,ff,VOLTRATE_TEXTMIN,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,448,455,10,0,0,ms,221001,621001,ff,MAX_CRANK_ON_VERLOG_NOK_TM_TP, +,765,456,471,1.66666666666667E-04,0,3,min,221001,621001,ff,AUTO_RELOCK_TIMEOUT_CF, +,765,472,487,.01,0,2,s,221001,621001,ff,MAX_ENGINE_START_SEQ_TM_CF, +,765,488,503,1.66666666666667E-04,0,3,min,221001,621001,ff,IMMO_TIMEOUT_AFTER_SALES_MODE_TM_CF, +,765,504,519,.01,0,2,s,221001,621001,ff,IMMO_TIME_OUT_LEARNING_KEY_TM_CF, +,765,520,535,.01,0,2,s,221001,621001,ff,LONG_PRESS_TM_CF, +,765,536,551,10,0,0,ms,221001,621001,ff,REAR_WIPER_PROTECTION_TM_CF, +,765,552,567,1,0,0,km/h,221001,621001,ff,REAR_WIPER_INT_SPEED_TH_CF 0, +,765,568,583,1,0,0,km/h,221001,621001,ff,REAR_WIPER_INT_SPEED_TH_CF 1, +,765,584,599,1,0,0,km/h,221001,621001,ff,REAR_WIPER_INT_SPEED_TH_CF 2, +,765,600,615,10,0,0,ms,221001,621001,ff,REAR_WIPER_INT_VALUES_TM_CF 0, +,765,616,631,10,0,0,ms,221001,621001,ff,REAR_WIPER_INT_VALUES_TM_CF 1, +,765,632,647,10,0,0,ms,221001,621001,ff,REAR_WIPER_INT_VALUES_TM_CF 2, +,765,648,663,10,0,0,ms,221001,621001,ff,REAR_WIPER_INT_VALUES_TM_CF 3, +,765,664,679,10,0,0,,221001,621001,ff,TPMS_REF_PRESS_HIGH_SPEED_FRONT, +,765,680,695,10,0,0,,221001,621001,ff,TPMS_REF_PRESS_HIGH_SPEED_REAR, +,765,696,711,10,0,0,,221001,621001,ff,TPMS_REF_PRESS_LOW_SPEED_FRONT, +,765,712,727,10,0,0,,221001,621001,ff,TPMS_REF_PRESS_LOW_SPEED_REAR, +,765,728,743,1,0,0,,221001,621001,ff,TPMS_ATMO_EXTERN_PRESS, +,765,744,759,.125,0,1,%,221001,621001,ff,RAW_SENSOR_START_AUTO_THRESHOLD_CF, +,765,760,775,1,0,0,,221001,621001,ff,TPMS_TIMEOUT_VALVE_VEH_STOPPED, +,765,776,791,7.5,0,0,,221001,621001,ff,TPMS_PRESS_MEAS_ERROR, +,765,792,807,.01,0,2,s,221001,621001,ff,HORN_DURATION_TM_CF, +,765,808,823,1,0,0,km/h,221001,621001,ff,ESCL_STOP_VEHICLE_SPEED_THRESHOLD_TP, +,765,824,855,1,0,0,,221001,621001,4ff,PL1_MAX_BY_INTLIGHTS_TM_CF, +,765,856,887,1,0,0,,221001,621001,4ff,TECHNICAL_TIMER_TM_CF, +,765,888,903,.01,0,2,s,221001,621001,ff,CAN_EMISSION_DURATION_TM_CF, +,765,24,24,1,0,0,,221002,621002,ff,BATT_CURR_SENSOR_LIN_CF,1:true;0:false +,765,27,27,1,0,0,,221002,621002,ff,ECOMODE_RESTART_CF,1:true;0:false +,765,28,28,1,0,0,,221002,621002,ff,WITH_FRONT_DEFROST_BUTTON_CF,1:true;0:false +,765,31,31,1,0,0,,221002,621002,ff,WITH_RES_RKE_CF,1:true;0:false +,765,192,199,1,0,0,,221002,621002,ff,DELIVERYMODE_TYPE_CF,0:OLD_DELIVERY_MODE;1:NEW_DELIVERY_MODE +,765,200,207,1,0,0,,221002,621002,ff,ECO_SWITCH_TYPE_CF,0:NO_BUTTON_SW;1:ECO_BUTTON_SW;2:MEX_BUTTON_SW +,765,216,223,1,0,0,,221002,621002,ff,AUTO_LIGHT_CF,0:ALS_DEACTIVATED;1:ALS_WITH_RLS;2:ALS_WITH_ANALOG_SENSOR +,765,224,239,10,0,0,mV,221002,621002,ff,C_U_BATSCLH, +,765,240,255,10,0,0,mV,221002,621002,ff,C_U_BATSCLL, +,765,256,271,1,0,0,s,221002,621002,ff,C_TM_TBATSCC, +,765,272,287,1,0,0,s,221002,621002,ff,C_TM_TBATSC, +,765,288,303,.1,0,1,V,221002,621002,ff,C_U_BATT_THRESHOLDCURRSENSDIAG, +,765,304,304,1,0,0,,221002,621002,ff,C_B_BATTSENS_MEDSTICKDIAG,1:true;0:false +,765,305,305,1,0,0,,221002,621002,ff,C_B_BATTSENS_LOWOUTPUTDIAG,1:true;0:false +,765,306,306,1,0,0,,221002,621002,ff,C_B_BATTSENS_HIGHOUTPUTDIAG,1:true;0:false +,765,307,307,1,0,0,,221002,621002,ff,C_B_BATTSENS_FCT1DIAG,1:true;0:false +,765,308,308,1,0,0,,221002,621002,ff,C_B_BATTSENS_FCT2DIAG,1:true;0:false +,765,309,309,1,0,0,,221002,621002,ff,C_B_BATTTEMPSENSOR_PRESENT,1:true;0:false +,765,312,327,1,0,0,mV,221002,621002,ff,C_U_BATSCD, +,765,328,343,1,0,0,s,221002,621002,ff,C_TM_TBATSL, +,765,344,359,10,0,0,mV,221002,621002,ff,C_U_FSBATSL, +,765,360,375,1,0,0,s,221002,621002,ff,C_TM_TBATSH, +,765,376,391,10,0,0,mV,221002,621002,ff,C_U_FSBATSH, +,765,392,407,1,0,0,s,221002,621002,ff,C_TM_TBATSR, +,765,408,415,1,120,0,A,221002,621002,ff,C_I_ALTOFS, +,765,416,423,.1,0,1,V,221002,621002,ff,C_U_BATTVOLTFUN2THRESHOLD, +,765,424,439,10,0,0,mV,221002,621002,ff,C_U_BATTSENSOUTPUTFUN2THRESHOLD, +,765,440,455,.1,0,1,V,221002,621002,ff,C_U_ALTREQFUN2THRESHOLD, +,765,456,463,1,0,0,,221002,621002,ff,C_K_CURKJU, +,765,464,479,.00025,0,3,,221002,621002,ff,C_K_BATSSLP, +,765,480,487,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 0, +,765,496,503,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 1, +,765,512,519,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 2, +,765,528,535,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 3, +,765,544,551,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 4, +,765,560,567,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 5, +,765,576,583,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 6, +,765,592,599,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 7, +,765,608,615,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 8, +,765,624,631,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 9, +,765,640,647,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 10, +,765,656,663,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 11, +,765,672,679,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 12, +,765,688,695,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 13, +,765,704,711,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 14, +,765,720,727,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 15, +,765,736,743,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 16, +,765,752,759,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 17, +,765,768,775,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 18, +,765,784,791,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 19, +,765,800,807,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 20, +,765,816,823,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 21, +,765,832,839,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 22, +,765,848,855,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 23, +,765,864,871,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 24, +,765,880,887,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 25, +,765,896,903,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 26, +,765,912,919,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 27, +,765,928,935,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 28, +,765,944,951,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 29, +,765,960,967,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 30, +,765,976,983,.02,0,2,V,221002,621002,ff,C1D_U_BATTTEMPSENS_HW 31, +,765,24,24,1,0,0,,221003,621003,ff,E_B_RECALAGEPS100PCT_INHIBIT_CF,1:true;0:false +,765,25,25,1,0,0,,221003,621003,ff,E_K_FRONTBATTERY_TYPE_CF,1:true;0:false +,765,26,26,1,0,0,,221003,621003,ff,E_B_ESMINHIBIT_CF,1:true;0:false +,765,27,27,1,0,0,,221003,621003,ff,E_B_FLOATINGINHIBIT_CF,1:true;0:false +,765,28,28,1,0,0,,221003,621003,ff,E_B_NEGATIVE_1_POSNEG_RATE_CF,1:true;0:false +,765,29,29,1,0,0,,221003,621003,ff,E_B_STOPSTARTINHIBIT_CF,1:true;0:false +,765,30,30,1,0,0,,221003,621003,ff,E_B_SOCAUTHORIZEDESM_INIT_CF,1:true;0:false +,765,31,31,1,0,0,,221003,621003,ff,E_B_SOCFORDOD_ESM_INIT_CF,1:true;0:false +,765,32,32,1,0,0,,221003,621003,ff,E_B_SOCFORDOD_SS_INIT_CF,1:true;0:false +,765,33,33,1,0,0,,221003,621003,ff,E_B_INHIBITESMINDELIVERY_CF,1:true;0:false +,765,34,34,1,0,0,,221003,621003,ff,E_B_INHIBITSSINDELIVERY_CF,1:true;0:false +,765,35,35,1,0,0,,221003,621003,ff,E_B_SOFINHIBITION_CF,1:true;0:false +,765,36,36,1,0,0,,221003,621003,ff,E_B_MMILOADSHEDDING_ACTIV_CF,1:true;0:false +,765,37,37,1,0,0,,221003,621003,ff,E_B_MMILOWBATTCUSTOM_ACTIV_CF,1:true;0:false +,765,38,38,1,0,0,,221003,621003,ff,E_B_MMILOWBATTDELIV_ACTIV_CF,1:true;0:false +,765,39,39,1,0,0,,221003,621003,ff,E_B_ESMINHIBITIONBYLIGHTS_CF,1:true;0:false +,765,40,40,1,0,0,,221003,621003,ff,E_B_AUTOSTART_HV_CF,1:true;0:false +,765,41,41,1,0,0,,221003,621003,ff,E_B_BATTCURRSENSOR_PRESNT_CF,1:true;0:false +,765,42,42,1,0,0,,221003,621003,ff,E_B_ENGINESTATUS_CHECK_CF,1:true;0:false +,765,43,43,1,0,0,,221003,621003,ff,E_B_BCSFILTERINHIBITION_CF,1:true;0:false +,765,44,44,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_1_CF,1:true;0:false +,765,45,45,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_2_CF,1:true;0:false +,765,46,46,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_3_CF,1:true;0:false +,765,47,47,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_4_CF,1:true;0:false +,765,48,48,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_5_CF,1:true;0:false +,765,49,49,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_6_CF,1:true;0:false +,765,50,50,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_7_CF,1:true;0:false +,765,51,51,1,0,0,,221003,621003,ff,E_B_SOFDIAGCHOICE_8_CF,1:true;0:false +,765,52,52,1,0,0,,221003,621003,ff,SOC_INIT_TYPE_CF,1:true;0:false +,765,56,63,.02,0,2,Hz,221003,621003,ff,E_KI_UALT_CF, +,765,64,71,.02,0,2,,221003,621003,ff,E_KP_UALT_CF, +,765,72,79,1,0,0,s,221003,621003,ff,E_TM_ALTREGACTIVWOCAN_CF, +,765,80,87,1,0,0,s,221003,621003,ff,E_TM_DEFAULT_COMMFROMECM_CF, +,765,88,95,1,0,0,s,221003,621003,ff,E_TM_LIM_BY_INJ_CF, +,765,96,103,1,0,0,s,221003,621003,ff,E_TM_OVERVOLTAGE_CF, +,765,104,111,1,0,0,s,221003,621003,ff,E_TM_UNDERVOLTAGE_CF, +,765,112,119,.1,0,1,V,221003,621003,ff,E_U_ALT_BATTERYDISCONNEXION_CF, +,765,120,127,.005,0,3,V,221003,621003,1ff,E_U_ALT_ERRORNOK_CF, +,765,128,135,.005,0,3,V,221003,621003,1ff,E_U_ALT_ERROROK_CF, +,765,136,143,.1,0,1,V,221003,621003,ff,E_U_ALT_MIN_CF, +,765,144,151,.1,0,1,V,221003,621003,ff,E_U_BATT_VOLTAGENETWORK_MIN_CF, +,765,152,159,.1,0,1,s,221003,621003,ff,E_TAU_ALTERNATORLOAD_CF, +,765,160,167,.01,0,2,s,221003,621003,ff,E_TAU_UALT_CF, +,765,168,175,.01,0,2,V,221003,621003,ff,E_KAW_POS_CF, +,765,176,183,.01,0,2,V,221003,621003,1ff,E_KAW_NEG_CF, +,765,184,191,1,0,0,%,221003,621003,ff,E_K_RECALAGEPS100PCTSOC_CF, +,765,192,199,1,0,0,Ah,221003,621003,ff,E_K_CAPACITENOMINALE_CF, +,765,200,207,1,40,0,°C,221003,621003,ff,E_TEMP_BATT_ALERTE_CF, +,765,208,215,1,40,0,°C,221003,621003,ff,E_TEMP_RECALAGEPS100PCTTEMPMAX_CF, +,765,216,223,1,40,0,°C,221003,621003,ff,E_TEMP_RECALAGEPS100PCTTEMPMIN_CF, +,765,224,231,.01,0,2,s,221003,621003,ff,E_TM_BATTERYGAUGEACTIVATION_CF, +,765,232,239,.1,0,1,s,221003,621003,ff,E_TM_LIMITTIME_CUSTOMERCONF_CF, +,765,240,247,1,40,0,°C,221003,621003,ff,E_TEMP_REF_CF, +,765,248,255,.1,0,1,V,221003,621003,ff,E_U_BATT_CHARGERDETECT_CF, +,765,256,263,1,0,0,s,221003,621003,ff,E_TM_CONFIRMATIONALERTE_CF, +,765,264,271,1,0,0,V,221003,621003,ff,E_PCT_POLARIZEDBATTSOC_OFFSET_CF, +,765,272,279,1,0,0,%,221003,621003,ff,E_PCT_SOCAFTERCHARGER_CF, +,765,280,287,1,0,0,V,221003,621003,ff,E_PCT_VERYPOLARIZEDBATTSOC_CF, +,765,288,295,10,0,0,A,221003,621003,ff,E_K_CCABATTERIENOMINALE_CF, +,765,296,303,1,0,0,,221003,621003,ff,E_K_TECHWUCHARGERDETECT_CF, +,765,304,311,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 0, +,765,312,319,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 1, +,765,320,327,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 2, +,765,328,335,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 3, +,765,336,343,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 4, +,765,344,351,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 5, +,765,352,359,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 6, +,765,360,367,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 7, +,765,368,375,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 8, +,765,376,383,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 9, +,765,384,391,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 10, +,765,392,399,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 11, +,765,400,407,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 12, +,765,408,415,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 13, +,765,416,423,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 14, +,765,424,431,1,0,0,%,221003,621003,ff,E1D_K_SOCCOEFFSOC 15, +,765,432,439,1,40,0,°C,221003,621003,ff,E1D_TEMP_BATTFORCHARGE 0, +,765,440,447,1,40,0,°C,221003,621003,ff,E1D_TEMP_BATTFORCHARGE 1, +,765,448,455,1,40,0,°C,221003,621003,ff,E1D_TEMP_BATTFORDISCHARGE 0, +,765,456,463,1,40,0,°C,221003,621003,ff,E1D_TEMP_BATTFORDISCHARGE 1, +,765,464,471,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 0, +,765,472,479,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 1, +,765,480,487,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 2, +,765,488,495,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 3, +,765,496,503,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 4, +,765,504,511,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 5, +,765,512,519,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 6, +,765,520,527,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 7, +,765,528,535,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 8, +,765,536,543,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 9, +,765,544,551,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTCOEFFSOC 10, +,765,552,559,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTSOC 0, +,765,560,567,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTSOC 1, +,765,568,575,1,40,0,°C,221003,621003,ff,E1D_TEMP_TEMPBATTSOC 2, +,765,576,583,1,40,0,°C,221003,621003,ff,E1D_TEMPBATT 0, +,765,584,591,1,40,0,°C,221003,621003,ff,E1D_TEMPBATT 1, +,765,592,599,.01,0,2,,221003,621003,ff,E_K_HIGH_LIMIT_MAX_CF, +,765,600,607,.01,0,2,,221003,621003,ff,E_K_HIGH_LIMIT_MIN_CF, +,765,608,615,.01,0,2,,221003,621003,ff,E_K_LOW_LIMIT_MAX_CF, +,765,616,623,.01,0,2,,221003,621003,ff,E_K_LOW_LIMIT_MIN_CF, +,765,624,631,1,0,0,,221003,621003,ff,E_K_TEMPGRADIENTMAX_CF, +,765,632,639,1,0,0,%,221003,621003,ff,E_PWM_ENGINEFANSPEED_MIN_CF, +,765,640,647,1,0,0,km/h,221003,621003,ff,E_S_VEH_LIMIT_MAX_CF, +,765,648,655,1,0,0,km/h,221003,621003,ff,E_S_VEH_LIMIT_MIN_CF, +,765,656,663,1,40,0,°C,221003,621003,ff,E_TEMP_DEFAULTENGINECOOLANTTEMP_CF, +,765,664,671,1,40,0,°C,221003,621003,ff,E_TEMP_EQ_EXT_LIMIT_MAX_CF, +,765,672,679,1,40,0,°C,221003,621003,ff,E_TEMP_EQ_EXT_LIMIT_MIN_CF, +,765,680,687,.5,100,1,°C,221003,621003,ff,E_TEMP_MNPOFS_CF, +,765,688,695,1,0,0,,221003,621003,ff,E_E_VOLTAGE_RATE_AC_LHM_CF,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,696,703,1,0,0,,221003,621003,ff,E_E_VOLTAGE_RATE_BCM_LHM_CF,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,704,711,.1,0,1,V/s,221003,621003,ff,E_DU_CHARGE_RATE_CF, +,765,712,719,1,0,0,,221003,621003,ff,E_E_VOLTAGE_RATE_ECM_LHM_CF,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,720,727,.1,0,1,V/s,221003,621003,ff,E_DU_ESM_POS_FROZEN_CF, +,765,728,735,.1,0,1,V/s,221003,621003,ff,E_DU_ESM_POS_LIMIT_CF, +,765,736,743,.1,0,1,V/s,221003,621003,ff,E_DU_ESM_POS_RATE_CF, +,765,744,751,.1,0,1,V/s,221003,621003,ff,E_DU_FLOAT_RATE_CF, +,765,752,759,.1,0,1,V/s,221003,621003,ff,E_DU_RATE0_BY_AC_CF, +,765,760,767,.1,0,1,V/s,221003,621003,ff,E_DU_RATE0_BY_BCM_CF, +,765,768,775,.1,0,1,V/s,221003,621003,ff,E_DU_RATE0_BY_ECM_CF, +,765,776,783,.1,0,1,V/s,221003,621003,ff,E_DU_RATE1_BY_AC_CF, +,765,784,791,.1,0,1,V/s,221003,621003,ff,E_DU_RATE1_BY_BCM_CF, +,765,792,799,.1,0,1,V/s,221003,621003,ff,E_DU_RATE1_BY_ECM_CF, +,765,800,807,.1,0,1,V/s,221003,621003,ff,E_DU_RATE2_BY_AC_CF, +,765,808,815,.1,0,1,V/s,221003,621003,ff,E_DU_RATE2_BY_BCM_CF, +,765,816,823,.1,0,1,V/s,221003,621003,ff,E_DU_RATE2_BY_ECM_CF, +,765,824,831,.1,0,1,V/s,221003,621003,ff,E_DU_RATE3_BY_AC_CF, +,765,832,839,.1,0,1,V/s,221003,621003,ff,E_DU_RATE3_BY_BCM_CF, +,765,840,847,.1,0,1,V/s,221003,621003,ff,E_DU_RATE3_BY_ECM_CF, +,765,848,855,.01,0,2,A,221003,621003,ff,E_K_BATTHIGHVOLTAGE_MAX_HIGH_CF, +,765,856,863,.01,0,2,A,221003,621003,ff,E_K_BATTHIGHVOLTAGE_MAX_LOW_CF, +,765,864,871,1,0,0,%,221003,621003,ff,E_PCT_FLOATINGSOCHIGH_CF, +,765,872,879,1,0,0,%,221003,621003,ff,E_PCT_FLOATINGSOCLOW_CF, +,765,880,887,1,40,0,°C,221003,621003,ff,E_TEMP_BATT_MIN_CF, +,765,888,895,1,40,0,°C,221003,621003,ff,E_TEMP_FLOATINGINHIBIT_CF, +,765,896,903,1,40,0,°C,221003,621003,ff,E_TETA_HIGH_CF, +,765,904,911,.1,0,1,V,221003,621003,ff,E_U_AC_MIN_CF, +,765,912,919,.1,0,1,V,221003,621003,ff,E_U_BATT_MAX_CF, +,765,920,927,.1,0,1,V,221003,621003,ff,E_U_BATT_MIN_CF, +,765,928,935,.1,0,1,V,221003,621003,ff,E_U_BATT_RECALAGEPS100PCT_CF, +,765,936,943,.1,0,1,V,221003,621003,ff,E_U_BATT_VOLTAGENETWORK_MAX_CF, +,765,944,951,.1,0,1,V,221003,621003,ff,E_U_BCM_MIN_CF, +,765,24,31,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 0, +,765,32,39,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 1, +,765,40,47,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 2, +,765,48,55,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 3, +,765,56,63,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 4, +,765,64,71,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 5, +,765,72,79,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 6, +,765,80,87,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 7, +,765,88,95,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 8, +,765,96,103,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 9, +,765,104,111,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 10, +,765,112,119,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 11, +,765,120,127,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 12, +,765,128,135,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 13, +,765,136,143,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 14, +,765,144,151,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 15, +,765,152,159,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 16, +,765,160,167,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 17, +,765,168,175,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 18, +,765,176,183,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 19, +,765,184,191,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 20, +,765,192,199,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 21, +,765,200,207,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 22, +,765,208,215,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 23, +,765,216,223,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 24, +,765,224,231,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 25, +,765,232,239,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 26, +,765,240,247,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 27, +,765,248,255,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 28, +,765,256,263,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 29, +,765,264,271,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 30, +,765,272,279,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 31, +,765,280,287,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 32, +,765,288,295,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 33, +,765,296,303,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 34, +,765,304,311,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 35, +,765,312,319,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 36, +,765,320,327,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 37, +,765,328,335,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 38, +,765,336,343,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 39, +,765,344,351,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 40, +,765,352,359,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 41, +,765,360,367,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 42, +,765,368,375,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 43, +,765,376,383,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 44, +,765,384,391,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 45, +,765,392,399,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 46, +,765,400,407,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 47, +,765,408,415,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 48, +,765,416,423,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 49, +,765,424,431,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 50, +,765,432,439,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 51, +,765,440,447,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 52, +,765,448,455,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 53, +,765,456,463,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 54, +,765,464,471,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 55, +,765,472,479,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 56, +,765,480,487,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 57, +,765,488,495,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 58, +,765,496,503,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 59, +,765,504,511,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 60, +,765,512,519,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 61, +,765,520,527,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 62, +,765,528,535,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 63, +,765,536,543,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 64, +,765,544,551,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 65, +,765,552,559,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 66, +,765,560,567,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 67, +,765,568,575,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 68, +,765,576,583,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 69, +,765,584,591,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 70, +,765,592,599,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 71, +,765,600,607,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 72, +,765,608,615,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 73, +,765,616,623,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 74, +,765,624,631,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 75, +,765,632,639,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 76, +,765,640,647,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 77, +,765,648,655,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 78, +,765,656,663,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 79, +,765,664,671,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 80, +,765,672,679,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 81, +,765,680,687,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 82, +,765,688,695,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 83, +,765,696,703,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 84, +,765,704,711,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 85, +,765,712,719,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 86, +,765,720,727,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 87, +,765,728,735,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 88, +,765,736,743,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 89, +,765,744,751,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 90, +,765,752,759,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 91, +,765,760,767,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 92, +,765,768,775,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 93, +,765,776,783,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 94, +,765,784,791,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 95, +,765,792,799,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 96, +,765,800,807,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 97, +,765,808,815,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 98, +,765,816,823,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 99, +,765,824,831,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 100, +,765,832,839,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 101, +,765,840,847,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 102, +,765,848,855,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 103, +,765,856,863,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 104, +,765,864,871,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 105, +,765,872,879,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 106, +,765,880,887,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 107, +,765,888,895,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 108, +,765,896,903,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 109, +,765,904,911,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 110, +,765,912,919,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 111, +,765,920,927,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 112, +,765,928,935,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 113, +,765,936,943,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 114, +,765,944,951,.05,0,2,,221004,621004,ff,E2D_K_RENDSOC 115, +,765,24,31,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 116, +,765,32,39,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 117, +,765,40,47,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 118, +,765,48,55,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 119, +,765,56,63,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 120, +,765,64,71,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 121, +,765,72,79,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 122, +,765,80,87,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 123, +,765,88,95,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 124, +,765,96,103,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 125, +,765,104,111,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 126, +,765,112,119,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 127, +,765,120,127,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 128, +,765,128,135,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 129, +,765,136,143,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 130, +,765,144,151,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 131, +,765,152,159,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 132, +,765,160,167,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 133, +,765,168,175,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 134, +,765,176,183,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 135, +,765,184,191,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 136, +,765,192,199,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 137, +,765,200,207,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 138, +,765,208,215,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 139, +,765,216,223,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 140, +,765,224,231,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 141, +,765,232,239,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 142, +,765,240,247,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 143, +,765,248,255,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 144, +,765,256,263,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 145, +,765,264,271,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 146, +,765,272,279,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 147, +,765,280,287,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 148, +,765,288,295,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 149, +,765,296,303,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 150, +,765,304,311,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 151, +,765,312,319,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 152, +,765,320,327,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 153, +,765,328,335,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 154, +,765,336,343,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 155, +,765,344,351,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 156, +,765,352,359,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 157, +,765,360,367,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 158, +,765,368,375,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 159, +,765,376,383,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 160, +,765,384,391,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 161, +,765,392,399,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 162, +,765,400,407,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 163, +,765,408,415,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 164, +,765,416,423,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 165, +,765,424,431,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 166, +,765,432,439,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 167, +,765,440,447,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 168, +,765,448,455,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 169, +,765,456,463,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 170, +,765,464,471,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 171, +,765,472,479,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 172, +,765,480,487,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 173, +,765,488,495,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 174, +,765,496,503,.05,0,2,,221005,621005,ff,E2D_K_RENDSOC 175, +,765,504,511,.1,0,1,V,221005,621005,ff,E_U_ECM_MAXLHM_CF, +,765,512,519,.1,0,1,V,221005,621005,ff,E_U_ECM_MIN_CF, +,765,520,527,.1,0,1,V,221005,621005,ff,E_U_ESM_BATT_MIN_CF, +,765,528,535,.1,0,1,V,221005,621005,ff,E_U_FLOATING_CF, +,765,536,543,.1,0,1,V,221005,621005,ff,E_U_OFFSETMAX_CF, +,765,544,551,.1,0,1,V,221005,621005,ff,E_U_OFFSETMIN_CF, +,765,552,559,.1,0,1,V,221005,621005,ff,E_U_OPTIVOLTNODISCHARGE_CF, +,765,560,567,.1,0,1,V,221005,621005,ff,E_U_REGEESM_CF, +,765,568,575,.1,0,1,V,221005,621005,ff,E_U_STEER_MIN_CF, +,765,576,583,1,40,0,°C,221005,621005,ff,E_TETA_LOW_CF, +,765,584,591,.1,0,1,V/s,221005,621005,ff,E_DU_ESM_NEG_RATE_CF, +,765,592,599,.1,0,1,V,221005,621005,ff,E_U_BATTFOROFFSETMAX_CF, +,765,600,607,.1,0,1,V,221005,621005,ff,E_U_BATTFOROFFSETMIN_CF, +,765,608,615,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 0, +,765,616,623,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 1, +,765,624,631,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 2, +,765,632,639,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 3, +,765,640,647,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 4, +,765,648,655,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 5, +,765,656,663,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 6, +,765,664,671,1,40,0,°C,221005,621005,ff,E1D_TEMP_INTERESM_150 7, +,765,672,679,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 0, +,765,680,687,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 1, +,765,688,695,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 2, +,765,696,703,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 3, +,765,704,711,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 4, +,765,712,719,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 5, +,765,720,727,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 6, +,765,728,735,.1,0,1,V,221005,621005,ff,E1D_U_INTERESM_150 7, +,765,736,743,.1,0,1,%,221005,621005,ff,E_PCT_SOCAUTHORIZEDESM_HYST_CF, +,765,744,751,1,0,0,%,221005,621005,ff,E_PCT_SOCAUTHORIZEDESM_MIN_CF, +,765,752,759,.1,0,1,%,221005,621005,ff,E_PCT_SOCFORDOD_ESM_HYST_CF, +,765,760,767,1,0,0,%,221005,621005,ff,E_PCT_SOCFORDOD_ESM_MIN_CF, +,765,768,775,.1,0,1,%,221005,621005,ff,E_PCT_SOCFORDOD_SS_HYST_CF, +,765,776,783,1,0,0,%,221005,621005,ff,E_PCT_SOCFORDOD_SS_MIN_CF, +,765,784,791,1,40,0,°C,221005,621005,ff,E_TEMP_BATT_STOPSTART_CF, +,765,792,799,1,0,0,s,221005,621005,ff,E_TM_CURRENTSTOP_MAX_CF, +,765,800,807,1,0,0,,221005,621005,ff,E_K_SOFCOUNTER_MAX_CF, +,765,808,815,1,0,0,,221005,621005,ff,E_K_SOFCOUNTER_MIN_CF, +,765,816,823,1,0,0,,221005,621005,ff,E_K_SOFCOUNTER_STEP_MAX_CF, +,765,824,831,1,0,0,,221005,621005,ff,E_K_SOFCOUNTER_STEP_MIN_CF, +,765,832,839,1,40,0,°C,221005,621005,ff,E_TEMP_BATTMINFORSOF_CF, +,765,840,847,1,40,0,°C,221005,621005,ff,E1D_TEMP_SOFTHRESHOLD 0, +,765,848,855,1,40,0,°C,221005,621005,ff,E1D_TEMP_SOFTHRESHOLD 1, +,765,856,863,1,40,0,°C,221005,621005,ff,E1D_TEMP_SOFTHRESHOLD 2, +,765,864,871,1,40,0,°C,221005,621005,ff,E1D_TEMP_SOFTHRESHOLD 3, +,765,872,879,1,40,0,°C,221005,621005,ff,E1D_TEMP_SOFTHRESHOLD 4, +,765,880,887,1,40,0,°C,221005,621005,ff,E1D_TEMP_SOFTHRESHOLD 5, +,765,888,895,1,0,0,,221005,621005,ff,E_K_BATTCURRENT_LEVELALERT_CF, +,765,896,903,1,0,0,,221005,621005,ff,E_K_BATTERYLEVELALERT_CF, +,765,904,911,1,0,0,,221005,621005,ff,E_K_ECM2USM_LEVEL_CF, +,765,912,919,1,0,0,,221005,621005,ff,E_K_OVERVOLTAGE_LEVELALERT_CF, +,765,920,927,1,0,0,,221005,621005,ff,E_K_UNDERVOLTAGE_LEVELALERT_CF, +,765,928,935,1,0,0,,221005,621005,ff,E_K_VOLTAGEMESLEVELALERT_CF, +,765,936,943,1,0,0,%,221005,621005,ff,E_K_JAUGEMIN_LIGHTS_CF, +,765,944,951,1,40,0,°C,221005,621005,ff,E_TEMP_BATTMIN_LIGHTS_CF, +,765,24,31,1,40,0,°C,221006,621006,ff,E_TEMP_ENGINEMIN_LIGHTS_CF, +,765,32,39,15,0,0,s,221006,621006,ff,E_TM_NOLIGHTLIMITATION_CF, +,765,40,47,.1,0,1,V,221006,621006,ff,E_U_MAX_BY_LIGHTS_CF, +,765,48,55,1,0,0,mV,221006,621006,ff,E_U_BATTOCVSTAB_THRESHOLD_CF, +,765,56,63,.01,0,2,,221006,621006,ff,E_TM_PBCURRENT_CF, +,765,64,71,.01,0,2,,221006,621006,ff,E_TM_SOFCALCULATION_CF, +,765,72,79,.1,0,1,V/s,221006,621006,ff,E_DU_ESM_MIN_NEG_RATE_CF, +,765,80,87,.1,0,1,V/s,221006,621006,ff,E_DU_ESM_MIN_POS_RATE_CF, +,765,88,95,.1,0,1,V,221006,621006,ff,E_U_ESM_STEP_CF, +,765,96,111,.0001,0,3,A,221006,621006,1ff,E_K_ICONSFLT_A0_CF, +,765,112,127,.0001,0,3,,221006,621006,1ff,E_K_ICONSFLT_B0_CF, +,765,128,143,.0001,0,3,,221006,621006,1ff,E_K_PCONSFLT_A0_CF, +,765,144,159,.0001,0,3,,221006,621006,1ff,E_K_PCONSFLT_B0_CF, +,765,160,175,.01,0,2,%,221006,621006,ff,E_PCT_ALTLOAD_ADMISSIBLE_CF, +,765,176,191,.01,0,2,%,221006,621006,ff,E_PCT_ALTLOAD_MAX_CF, +,765,192,207,.001,0,3,V,221006,621006,ff,E_U_ALT_START_CF, +,765,208,223,.001,0,3,V,221006,621006,ff,E_U_ALTBATTUNDERVOLTAGE_OFFSET_CF, +,765,224,239,.001,0,3,V,221006,621006,ff,E_U_BATTUNDERVOLTAGE1_THRESHOLD_CF, +,765,240,255,.001,0,3,V,221006,621006,ff,E_U_BATTUNDERVOLTAGE2_THRESHOLD_CF, +,765,256,271,.001,0,3,V,221006,621006,ff,E_U_OVERVOLTAGE_SUPPLY_CF, +,765,272,287,.01,0,2,%,221006,621006,ff,E_PCT_UNDERVOLTAGE_DF_CF, +,765,288,303,.1,0,1,A,221006,621006,1ff,E_I_RECALAGEPS100PCTMAXCURRENT_CF, +,765,304,319,.01,0,2,%,221006,621006,ff,E_K_ALERTEPCT_CF, +,765,320,335,.01,0,2,,221006,621006,1ff,E_K_COEFFCORRTEMP_CF, +,765,336,351,.1,0,1,s,221006,621006,ff,E_TM_CURRENTCONDITIONPS100PCT_CF, +,765,352,367,.1,0,1,s,221006,621006,ff,E_TM_RECALAGETIMEPS100PCT_CF, +,765,368,383,.001,0,3,V,221006,621006,ff,E_U_BATT_WELLCHARGED_CF, +,765,384,399,.001,0,3,V,221006,621006,ff,E_U_RECALAGEPS100PCTVOLTAGEMAX_CF, +,765,400,415,.001,0,3,V,221006,621006,ff,E_U_RECALAGEPS100PCTVOLTAGEMIN_CF, +,765,416,431,1,0,0,s,221006,621006,ff,E_TM_RECALAGEPS100MAXDURATION_CF, +,765,432,447,.01,0,2,%,221006,621006,ff,E_PCT_SOCCURRENT_LIMP_CF, +,765,448,463,.0001,0,3,,221006,621006,1ff,E_K_IBATTRECALAGEFLT_A0_CF, +,765,464,479,.0001,0,3,,221006,621006,1ff,E_K_IBATTRECALAGEFLT_B0_CF, +,765,480,495,.0001,0,3,,221006,621006,1ff,E_K_UBATTRECALAGEFLT_A0_CF, +,765,496,511,.0001,0,3,,221006,621006,1ff,E_K_UBATTRECALAGEFLT_B0_CF, +,765,512,527,.1,0,1,A,221006,621006,1ff,E_I_BATTFILT_INIT_CF, +,765,528,543,.001,0,3,V,221006,621006,ff,E_U_BATTFILT_INIT_CF, +,765,544,559,.01,0,2,V,221006,621006,ff,E_U_VERYPOLARIZEDOCV_THRESHOLD_CF, +,765,560,575,.001,0,3,V,221006,621006,ff,E_U_COEFFC_CF, +,765,576,591,.001,0,3,V,221006,621006,ff,E_U_COEFFD_CF, +,765,592,607,.01,0,2,,221006,621006,ff,E1D_K_CHARGECOEFF 0, +,765,608,623,.01,0,2,,221006,621006,ff,E1D_K_CHARGECOEFF 1, +,765,624,639,.01,0,2,,221006,621006,ff,E1D_K_DISCHARGECOEFF 0, +,765,640,655,.01,0,2,,221006,621006,ff,E1D_K_DISCHARGECOEFF 1, +,765,656,671,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 0, +,765,672,687,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 1, +,765,688,703,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 2, +,765,704,719,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 3, +,765,720,735,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 4, +,765,736,751,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 5, +,765,752,767,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 6, +,765,768,783,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 7, +,765,784,799,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 8, +,765,800,815,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 9, +,765,816,831,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 10, +,765,832,847,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 11, +,765,848,863,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 12, +,765,864,879,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 13, +,765,880,895,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 14, +,765,896,911,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 15, +,765,912,927,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 16, +,765,928,943,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 17, +,765,944,959,.005,0,3,%,221006,621006,1ff,E1D_PCT_PCTCCAALERTE 18, +,765,24,39,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 0, +,765,40,55,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 1, +,765,56,71,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 2, +,765,72,87,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 3, +,765,88,103,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 4, +,765,104,119,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 5, +,765,120,135,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 6, +,765,136,151,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 7, +,765,152,167,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 8, +,765,168,183,1,0,0,,221007,621007,1ff,E1D_U_INCREMENT_JAUGEVT 9, +,765,184,199,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 0, +,765,200,215,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 1, +,765,216,231,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 2, +,765,232,247,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 3, +,765,248,263,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 4, +,765,264,279,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 5, +,765,280,295,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 6, +,765,296,311,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 7, +,765,312,327,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 8, +,765,328,343,.001,0,3,V,221007,621007,ff,E1D_U_VBATT_INCJAUGEVT 9, +,765,344,359,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 0, +,765,360,375,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 1, +,765,376,391,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 2, +,765,392,407,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 3, +,765,408,423,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 4, +,765,424,439,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 5, +,765,440,455,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 6, +,765,456,471,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 7, +,765,472,487,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 8, +,765,488,503,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 9, +,765,504,519,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 10, +,765,520,535,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 11, +,765,536,551,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 12, +,765,552,567,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 13, +,765,568,583,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 14, +,765,584,599,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 15, +,765,600,615,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 16, +,765,616,631,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 17, +,765,632,647,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_COLD 18, +,765,648,663,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 0, +,765,664,679,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 1, +,765,680,695,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 2, +,765,696,711,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 3, +,765,712,727,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 4, +,765,728,743,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 5, +,765,744,759,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 6, +,765,760,775,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 7, +,765,776,791,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 8, +,765,792,807,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 9, +,765,808,823,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 10, +,765,824,839,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 11, +,765,840,855,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 12, +,765,856,871,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 13, +,765,872,887,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 14, +,765,888,903,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 15, +,765,904,919,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 16, +,765,920,935,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 17, +,765,936,951,.001,0,3,V,221007,621007,ff,E1D_U_VMINIALERT_WARM 18, +,765,24,39,.001,0,3,V,221008,621008,1ff,E1D_U_OFFSETV_DURINGTECHWAKEUP 0, +,765,40,55,.001,0,3,V,221008,621008,1ff,E1D_U_OFFSETV_DURINGTECHWAKEUP 1, +,765,56,71,.001,0,3,V,221008,621008,1ff,E1D_U_OFFSETV_DURINGTECHWAKEUP 2, +,765,72,87,.001,0,3,V,221008,621008,ff,E1D_U_RES_BATTTHRESHOLD 0, +,765,88,103,.001,0,3,V,221008,621008,ff,E1D_U_RES_BATTTHRESHOLD 1, +,765,104,119,.01,0,2,km/h,221008,621008,ff,E_S_DEFAULTVEHICLESPEED_CF, +,765,120,135,.01,0,2,km/h,221008,621008,ff,E_S_MCHTRVSP_CF, +,765,136,151,1,0,0,min,221008,621008,ff,E_TAU_ENGINE_CF, +,765,152,167,.01,0,2,s,221008,621008,ff,E_TM_TEMPBATTACTIV_DELAY_CF, +,765,168,183,1,0,0,min,221008,621008,ff,E_TAU_BATT_BATTSENS_MID_CF, +,765,184,199,1,0,0,min,221008,621008,ff,E_TAU_BATT_BATTSENS_HIGH_CF, +,765,200,215,1,0,0,min,221008,621008,ff,E_TAU_BATT_NOBATTSENS_MID_CF, +,765,216,231,1,0,0,min,221008,621008,ff,E_TAU_BATT_NOBATTSENS_HIGH_CF, +,765,232,247,1,0,0,min,221008,621008,ff,E_TAU_BATT_BATTSENS_LOW_CF, +,765,248,263,1,0,0,min,221008,621008,ff,E_TAU_BATT_NOBATTSENS_LOW_CF, +,765,264,279,.1,0,1,A,221008,621008,1ff,E_I_BATT_MAX_CF, +,765,280,295,.001,0,3,V,221008,621008,ff,E_U_HIGHVOLTAGETHRESHOLD_CF, +,765,296,311,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 0, +,765,312,327,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 1, +,765,328,343,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 2, +,765,344,359,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 3, +,765,360,375,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 4, +,765,376,391,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 5, +,765,392,407,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 6, +,765,408,423,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_125 7, +,765,424,439,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 0, +,765,440,455,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 1, +,765,456,471,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 2, +,765,472,487,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 3, +,765,488,503,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 4, +,765,504,519,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 5, +,765,520,535,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 6, +,765,536,551,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_130 7, +,765,552,567,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 0, +,765,568,583,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 1, +,765,584,599,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 2, +,765,600,615,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 3, +,765,616,631,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 4, +,765,632,647,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 5, +,765,648,663,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 6, +,765,664,679,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_135 7, +,765,680,695,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 0, +,765,696,711,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 1, +,765,712,727,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 2, +,765,728,743,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 3, +,765,744,759,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 4, +,765,760,775,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 5, +,765,776,791,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 6, +,765,792,807,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_140 7, +,765,808,823,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 0, +,765,824,839,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 1, +,765,840,855,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 2, +,765,856,871,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 3, +,765,872,887,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 4, +,765,888,903,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 5, +,765,904,919,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 6, +,765,920,935,.01,0,2,%,221008,621008,ff,E1D_PCT_SOCINTERESM_145 7, +,765,936,951,.1,0,1,A,221008,621008,1ff,E_I_CURRENTSTOP_BATT_MAX_CF, +,765,24,39,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 0, +,765,40,55,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 1, +,765,56,71,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 2, +,765,72,87,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 3, +,765,88,103,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 4, +,765,104,119,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 5, +,765,120,135,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_125 6, +,765,136,151,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 0, +,765,152,167,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 1, +,765,168,183,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 2, +,765,184,199,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 3, +,765,200,215,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 4, +,765,216,231,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 5, +,765,232,247,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_130 6, +,765,248,263,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 0, +,765,264,279,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 1, +,765,280,295,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 2, +,765,296,311,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 3, +,765,312,327,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 4, +,765,328,343,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 5, +,765,344,359,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_135 6, +,765,360,375,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 0, +,765,376,391,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 1, +,765,392,407,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 2, +,765,408,423,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 3, +,765,424,439,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 4, +,765,440,455,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 5, +,765,456,471,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_140 6, +,765,472,487,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 0, +,765,488,503,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 1, +,765,504,519,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 2, +,765,520,535,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 3, +,765,536,551,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 4, +,765,552,567,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 5, +,765,568,583,.001,0,3,V,221009,621009,ff,E1D_U_INTERESM_145 6, +,765,584,599,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_ESM_X 0, +,765,600,615,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_ESM_X 1, +,765,616,631,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_ESM_Y 0, +,765,632,647,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_ESM_Y 1, +,765,648,663,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_SS_X 0, +,765,664,679,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_SS_X 1, +,765,680,695,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_SS_Y 0, +,765,696,711,.01,0,2,%,221009,621009,ff,E1D_PCT_DOD_SS_Y 1, +,765,712,727,.01,0,2,%,221009,621009,ff,E_PCT_SOCMINFORSOF_CF, +,765,728,743,.001,0,3,V,221009,621009,ff,E_U_SOFAUTOSTARTOFFSET_CF, +,765,744,759,.001,0,3,V,221009,621009,ff,E1D_U_SOFTRESHOLD 0, +,765,760,775,.001,0,3,V,221009,621009,ff,E1D_U_SOFTRESHOLD 1, +,765,776,791,.001,0,3,V,221009,621009,ff,E1D_U_SOFTRESHOLD 2, +,765,792,807,.001,0,3,V,221009,621009,ff,E1D_U_SOFTRESHOLD 3, +,765,808,823,.001,0,3,V,221009,621009,ff,E1D_U_SOFTRESHOLD 4, +,765,824,839,.001,0,3,V,221009,621009,ff,E1D_U_SOFTRESHOLD 5, +,765,840,855,1,0,0,,221009,621009,ff,E_K_JAUGECHARGEDMOTORON_CF, +,765,856,871,1,0,0,s,221009,621009,ff,E_TM_TIMEMAXOFLOWBATTVOLTDISP_CF, +,765,872,887,1,0,0,s,221009,621009,ff,E_TM_TIMEMINTOINFORMCHARGDISP_CF, +,765,888,903,1,0,0,s,221009,621009,ff,E_TM_WAITCUSTOMERMODE_CF, +,765,904,919,.001,0,3,V,221009,621009,ff,E1D_U_RALACC 0, +,765,920,935,.001,0,3,V,221009,621009,ff,E1D_U_RALACC 1, +,765,936,951,.001,0,3,V,221009,621009,ff,E1D_U_RALACC 2, +,765,24,39,1,0,0,s,22100A,62100A,ff,E_TM_WAITDELIVERYMODE_CF, +,765,40,55,.001,0,3,V,22100A,62100A,ff,E1D_U_RALACC_THRESHOLD 0, +,765,56,71,.001,0,3,V,22100A,62100A,ff,E1D_U_RALACC_THRESHOLD 1, +,765,72,87,.001,0,3,V,22100A,62100A,ff,E1D_U_RALACC_THRESHOLD 2, +,765,88,103,.001,0,3,,22100A,62100A,ff,E_K_COEFSUPPLYUOCV_CF, +,765,104,119,.001,0,3,,22100A,62100A,ff,E_K_COEFSUPPLYVOLTAGE_CF, +,765,120,135,.00001,0,3,Ohm,22100A,62100A,ff,E_R_BATTERYGROUND_CF, +,765,136,151,.001,0,3,Ohm,22100A,62100A,ff,E_R_HARNESS_1_CF, +,765,152,167,.001,0,3,Ohm,22100A,62100A,ff,E_R_HARNESS_2_CF, +,765,168,183,.001,0,3,V,22100A,62100A,ff,E_U_ECUSUPPLY1_OFFSET_CF, +,765,184,199,.001,0,3,V,22100A,62100A,ff,E_U_ECUSUPPLY2_OFFSET_CF, +,765,200,215,.001,0,3,V,22100A,62100A,ff,E_U_ECUSUPPLYUOCV_OFFSET_CF, +,765,216,231,.001,0,3,V,22100A,62100A,ff,E_U_OCSIGNG_OFFSET_CF, +,765,232,247,.001,0,3,,22100A,62100A,ff,E_TAU_BATT_USM_CF, +,765,248,263,.001,0,3,V,22100A,62100A,ff,E_U_BATT_NOCHARGE_CF, +,765,264,295,1,0,0,,22100A,62100A,4ff,E_K_MAXAHFORRECALAGEPS100PCT_CF, +,765,296,327,1,0,0,,22100A,62100A,4ff,E_TM_TIMEMINFORSOCVALID_CF, +,765,328,359,1,0,0,,22100A,62100A,4ff,E_TM_CAN_ENGINECOOLANTTEMP_CF, +,765,360,391,1,0,0,,22100A,62100A,4ff,E_K_HIGHVOLTAGEFILTER_A0_CF, +,765,392,423,1,0,0,,22100A,62100A,4ff,E_K_HIGHVOLTAGEFILTER_B0_CF, +,765,424,455,1,0,0,,22100A,62100A,4ff,E_K_RALACCINHIBITIONFILTER_A0_CF, +,765,456,487,1,0,0,,22100A,62100A,4ff,E_K_RALACCINHIBITIONFILTER_B0_CF, +,765,488,519,1,0,0,,22100A,62100A,4ff,DELIVERYMODE_THRESHOLD_CF, +,765,520,535,.01,0,2,s,22100A,62100A,ff,POLLING_A_IVC_PRESENCE_TM_CF, +,765,536,543,1,0,0,,22100A,62100A,ff,E_TM_ENGCOOLTEMPERATURE_DELAY_CF, +,765,552,559,1,0,0,km/h,22100A,62100A,ff,DOOR_WARNING_SPEED_THRESH_TP, +,765,561,561,1,0,0,,22100A,62100A,ff,STOP_BY_SMART_CF,1:true;0:false +,765,568,583,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 0, +,765,584,599,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 1, +,765,600,615,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 2, +,765,616,631,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_BULB_VOLTAGE_CF 3, +,765,632,639,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_BULB_RATIO_CF 0, +,765,640,647,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_BULB_RATIO_CF 1, +,765,648,655,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_BULB_RATIO_CF 2, +,765,656,663,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_BULB_RATIO_CF 3, +,765,664,679,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 0, +,765,680,695,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 1, +,765,696,711,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 2, +,765,712,727,.01,0,2,V,22100A,62100A,ff,PWM_STOP_LAMP_LED_VOLTAGE_CF 3, +,765,728,735,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_LED_RATIO_CF 0, +,765,736,743,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_LED_RATIO_CF 1, +,765,744,751,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_LED_RATIO_CF 2, +,765,752,759,1,0,0,%,22100A,62100A,ff,PWM_STOP_LAMP_LED_RATIO_CF 3, +,765,760,760,1,0,0,,22100A,62100A,ff,STOP_LAMP_WITH_LED_CF,1:true;0:false +,765,761,761,1,0,0,,22100A,62100A,ff,STOP_LAMP_WITH_PWM_CF,1:true;0:false +,765,768,783,.01,0,2,V,22100A,62100A,ff,STOP_OFFSET_CF, +,765,784,815,1,0,0,,22100A,62100A,4ff,E_TM_LONGPARKINGTIME_CF, +,765,816,823,1,40,0,°C,22100A,62100A,ff,MAX_TEMPERATURE_RES_TIMER_2H_CF, +,765,824,831,1,0,0,,22100A,62100A,ff,RES_CLIM_CF,0:NO_RES_CLIM;1:RES_CLIM_LEVEL_0;2:RES_CLIM_LEVEL_1 +,765,832,847,.01,0,2,s,22100A,62100A,ff,RES_TIMER_IN_SECONDS_TM_CF, +,765,848,863,.01,0,2,s,22100A,62100A,ff,TIMER_ACOFF_FILTER_CF, +,765,864,864,1,0,0,,22100A,62100A,ff,WITH_AT_RES_AUTHORIZATION_CF,1:true;0:false +,765,866,866,1,0,0,,22100A,62100A,ff,WITH_RES_TIMER_2H_CF,1:true;0:false +,765,867,867,1,0,0,,22100A,62100A,ff,WITH_SR_CF,1:true;0:false +,765,872,879,1,0,0,min,22100A,62100A,ff,PRM_WAKE_UP_TIME_CF, +,765,882,882,1,0,0,,22100A,62100A,ff,FOUR_FLASHER_OUTPUTS_CF,1:true;0:false +,765,883,883,1,0,0,,22100A,62100A,ff,RES_FEEDBACK_CF,1:true;0:false +,765,884,884,1,0,0,,22100A,62100A,ff,AUTOFOLDING_BATTEMPO_CF,1:true;0:false +,765,885,885,1,0,0,,22100A,62100A,ff,WITH_GEARBOX_FIRST_CHECK_CF,1:true;0:false +,765,888,895,1,0,0,,22100A,62100A,ff,MSG_TYPE_EMETTED_CF, +,765,896,896,1,0,0,,22100A,62100A,ff,RES_PRESOAK_CALENDARS_CF,1:true;0:false +,765,897,897,1,0,0,,22100A,62100A,ff,PRM_CLIM_PROG_PC_ACTIVATION_CF,1:true;0:false +,765,898,898,1,0,0,,22100A,62100A,ff,CHARGE_CALENDARS_CF,1:true;0:false +,765,899,899,1,0,0,,22100A,62100A,ff,CHARGE_REMOTE_CF,1:true;0:false +,765,904,911,1,0,0,,22100A,62100A,ff,PRM_PC_VALUE_CF,0:PREHEATING_NOT_REQ;1:PREHEATING_TIME_1_REQ;2:PREHEATING_TIME_2_REQ;3:PREHEATING_UNAVAILABLE +,765,24,55,1,0,0,,22100B,62100B,4ff,TPMS_WHEEL_ID 1, +,765,56,87,1,0,0,,22100B,62100B,4ff,TPMS_WHEEL_ID 2, +,765,88,119,1,0,0,,22100B,62100B,4ff,TPMS_WHEEL_ID 3, +,765,120,151,1,0,0,,22100B,62100B,4ff,TPMS_WHEEL_ID 4, +,765,24,159,1,0,0,,22100C,62100C,2ff,V.I.N. in ASCII, +,765,160,175,1,0,0,,22100C,62100C,ff,VinInASCIICrc, +,765,24,24,1,0,0,,22100D,62100D,ff,WITH_CCP_CF,1:true;0:false +,765,24,24,1,0,0,,22100E,62100E,ff,WITH_SCP_CF,1:true;0:false +,765,24,24,1,0,0,,22100F,62100F,ff,KEY_PRESENT_CF,1:true;0:false +,765,24,24,1,0,0,,221010,621010,ff,WITH_SR_CF,1:true;0:false +,765,24,55,1,0,0,,221011,621011,4ff,E_TM_LONGPARKINGTIME_CF, +,765,24,31,1,0,0,min,221012,621012,ff,PRM_WAKE_UP_TIME_CF, +,765,24,31,1,0,0,,221013,621013,ff,ENGCOOLTEMP_HYS_CF, +,765,24,31,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 0, +,765,32,39,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 1, +,765,40,47,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 2, +,765,48,55,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 3, +,765,56,63,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 4, +,765,64,71,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 5, +,765,72,79,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 6, +,765,80,87,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 7, +,765,88,95,1,40,0,°C,221014,621014,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 8, +,765,24,31,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 0, +,765,32,39,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 1, +,765,40,47,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 2, +,765,48,55,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 3, +,765,56,63,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 4, +,765,64,71,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 5, +,765,72,79,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 6, +,765,80,87,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 7, +,765,88,95,1,40,0,°C,221015,621015,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 8, +,765,24,31,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 0, +,765,32,39,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 1, +,765,40,47,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 2, +,765,48,55,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 3, +,765,56,63,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 4, +,765,64,71,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 5, +,765,72,79,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 6, +,765,80,87,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 7, +,765,88,95,1,40,0,°C,221016,621016,ff,ENGCOOLTEMP_MAX_IN_CF 8, +,765,24,31,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 0, +,765,32,39,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 1, +,765,40,47,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 2, +,765,48,55,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 3, +,765,56,63,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 4, +,765,64,71,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 5, +,765,72,79,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 6, +,765,80,87,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 7, +,765,88,95,1,40,0,°C,221017,621017,ff,ENGCOOLTEMP_MAX_OUT_CF 8, +,765,24,31,1,0,0,°C,221018,621018,ff,EXTERNALTEMP_HYS_CF, +,765,24,31,1,40,0,°C,221019,621019,ff,EXTERNALTEMP_MAX_CF, +,765,24,31,1,40,0,°C,22101A,62101A,ff,EXTERNALTEMP_MIN_CF, +,765,24,39,.01,0,2,s,22101B,62101B,ff,STOP_TIME_MIN_TM_CF, +,765,24,31,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 0, +,765,32,39,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 1, +,765,40,47,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 2, +,765,48,55,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 3, +,765,56,63,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 4, +,765,64,71,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 5, +,765,72,79,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 6, +,765,80,87,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 7, +,765,88,95,1,40,0,°C,22101C,62101C,ff,TIMER_MAX_ACOFF_IN_CF 8, +,765,24,39,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 0, +,765,40,55,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 1, +,765,56,71,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 2, +,765,72,87,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 3, +,765,88,103,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 4, +,765,104,119,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 5, +,765,120,135,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 6, +,765,136,151,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 7, +,765,152,167,.01,0,2,s,22101D,62101D,ff,TIMER_MAX_ACOFF_OUT_TM_CF 8, +,765,24,31,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 0, +,765,32,39,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 1, +,765,40,47,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 2, +,765,48,55,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 3, +,765,56,63,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 4, +,765,64,71,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 5, +,765,72,79,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 6, +,765,80,87,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 7, +,765,88,95,1,40,0,°C,22101E,62101E,ff,TIMER_MAX_ACON_IN_CF 8, +,765,24,39,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 0, +,765,40,55,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 1, +,765,56,71,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 2, +,765,72,87,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 3, +,765,88,103,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 4, +,765,104,119,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 5, +,765,120,135,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 6, +,765,136,151,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 7, +,765,152,167,.01,0,2,s,22101F,62101F,ff,TIMER_MAX_ACON_OUT_TM_CF 8, +,765,24,39,.01,0,2,s,221020,621020,ff,TIMER_NO_BLOWER_MAX_TM_CF, +,765,24,31,1,0,0,,22102A,62102A,ff,ENGCOOLTEMP_HYS_CF, +,765,32,39,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 0, +,765,40,47,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 1, +,765,48,55,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 2, +,765,56,63,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 3, +,765,64,71,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 4, +,765,72,79,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 5, +,765,80,87,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 6, +,765,88,95,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 7, +,765,96,103,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_IN_CF 8, +,765,104,111,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 0, +,765,112,119,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 1, +,765,120,127,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 2, +,765,128,135,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 3, +,765,136,143,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 4, +,765,144,151,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 5, +,765,152,159,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 6, +,765,160,167,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 7, +,765,168,175,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_GMV0_OUT_CF 8, +,765,176,183,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 0, +,765,184,191,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 1, +,765,192,199,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 2, +,765,200,207,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 3, +,765,208,215,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 4, +,765,216,223,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 5, +,765,224,231,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 6, +,765,232,239,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 7, +,765,240,247,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_IN_CF 8, +,765,248,255,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 0, +,765,256,263,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 1, +,765,264,271,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 2, +,765,272,279,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 3, +,765,280,287,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 4, +,765,288,295,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 5, +,765,296,303,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 6, +,765,304,311,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 7, +,765,312,319,1,40,0,°C,22102A,62102A,ff,ENGCOOLTEMP_MAX_OUT_CF 8, +,765,320,327,1,0,0,°C,22102A,62102A,ff,EXTERNALTEMP_HYS_CF, +,765,328,335,1,40,0,°C,22102A,62102A,ff,EXTERNALTEMP_MAX_CF, +,765,336,343,1,40,0,°C,22102A,62102A,ff,EXTERNALTEMP_MIN_CF, +,765,344,359,.01,0,2,s,22102A,62102A,ff,STOP_TIME_MIN_TM_CF, +,765,360,367,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 0, +,765,368,375,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 1, +,765,376,383,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 2, +,765,384,391,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 3, +,765,392,399,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 4, +,765,400,407,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 5, +,765,408,415,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 6, +,765,416,423,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 7, +,765,424,431,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACOFF_IN_CF 8, +,765,432,447,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 0, +,765,448,463,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 1, +,765,464,479,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 2, +,765,480,495,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 3, +,765,496,511,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 4, +,765,512,527,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 5, +,765,528,543,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 6, +,765,544,559,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 7, +,765,560,575,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACOFF_OUT_TM_CF 8, +,765,576,583,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 0, +,765,584,591,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 1, +,765,592,599,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 2, +,765,600,607,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 3, +,765,608,615,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 4, +,765,616,623,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 5, +,765,624,631,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 6, +,765,632,639,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 7, +,765,640,647,1,40,0,°C,22102A,62102A,ff,TIMER_MAX_ACON_IN_CF 8, +,765,648,663,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 0, +,765,664,679,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 1, +,765,680,695,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 2, +,765,696,711,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 3, +,765,712,727,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 4, +,765,728,743,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 5, +,765,744,759,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 6, +,765,760,775,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 7, +,765,776,791,.01,0,2,s,22102A,62102A,ff,TIMER_MAX_ACON_OUT_TM_CF 8, +,765,792,807,.01,0,2,s,22102A,62102A,ff,TIMER_NO_BLOWER_MAX_TM_CF, +,765,808,808,1,0,0,,22102A,62102A,ff,REVERSE_SW_ON_HOOD_CF,1:true;0:false +,765,809,809,1,0,0,,22102A,62102A,ff,RES_BUTTON_2018_CF,1:true;0:false +,765,24,24,1,0,0,,22102B,62102B,ff,FOUR_FLASHER_OUTPUTS_CF,1:true;0:false +,765,24,24,1,0,0,,22102E,62102E,ff,RES_FEEDBACK_CF,1:true;0:false +,765,24,24,1,0,0,,22102F,62102F,ff,AUTOFOLDING_BATTEMPO_CF,1:true;0:false +,765,24,24,1,0,0,,221030,621030,ff,WITH_GEARBOX_FIRST_CHECK_CF,1:true;0:false +,765,24,24,1,0,0,,221031,621031,ff,BATT_CURR_SENSOR_LIN_CF,1:true;0:false +,765,24,55,1,0,0,,221032,621032,4ff,AFTER_AUTOSTOP_PH_TM_CF, +,765,24,55,1,0,0,,221033,621033,4ff,AFTER_RES_PH_TM_CF, +,765,24,55,1,0,0,,221034,621034,4ff,AFTER_STOP_PH_TM_CF, +,765,24,55,1,0,0,,221035,621035,4ff,BEFORE_RES_PH_TM_CF, +,765,24,55,1,0,0,,221036,621036,4ff,COOLING_PH_TM_CF, +,765,24,31,1,0,0,,221037,621037,ff,DELIVERYMODE_TYPE_CF,0:OLD_DELIVERY_MODE;1:NEW_DELIVERY_MODE +,765,24,24,1,0,0,,221039,621039,ff,RES_WITH_FUEL_BURNER_REQUEST_CF,1:true;0:false +,765,24,31,1,0,0,,22103A,62103A,ff,ECO_SWITCH_TYPE_CF,0:NO_BUTTON_SW;1:ECO_BUTTON_SW;2:MEX_BUTTON_SW +,765,24,24,1,0,0,,22103B,62103B,ff,ECOMODE_RESTART_CF,1:true;0:false +,765,24,24,1,0,0,,22103C,62103C,ff,WITH_FRONT_DEFROST_BUTTON_CF,1:true;0:false +,765,24,55,1,0,0,,22103D,62103D,4ff,RES_MAX_TCU_DELAY_TM_CF, +,765,24,31,1,0,0,,22103E,62103E,ff,RES_MAX_TCU_REQUEST_CF, +,765,24,24,1,0,0,,22103F,62103F,ff,RES_SMARTPHONE_CF,1:true;0:false +,765,24,24,1,0,0,,221040,621040,ff,RES_SMARTPHONE_DOUBLE_CF,1:true;0:false +,765,24,24,1,0,0,,221041,621041,ff,WITH_RES_RKE_CF,1:true;0:false +,765,24,31,1,0,0,,221042,621042,ff,AUTO_LIGHT_CF,0:ALS_DEACTIVATED;1:ALS_WITH_RLS;2:ALS_WITH_ANALOG_SENSOR +,765,24,39,10,0,0,mV,221043,621043,ff,C_U_BATSCLH, +,765,24,39,10,0,0,mV,221044,621044,ff,C_U_BATSCLL, +,765,24,39,1,0,0,s,221045,621045,ff,C_TM_TBATSCC, +,765,24,39,1,0,0,s,221046,621046,ff,C_TM_TBATSC, +,765,24,39,.1,0,1,V,221047,621047,ff,C_U_BATT_THRESHOLDCURRSENSDIAG, +,765,24,24,1,0,0,,221048,621048,ff,C_B_BATTSENS_MEDSTICKDIAG,1:true;0:false +,765,24,39,1,0,0,mV,221049,621049,ff,C_U_BATSCD, +,765,24,39,1,0,0,s,22104A,62104A,ff,C_TM_TBATSL, +,765,24,24,1,0,0,,22104B,62104B,ff,C_B_BATTSENS_LOWOUTPUTDIAG,1:true;0:false +,765,24,39,10,0,0,mV,22104C,62104C,ff,C_U_FSBATSL, +,765,24,39,1,0,0,s,22104D,62104D,ff,C_TM_TBATSH, +,765,24,24,1,0,0,,22104E,62104E,ff,C_B_BATTSENS_HIGHOUTPUTDIAG,1:true;0:false +,765,24,39,10,0,0,mV,22104F,62104F,ff,C_U_FSBATSH, +,765,24,39,1,0,0,s,221050,621050,ff,C_TM_TBATSR, +,765,24,24,1,0,0,,221051,621051,ff,C_B_BATTSENS_FCT1DIAG,1:true;0:false +,765,24,31,1,120,0,A,221052,621052,ff,C_I_ALTOFS, +,765,24,24,1,0,0,,221053,621053,ff,C_B_BATTSENS_FCT2DIAG,1:true;0:false +,765,24,31,.1,0,1,V,221054,621054,ff,C_U_BATTVOLTFUN2THRESHOLD, +,765,24,39,10,0,0,mV,221055,621055,ff,C_U_BATTSENSOUTPUTFUN2THRESHOLD, +,765,24,39,.1,0,1,V,221056,621056,ff,C_U_ALTREQFUN2THRESHOLD, +,765,24,31,1,0,0,,221057,621057,ff,C_K_CURKJU, +,765,24,39,.00025,0,3,,221058,621058,ff,C_K_BATSSLP, +,765,24,39,.1,2000,1,,221059,621059,ff,C_U_BATSOFS, +,765,24,24,1,0,0,,22105A,62105A,ff,C_B_BATTTEMPSENSOR_PRESENT,1:true;0:false +,765,24,31,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 0, +,765,40,47,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 1, +,765,56,63,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 2, +,765,72,79,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 3, +,765,88,95,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 4, +,765,104,111,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 5, +,765,120,127,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 6, +,765,136,143,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 7, +,765,152,159,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 8, +,765,168,175,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 9, +,765,184,191,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 10, +,765,200,207,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 11, +,765,216,223,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 12, +,765,232,239,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 13, +,765,248,255,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 14, +,765,264,271,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 15, +,765,280,287,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 16, +,765,296,303,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 17, +,765,312,319,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 18, +,765,328,335,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 19, +,765,344,351,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 20, +,765,360,367,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 21, +,765,376,383,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 22, +,765,392,399,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 23, +,765,408,415,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 24, +,765,424,431,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 25, +,765,440,447,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 26, +,765,456,463,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 27, +,765,472,479,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 28, +,765,488,495,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 29, +,765,504,511,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 30, +,765,520,527,.02,0,2,V,22105B,62105B,ff,C1D_U_BATTTEMPSENS_HW 31, +,765,24,31,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 0, +,765,40,47,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 1, +,765,56,63,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 2, +,765,72,79,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 3, +,765,88,95,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 4, +,765,104,111,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 5, +,765,120,127,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 6, +,765,136,143,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 7, +,765,152,159,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 8, +,765,168,175,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 9, +,765,184,191,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 10, +,765,200,207,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 11, +,765,216,223,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 12, +,765,232,239,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 13, +,765,248,255,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 14, +,765,264,271,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 15, +,765,280,287,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 16, +,765,296,303,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 17, +,765,312,319,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 18, +,765,328,335,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 19, +,765,344,351,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 20, +,765,360,367,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 21, +,765,376,383,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 22, +,765,392,399,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 23, +,765,408,415,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 24, +,765,424,431,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 25, +,765,440,447,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 26, +,765,456,463,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 27, +,765,472,479,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 28, +,765,488,495,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 29, +,765,504,511,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 30, +,765,520,527,1,50,0,°C,22105C,62105C,ff,C1D_TEMP_BATTSENS 31, +,765,24,39,.01,0,2,s,22105D,62105D,ff,C_TM_TBTSL, +,765,24,39,.1,0,1,V,22105E,62105E,ff,C_U_BATTTHRESHOLDTEMPSENSDIAG, +,765,24,24,1,0,0,,22105F,62105F,ff,C_B_BATTTEMPSENS_LOWOUTPUTDIAG,1:true;0:false +,765,24,39,10,0,0,mV,221060,621060,ff,C_U_FSBTSL, +,765,24,39,.01,0,2,s,221061,621061,ff,C_TM_TBTSH, +,765,24,24,1,0,0,,221062,621062,ff,C_B_BATTTEMPSENS_HIGHOUTPUTDIAG,1:true;0:false +,765,24,39,10,0,0,mV,221063,621063,ff,C_U_FSBTSH, +,765,24,24,1,0,0,,221064,621064,ff,E_B_BATTDISCONNECTION_INHIBIT_CF,1:true;0:false +,765,24,39,1,0,0,mV,221065,621065,ff,E_DU_BATTSENSORVARIATION_CF, +,765,24,39,1,0,0,s,221066,621066,ff,E_TM_BATTDISCCONF_CF, +,765,24,39,1,0,0,mV,221067,621067,ff,E_U_MEDSTICKING_MAX_CF, +,765,24,39,1,0,0,mV,221068,621068,ff,E_U_MEDSTICKING_MIN_CF, +,765,24,55,1,0,0,,221069,621069,4ff,MAX_TEMPO_DURATION_PH_PRECOND_CF, +,765,24,31,1,0,0,,221070,621070,ff,DELIVERY_MODE_LEVEL_2_BY_DIAG_S,0:CUSTOMER_MODE_2;1:DELIVERY_MODE_LEVEL_1;2:DELIVERY_MODE_LEVEL_2;3:DELIVERY_MODE_2_NOT_USED +,765,24,31,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 0, +,765,40,47,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 1, +,765,56,63,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 2, +,765,72,79,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 3, +,765,88,95,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 4, +,765,104,111,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 5, +,765,120,127,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 6, +,765,136,143,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 7, +,765,152,159,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 8, +,765,168,175,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 9, +,765,184,191,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 10, +,765,200,207,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 11, +,765,216,223,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 12, +,765,232,239,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 13, +,765,248,255,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 14, +,765,264,271,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 15, +,765,280,287,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 16, +,765,296,303,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 17, +,765,312,319,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 18, +,765,328,335,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 19, +,765,344,351,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 20, +,765,360,367,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 21, +,765,376,383,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 22, +,765,392,399,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 23, +,765,408,415,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 24, +,765,424,431,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 25, +,765,440,447,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 26, +,765,456,463,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 27, +,765,472,479,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 28, +,765,488,495,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 29, +,765,504,511,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 30, +,765,520,527,1,50,0,°C,221071,621071,ff,C1D_TEMP_BATTSENS 31, +,765,536,551,.01,0,2,s,221071,621071,ff,C_TM_TBTSL, +,765,552,567,.1,0,1,V,221071,621071,ff,C_U_BATTTHRESHOLDTEMPSENSDIAG, +,765,568,568,1,0,0,,221071,621071,ff,C_B_BATTTEMPSENS_LOWOUTPUTDIAG,1:true;0:false +,765,576,591,10,0,0,mV,221071,621071,ff,C_U_FSBTSL, +,765,592,607,.01,0,2,s,221071,621071,ff,C_TM_TBTSH, +,765,608,608,1,0,0,,221071,621071,ff,C_B_BATTTEMPSENS_HIGHOUTPUTDIAG,1:true;0:false +,765,616,631,10,0,0,mV,221071,621071,ff,C_U_FSBTSH, +,765,632,632,1,0,0,,221071,621071,ff,E_B_BATTDISCONNECTION_INHIBIT_CF,1:true;0:false +,765,640,655,1,0,0,mV,221071,621071,ff,E_DU_BATTSENSORVARIATION_CF, +,765,656,671,1,0,0,s,221071,621071,ff,E_TM_BATTDISCCONF_CF, +,765,672,687,1,0,0,mV,221071,621071,ff,E_U_MEDSTICKING_MAX_CF, +,765,688,703,1,0,0,mV,221071,621071,ff,E_U_MEDSTICKING_MIN_CF, +,765,744,759,.1,2000,1,,221071,621071,ff,C_U_BATSOFS, +,765,832,839,.1,0,1,s,221071,621071,ff,C_TM_CRANKING_OK, +,765,24,24,1,0,0,,221072,621072,ff,ACTIVE_DYNAMIC_SPOILER_CF,1:true;0:false +,765,24,55,1,0,0,,221073,621073,4ff,MAX_TEMPO_DURATION_BATTERY_PH_PRECOND_CF, +,765,24,31,.1,0,1,s,221074,621074,ff,C_TM_CRANKING_OK, +,765,24,24,1,0,0,,221075,621075,ff,REVERSE_SW_ON_HOOD_CF,1:true;0:false +,765,24,24,1,0,0,,221077,621077,ff,RES_BUTTON_2018_CF,1:true;0:false +,765,24,55,1,0,0,,221078,621078,4ff,PL1_MAX_BY_INTLIGHTS_TM_CF, +,765,24,39,.01,0,2,s,221079,621079,ff,HORN_DURATION_TM_CF, +,765,24,24,1,0,0,,22107A,62107A,ff,HORN_SMARTPHONE_CAN_FB_CF,1:true;0:false +,765,24,39,.01,0,2,s,22107B,62107B,ff,CAN_EMISSION_DURATION_TM_CF, +,765,24,24,1,0,0,,22107C,62107C,ff,IS_TAILGATE_DIAG_INHIBITED_CF,1:true;0:false +,765,24,39,.01,0,2,s,22107D,62107D,ff,POLLING_A_IVC_PRESENCE_TM_CF, +,765,24,31,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 0, +,765,32,39,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 1, +,765,40,47,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 2, +,765,48,55,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 3, +,765,56,63,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 4, +,765,64,71,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 5, +,765,72,79,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 6, +,765,80,87,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 7, +,765,88,95,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP1_SwOFF_In 8, +,765,96,103,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 0, +,765,104,111,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 1, +,765,112,119,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 2, +,765,120,127,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 3, +,765,128,135,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 4, +,765,136,143,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 5, +,765,144,151,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 6, +,765,152,159,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 7, +,765,160,167,1,40,0,%,22107E,62107E,ff,C1D_HysCTP1_SwOFF_Out 8, +,765,168,175,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 0, +,765,176,183,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 1, +,765,184,191,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 2, +,765,192,199,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 3, +,765,200,207,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 4, +,765,208,215,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 5, +,765,216,223,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 6, +,765,224,231,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 7, +,765,232,239,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP2_SwOFF_In 8, +,765,240,247,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 0, +,765,248,255,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 1, +,765,256,263,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 2, +,765,264,271,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 3, +,765,272,279,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 4, +,765,280,287,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 5, +,765,288,295,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 6, +,765,296,303,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 7, +,765,304,311,1,40,0,%,22107E,62107E,ff,C1D_HysCTP2_SwOFF_Out 8, +,765,312,319,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 0, +,765,320,327,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 1, +,765,328,335,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 2, +,765,336,343,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 3, +,765,344,351,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 4, +,765,352,359,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 5, +,765,360,367,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 6, +,765,368,375,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 7, +,765,376,383,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP3_SwOFF_In 8, +,765,384,391,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 0, +,765,392,399,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 1, +,765,400,407,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 2, +,765,408,415,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 3, +,765,416,423,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 4, +,765,424,431,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 5, +,765,432,439,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 6, +,765,440,447,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 7, +,765,448,455,1,40,0,%,22107E,62107E,ff,C1D_HysCTP3_SwOFF_Out 8, +,765,456,463,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 0, +,765,464,471,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 1, +,765,472,479,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 2, +,765,480,487,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 3, +,765,488,495,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 4, +,765,496,503,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 5, +,765,504,511,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 6, +,765,512,519,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 7, +,765,520,527,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP4_SwOFF_In 8, +,765,528,535,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 0, +,765,536,543,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 1, +,765,544,551,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 2, +,765,552,559,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 3, +,765,560,567,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 4, +,765,568,575,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 5, +,765,576,583,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 6, +,765,584,591,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 7, +,765,592,599,1,40,0,%,22107E,62107E,ff,C1D_HysCTP4_SwOFF_Out 8, +,765,600,607,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 0, +,765,608,615,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 1, +,765,616,623,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 2, +,765,624,631,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 3, +,765,632,639,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 4, +,765,640,647,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 5, +,765,648,655,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 6, +,765,656,663,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 7, +,765,664,671,1,40,0,°C,22107E,62107E,ff,C1D_HysCTP5_SwOFF_In 8, +,765,672,679,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 0, +,765,680,687,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 1, +,765,688,695,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 2, +,765,696,703,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 3, +,765,704,711,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 4, +,765,712,719,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 5, +,765,720,727,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 6, +,765,728,735,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 7, +,765,736,743,1,40,0,%,22107E,62107E,ff,C1D_HysCTP5_SwOFF_Out 8, +,765,24,31,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 0, +,765,32,39,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 1, +,765,40,47,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 2, +,765,48,55,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 3, +,765,56,63,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 4, +,765,64,71,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 5, +,765,72,79,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 6, +,765,80,87,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 7, +,765,88,95,1,40,0,°C,22107F,62107F,ff,C1D_HysCTP1_SwOFF_In 8, +,765,24,31,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 0, +,765,32,39,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 1, +,765,40,47,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 2, +,765,48,55,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 3, +,765,56,63,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 4, +,765,64,71,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 5, +,765,72,79,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 6, +,765,80,87,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 7, +,765,88,95,1,40,0,%,221080,621080,ff,C1D_HysCTP1_SwOFF_Out 8, +,765,24,31,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 0, +,765,32,39,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 1, +,765,40,47,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 2, +,765,48,55,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 3, +,765,56,63,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 4, +,765,64,71,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 5, +,765,72,79,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 6, +,765,80,87,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 7, +,765,88,95,1,40,0,°C,221081,621081,ff,C1D_HysCTP2_SwOFF_In 8, +,765,24,31,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 0, +,765,32,39,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 1, +,765,40,47,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 2, +,765,48,55,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 3, +,765,56,63,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 4, +,765,64,71,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 5, +,765,72,79,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 6, +,765,80,87,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 7, +,765,88,95,1,40,0,%,221082,621082,ff,C1D_HysCTP2_SwOFF_Out 8, +,765,24,31,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 0, +,765,32,39,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 1, +,765,40,47,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 2, +,765,48,55,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 3, +,765,56,63,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 4, +,765,64,71,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 5, +,765,72,79,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 6, +,765,80,87,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 7, +,765,88,95,1,40,0,°C,221083,621083,ff,C1D_HysCTP3_SwOFF_In 8, +,765,24,31,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 0, +,765,32,39,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 1, +,765,40,47,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 2, +,765,48,55,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 3, +,765,56,63,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 4, +,765,64,71,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 5, +,765,72,79,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 6, +,765,80,87,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 7, +,765,88,95,1,40,0,%,221084,621084,ff,C1D_HysCTP3_SwOFF_Out 8, +,765,24,31,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 0, +,765,32,39,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 1, +,765,40,47,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 2, +,765,48,55,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 3, +,765,56,63,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 4, +,765,64,71,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 5, +,765,72,79,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 6, +,765,80,87,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 7, +,765,88,95,1,40,0,°C,221085,621085,ff,C1D_HysCTP4_SwOFF_In 8, +,765,24,31,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 0, +,765,32,39,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 1, +,765,40,47,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 2, +,765,48,55,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 3, +,765,56,63,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 4, +,765,64,71,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 5, +,765,72,79,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 6, +,765,80,87,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 7, +,765,88,95,1,40,0,%,221086,621086,ff,C1D_HysCTP4_SwOFF_Out 8, +,765,24,31,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 0, +,765,32,39,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 1, +,765,40,47,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 2, +,765,48,55,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 3, +,765,56,63,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 4, +,765,64,71,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 5, +,765,72,79,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 6, +,765,80,87,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 7, +,765,88,95,1,40,0,°C,221087,621087,ff,C1D_HysCTP5_SwOFF_In 8, +,765,24,31,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 0, +,765,32,39,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 1, +,765,40,47,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 2, +,765,48,55,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 3, +,765,56,63,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 4, +,765,64,71,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 5, +,765,72,79,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 6, +,765,80,87,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 7, +,765,88,95,1,40,0,%,221088,621088,ff,C1D_HysCTP5_SwOFF_Out 8, +,765,24,31,1,0,0,,221089,621089,ff,MSG_TYPE_EMETTED_CF, +,765,24,24,1,0,0,,221090,621090,ff,RES_SMARTPHONE_CF,1:true;0:false +,765,25,25,1,0,0,,221090,621090,ff,RES_SMARTPHONE_DOUBLE_CF,1:true;0:false +,765,32,39,1,0,0,,221090,621090,ff,RES_MAX_TCU_REQUEST_CF, +,765,40,71,1,0,0,,221090,621090,4ff,RES_MAX_TCU_DELAY_TM_CF, +,765,72,79,1,0,0,,221090,621090,ff,DONGLE_CF,0:DONGLE_SLAVE_1;1:DONGLE_SLAVE_2;2:DONGLE_SLAVE_3 +,765,24,24,1,0,0,,221091,621091,ff,CHARGE_CALENDARS_CF,1:true;0:false +,765,24,24,1,0,0,,221092,621092,ff,RES_PRESOAK_CALENDARS_CF,1:true;0:false +,765,24,24,1,0,0,,221093,621093,ff,PRM_CLIM_PROG_PC_ACTIVATION_CF,1:true;0:false +,765,24,31,1,0,0,,221094,621094,ff,PRM_PC_VALUE_CF,0:PREHEATING_NOT_REQ;1:PREHEATING_TIME_1_REQ;2:PREHEATING_TIME_2_REQ;3:PREHEATING_UNAVAILABLE +,765,24,24,1,0,0,,221095,621095,ff,CHARGE_REMOTE_CF,1:true;0:false +,765,24,31,1,0,0,,221096,621096,ff,E_TM_ENGCOOLTEMPERATURE_DELAY_CF, +,765,24,31,1,0,0,,222001,622001,ff,C_K_ENGINEFANSPEEDREQUESTESMMIN, +,765,24,31,1,40,0,°C,222008,622008,ff,C_TEMP_EXTTEMPWEP, +,765,24,31,.125,0,1,min,222009,622009,ff,C_K_HYSENGINERPMFORWEP_IC, +,765,24,39,.125,0,1,,22200A,62200A,ff,C_N_HYSENGINERPMFORWEP_THLDHG, +,765,24,39,.125,0,1,,22200B,62200B,ff,C_N_HYSENGINERPMFORWEP_THLDLW, +,765,24,31,1,40,0,°C,22200C,62200C,ff,C_TEMP_HYSEXTTEMPFORWEP_THLDHG, +,765,24,31,1,40,0,°C,22200D,62200D,ff,C_TEMP_HYSEXTTEMPFORWEP_THLDLW, +,765,24,31,1,40,0,°C,22200E,62200E,ff,C_K_HYSEXTTEMPFORWEP_IC, +,765,24,31,.25,-4600,1,V,22200F,62200F,ff,C_U_VOLTREQHG, +,765,24,31,.25,-4600,1,V,222010,622010,ff,C_U_VOLTREQLW, +,765,24,31,1,40,0,°C,222011,622011,ff,C_TEMP_HYSEXTTEMPFORCOOLFAN_HG, +,765,24,31,1,40,0,°C,222012,622012,ff,C_TEMP_HYSEXTTEMPFORCOOLFAN_LW, +,765,24,31,1,40,0,°C,222013,622013,ff,C_TEMP_HYSEXTHGTEMPFORBLOWER_HG, +,765,24,31,1,40,0,°C,222014,622014,ff,C_TEMP_HYSEXTHGTEMPFORBLOWER_LW, +,765,24,31,1,40,0,°C,222015,622015,ff,C_TEMP_HYSEXTLWTEMPFORBLOWER_HG, +,765,24,31,1,40,0,°C,222016,622016,ff,C_TEMP_HYSEXTLWTEMPFORBLOWER_LW, +,765,24,31,1,40,0,°C,222017,622017,ff,C_TEMP_HYSEXTTEMPFORPTC_HG, +,765,24,31,1,40,0,°C,222018,622018,ff,C_TEMP_HYSEXTTEMPFORPTC_LW, +,765,24,31,1,0,0,,222021,622021,ff,SASPERIODICITY, +,765,24,31,1,0,0,,222023,622023,ff,MAX_DRIVER_DOOR_INACTIVE_COUNTER_TP, +,765,24,39,.01,0,2,s,222024,622024,ff,ALARM_DELAYED_TM_TP, +,765,24,39,.01,0,2,s,222025,622025,ff,RES_DOUBLE_FLASH_LONG_TM_TP, +,765,24,39,.01,0,2,s,222026,622026,ff,RES_DOUBLE_FLASH_SHORT_TM_TP, +,765,24,39,.01,0,2,s,222027,622027,ff,RES_PERMANENT_FLASH_LONG_TM_TP, +,765,24,31,1,0,0,,222028,622028,ff,RES_TIMER_RELOAD_TIME_TP, +,765,24,39,.01,0,2,s,222029,622029,ff,VERLOG_FRAME_ABSENT_TM_TP, +,765,24,55,1,0,0,,22202A,62202A,4ff,RES_PROGRAMMED_TIMER_TM_TP, +,765,24,39,.01,0,2,s,22202B,62202B,ff,C_TM_TIMERACOFF_DEFAUTVALUE, +,765,24,39,.01,0,2,s,22202D,62202D,ff,CHECK_COND_START_RES_TM_TP, +,765,24,55,1,0,0,,22202E,62202E,4ff,CHECK_DURATION_START_TM_TP, +,765,24,39,.01,0,2,s,22202F,62202F,ff,CHECK_TEMP_TM_TP, +,765,24,39,.01,0,2,s,222030,622030,ff,CHECK_TRANS_TM_TP, +,765,24,39,.01,0,2,s,222031,622031,ff,CHECK_VERLOG_TM_TP, +,765,24,39,.01,0,2,s,222032,622032,ff,LOST_FRAME_AT_TM_TP, +,765,24,39,.01,0,2,s,222033,622033,ff,LOST_FRAME_ECM_TM_TP, +,765,24,55,1,0,0,,222034,622034,4ff,MAX_RES_TIMER_DURATION_TM_TP, +,765,24,31,.01,0,2,s,222035,622035,ff,ONE_SECOND_TM_TP, +,765,24,39,.01,0,2,s,222036,622036,ff,RES_ACTIVATION_FAILURE_TM_TP, +,765,24,39,.01,0,2,s,222037,622037,ff,RES_BY_KEY_TM_TP, +,765,24,31,.01,0,2,s,222038,622038,ff,TWO_SECONDS_TM_TP, +,765,24,39,.01,0,2,s,22203A,62203A,ff,CHECK_ECM_FAILURE_DISPLAY_TM_TP, +,765,24,39,1,0,0,km,22203B,62203B,ff,DISTANCE_DELIVERY_MODE_THRESHOLD_TP, +,765,24,31,10,0,0,ms,22203C,62203C,ff,WAITING_ECM_FRAMES_TM_TP, +,765,24,39,1,0,0,ms,22203D,62203D,ff,PENDING_AVAILABILITY_DATA_TM_TP, +,765,24,39,.1,0,1,V,22203E,62203E,ff,C_U_UMIN_CRANKING_IVLD, +,765,24,39,1,320,0,A,22203F,62203F,ff,C_I_INVALIDSENSOR, +,765,24,39,.01,0,2,s,222040,622040,ff,CHECK_ODO_TM_TP, +,765,24,39,.01,0,2,s,222041,622041,ff,PRM_WAIT_FOR_LOCAL_TIME_TM_TP, +,765,24,39,.01,0,2,s,222042,622042,ff,BYPASS_RPU_TM_TP, +,765,24,39,.01,0,2,,222043,622043,ff,TIMEOUT_A_IVC_PRESENCE_TM_TP, +,765,24,31,.01,0,2,s,222044,622044,ff,IS_TAILGATE_COH2_TM_TP, +,765,24,31,1,0,0,km/h,222045,622045,ff,IS_TAILGATE_COH_SPEED_THRESH_TP, +,765,24,31,.01,0,2,s,222046,622046,ff,IS_TAILGATE_COH1_TM_TP, +,765,24,31,.01,0,2,s,222047,622047,ff,IS_TAILGATE_COH_OFFSET_TM_TP, +,765,24,31,1,0,0,,224016,624016,ff,DRIVER_DOOR_INACTIVE_COUNTER_S, +,765,24,31,1,0,0,,224017,624017,ff,VEHICLESTATE_T4_CS, +,765,24,31,1,0,0,,224018,624018,ff,RES_ACTIVATION_S,0:RES_UNACTIVATED;1:RES_UNDER_ACTIVATION;2:RES_ACTIVATED +,765,24,31,1,0,0,,224019,624019,ff,RES_STATUS_S,0:RES_UNAVAILABLE;1:RES_NOT_USED_1;2:RES_WAIT_FOR_A_REQUEST;3:RES_NORMAL_ENGINE_START;4:RES_NOT_USED_4;5:RES_REMOTE_ENGINE_START;6:RES_VEHICLE_WITHOUT_RES;7:RES_NOT_USED_7 +,765,24,55,1,0,0,,22401A,62401A,4ff,RES_STOPPED_BY_ACCESS_MILAGE_S, +,765,24,55,1,0,0,,22401C,62401C,4ff,RES_STOPPED_BY_ACCESS_TIME_S, +,765,24,55,1,0,0,,22401D,62401D,4ff,RES_STOPPED_BY_ECM_MILAGE_S, +,765,24,55,1,0,0,,22401F,62401F,4ff,RES_STOPPED_BY_ECM_TIME_S, +,765,24,55,1,0,0,,224020,624020,4ff,RES_STOPPED_BY_NORMAL_MILAGE_S, +,765,24,55,1,0,0,,224022,624022,4ff,RES_STOPPED_BY_NORMAL_TIME_S, +,765,24,55,1,0,0,,224023,624023,4ff,RES_STOPPED_BY_TRANSMISSION_MILAGE_S, +,765,24,55,1,0,0,,224025,624025,4ff,RES_STOPPED_BY_TRANSMISSION_TIME_S, +,765,24,55,1,0,0,,224026,624026,4ff,RES_SUCCESS_BY_KEY_MILAGE_S, +,765,24,55,1,0,0,,224029,624029,4ff,RES_SUCCESS_BY_KEY_TIME_S, +,765,24,55,1,0,0,,22402A,62402A,4ff,RES_SUCCESS_BY_TIMER_MILAGE_S, +,765,24,55,1,0,0,,22402C,62402C,4ff,RES_SUCCESS_BY_TIMER_TIME_S, +,765,24,31,1,0,0,,22402D,62402D,ff,ADDON_S_K_SOFCOUNTER_S, +,765,24,39,.001,0,3,,22402E,62402E,ff,ADDON_S_U_BATTOCV_MES_S, +,765,24,39,.01,0,2,,224030,624030,ff,ADDON_S_PCT_JAUGEVT_S, +,765,24,39,.01,0,2,,224031,624031,ff,ADDON_S_PCT_SOCCURRENT_EST_S, +,765,24,24,1,0,0,,224032,624032,ff,ADDON_S_B_CONDRST_U_NOLOAD_BYOCV_S,1:true;0:false +,765,24,24,1,0,0,,224033,624033,ff,ADDON_S_B_CUSTOM_WU_IGNI_ON_S,1:true;0:false +,765,24,24,1,0,0,,224034,624034,ff,ADDON_S_B_SOC_INIT_CHGE_AFTRWKEUP_S,1:true;0:false +,765,24,55,1,0,0,,224035,624035,4ff,ADDON_S_K_AHCMPREEQUILIBRAGE_S, +,765,24,55,1,0,0,,224036,624036,4ff,ADDON_S_K_BATTLIFEDISCHAHCOUNTER_S, +,765,24,31,1,0,0,,224037,624037,ff,ADDON_S_K_CHARGERPRESENTINPARK_S, +,765,24,31,1,0,0,,224038,624038,ff,ADDON_S_E_BATTOCV_STATUS_S,0:NOT_STABILIZED;1:STABILIZED +,765,24,31,1,40,0,°C,224039,624039,ff,ADDON_S_TEMP_BATTERYTEMPERATURE_S, +,765,24,31,1,40,0,°C,22403A,62403A,ff,ADDON_S_TEMP_ENGINETEMPERATURE_S, +,765,24,31,1,40,0,°C,22403B,62403B,ff,ADDON_S_TEMP_EQ_COND_S, +,765,24,31,1,40,0,°C,22403C,62403C,ff,ADDON_S_TEMP_LASTESTIMATIONDONE_S, +,765,24,55,1,0,0,,22403D,62403D,4ff,ADDON_S_TM_PARKINGTIME_S, +,765,24,55,1,0,0,,22403E,62403E,4ff,ADDON_S_TM_CELL_REBALANCING_S, +,765,24,55,1,0,0,,224040,624040,4ff,ADDON_S_TM_TIME_SPENT_IN_BOOST_S, +,765,24,39,.001,0,3,,224041,624041,ff,ADDON_S_U_BATT_NOLOAD_S, +,765,24,39,.001,0,3,,224042,624042,ff,ADDON_S_U_BATTBOOSTOFFSET_S, +,765,24,31,1,0,0,,224043,624043,ff,STARTER_STATUS_S,0:CRANKING_RELAY_SWITCHED_OFF;1:SHORT_RELAXATION_ACTIVE;2:LONG_RELAXATION_ACTIVE;3:CRANKING_RELAY_SWITCHED_ON +,765,24,55,1,0,0,,224044,624044,4ff,COUNT_RES_PROG_FAIL_BY_TEMP_S, +,765,24,55,1,0,0,,224045,624045,4ff,COUNT_RES_STOP_BY_ACCESS_S, +,765,24,55,1,0,0,,224046,624046,4ff,COUNT_RES_STOP_BY_ECM_S, +,765,24,55,1,0,0,,224047,624047,4ff,COUNT_RES_STOP_BY_NORMAL_S, +,765,24,55,1,0,0,,224048,624048,4ff,COUNT_RES_STOP_BY_TRANS_S, +,765,24,55,1,0,0,,224049,624049,4ff,COUNT_RES_SUCCESS_BY_KEY_S, +,765,24,55,1,0,0,,22404A,62404A,4ff,COUNT_RES_SUCCESS_BY_PROG_S, +,765,24,31,1,0,0,,22404B,62404B,ff,RES_CRANKING_FAILURE_CS_S, +,765,24,24,1,0,0,,22404C,62404C,ff,RES_ID_AUTH_STARTING_SEQUENCE_S,1:true;0:false +,765,24,24,1,0,0,,22404D,62404D,ff,CAR_SECURE_S,1:true;0:false +,765,24,24,1,0,0,,22404E,62404E,ff,ECM_RES_VERLOG_PROTECTION_S,1:true;0:false +,765,24,24,1,0,0,,224050,624050,ff,ECM_VERLOG_PROTECTION_S,1:true;0:false +,765,24,55,1,0,0,,224051,624051,4ff,RES_STOPPED_BY_ODOMETER_MILAGE_S, +,765,24,55,1,0,0,,224052,624052,4ff,RES_STOPPED_BY_ODOMETER_TIME_S, +,765,24,55,1,0,0,,224053,624053,4ff,RES_STOPPED_BY_RESET_MILAGE_S, +,765,24,55,1,0,0,,224054,624054,4ff,RES_STOPPED_BY_RESET_TIME_S, +,765,24,55,1,0,0,,224055,624055,4ff,COUNT_RES_STOP_BY_ODO_S, +,765,24,55,1,0,0,,224056,624056,4ff,COUNT_RES_STOP_BY_RESET_S, +,765,24,24,1,0,0,,224057,624057,ff,DELIVERY_MODE_AUTHORIZED_S,1:true;0:false +,765,24,24,1,0,0,,224058,624058,ff,RES_WITH_FUEL_BURNER_REQUEST_S,1:true;0:false +,765,24,55,1,0,0,,224059,624059,4ff,COUNT_RES_SUCCESS_BY_TCU_S, +,765,24,55,1,0,0,,22405A,62405A,4ff,COUNT_RES_STOP_BY_TCU_S, +,765,24,55,1,0,0,,22405B,62405B,4ff,RES_STOPPED_BY_TCU_MILAGE_S, +,765,24,55,1,0,0,,22405C,62405C,4ff,RES_STOPPED_BY_TCU_TIME_S, +,765,24,55,1,0,0,,22405D,62405D,4ff,RES_SUCCESS_BY_TCU_MILAGE_S, +,765,24,55,1,0,0,,22405E,62405E,4ff,RES_SUCCESS_BY_TCU_TIME_S, +,765,24,31,1,0,0,,22405F,62405F,ff,DELIVERY_MODE_STATE_S,0:CUSTOMER_MODE_2;1:DELIVERY_MODE_LEVEL_1;2:DELIVERY_MODE_LEVEL_2;3:DELIVERY_MODE_2_NOT_USED +,765,24,24,1,0,0,,224060,624060,ff,RPU_PROVISIONING_S,1:true;0:false +,765,24,24,1,0,0,,224061,624061,ff,RPU_UNPROTECT_S,1:true;0:false +,765,24,24,1,0,0,,224062,624062,ff,RPU_STALLING_STATE_S,1:true;0:false +,765,24,24,1,0,0,,224063,624063,ff,REMOTE_PROT_REQUEST_S,1:true;0:false +,765,24,39,1,0,0,s,224064,624064,ff,BYPASS_RPU_TIMER_S, +,765,24,31,1,0,0,,224065,624065,ff,CHARGEPROHIBBYRENTAL_BCM_S,0:CHARGE_PROHIB_UNAVAILABLE;1:CHARGE_PROHIB_AUTHORIZED;2:CHARGE_PROHIB_NOT_AUTHORIZED +,765,24,31,1,0,0,,224066,624066,ff,CHARGEPROHIBBYRENTAL_HFM_S,0:CHARGE_PROHIB_UNAVAILABLE;1:CHARGE_PROHIB_AUTHORIZED;2:CHARGE_PROHIB_NOT_AUTHORIZED +,765,24,55,1,0,0,,224067,624067,4ff,CHARGE_CAL_MILAGE_S, +,765,24,55,1,0,0,,224068,624068,4ff,CHARGE_CAL_S, +,765,24,55,1,0,0,,224069,624069,4ff,CHARGE_CAL_TIME_S, +,765,24,39,1,0,0,min,22406A,62406A,ff,CHARGE_CAL_VALUE_S, +,765,24,55,1,0,0,,22406B,62406B,4ff,CHARGE_DELAYED_MILAGE_S, +,765,24,55,1,0,0,,22406C,62406C,4ff,CHARGE_DELAYED_S, +,765,24,55,1,0,0,,22406D,62406D,4ff,EVP_ACTIVATION_TIME_COUNTER_S, +,765,24,39,1,0,0,min,22406E,62406E,ff,CHARGE_DELAYED_VALUE_S, +,765,24,55,1,0,0,,22406F,62406F,4ff,CHARGE_DELAYED_TIME_S, +,765,24,31,1,0,0,h,224070,624070,ff,CHARGECAL1BEGINHOUR_S, +,765,24,31,1,0,0,min,224071,624071,ff,CHARGECAL1BEGINMIN_S, +,765,24,39,1,0,0,min,224072,624072,ff,CHARGECAL1DURATION_S, +,765,24,24,1,0,0,,224073,624073,ff,CHARGECAL1FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,224074,624074,ff,CHARGECAL1MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,224075,624075,ff,CHARGECAL1SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,224076,624076,ff,CHARGECAL1SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,224077,624077,ff,CHARGECAL1THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,224078,624078,ff,CHARGECAL1TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,224079,624079,ff,CHARGECAL1WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,22407A,62407A,ff,CHARGECAL2BEGINHOUR_S, +,765,24,31,1,0,0,min,22407B,62407B,ff,CHARGECAL2BEGINMIN_S, +,765,24,39,1,0,0,min,22407C,62407C,ff,CHARGECAL2DURATION_S, +,765,24,24,1,0,0,,22407D,62407D,ff,CHARGECAL2FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,22407E,62407E,ff,CHARGECAL2MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,22407F,62407F,ff,CHARGECAL2SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,224080,624080,ff,CHARGECAL2SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,224081,624081,ff,CHARGECAL2THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,224082,624082,ff,CHARGECAL2TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,224083,624083,ff,CHARGECAL2WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,224084,624084,ff,CHARGECAL3BEGINHOUR_S, +,765,24,31,1,0,0,min,224085,624085,ff,CHARGECAL3BEGINMIN_S, +,765,24,39,1,0,0,min,224086,624086,ff,CHARGECAL3DURATION_S, +,765,24,24,1,0,0,,224087,624087,ff,CHARGECAL3FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,224088,624088,ff,CHARGECAL3MONDAY_S,0:false;1:true +,765,24,24,1,0,0,,224089,624089,ff,CHARGECAL3SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,22408A,62408A,ff,CHARGECAL3SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,22408B,62408B,ff,CHARGECAL3THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,22408C,62408C,ff,CHARGECAL3TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,22408D,62408D,ff,CHARGECAL3WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,22408E,62408E,ff,CHARGECAL4BEGINHOUR_S, +,765,24,31,1,0,0,min,22408F,62408F,ff,CHARGECAL4BEGINMIN_S, +,765,24,39,1,0,0,min,224090,624090,ff,CHARGECAL4DURATION_S, +,765,24,24,1,0,0,,224091,624091,ff,CHARGECAL4FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,224092,624092,ff,CHARGECAL4MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,224093,624093,ff,CHARGECAL4SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,224094,624094,ff,CHARGECAL4SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,224095,624095,ff,CHARGECAL4THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,224096,624096,ff,CHARGECAL4TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,224097,624097,ff,CHARGECAL4WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,224098,624098,ff,CHARGECAL5BEGINHOUR_S, +,765,24,31,1,0,0,min,224099,624099,ff,CHARGECAL5BEGINMIN_S, +,765,24,39,1,0,0,min,22409A,62409A,ff,CHARGECAL5DURATION_S, +,765,24,24,1,0,0,,22409B,62409B,ff,CHARGECAL5FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,22409C,62409C,ff,CHARGECAL5MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,22409D,62409D,ff,CHARGECAL5SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,22409E,62409E,ff,CHARGECAL5SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,22409F,62409F,ff,CHARGECAL5THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240A0,6240A0,ff,CHARGECAL5TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240A1,6240A1,ff,CHARGECAL5WEDNESDAY_S,1:true;0:false +,765,24,55,1,0,0,,2240A2,6240A2,4ff,PRESOAK_CAL_MILAGE_S, +,765,24,55,1,0,0,,2240A3,6240A3,4ff,PRESOAK_CAL_S, +,765,24,55,1,0,0,,2240A4,6240A4,4ff,PRESOAK_CAL_TIME_S, +,765,24,39,1,0,0,min,2240A5,6240A5,ff,PRESOAK_CAL_VALUE_S, +,765,24,31,1,0,0,h,2240A6,6240A6,ff,PRESOAKCAL1ARRIVALHOUR_S, +,765,24,31,1,0,0,min,2240A7,6240A7,ff,PRESOAKCAL1ARRIVALMIN_S, +,765,24,24,1,0,0,,2240A8,6240A8,ff,PRESOAKCAL1FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240A9,6240A9,ff,PRESOAKCAL1MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240AA,6240AA,ff,PRESOAKCAL1SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240AB,6240AB,ff,PRESOAKCAL1SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240AC,6240AC,ff,PRESOAKCAL1THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240AD,6240AD,ff,PRESOAKCAL1TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240AE,6240AE,ff,PRESOAKCAL1WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,2240AF,6240AF,ff,PRESOAKCAL2ARRIVALHOUR_S, +,765,24,31,1,0,0,min,2240B0,6240B0,ff,PRESOAKCAL2ARRIVALMIN_S, +,765,24,24,1,0,0,,2240B1,6240B1,ff,PRESOAKCAL2FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240B2,6240B2,ff,PRESOAKCAL2MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240B3,6240B3,ff,PRESOAKCAL2SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240B4,6240B4,ff,PRESOAKCAL2THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240B5,6240B5,ff,PRESOAKCAL2TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240B6,6240B6,ff,PRESOAKCAL2WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,2240B7,6240B7,ff,PRESOAKCAL3ARRIVALHOUR_S, +,765,24,31,1,0,0,min,2240B8,6240B8,ff,PRESOAKCAL3ARRIVALMIN_S, +,765,24,24,1,0,0,,2240B9,6240B9,ff,PRESOAKCAL3FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240BA,6240BA,ff,PRESOAKCAL3MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240BB,6240BB,ff,PRESOAKCAL3SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240BC,6240BC,ff,PRESOAKCAL3SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240BD,6240BD,ff,PRESOAKCAL3THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240BE,6240BE,ff,PRESOAKCAL3TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240BF,6240BF,ff,PRESOAKCAL3WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,2240C0,6240C0,ff,PRESOAKCAL4ARRIVALHOUR_S, +,765,24,31,1,0,0,min,2240C1,6240C1,ff,PRESOAKCAL4ARRIVALMIN_S, +,765,24,24,1,0,0,,2240C2,6240C2,ff,PRESOAKCAL4FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240C3,6240C3,ff,PRESOAKCAL4MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240C4,6240C4,ff,PRESOAKCAL4SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240C5,6240C5,ff,PRESOAKCAL4SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240C6,6240C6,ff,PRESOAKCAL4THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240C7,6240C7,ff,PRESOAKCAL4TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240C8,6240C8,ff,PRESOAKCAL4WEDNESDAY_S,1:true;0:false +,765,24,31,1,0,0,h,2240C9,6240C9,ff,PRESOAKCAL5ARRIVALHOUR_S, +,765,24,31,1,0,0,min,2240CA,6240CA,ff,PRESOAKCAL5ARRIVALMIN_S, +,765,24,24,1,0,0,,2240CB,6240CB,ff,PRESOAKCAL5FRIDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240CC,6240CC,ff,PRESOAKCAL5MONDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240CD,6240CD,ff,PRESOAKCAL5SATURDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240CE,6240CE,ff,PRESOAKCAL5SUNDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240CF,6240CF,ff,PRESOAKCAL5THURSDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240D0,6240D0,ff,PRESOAKCAL5TUESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240D1,6240D1,ff,PRESOAKCAL5WEDNESDAY_S,1:true;0:false +,765,24,24,1,0,0,,2240D2,6240D2,ff,PRESOAKCAL2SATURDAY_S,1:true;0:false +,765,24,39,.001,0,3,,226001,626001,ff,V_U_BATT_USM_FLT, +,765,24,39,.1,0,1,,226002,626002,1ff,V_I_IBATTSENSOR_FLT, +,765,24,31,40,0,0,,226003,626003,ff,V_P_ELECPOWERCONSUMEDBYAUX, +,765,24,31,1,0,0,,226005,626005,ff,V_E_ENGINESTATUS,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,24,39,.01,0,2,,226006,626006,ff,V_PCT_ALTERNATORLOAD, +,765,24,31,1,0,0,,226007,626007,ff,V_E_VOLTAGEREGULATIONSTATUS,0:NOT_INITIALIZED;1:STARTING_SEQUENCE;2:REGULATION;3:LIMITATION;4:ALT_COM_DETECT;5:ALT_COM_CONF;6:ALT_DFLT_DETECT;7:ALT_DFLT_CONF;8:UNDERVOLT_DETECT;9:UNDERVOLT_CONF;10:OVERVOLT_DETECT;11:OVERVOLT_CONF;12:CAN_COM_DETECT;13:CAN_COM_CONF;14:VRS_NOT_USED;15:VRS_UNAVAILABLE +,765,24,31,1,0,0,,226008,626008,ff,V_E_SETPOINTGENERATORSTATUS,0:BAT_CONNECTION_NOMINAL_MODE;1:BAT_CONNECTION_DEFAULT_DETECTED;2:BAT_CONNECTION_DEFAULT_CONFIRMED;3:BAT_CONNECTION_DISCONNECTED +,765,24,39,.001,0,3,,226009,626009,ff,V_U_ALT_REQ, +,765,24,39,.001,0,3,,22600A,62600A,ff,V_U_BATT_REQ, +,765,24,31,1,0,0,,22600F,62600F,ff,V_E_VEHICLEACTIVATIONSTATE,0:VEHICLE_ASLEEP_ENGINE_STOPPED;1:VEHICLE_AWAKE_ENGINE_STOPPED;2:ENGINE_READY_TO_START;3:INITIAL_STARTING_IN_PROGRESS;4:VEHICLE_AWAKE_ENGINE_RUNNING;5:NOT_USED_1_VS;6:NOT_USED_2_VS;7:UNAVAILABLE_VS +,765,24,39,.01,0,2,,226011,626011,ff,V_S_VEHICLESPEED, +,765,24,55,1,0,0,,226012,626012,4ff,V_TM_ABSOLUTETIMESINCE1RSTIGN, +,765,24,31,1,40,0,,226013,626013,ff,V_TEMP_ENGINECOOLANTTEMP, +,765,24,31,1,40,0,,226014,626014,ff,V_TEMP_EXTERNALTEMP, +,765,24,31,1,40,0,,226015,626015,ff,V_TEMP_BATT_EST, +,765,24,24,1,0,0,,226016,626016,ff,V_B_ZONEBATT_OK,1:true;0:false +,765,24,31,1,0,0,,226017,626017,ff,V_K_ESM_STATUS, +,765,24,31,1,0,0,,226018,626018,ff,V_E_GENMODE,0:GENMODE0_LIMIT_REQ_BY_ENGINE;1:GENMODE1_NOMINAL_STRATEGY_MODE;2:GENMODE2_ESM_INTERMEDIATE_MODE;3:GENMODE3_BATTERY_PROTECTION;4:GENMODE4_ESM_DISCHAGE_MODE;5:GENMODE5_ESM_REGENERATION_MODE;6:GENMODE6_ESM_INHIBITED_BY_WIPER;7:GENMODE7_ESM_INHIBITED_BY_ACTUATOR;8:GENMODE8_MAX_VOLTAGE_BY_ENDUR;9:GENMODE9_MIN_VOLTAGE_BY_ECM;10:GENMODE10_FLOATING_MODE;11:GENMODE_NOT_USED1;15:GENMODE_UNAVAILABLE;12:GENMODE_NOT_USED2;13:GENMODE_NOT_USED3;14:GENMODE_NOT_USED4 +,765,24,39,.01,0,2,,226019,626019,ff,V_PCT_DOD_SS_INT, +,765,24,39,.01,0,2,,22601A,62601A,ff,V_PCT_DOD_ESM_INT, +,765,24,39,1,0,0,,22601B,62601B,ff,V_K_STOPAUTOFORBIDFORBID_INT, +,765,24,24,1,0,0,,22601C,62601C,ff,CAN_CLUSTER_ABSENT,1:true;0:false +,765,24,24,1,0,0,,22601D,62601D,ff,V_B_BATTERYDISCHARGEBYESM_OK_INT,1:true;0:false +,765,24,31,.1,0,1,,22601E,62601E,ff,V_U_ALTERNATOROPTIMUMVOLTAGE_LHM_INT, +,765,24,31,.1,0,1,,22601F,62601F,ff,V_U_MIN_BY_AC_LHM_INT, +,765,24,31,.1,0,1,,226020,626020,ff,V_U_MIN_BY_ECM_LHM_INT, +,765,24,31,.1,0,1,,226021,626021,ff,V_U_MIN_BY_BCM_LHM_INT, +,765,24,39,.001,0,3,,226022,626022,ff,V_U_ESM_PRIM_BATT_REQ_D_INT, +,765,24,39,.001,0,3,,226023,626023,ff,V_U_ESM_PRIM_BATT_REQ_I_INT, +,765,24,39,.001,0,3,,226024,626024,ff,V_U_ESM_PRIM_BATT_REQ_R_INT, +,765,24,39,.001,0,3,,226025,626025,ff,V_U_FLOATING_PRIM_INT, +,765,24,31,.1,0,1,,226026,626026,ff,V_U_TEMPO1_BATT_REQ_INT, +,765,24,39,.001,0,3,,226027,626027,ff,V_U_CHARGE_BATT_REQ_INT, +,765,24,39,.01,0,2,,226028,626028,ff,V_PCT_SOCINIT_EST_INT, +,765,24,24,1,0,0,,226029,626029,ff,V_B_RESERVESOC_SS_OK_INT,1:true;0:false +,765,24,24,1,0,0,,22602A,62602A,ff,V_B_RESERVESOC_ESM_OK,1:true;0:false +,765,24,31,1,0,0,,22602B,62602B,ff,V_E_LOWBATTERYVOLTAGEDISPLAY,0:LBVD_NO_DISPLAY_REQUEST;1:BATTERY_WEAK;2:BATTERY_WEAK_START_ENGINE;3:BATTERY_IN_CHARGE +,765,24,31,.1,0,1,,22602C,62602C,ff,V_U_MAX_BY_ENDURANCE_INT, +,765,24,31,.1,0,1,,22602D,62602D,ff,V_U_MAX_BY_TEMPBATT_INT, +,765,24,31,.1,0,1,,22602E,62602E,ff,V_U_MIN_BY_TEMPBATT_INT, +,765,24,31,1,0,0,,22602F,62602F,ff,V_E_VOLTAGERATEBYAC_LHM_INT,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,1,0,0,,226030,626030,ff,V_E_VOLTAGERATEBYBCM_LHM_INT,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,1,0,0,,226031,626031,ff,V_E_VOLTAGERATEBYECM_LHM_INT,0:VR_NO_REQUEST;1:RATE_1;2:RATE_2;3:RATE_3 +,765,24,31,.1,0,1,,226032,626032,ff,V_U_MAX_BY_ECM_LHM_INT, +,765,24,31,.1,0,1,,226033,626033,ff,V_DU_RATE_BY_ECM_INT, +,765,24,31,.1,0,1,,226034,626034,ff,V_DU_ESM_NEG_RATE_INT, +,765,24,31,.1,0,1,,226035,626035,ff,V_DU_ESM_POS_RATE_INT, +,765,24,31,1,0,0,,226036,626036,ff,V_E_BATTWARNREQ_LEVEL_HI_USM,0:NO_HI_WARNING_REQUESTED;1:HI_WARNING_REQUESTED +,765,24,31,1,0,0,,226037,626037,ff,V_E_BATTWARNREQ_LEVEL_LO_USM,0:NO_LO_WARNING_REQUESTED;1:LO_WARNING_REQUESTED +,765,24,39,.001,0,3,,226038,626038,ff,V_U_UMIN_CRANKING, +,765,24,24,1,0,0,,22604C,62604C,ff,STOP_START_SW,1:true;0:false +,765,24,39,1,0,0,,22604D,62604D,ff,V_K_STOPAUTOFORBIDUNAVAIL_INT, +,765,24,39,1,0,0,,226054,626054,ff,START_RES_COUNTER_VALUE, +,765,24,31,1,0,0,,226055,626055,ff,START_RES_COUNTER_REQUEST,0:NO_RES_PROGRAMMED;1:ONE_TIME;2:EVERY_TWO_HOURS;3:RES_PROG_NOT_USED +,765,24,39,1,0,0,,226056,626056,ff,LEFT_TIME_BEFORE_RES, +,765,24,31,1,0,0,,226057,626057,ff,LEFT_TIME_BEFORE_RES_PROGRAMMED,0:NO_RES_PROGRAMMED;1:ONE_TIME;2:EVERY_TWO_HOURS;3:RES_PROG_NOT_USED +,765,24,24,1,0,0,,226058,626058,ff,I_APC_SW,1:true;0:false +,765,24,24,1,0,0,,226059,626059,ff,ASSIST_DOOR_OPENED,1:true;0:false +,765,24,24,1,0,0,,22605A,62605A,ff,REAR_LEFT_DOOR_OPENED,1:true;0:false +,765,24,24,1,0,0,,22605B,62605B,ff,REAR_RIGHT_DOOR_OPENED,1:true;0:false +,765,24,24,1,0,0,,22605C,62605C,ff,DRIVER_DOOR_OPENED,1:true;0:false +,765,24,24,1,0,0,,22605D,62605D,ff,TAILGATE_OPENED,1:true;0:false +,765,24,24,1,0,0,,22605E,62605E,ff,UNDERHOOD_OPENED,1:true;0:false +,765,24,24,1,0,0,,22605F,62605F,ff,R_DI_LAMP_HAZARD,1:true;0:false +,765,24,31,1,0,0,,226060,626060,ff,NEUTRAL_CONTACT_STATUS,0:NEUTRAL_CONTACT_NOT_USED;1:NEUTRAL_CONTACT_NOT_REACHED;2:NEUTRAL_CONTACT_REACHED;3:NEUTRAL_CONTACT_UNAVAILABLE +,765,24,24,1,0,0,,226061,626061,ff,CAN_AT_PRESENT,1:true;0:false +,765,24,31,1,0,0,,226062,626062,ff,AT_RES_AUTHORIZATION,0:AT_RES_UNAVAILABLE;1:AT_RES_CRANKING_NOT_ALLOWED;2:AT_RES_NOT_USED_2;3:AT_RES_NOT_USED_3;4:AT_RES_CRANKING_ALLOWED;5:AT_RES_NOT_USED_5;6:AT_RES_NOT_USED_6;7:AT_RES_CRANKING_STOP +,765,24,31,1,0,0,,226063,626063,ff,CRANKING_AUTHORIZATION_AT,0:AT_CRANKING_NOT_ALLOWED;1:AT_CRANKING_ALLOWED;2:AT_NOT_USED;3:AT_UNAVAILABLE +,765,24,24,1,0,0,,226064,626064,ff,SPEED_UNAVAILABLE_OR_INVALID,1:true;0:false +,765,24,24,1,0,0,,226066,626066,ff,O_SAFETY_LINE,1:true;0:false +,765,24,24,1,0,0,,226067,626067,ff,S_B_CONDRST_U_NOLOAD_BYOCV_INIT_S,1:true;0:false +,765,24,24,1,0,0,,226068,626068,ff,S_B_CUSTOM_WU_IGNI_ON_INIT_S,1:true;0:false +,765,24,24,1,0,0,,226069,626069,ff,S_B_SOC_INIT_CHGE_AFTRWKEUP_INIT_S,1:true;0:false +,765,24,31,1,0,0,,22606A,62606A,ff,S_E_BATTOCV_STATUS_INIT_S,0:NOT_STABILIZED;1:STABILIZED +,765,24,55,1,0,0,,22606B,62606B,4ff,S_K_AHCMPREEQUILIBRAGE_INIT_S, +,765,24,55,1,0,0,,22606C,62606C,4ff,S_K_BATTLIFEDISCHAHCOUNTER_INIT_S, +,765,24,31,1,0,0,,22606D,62606D,ff,S_K_CHARGERPRESENTINPARK_INIT_S, +,765,24,31,1,0,0,,22606E,62606E,ff,S_K_SOFCOUNTER_INIT_S, +,765,24,39,1,0,0,,22606F,62606F,ff,S_PCT_JAUGEVT_INIT_S, +,765,24,39,1,0,0,,226070,626070,ff,S_PCT_SOCCURRENT_EST_INIT_S, +,765,24,31,1,0,0,,226071,626071,ff,S_TEMP_BATTERYTEMPERATURE_INIT_S, +,765,24,31,1,0,0,,226072,626072,ff,S_TEMP_ENGINETEMPERATURE_INIT_S, +,765,24,31,1,0,0,,226073,626073,ff,S_TEMP_EQ_COND_INIT_S, +,765,24,31,1,0,0,,226074,626074,ff,S_TEMP_LASTESTIMATIONDONE_INIT_S, +,765,24,55,1,0,0,,226075,626075,4ff,S_TM_CELL_REBALANCING_INIT_S, +,765,24,55,1,0,0,,226076,626076,4ff,S_TM_PARKINGTIME_INIT_S, +,765,24,55,1,0,0,,226077,626077,4ff,S_TM_TIME_SPENT_IN_BOOST_INIT_S, +,765,24,39,1,0,0,,226079,626079,ff,S_U_BATTBOOSTOFFSET_INIT_S, +,765,24,39,1,0,0,,22607A,62607A,ff,S_U_BATTOCV_MES_INIT_S, +,765,24,39,.01,0,2,s,22607B,62607B,ff,STOP_MAX_TIME_TM, +,765,24,31,1,40,0,,22607C,62607C,ff,WATER_TEMP_MAX, +,765,24,24,1,0,0,,22607D,62607D,ff,DI_LAMP_LEFT_RR_ON,1:true;0:false +,765,24,24,1,0,0,,22607E,62607E,ff,DI_LAMP_RIGHT_RR_ON,1:true;0:false +,765,24,31,1,0,0,,22607F,62607F,ff,V_K_UMINSOFUPDATED_ANA, +,765,24,39,1,0,0,,226080,626080,ff,V_U_UMIN_CRANKING_ANA, +,765,24,31,1,0,0,,226081,626081,ff,V_E_BATTTEMPSENS_VLD_ANA,0:DS_VALID;1:DS_NOT_VALID +,765,24,39,1,0,0,,226082,626082,ff,V_I_IBATTSENSOR_FLT_ANA, +,765,24,39,1,0,0,,226083,626083,ff,V_U_BATTTEMPSENS_HW, +,765,24,31,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 0, +,765,32,39,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 1, +,765,40,47,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 2, +,765,48,55,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 3, +,765,56,63,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 4, +,765,64,71,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 5, +,765,72,79,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 6, +,765,80,87,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 7, +,765,88,95,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 8, +,765,96,103,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 9, +,765,104,111,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 10, +,765,112,119,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 11, +,765,120,127,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 12, +,765,128,135,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 13, +,765,136,143,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 14, +,765,144,151,1,0,0,,226084,626084,ff,DIAG_RFS_INPUT_2 15, +,765,24,31,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 0, +,765,32,39,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 1, +,765,40,47,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 2, +,765,48,55,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 3, +,765,56,63,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 4, +,765,64,71,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 5, +,765,72,79,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 6, +,765,80,87,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 7, +,765,88,95,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 8, +,765,96,103,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 9, +,765,104,111,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 10, +,765,112,119,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 11, +,765,120,127,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 12, +,765,128,135,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 13, +,765,136,143,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 14, +,765,144,151,1,0,0,,226085,626085,ff,DIAG_RFS_OUTPUT_1 15, +,765,24,24,1,0,0,,226086,626086,ff,CAN_IVI_PRESENT,1:true;0:false +,765,24,39,1,0,0,min,226087,626087,ff,CHARGE_DELAYED_VALUE, +,765,24,31,1,0,0,,226088,626088,ff,CLIM_PROG_PC_ACTIVATION_VALUE,0:PREHEATING_NOT_REQ;1:PREHEATING_TIME_1_REQ;2:PREHEATING_TIME_2_REQ;3:PREHEATING_UNAVAILABLE +,765,24,39,1,0,0,,226089,626089,ff,CURRENT_TIME_TM, +,765,24,39,1,0,0,,22608A,62608A,ff,WUP_CHARGE_TM, +,765,24,39,1,0,0,,22608B,62608B,ff,WUP_RES_PRESOAK_TM, +,765,24,39,1,0,0,,22608C,62608C,ff,TIMER_IN_MINUTE_LL, +,765,24,24,1,0,0,,22608D,62608D,ff,R_L1_BY_PRESOAKING,1:true;0:false +,765,24,39,.01,0,2,V,228000,628000,ff,BATT_VOLTAGE, +,765,24,39,1,0,0,km/h,228001,628001,ff,VEHICLE_SPEED, +,765,24,31,1,40,0,°C,228002,628002,ff,EXTERNAL_TEMP, +,765,24,31,1,0,0,,228003,628003,ff,VEHICLESTATE_T4,0:VS_SLEEPING;1:VS_TECHNICAL_WAKE_UP;2:VS_CUT_OFF_PENDING;3:VS_BAT_TEMPO_LEVEL;4:VS_ACCESSORY_LEVEL;5:VS_IGNITION_LEVEL;6:VS_STARTING_IN_PROGRESS;7:VS_ENGINE_RUNNING;9:VS_ENGINE_SYSTEM_STOP;8:VS_AUTOSTART;10:VS_NOT_USED_10;11:VS_NOT_USED_11;12:VS_NOT_USED_12;13:VS_NOT_USED_13;14:VS_NOT_USED_14;15:VS_UNAVAILABLE +,765,24,55,1,0,0,,228005,628005,4ff,ABSOLUTETIME, +,765,24,31,1,0,0,,228006,628006,ff,V_flag_5bit_VehSpeedDTC, +,765,24,31,1,0,0,,228007,628007,ff,TPMS_MOTION_STATUS 1, +,765,24,31,1,0,0,,228008,628008,ff,TPMS_RF_EVENT_TYPE 1, +,765,24,24,1,0,0,,228009,628009,ff,TPMS_INTERNAL_LOW_BATT_ON 1, +,765,24,39,7.5,0,0,mbar,228010,628010,ff,TPMS_INTERNAL_PRES 1, +,765,24,31,1,30,0,°C,228011,628011,ff,TPMS_INTERNAL_TEMP 1, +,765,24,39,7.5,0,0,mbar,228012,628012,ff,TPMS_INTERNAL_PRES_OLD 1, +,765,24,31,1,30,0,°C,228013,628013,ff,TPMS_INTERNAL_TEMP_OLD 1, +,765,24,31,1,0,0,,228014,628014,ff,TPMS_MOTION_STATUS 2, +,765,24,31,1,0,0,,228015,628015,ff,TPMS_RF_EVENT_TYPE 2, +,765,24,24,1,0,0,,228016,628016,ff,TPMS_INTERNAL_LOW_BATT_ON 2, +,765,24,39,7.5,0,0,mbar,228017,628017,ff,TPMS_INTERNAL_PRES 2, +,765,24,31,1,30,0,°C,228018,628018,ff,TPMS_INTERNAL_TEMP 2, +,765,24,39,7.5,0,0,mbar,228019,628019,ff,TPMS_INTERNAL_PRES_OLD 2, +,765,24,31,1,30,0,°C,228020,628020,ff,TPMS_INTERNAL_TEMP_OLD 2, +,765,24,31,1,0,0,,228021,628021,ff,TPMS_MOTION_STATUS 3, +,765,24,31,1,0,0,,228022,628022,ff,TPMS_RF_EVENT_TYPE 3, +,765,24,24,1,0,0,,228023,628023,ff,TPMS_INTERNAL_LOW_BATT_ON 3, +,765,24,39,7.5,0,0,mbar,228024,628024,ff,TPMS_INTERNAL_PRES 3, +,765,24,31,1,30,0,°C,228025,628025,ff,TPMS_INTERNAL_TEMP 3, +,765,24,39,7.5,0,0,mbar,228026,628026,ff,TPMS_INTERNAL_PRES_OLD 3, +,765,24,31,1,30,0,°C,228027,628027,ff,TPMS_INTERNAL_TEMP_OLD 3, +,765,24,31,1,0,0,,228028,628028,ff,TPMS_MOTION_STATUS 4, +,765,24,31,1,0,0,,228029,628029,ff,TPMS_RF_EVENT_TYPE 4, +,765,24,24,1,0,0,,228030,628030,ff,TPMS_INTERNAL_LOW_BATT_ON 4, +,765,24,39,7.5,0,0,mbar,228031,628031,ff,TPMS_INTERNAL_PRES 4, +,765,24,31,1,30,0,°C,228032,628032,ff,TPMS_INTERNAL_TEMP 4, +,765,24,39,7.5,0,0,mbar,228033,628033,ff,TPMS_INTERNAL_PRES_OLD 4, +,765,24,31,1,30,0,°C,228034,628034,ff,TPMS_INTERNAL_TEMP_OLD 4, +,765,24,24,1,0,0,,228035,628035,ff,TPMS_MISSING_TRANSMITTER 1, +,765,24,24,1,0,0,,228036,628036,ff,TPMS_PRESS_INCOH 1, +,765,24,24,1,0,0,,228037,628037,ff,TPMS_INCOH_TEMP_1, +,765,24,24,1,0,0,,228038,628038,ff,TPMS_ACCEL_INCOH 1, +,765,24,24,1,0,0,,228039,628039,ff,TPMS_INTERNAL_INCOH 1, +,765,24,24,1,0,0,,228040,628040,ff,TPMS_LOW_BATT_INCOH 1, +,765,24,24,1,0,0,,228041,628041,ff,TPMS_LEARNING_STATUS, +,765,24,24,1,0,0,,228042,628042,ff,TPMS_MISSING_TRANSMITTER 2, +,765,24,24,1,0,0,,228043,628043,ff,TPMS_PRESS_INCOH 2, +,765,24,24,1,0,0,,228044,628044,ff,TPMS_INCOH_TEMP_2, +,765,24,24,1,0,0,,228045,628045,ff,TPMS_ACCEL_INCOH 2, +,765,24,24,1,0,0,,228046,628046,ff,TPMS_INTERNAL_INCOH 2, +,765,24,24,1,0,0,,228047,628047,ff,TPMS_LOW_BATT_INCOH 2, +,765,24,24,1,0,0,,228048,628048,ff,TPMS_MISSING_TRANSMITTER 3, +,765,24,24,1,0,0,,228049,628049,ff,TPMS_PRESS_INCOH 3, +,765,24,24,1,0,0,,228050,628050,ff,TPMS_INCOH_TEMP_3, +,765,24,24,1,0,0,,228051,628051,ff,TPMS_ACCEL_INCOH 3, +,765,24,24,1,0,0,,228052,628052,ff,TPMS_INTERNAL_INCOH 3, +,765,24,24,1,0,0,,228053,628053,ff,TPMS_LOW_BATT_INCOH 3, +,765,24,24,1,0,0,,228054,628054,ff,TPMS_MISSING_TRANSMITTER 4, +,765,24,24,1,0,0,,228055,628055,ff,TPMS_PRESS_INCOH 4, +,765,24,24,1,0,0,,228056,628056,ff,TPMS_INCOH_TEMP_4, +,765,24,24,1,0,0,,228057,628057,ff,TPMS_ACCEL_INCOH 4, +,765,24,24,1,0,0,,228058,628058,ff,TPMS_INTERNAL_INCOH 4, +,765,24,24,1,0,0,,228059,628059,ff,TPMS_LOW_BATT_INCOH 4, +,765,24,31,1,0,0,,228060,628060,ff,V_flag_2bit_MotionWheelDTC, +,765,24,31,1,0,0,,228061,628061,ff,V_flag_2bit_EmsnTypeWheelDTC, +,765,24,24,1,0,0,,228062,628062,ff,V_flag_1bit_LowBattWheelDTC, +,765,24,39,7.5,0,0,mbar,228063,628063,ff,V_flag_10bit_ActPresWheelDTC, +,765,24,31,1,30,0,,228064,628064,ff,V_flag_7bit_ActTempWheelDTC, +,765,24,24,1,0,0,,228065,628065,ff,V_flag_1bit_PressNOkDTC 0, +,765,24,24,1,0,0,,228066,628066,ff,V_flag_1bit_PressNOkDTC 1, +,765,24,24,1,0,0,,228067,628067,ff,V_flag_1bit_PressNOkDTC 2, +,765,24,24,1,0,0,,228068,628068,ff,V_flag_1bit_PressNOkDTC 3, +,765,24,24,1,0,0,,228069,628069,ff,TPMS_LEARN_RESET_DELAY_REACHED, +,765,24,39,7.5,0,0,mbar,228070,628070,ff,V_flag_10bit_PSAvePresWheelDTC, +,765,24,31,1,30,0,°C,228071,628071,ff,V_flag_7bit_PSAveTempWheelDTC, +,765,24,31,.06,-100,2,V,228072,628072,ff,BATTERY_VOLTAGE, +,765,24,31,1,40,0,,228073,628073,ff,ILN_ENGINECOOLANTTEMP, +,765,24,39,.125,0,1,,228074,628074,ff,ILN_EngineRPM, +,765,24,31,1,0,0,,228075,628075,ff,ENGINE_STATUS_FROM_CAN,0:ENGINE_STOPPED;1:ENGINE_RESERVED;2:INDEPENDANT_RUNNING_ENGINE;3:RUNNING_ENGINE +,765,24,31,1,0,0,,228077,628077,ff,VOLTAGE_REGULATION_STATUS,0:NOT_INITIALIZED;1:STARTING_SEQUENCE;2:REGULATION;3:LIMITATION;4:ALT_COM_DETECT;5:ALT_COM_CONF;6:ALT_DFLT_DETECT;7:ALT_DFLT_CONF;8:UNDERVOLT_DETECT;9:UNDERVOLT_CONF;10:OVERVOLT_DETECT;11:OVERVOLT_CONF;12:CAN_COM_DETECT;13:CAN_COM_CONF;14:VRS_NOT_USED;15:VRS_UNAVAILABLE +,765,24,31,1,0,0,,228078,628078,ff,SET_POINT_GENERATOR_STATUS,0:BAT_CONNECTION_NOMINAL_MODE;1:BAT_CONNECTION_DEFAULT_DETECTED;2:BAT_CONNECTION_DEFAULT_CONFIRMED;3:BAT_CONNECTION_DISCONNECTED +,765,24,31,1,0,0,,228079,628079,ff,GEN_MODE,0:GENMODE0_LIMIT_REQ_BY_ENGINE;1:GENMODE1_NOMINAL_STRATEGY_MODE;2:GENMODE2_ESM_INTERMEDIATE_MODE;3:GENMODE3_BATTERY_PROTECTION;4:GENMODE4_ESM_DISCHAGE_MODE;5:GENMODE5_ESM_REGENERATION_MODE;6:GENMODE6_ESM_INHIBITED_BY_WIPER;7:GENMODE7_ESM_INHIBITED_BY_ACTUATOR;8:GENMODE8_MAX_VOLTAGE_BY_ENDUR;9:GENMODE9_MIN_VOLTAGE_BY_ECM;10:GENMODE10_FLOATING_MODE;11:GENMODE_NOT_USED1;15:GENMODE_UNAVAILABLE;12:GENMODE_NOT_USED2;13:GENMODE_NOT_USED3;14:GENMODE_NOT_USED4 +,765,24,31,40,0,0,,228080,628080,ff,ELEC_POWER_CONSUMED_BY_AUX, +,765,24,31,1,0,0,,228081,628081,ff,V_E_SOFFORSS_STATUS,0:SOF_STATUS_NOK;1:SOF_STATUS_OK;2:SOF_STATUS_NOK_CONFIRMED +,765,24,31,.390625,0,1,,228082,628082,ff,ILN_ALTERNATORLOAD_ECM, +,765,24,31,1,0,0,,228083,628083,ff,V_E_STOPAUTOFORBIDDEN,0:SAF_UNAVAILABLE;3:SAF_NOT_USED;1:STOP_AUTO_FORBIDDEN;2:STOP_AUTO_AUTHORIZED +,765,24,39,1,0,0,,228084,628084,ff,S_U_BATT_NOLOAD_INIT_S, +,765,24,103,1,0,0,,22F111,62F111,2ff,DAIMLER_Hardware_PartNumber, +,765,24,103,1,0,0,,22F121,62F121,2ff,DAIMLER_Software_PartNumber, +,765,0,0,1,0,0,,30,70,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/UCH_Tests.csv b/app/src/main/assets/Spring/UCH_Tests.csv new file mode 100644 index 00000000..079c94b9 --- /dev/null +++ b/app/src/main/assets/Spring/UCH_Tests.csv @@ -0,0 +1,98 @@ +44,data memory failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +61,signal calculation failure +67,signal incorrect after event +51,not programmed +71,actuator stuck +72,actuator stuck open +45,program memory failure +55,not configured +54,missing calibration +52,not activated +4B,over temperature +4A,incorrect component installed +49,internal electronic failure +48,supervision software failure +47,watchdog / safety µC failure +46,calibration / parameter memory failure +73,actuator stuck closed +87,missing message +53,deactivated +43,special memory failure +98,component or system over temperature +97,Component or system operation obstructed or blocked +96,component internal failure +95,incorrect assembly +94,unexpected operation +93,no operation +92,performance or incorrect operation +91,parametric +8F,erratic +88,bus off +85,signal above allowable range +86,signal invalid +74,actuator slipping +84,signal below allowable range +83,value of signal protection calculation incorrect +82,alive / sequence counter incorrect / not updated +81,invalid serial data received +7B,low fluid level +7A,fluid leak or seal failure +79,mechanical linkage failure +78,alignment or adjustment incorrect +77,commanded position not reachable +76,wrong mounting position +75,emergency position not reachable +66,signal has too many transitions / events +0F,Vehicle manufacturer / System supplier specific +1B,circuit resistance above threshold +1A,circuit resistance below threshold +19,circuit current above threshold +18,circuit current below threshold +17,circuit voltage above threshold +16,circuit voltage below threshold +15,circuit short to battery or open +14,circuit short to ground or open +13,circuit open +1C,circuit voltage out of range +11,circuit short to ground +09,Component Failures +08,Bus Signal / Message Failures +06,Algorithm Based Failures +05,System Programming Failures +04,System Internal Failures +03,FM (Frequency Modulated) / PWM (Pulse Width Modulated) Failures +02,General signal failure +01,General Electrical Failure +00,Device and failure type ODB codding/ General Failure Information +42,general memory failure +68,event information +12,circuit short to battery +35,signal high time > maximum +41,general checksum failure +3A,incorrect has too many pulses +07,Mechanical Failures +1D,circuit current out of range +39,incorrect has too few pulses +38,signal frequency incorrect +36,signal frequency too low +34,signal high time < minimum +33,signal low time > maximum +32,signal low time < minimum +31,no signal +25,signal shape / waveform failure +21,signal amplitude < minimum +37,signal frequency too high +2F,signal erratic +1F,circuit intermittent +23,signal stuck low +24,signal stuck high +22,signal amplitude > maximum +1E,circuit resistance out of range +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal bias level out of range / zero adjustment failure +29,signal signal invalid diff --git a/app/src/main/assets/Spring/VFC_Fields.csv b/app/src/main/assets/Spring/VFC_Fields.csv new file mode 100644 index 00000000..e1e4cb4f --- /dev/null +++ b/app/src/main/assets/Spring/VFC_Fields.csv @@ -0,0 +1,6 @@ +# SID (defaults to ID.startBit.[responseId]), ID (hex), startBit, endBit, resolution, offset (aplied BEFORE resolution multiplication), decimals, unit, requestID (hex string), responseID (hex string), options (hex, see MainActivity for definitions), optional name, optional list +# +# All fields are actually loaded by code, but the file needs to be here to avoid an error. +# +# VFC is not displayed in the DTC activity so doe not require Tests and Dtcs +# \ No newline at end of file diff --git a/app/src/main/assets/Spring/VSP_Dtcs.csv b/app/src/main/assets/Spring/VSP_Dtcs.csv new file mode 100644 index 00000000..12081777 --- /dev/null +++ b/app/src/main/assets/Spring/VSP_Dtcs.csv @@ -0,0 +1,5 @@ +A861,DSC_FAILURE +C075,CAN_COMM_CIRCUIT +E143,Communication Failure of EVC ECU +E148,Communication Failure of ABS ECU +E14F,Communication Failure of BCM ECU diff --git a/app/src/main/assets/Spring/VSP_Fields.csv b/app/src/main/assets/Spring/VSP_Fields.csv new file mode 100644 index 00000000..65da79bc --- /dev/null +++ b/app/src/main/assets/Spring/VSP_Fields.csv @@ -0,0 +1,62 @@ +,761,0,0,1,0,0,,1001,5001,ff,StartDiagnosticSession.Default, +,761,0,0,1,0,0,,1002,5002,ff,StartDiagnosticSession.Programming, +,761,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic, +,761,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,ClearDiagnosticInformation.All, +,761,16,23,1,0,0,,1901FF,5901FF,ff,DTCStatusAvailabilityMask, +,761,24,31,1,0,0,,1901FF,5901FF,ff,DTCFormatIdentifier,0:SAE_J2012-DA_DTC;1:ISO_14229-1_DTC;2:SAE_J1939-73_DTC;3:ISO_11992-4_DTC;4:SAE_J2012-DA_WWHOBD_DTC +,761,32,47,1,0,0,,1901FF,5901FF,ff,DTCCount, +,761,16,23,1,0,0,,1902B9,5902B9,ff,DTCStatusAvailabilityMask, +,761,24,39,1,0,0,,1902B9,5902B9,ff,DTCDeviceAndFailureTypeOBD, +,761,40,47,1,0,0,,1902B9,5902B9,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal level out of range/zero adjustment failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component | system operation obstructed or blocked;152:component or system over temperature +,761,44,47,1,0,0,,1902B9,5902B9,ff,DTCFailureType.ManufacturerOrSupplier, +,761,48,48,1,0,0,,1902B9,5902B9,ff,DTCStatus.warningIndicatorRequested, +,761,49,49,1,0,0,,1902B9,5902B9,ff,DTCStatus.testNotCompletedThisMonitoringCycle, +,761,50,50,1,0,0,,1902B9,5902B9,ff,DTCStatus.testFailedSinceLastClear,0:No;1:Yes +,761,51,51,1,0,0,,1902B9,5902B9,ff,DTCStatus.testNotCompletedSinceLastClear,0:No;1:Yes +,761,52,52,1,0,0,,1902B9,5902B9,ff,DTCStatus.confirmedDTC,0:No;1:Yes +,761,53,53,1,0,0,,1902B9,5902B9,ff,DTCStatus.pendingDTC, +,761,54,54,1,0,0,,1902B9,5902B9,ff,DTCStatus.testFailedThisMonitoringCycle, +,761,55,55,1,0,0,,1902B9,5902B9,ff,DTCStatus.testFailed,0:No;1:Yes +,761,16,39,1,0,0,,1903000000FF,5903000000FF,4ff,DTCRecord, +,761,40,47,1,0,0,,1903000000FF,5903000000FF,4ff,DTCSnapshotRecordNumber, +,761,16,39,1,0,0,,1904000000FF,5904000000FF,4ff,DTCRecord, +,761,40,47,1,0,0,,1904000000FF,5904000000FF,ff,StatusOfDTC, +,761,16,39,1,0,0,,190600000080,590600000080,4ff,DTCRecord, +,761,40,47,1,0,0,,190600000080,590600000080,ff,StatusOfDTC, +,761,48,55,1,0,0,,190600000080,590600000080,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,761,56,79,1,0,0,km,190600000080,590600000080,ff,DTCExtendedData.Mileage, +,761,16,39,1,0,0,,1906000000FF,5906000000FF,4ff,DTCRecord, +,761,40,47,1,0,0,,1906000000FF,5906000000FF,ff,StatusOfDTC, +,761,48,55,1,0,0,,1906000000FF,5906000000FF,ff,DTCExtendedDataRecordNumber,128:Mileage;129:AgingCounter;130:DTCOccurrenceCounter +,761,56,79,1,0,0,km,1906000000FF,5906000000FF,ff,DTCExtendedData.Mileage, +,761,16,23,1,0,0,,190A,590A,ff,DTCStatusAvailabilityMask, +,761,24,39,1,0,0,,190A,590A,ff,DTCDeviceIdentifier,43105:DSC_FAILURE;49269:CAN_COMM_CIRCUIT;57667:Communication Failure of EVC ECU;57672:Communication Failure of ABS ECU;57679:Communication Failure of BCM ECU +,761,40,47,1,0,0,,190A,590A,ff,DTCFailureType,0:Device and failure type ODB codding;1:General Electrical Failure;2:General signal failure;3:FM / PWM Failures;4:System Internal Failures;5:System Programming Failures;6:Algorithm Based Failures;7:Mechanical Failures;8:Bus Signal / Message Failures;9:Component Failures;17:circuit short to ground;18:circuit short to battery;19:circuit open;20:circuit short to ground or open;21:circuit short to battery or open;22:circuit voltage below threshold;23:circuit voltage above threshold;24:circuit current below threshold;25:circuit current above threshold;26:circuit resistance below threshold;27:circuit resistance above threshold;28:circuit voltage out of range;29:circuit current out of range;30:circuit resistance out of range;31:circuit intermittent;33:signal amplitude < minimum;34:signal amplitude > maximum;35:signal stuck low;36:signal stuck high;37:signal shape / waveform failure;38:signal rate of change below threshold;39:signal rate of change above threshold;40:signal level out of range/zero adjustment failure;41:signal signal invalid;47:signal erratic;49:no signal;50:signal low time < minimum;51:signal low time > maximum;52:signal high time < minimum;53:signal high time > maximum;54:signal frequency too low;55:signal frequency too high;56:signal frequency incorrect;57:incorrect has too few pulses;58:incorrect has too many pulses;65:general checksum failure;66:general memory failure;67:special memory failure;68:data memory failure;69:program memory failure;70:calibration / parameter memory failure;71:watchdog / safety µC failure;72:supervision software failure;73:internal electronic failure;74:incorrect component installed;75:over temperature;81:not programmed;82:not activated;83:deactivated;84:missing calibration;85:not configured;97:signal calculation failure;98:signal compare failure;99:circuit / component protection time-out;100:signal plausibility failure;101:signal has too few transitions / events;102:signal has too many transitions / events;103:signal incorrect after event;104:event information;113:actuator stuck;114:actuator stuck open;115:actuator stuck closed;116:actuator slipping;117:emergency position not reachable;118:wrong mounting position;119:commanded position not reachable;120:alignment or adjustment incorrect;121:mechanical linkage failure;122:fluid leak or seal failure;123:low fluid level;129:invalid serial data received;130:alive / sequence counter incorrect / not updated;131:value of signal protection calculation incorrect;132:signal below allowable range;133:signal above allowable range;134:signal invalid;135:missing message;136:bus off;143:erratic;145:parametric;146:performance or incorrect operation;147:no operation;148:unexpected operation;149:incorrect assembly;150:component internal failure;151:Component | system operation obstructed or blocked;152:component or system over temperature +,761,48,55,1,0,0,,190A,590A,ff,StatusOfDTC, +,761,25,25,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.Sound Function,0:Nissan;1:Renault +,761,26,26,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.START Sound,0:Absent;1:Present +,761,27,27,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.D_R_Identical_sound,0:absent;1:present +,761,28,28,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.CHARGING sound,0:absent;1:present +,761,29,29,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.Neutral_Sound,0:Absent;1:Present +,761,30,30,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.REVERSE sound,0:absent;1:present +,761,31,31,1,0,0,,224A00,624A00,ff,VSP Configuration Parameters.Activation by switch,0:absent;1:present +,761,32,39,1,0,0,,224A00,624A00,4ff,VSP Configuration Parameters.VS_Stop_Thershold, +,761,40,47,1,0,0,,224A00,624A00,4ff,VSP Configuration Parameters.VS_Start_Thershold, +,761,48,55,1,0,0,,224A00,624A00,4ff,VSP Configuration Parameters.VS_Hysteresis, +,761,56,63,1,0,0,,224A00,624A00,4ff,VSP Configuration Parameters.Frequency_Shift, +,761,24,151,1,0,0,,22F010,62F010,4ff,programmingOperationFingerPrint, +,761,24,103,1,0,0,,22F011,62F011,4ff,IndexSrvData, +,761,24,103,1,0,0,,22F012,62F012,2ff,Operational Reference, +,761,24,279,1,0,0,,22F180,62F180,4ff,bootSoftwareIdentification, +,761,24,103,1,0,0,,22F182,62F182,2ff,CalibrationNumber, +,761,24,103,1,0,0,,22F187,62F187,2ff,vehicleManufacturerSparePartNumber, +,761,24,103,1,0,0,,22F188,62F188,2ff,vehicleManufacturerECUSoftwareNumber, +,761,24,47,1,0,0,,22F18A,62F18A,2ff,systemSupplierIdentifier, +,761,24,183,1,0,0,,22F18C,62F18C,2ff,ECUSerialNumber, +,761,24,103,1,0,0,,22F191,62F191,2ff,vehicleManufacturerECUHardwareNumber, +,761,24,63,1,0,0,,22F194,62F194,2ff,systemSupplierECUSoftwareNumber, +,761,24,79,1,0,0,,22F195,62F195,2ff,systemSupplierECUSoftwareVersionNumber, +,761,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagnosticVersion, +,761,24,103,1,0,0,,22F1A1,62F1A1,2ff,vehicleManufacturerSparePartNumber_N, +,761,24,103,1,0,0,,22F1A2,62F1A2,2ff,ConfigurationDataReferenceAfterConfigurationProcess, +,761,0,0,1,0,0,,3,7,ff,TesterPresent.WithResponse, diff --git a/app/src/main/assets/Spring/VSP_Tests.csv b/app/src/main/assets/Spring/VSP_Tests.csv new file mode 100644 index 00000000..629defed --- /dev/null +++ b/app/src/main/assets/Spring/VSP_Tests.csv @@ -0,0 +1,97 @@ +00,Device and failure type ODB codding +01,General Electrical Failure +02,General signal failure +03,FM / PWM Failures +04,System Internal Failures +05,System Programming Failures +06,Algorithm Based Failures +07,Mechanical Failures +08,Bus Signal / Message Failures +09,Component Failures +11,circuit short to ground +12,circuit short to battery +13,circuit open +14,circuit short to ground or open +15,circuit short to battery or open +16,circuit voltage below threshold +17,circuit voltage above threshold +18,circuit current below threshold +19,circuit current above threshold +1A,circuit resistance below threshold +1B,circuit resistance above threshold +1C,circuit voltage out of range +1D,circuit current out of range +1E,circuit resistance out of range +1F,circuit intermittent +21,signal amplitude < minimum +22,signal amplitude > maximum +23,signal stuck low +24,signal stuck high +25,signal shape / waveform failure +26,signal rate of change below threshold +27,signal rate of change above threshold +28,signal level out of range/zero adjustment failure +29,signal signal invalid +2F,signal erratic +31,no signal +32,signal low time < minimum +33,signal low time > maximum +34,signal high time < minimum +35,signal high time > maximum +36,signal frequency too low +37,signal frequency too high +38,signal frequency incorrect +39,incorrect has too few pulses +3A,incorrect has too many pulses +41,general checksum failure +42,general memory failure +43,special memory failure +44,data memory failure +45,program memory failure +46,calibration / parameter memory failure +47,watchdog / safety µC failure +48,supervision software failure +49,internal electronic failure +4A,incorrect component installed +4B,over temperature +51,not programmed +52,not activated +53,deactivated +54,missing calibration +55,not configured +61,signal calculation failure +62,signal compare failure +63,circuit / component protection time-out +64,signal plausibility failure +65,signal has too few transitions / events +66,signal has too many transitions / events +67,signal incorrect after event +68,event information +71,actuator stuck +72,actuator stuck open +73,actuator stuck closed +74,actuator slipping +75,emergency position not reachable +76,wrong mounting position +77,commanded position not reachable +78,alignment or adjustment incorrect +79,mechanical linkage failure +7A,fluid leak or seal failure +7B,low fluid level +81,invalid serial data received +82,alive / sequence counter incorrect / not updated +83,value of signal protection calculation incorrect +84,signal below allowable range +85,signal above allowable range +86,signal invalid +87,missing message +88,bus off +8F,erratic +91,parametric +92,performance or incorrect operation +93,no operation +94,unexpected operation +95,incorrect assembly +96,component internal failure +97,Component | system operation obstructed or blocked +98,component or system over temperature diff --git a/app/src/main/assets/Spring/_Dtcs.csv b/app/src/main/assets/Spring/_Dtcs.csv new file mode 100644 index 00000000..edc7865d --- /dev/null +++ b/app/src/main/assets/Spring/_Dtcs.csv @@ -0,0 +1,17 @@ +061263,BATTERY CHARGE CIRCUIT # +066263,BATTERY CHARGE CIRCUIT # +064913,BATTERY CHARGE CIRCUIT # +064764,BATTERY CHARGE CIRCUIT # +C10000,EVC ABSENT MULTIPLEX SIGNAL SENT # +518196,ESP MULTIPLEX INFORMATION PLAUSIBILITY # +C12200,NO ABS/ESP MULTIPLEX SIGNAL # +518296,EVC MULTIPLEX INFORMATION PLAUSIBILITY # +508E55,UBP SOLENOID VALVE # +C07300,MULTIPLEXED NETWORK # +C00100,NO MULTIPLEX SIGNAL # +921215,LEFT-HAND DIPPED HEADLIGHT CIRCUIT # +921315,RIGHT-HAND DIPPED HEADLIGHT CIRCUIT # +AE01F0,COMMUNICATION PROTOCOL ERROR # +041168,CAN COMMUNICATION # +1525F3,CONSISTENT MULTIPLEX SIGNALS FOR CC/SL # +060198,ELECTRIC MOTOR PERFORMANCE" diff --git a/app/src/main/assets/Spring/_Ecus.csv b/app/src/main/assets/Spring/_Ecus.csv new file mode 100644 index 00000000..8bd8c13d --- /dev/null +++ b/app/src/main/assets/Spring/_Ecus.csv @@ -0,0 +1,20 @@ +# Descriptive name, Renault ID, Network (s), From ID, To ID, Mnemonic, Alias(ses), GetDtc responseID (s), startDiag, Session required +# If more than one, semicolon separated +Airbag,756,V,772,752,AIRBAG,-,5902b9,5003,0 +Instrument panel,247,V,763,743,TDB,-,5902ff,5003,0 +Energy Management,1337,V,76d,74d,EMM,-,5902ff,5003,0 +ESP,1094,V,760,740,ESP,-,590209,5003,0 +Electric Vehicle Controller EVC,946,V;E,7ec,7e4,EVC,-,5902af,50c0,0 +Vehicle Sound for Pedestrians,1657,V,761,73f,VSP,-,5902b9,5003,0 +Radio,261,V,732,712,RADIO,-,5902ff,50c0,0 +Nav,261,V,732,712,NAV,-,5902ff,50c0,0 +Power Electronics Block PEB,2092,E,77e,75a,PEB,-,5902ff,5003,0 +Electrical Power Steering,1232,V,762,742,EPS,-,5902ff,5003,0 +Body Control Module,645,V,765,745,UCH,-,5902ff,50c0,0 +DC-DC,2092,E,776,756,DCDC,-,5902ff,5003,0 +Front Radar,2373,V,77d,75d,RADAR,-,5902ff,5003,0 +VirtualField computer,9999,V,800,800,VFC,-,,50c0,0 +Free fields,9998,V,801,801,FFC,-,,50c0,0 +Telematics Control Unit,2152,V,7da,7ca,TCU,-,5902ff,5003,0 +Lithium Battery Controller,938,E,7bb,79b,LBC,-,5902ff,5003,0 +Lithium Battery Controller 2,938,E,7b6,796,LBC2,-,5902ff,5003,0 diff --git a/app/src/main/assets/Spring/_Fields.csv b/app/src/main/assets/Spring/_Fields.csv new file mode 100644 index 00000000..ddac7505 --- /dev/null +++ b/app/src/main/assets/Spring/_Fields.csv @@ -0,0 +1,451 @@ +# SID (defaults to ID.startBit.[responseId]), ID (hex), startBit, endBit, resolution, offset (applied BEFORE resolution multiplication), decimals, unit, requestID (hex string), responseID (hex string), options (hex, see MainActivity for definitions), optional name, optional list +130.44,7ec,28,39,-1,4096,0,Nm,999999,999999,ff,DriverBrakeWheelTq_Req +186.16,7ec,24,39,.03125,32768,2,N·m,222243,622243,ff,Final effective torque request to the electric motor (EM) +186.40,7ec,24,39,.00125,0,3,,22202E,62202E,ff,Accelerator pedal position +18a.27,7ec,24,39,.03125,32768,2,N·m,222247,622247,ff,Minimum effective torque that can be requested to the electrical motor (EM) +1f8.16,7ec,24,39,.03125,32768,2,N·m,222246,622246,ff,Electrical motor (EM) maximum effective torque available +1f8.28,7ec,28,39,-1,4096,0,Nm,999999,999999,ff,ElecBrakeWheelsTorqueApplied +lf8.40,7ec,24,39,10,32768,0,rpm,223045,623045,ff,($3045) Electrical Motor speed +1fd.0,7ec,24,31,1,0,0,A,223025,623025,ff,14V DCDC current measure +1fd.48,7ec,24,39,.001953125,-1,3,kW,223459,623459,ff,($3459) Mean consumption per unit of distance, used for calculation of kilometric range +35c.5,765,40,47,1,0,0,,2126,6126,ff,VEHICLESTATE,0:SLEEPING;1:TECHNICAL_WAKE_UP;2:CUT_OFF_PENDING;3:BAT_TEMPO_LEVEL;4:ACCESSORY_LEVEL;5:IGNITION_LEVEL;6:STARTING_IN_PROGRESS;7:ENGINE_RUNNING;9:ENGINE_SYSTEM_STOP;,kW,8:AUTOSTART;15:UNAVAILABLE +427.40,7ec,24,31,.5,0,1,kW,22320B,62320B,ff,Available charge power +427.49,7ec,24,39,.005,0,2,kWh,22320C,62320C,ff,Available discharge Energy +42a.30,7ec,24,39,.1,2730,1,°C,2234A2,6234A2,ff,Battery Evaporator thermal sensor +42a.48,7ec,24,31,1,0,0,,22350F,62350F,ff,Climatisation Loop Mode HP61 status,0:Unavailable;1:AC Mode;2:AC deIcing Mode;3:not used;4:Heat pump;5:not used;6:demisting;7:idle mod +42e.0,7bb,24,39,.01,0,2,%,229002,629002,ff,Battery USOCWxx_usoc_avg +#42e.20,7ec,24,31,5,0,0,%,223471,623471,ff,Request for engine fan speed from ClimBox +42e.20,7ec,24,31,5,0,0,%,223471,623471,ff,($3471) Request for engine fan speed from ClimBox,,, +42e.38,7ec,24,31,1,0,0,A,223110,623110,ff,Charge current measure +42e.44,7bb,24,39,.0625,640,2,°C,229012,629012,ff,Average TemperatureWxx_temp_avg +42e.56,7ec,24,31,.3,0,1,kW,223444,623444,ff,CAN signal for the maximal charging power authorized by the HV battery +430.24,7ec,24,39,.5,60,1,,22340000000,62340000000,ff,Coding Signal from CAN data CompTemperatureDischarge +430.38,7ec,30,31,1,0,0,,223534,623534,ff,HV Battery cooling State,0:No cooling;1:cooling mode alone;2:cooling mode coupled;3:Unavailable +430.40,7ec,168,169,1,0,0,,999999,999999,ff,HV Battery Evaporator Temp +432.36,7ec,30,31,1,0,0,,2234D3,6234D3,ff,($34D3) HV Battery Conditionning Activation Autorisation,0:No Authorisation;1:PTC Authorisation only;2:AC Authorisation only;3:PTC and AC Autorisation +4f8.4,7ec,31,31,1,0,0,,22222B,62222B,ff,Automatic or manual parking brake detected,0:deactivated;1:activated +534.32,7ec,24,31,1,40,0,°C,2233B1,6233B1,ff,CAN signal for external temperature of the vehicle +5d7.0,7ec,24,39,.01,0,2,km/h,222003,622003,ff,Vehicle speed +5da.0,7ec,25,31,1,0,0,°C,2234D8,6234D8,ff,Water Temperature in BCB +62d.0,7ec,24,39,.001953125,-1,3,kW,223457,623457,ff,Mean pessimistic electrical consumption (worst possible consumption) +62d.10,7ec,24,39,.001953125,-1,3,kW,223455,623455,ff,Mean eco electrical consumption (if driver has economical driving behavior) +638.37,7ec,30,31,1,0,0,,22333A,62333A,ff,Low Battery 14V MMI request,2:14VBat Low Display;1:No 14VBat Low Display;0:Unavailable value;3:Not used +654.2,7ec,31,31,1,0,0,,22339D,62339D,ff,Charging Plug detected as present by the Charger.processed,0:No charging plug;1:Charging plug detected +654.32,7ec,24,31,1,0,0,min,2234BD,6234BD,ff,Left time calculated before the customer hour programmation +654.42,7ec,24,39,1,0,0,km,223451,623451,ff,Estimated kilometric cruising range sent to MMI +654.52,7ec,24,47,0.00000762939453125,0,3,kWh/km,223478,623478,ff,Raw mean consumption per unit of distance +656.48,7ec,24,31,1,40,0,°C,2233B1,6233B1,ff,CAN signal for external temperature of the vehicle +658.33,7bb,24,39,.01,0,2,%,229003,629003,ff,Battery SOHZxx_sohe_avg +673.0,765,16,23,1,0,0,,2179,6179,ff,TPMS_SPEED_OR_VEH_STAT_STATUS +673.2,765,184,191,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 1 +673.5,765,192,199,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 2 +673.8,765,200,207,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 3 +673.11,765,208,215,1,0,0,,2179,6179,ff,TPMS_WHEEL_STATE 4 +673.16,765,80,95,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 1 +673.24,765,96,111,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 2 +673.32,765,112,127,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 3 +673.40,765,128,143,7.5,0,0,mbar,2174,6174,ff,TPMS_INTERNAL_PRES 4 +699.8,7ec,24,31,1,40,0,°C,223438,623438,ff,AC compressor Power Module Temperature +#18daf1da.623006.24,776,24,31,1,0,0,kW,224005,624005,ff,ComboEVSEMaximumPowerLimit +#18daf1da.623008.24,776,24,39,1,0,0,V,224003,624003,ff,ComboEVMaximumVoltageLimit +#18daf1da.62300a.24,776,24,31,1,0,0,A,224002,624002,ff,ComboEVMaximumCurrentLimit +7bc.624b7d.28,7ec,28,39,1,4094,0,N·m,999999,999999,ff,Total Hydraulic brake wheels torque request +7ec.62352e.24,7ec,24,31,.5,0,1,,22352E,62352E,ff,($352E) ClimTempD +776.625026.24,776,24,39,.1,0,1,%,225026,625026,ff,CP_DutyCycle_raw, +77e.623025.24,77e,24,39,.1,2000,1,N·m,223025,623025,1ff,PEBTorque, +7bb.629247.24,7bb,24,55,.001,0,3,,229247,629247,1ff,Cumulated energy in regen CD modeZxx_kwh_rgn_cd, +# Airbag +,772,0,0,1,0,0,,1003,5003,ff,StartDiag +,772,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,772,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,772,24,63,1,0,0,,22F194,62F194,2ff,Soft +,772,24,191,1,0,0,,22F195,62F195,2ff,Version +,772,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,772,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,772,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# Instrument Panel +,763,0,0,1,0,0,,1003,5003,ff,StartDiag +,763,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,763,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,763,24,63,1,0,0,,22F194,62F194,2ff,Soft +,763,24,191,1,0,0,,22F195,62F195,2ff,Version +,763,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,763,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,763,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +,763,24,31,1,40,0,°C,22200C,62200C,ff,External_Temperature.Temp +,763,24,47,1,0,0,km,22F0D0,62F0D0,1ff,Odometer of the last occurence +# Lithium Battery Controller 2 +,7b6,0,0,1,0,0,,1003,5003,ff,StartDiag +,7b6,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,7b6,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,7b6,24,63,1,0,0,,22F194,62F194,2ff,Soft +,7b6,24,191,1,0,0,,22F195,62F195,2ff,Version +,7b6,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,7b6,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,7b6,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# Lithium Battery Controller +,7bb,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic +,7bb,0,0,1,0,0,,1003,5003,ff,StartDiag +,7bb,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,7bb,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,7bb,24,63,1,0,0,,22F194,62F194,2ff,Soft +,7bb,24,191,1,0,0,,22F195,62F195,2ff,Version +,7bb,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,7bb,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,7bb,16,23,1,0,0,,190229,5902ff,ff,Query DTC +7bb.6101.336,7bb,24,39,0.01,0,2,kW,229018,629018,ff,Maximum battery input power +7bb.6103.192,7bb,24,31,.5,6,1,%,229001,629001,ff,Battery SOCZxx_bsoc_avg +7bb.6104.32,7bb,24,39,0.0625,640,2,°C,229131,629131,ff,Cell 1 Temperature +7bb.6104.56,7bb,24,39,0.0625,640,2,°C,229132,629132,ff,Cell 2 Temperature +7bb.6104.80,7bb,24,39,0.0625,640,2,°C,229133,629133,ff,Cell 3 Temperature +7bb.6104.104,7bb,24,39,0.0625,640,2,°C,229134,629134,ff,Cell 4 Temperature +7bb.6104.128,7bb,24,39,0.0625,640,2,°C,229135,629135,ff,Cell 5 Temperature +7bb.6104.152,7bb,24,39,0.0625,640,2,°C,229136,629136,ff,Cell 6 Temperature +7bb.6104.176,7bb,24,39,0.0625,640,2,°C,229137,629137,ff,Cell 7 Temperature +7bb.6104.200,7bb,24,39,0.0625,640,2,°C,229138,629138,ff,Cell 8 Temperature +7bb.6104.224,7bb,24,39,0.0625,640,2,°C,229139,629139,ff,Cell 9 Temperature +7bb.6104.248,7bb,24,39,0.0625,640,2,°C,22913a,62913a,ff,Cell 10 Temperature +7bb.6104.272,7bb,24,39,0.0625,640,2,°C,22913b,62913b,ff,Cell 11 Temperature +7bb.6104.296,7bb,24,39,0.0625,640,2,°C,22913c,62913c,ff,Cell 12 Temperature +7bb.6104.600,7bb,24,39,0.0625,640,2,°C,229012,629012,ff,Mean battery compartment temp +7bb.6107.16,7bb,279,279,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.01 +7bb.6107.24,7bb,278,278,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.02 +7bb.6107.32,7bb,277,277,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.03 +7bb.6107.40,7bb,276,276,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.04 +7bb.6107.48,7bb,275,275,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.05 +7bb.6107.56,7bb,274,274,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.06 +7bb.6107.64,7bb,273,273,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.07 +7bb.6107.72,7bb,272,272,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.08 +7bb.6107.80,7bb,271,271,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.09 +7bb.6107.88,7bb,270,270,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.10 +7bb.6107.96,7bb,269,269,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.11 +7bb.6107.104,7bb,268,268,1,0,0,,22912B,62912B,ff,Balancing switches statusWtx_bal_chg_act.12 +7bb.6141.16,7bb,24,39,0.000976563,0,3,V,229021,629021,ff,Cell 01 V +7bb.6141.32,7bb,24,39,0.000976563,0,3,V,229022,629022,ff,Cell 02 V +7bb.6141.48,7bb,24,39,0.000976563,0,3,V,229023,629023,ff,Cell 03 V +7bb.6141.64,7bb,24,39,0.000976563,0,3,V,229024,629024,ff,Cell 04 V +7bb.6141.80,7bb,24,39,0.000976563,0,3,V,229025,629025,ff,Cell 05 V +7bb.6141.96,7bb,24,39,0.000976563,0,3,V,229026,629026,ff,Cell 06 V +7bb.6141.112,7bb,24,39,0.000976563,0,3,V,229027,629027,ff,Cell 07 V +7bb.6141.128,7bb,24,39,0.000976563,0,3,V,229028,629028,ff,Cell 08 V +7bb.6141.144,7bb,24,39,0.000976563,0,3,V,229029,629029,ff,Cell 09 V +7bb.6141.160,7bb,24,39,0.000976563,0,3,V,22902a,62902a,ff,Cell 10 V +7bb.6141.176,7bb,24,39,0.000976563,0,3,V,22902b,62902b,ff,Cell 11 V +7bb.6141.192,7bb,24,39,0.000976563,0,3,V,22902c,62902c,ff,Cell 12 V +7bb.6141.208,7bb,24,39,0.000976563,0,3,V,22902d,62902d,ff,Cell 13 V +7bb.6141.224,7bb,24,39,0.000976563,0,3,V,22902e,62902e,ff,Cell 14 V +7bb.6141.240,7bb,24,39,0.000976563,0,3,V,22902f,62902f,ff,Cell 15 V +7bb.6141.256,7bb,24,39,0.000976563,0,3,V,229030,629030,ff,Cell 16 V +7bb.6141.272,7bb,24,39,0.000976563,0,3,V,229031,629031,ff,Cell 17 V +7bb.6141.288,7bb,24,39,0.000976563,0,3,V,229032,629032,ff,Cell 18 V +7bb.6141.304,7bb,24,39,0.000976563,0,3,V,229033,629033,ff,Cell 19 V +7bb.6141.320,7bb,24,39,0.000976563,0,3,V,229034,629034,ff,Cell 20 V +7bb.6141.336,7bb,24,39,0.000976563,0,3,V,229035,629035,ff,Cell 21 V +7bb.6141.352,7bb,24,39,0.000976563,0,3,V,229036,629036,ff,Cell 22 V +7bb.6141.368,7bb,24,39,0.000976563,0,3,V,229037,629037,ff,Cell 23 V +7bb.6141.384,7bb,24,39,0.000976563,0,3,V,229038,629038,ff,Cell 24 V +7bb.6141.400,7bb,24,39,0.000976563,0,3,V,229039,629039,ff,Cell 25 V +7bb.6141.416,7bb,24,39,0.000976563,0,3,V,22903a,62903a,ff,Cell 26 V +7bb.6141.432,7bb,24,39,0.000976563,0,3,V,22903b,62903b,ff,Cell 27 V +7bb.6141.448,7bb,24,39,0.000976563,0,3,V,22903c,62903c,ff,Cell 28 V +7bb.6141.464,7bb,24,39,0.000976563,0,3,V,22903d,62903d,ff,Cell 29 V +7bb.6141.480,7bb,24,39,0.000976563,0,3,V,22903e,62903e,ff,Cell 30 V +7bb.6141.496,7bb,24,39,0.000976563,0,3,V,22903f,62903f,ff,Cell 31 V +7bb.6141.512,7bb,24,39,0.000976563,0,3,V,229041,629041,ff,Cell 32 V +7bb.6141.528,7bb,24,39,0.000976563,0,3,V,229042,629042,ff,Cell 33 V +7bb.6141.544,7bb,24,39,0.000976563,0,3,V,229043,629043,ff,Cell 34 V +7bb.6141.560,7bb,24,39,0.000976563,0,3,V,229044,629044,ff,Cell 35 V +7bb.6141.576,7bb,24,39,0.000976563,0,3,V,229045,629045,ff,Cell 36 V +7bb.6141.592,7bb,24,39,0.000976563,0,3,V,229046,629046,ff,Cell 37 V +7bb.6141.608,7bb,24,39,0.000976563,0,3,V,229047,629047,ff,Cell 38 V +7bb.6141.624,7bb,24,39,0.000976563,0,3,V,229048,629048,ff,Cell 39 V +7bb.6141.640,7bb,24,39,0.000976563,0,3,V,229049,629049,ff,Cell 40 V +7bb.6141.656,7bb,24,39,0.000976563,0,3,V,22904a,62904a,ff,Cell 41 V +7bb.6141.672,7bb,24,39,0.000976563,0,3,V,22904b,62904b,ff,Cell 42 V +7bb.6141.688,7bb,24,39,0.000976563,0,3,V,22904c,62904c,ff,Cell 43 V +7bb.6141.704,7bb,24,39,0.000976563,0,3,V,22904d,62904d,ff,Cell 44 V +7bb.6141.720,7bb,24,39,0.000976563,0,3,V,22904e,62904e,ff,Cell 45 V +7bb.6141.736,7bb,24,39,0.000976563,0,3,V,22904f,62904f,ff,Cell 46 V +7bb.6141.752,7bb,24,39,0.000976563,0,3,V,229050,629050,ff,Cell 47 V +7bb.6141.768,7bb,24,39,0.000976563,0,3,V,229051,629051,ff,Cell 48 V +7bb.6141.784,7bb,24,39,0.000976563,0,3,V,229052,629052,ff,Cell 49 V +7bb.6141.800,7bb,24,39,0.000976563,0,3,V,229053,629053,ff,Cell 50 V +7bb.6141.816,7bb,24,39,0.000976563,0,3,V,229054,629054,ff,Cell 51 V +7bb.6141.832,7bb,24,39,0.000976563,0,3,V,229055,629055,ff,Cell 52 V +7bb.6141.848,7bb,24,39,0.000976563,0,3,V,229056,629056,ff,Cell 53 V +7bb.6141.864,7bb,24,39,0.000976563,0,3,V,229057,629057,ff,Cell 54 V +7bb.6141.880,7bb,24,39,0.000976563,0,3,V,229058,629058,ff,Cell 55 V +7bb.6141.896,7bb,24,39,0.000976563,0,3,V,229059,629059,ff,Cell 56 V +7bb.6141.912,7bb,24,39,0.000976563,0,3,V,22905a,62905a,ff,Cell 57 V +7bb.6141.928,7bb,24,39,0.000976563,0,3,V,22905b,62905b,ff,Cell 58 V +7bb.6141.944,7bb,24,39,0.000976563,0,3,V,22905c,62905c,ff,Cell 59 V +7bb.6141.960,7bb,24,39,0.000976563,0,3,V,22905d,62905d,ff,Cell 60 V +7bb.6141.976,7bb,24,39,0.000976563,0,3,V,22905e,62905e,ff,Cell 61 V +7bb.6141.992,7bb,24,39,0.000976563,0,3,V,22905f,62905f,ff,Cell 62 V +7bb.6142.16,7bb,24,39,0.000976563,0,3,V,229061,629061,ff,Cell 63 V +7bb.6142.32,7bb,24,39,0.000976563,0,3,V,229062,629062,ff,Cell 64 V +7bb.6142.48,7bb,24,39,0.000976563,0,3,V,229063,629063,ff,Cell 65 V +7bb.6142.64,7bb,24,39,0.000976563,0,3,V,229064,629064,ff,Cell 66 V +7bb.6142.80,7bb,24,39,0.000976563,0,3,V,229065,629065,ff,Cell 67 V +7bb.6142.96,7bb,24,39,0.000976563,0,3,V,229066,629066,ff,Cell 68 V +7bb.6142.112,7bb,24,39,0.000976563,0,3,V,229067,629067,ff,Cell 69 V +7bb.6142.128,7bb,24,39,0.000976563,0,3,V,229068,629068,ff,Cell 70 V +7bb.6142.144,7bb,24,39,0.000976563,0,3,V,229069,629069,ff,Cell 71 V +7bb.6142.160,7bb,24,39,0.000976563,0,3,V,22906a,62906a,ff,Cell 72 V +7bb.6161.96,7bb,24,55,.03125,-2147483648,2,km,2291CF,6291CF,1ff,Battery mileageZxx_dist_pack_mem +7bb.6161.120,7bb,24,55,.001,0,3,kWh,229243,629243,1ff,Cumulated energy in charge +7bb.6162.16,763,24,159,1,0,0,,22F190,62F190,2ff,VIN +7bb.6166.48,7bb,24,39,1,0,0,,229210,629210,ff,Overall number of complete charge(Zxx_full_chg_ctr) +7bb.6166.64,7bb,24,39,1,0,0,,229215,629215,ff,Overall number of partial charge(Zxx_partial_chg_ctr) +# DCDC +793.50c0.0,776,0,0,1,0,0,,1003,5003,ff,StartDiagnosticSession.ExtendedDiagnostic +,776,0,0,1,0,0,,1003,5003,ff,StartDiag +793.7e01.0,776,0,0,1,0,0,,3e01,7e01,ff,Tester present +,776,0,0,1,0,0,,3e01,7e01,ff,Tester present +,776,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,776,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,776,24,63,1,0,0,,22F194,62F194,2ff,Soft +,776,24,191,1,0,0,,22F195,62F195,2ff,Version +,776,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,776,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,776,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# EMM +,76d,0,0,1,0,0,,3e01,7e01,ff,Tester present +,76d,0,0,1,0,0,,1003,5003,ff,StartDiag +,76d,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,76d,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,76d,24,63,1,0,0,,22F194,62F194,2ff,Soft +,76d,24,191,1,0,0,,22F195,62F195,2ff,Version +,76d,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,76d,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,76d,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# ESP +,760,0,0,1,0,0,,3e01,7e01,ff,Tester present +,760,0,0,1,0,0,,1003,5003,ff,StartDiag +,760,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,760,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,760,24,63,1,0,0,,22F194,62F194,2ff,Soft +,760,24,191,1,0,0,,22F195,62F195,2ff,Version +,760,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,760,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,760,16,23,1,0,0,,190209,5902ff,ff,Query DTC +# EVC +,7ec,0,0,1,0,0,,3e01,7e01,ff,Tester present +,7ec,0,0,1,0,0,,10c0,50c0,ff,StartDiag +,7ec,56,63,1,0,0,,2180,6180,ff,diagVersion +,7ec,64,87,1,0,0,,2180,6180,2ff,Supplier (string!) +,7ec,128,143,1,0,0,,2180,6180,ff,Soft +,7ec,144,159,1,0,0,,2180,6180,ff,Version +,7ec,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart +,7ec,0,7,1,0,0,,14ffffff,54ffffff,ff,Reset DTC +,7ec,16,23,1,0,0,,19023b,5902af,ff,Query DTC +,7ec,24,39,.02,0,2,%,222002,622002,ff,State Of Charge (SOC) HV battery +,7ec,24,39,.01,0,2,V,222005,622005,ff,Battery voltage 14v +,7ec,24,47,1,0,0,km,222006,622006,ff,Total vehicle distance +,7ec,24,39,.00125,0,2,-,22202E,62202E,ff,Accelerator pedal position +,7ec,24,39,.03125,32768,2,N.m,222247,622247,ff,Minimum effective torque that can be requested to the electrical motor (EM) +,7ec,24,31,.390625,0,1,%,223028,623028,ff,DCDC Load +,7ec,24,39,.5,0,1,V,223203,623203,ff,HV LBC voltage measure +,7ec,24,39,.25,32768,1,A,223204,623204,ff,HV LBC current measure +,7ec,24,31,1,0,0,%,223206,623206,ff,State Of Health (SOH) HV battery +,7ec,24,31,1,1,0,,223318,623318,ff,Motor Water pump speed +,7ec,24,31,1,1,0,,223319,623319,ff,Charger pump speed +,7ec,24,31,1,1,0,,22331A,62331A,ff,Heater water pump speed +,7ec,240,263,1,0,0,km,2233d4,6233d4,ff +,7ec,216,239,1,0,0,km,2233d4,6233d4,ff +,7ec,192,215,1,0,0,km,2233d4,6233d4,ff +,7ec,168,191,1,0,0,km,2233d4,6233d4,ff +,7ec,144,167,1,0,0,km,2233d4,6233d4,ff +,7ec,120,143,1,0,0,km,2233d4,6233d4,ff +,7ec,96,119,1,0,0,km,2233d4,6233d4,ff +,7ec,72,95,1,0,0,km,2233d4,6233d4,ff +,7ec,48,71,1,0,0,km,2233d4,6233d4,ff +,7ec,24,47,1,0,0,km,2233d4,6233d4,ff +,7ec,96,103,1,0,0,,2233d5,6233d5,ff, +,7ec,88,95,1,0,0,,2233d5,6233d5,ff +,7ec,80,87,1,0,0,,2233d5,6233d5,ff +,7ec,72,79,1,0,0,,2233d5,6233d5,ff +,7ec,64,71,1,0,0,,2233d5,6233d5,ff +,7ec,56,63,1,0,0,,2233d5,6233d5,ff +,7ec,48,55,1,0,0,,2233d5,6233d5,ff +,7ec,40,47,1,0,0,,2233d5,6233d5,ff +,7ec,32,39,1,0,0,,2233d5,6233d5,ff +,7ec,24,31,1,0,0,,2233d5,6233d5,ff +,7ec,96,103,1,0,0,,2233d6,6233d6,ff +,7ec,88,95,1,0,0,,2233d6,6233d6,ff +,7ec,80,87,1,0,0,,2233d6,6233d6,ff +,7ec,72,79,1,0,0,,2233d6,6233d6,ff +,7ec,64,71,1,0,0,,2233d6,6233d6,ff +,7ec,56,63,1,0,0,,2233d6,6233d6,ff +,7ec,48,55,1,0,0,,2233d6,6233d6,ff +,7ec,40,47,1,0,0,,2233d6,6233d6,ff +,7ec,32,39,1,0,0,,2233d6,6233d6,ff +,7ec,24,31,1,0,0,,2233d6,6233d6,ff +,7ec,168,183,.2,0,1,%,2233d7,6233d7,ff +,7ec,152,167,.2,0,1,%,2233d7,6233d7,ff +,7ec,136,151,.2,0,1,%,2233d7,6233d7,ff +,7ec,120,135,.2,0,1,%,2233d7,6233d7,ff +,7ec,104,119,.2,0,1,%,2233d7,6233d7,ff +,7ec,88,103,.2,0,1,%,2233d7,6233d7,ff +,7ec,72,87,.2,0,1,%,2233d7,6233d7,ff +,7ec,56,71,.2,0,1,%,2233d7,6233d7,ff +,7ec,40,55,.2,0,1,%,2233d7,6233d7,ff +,7ec,24,39,.2,0,1,%,2233d7,6233d7,ff +,7ec,96,103,1,40,0,°C,2233d8,6233d8,ff +,7ec,88,95,1,40,0,°C,2233d8,6233d8,ff +,7ec,80,87,1,40,0,°C,2233d8,6233d8,ff +,7ec,72,79,1,40,0,°C,2233d8,6233d8,ff +,7ec,64,71,1,40,0,°C,2233d8,6233d8,ff +,7ec,56,63,1,40,0,°C,2233d8,6233d8,ff +,7ec,48,55,1,40,0,°C,2233d8,6233d8,ff +,7ec,40,47,1,40,0,°C,2233d8,6233d8,ff +,7ec,32,39,1,40,0,°C,2233d8,6233d8,ff +,7ec,24,31,1,40,0,°C,2233d8,6233d8,ff +,7ec,168,183,1,0,0,min,2233d9,6233d9,ff +,7ec,152,167,1,0,0,min,2233d9,6233d9,ff +,7ec,136,151,1,0,0,min,2233d9,6233d9,ff +,7ec,120,135,1,0,0,min,2233d9,6233d9,ff +,7ec,104,119,1,0,0,min,2233d9,6233d9,ff +,7ec,88,103,1,0,0,min,2233d9,6233d9,ff +,7ec,72,87,1,0,0,min,2233d9,6233d9,ff +,7ec,56,71,1,0,0,min,2233d9,6233d9,ff +,7ec,40,55,1,0,0,min,2233d9,6233d9,ff +,7ec,24,39,1,0,0,min,2233d9,6233d9,ff +,7ec,24,39,1,0,0,km,223451,623451,ff,Estimated kilometric cruising range sent to MMI +,7ec,24,39,.001953125,0,3,kW,223455,623455,ff,Mean eco electrical consumption (if driver has economical driving behavior) +,7ec,24,39,.001953125,0,3,kW,223457,623457,ff,Mean pessimistic electrical consumption (worst possible consumption) +,7ec,24,47,0.001,0,3,kwh,2233dd,6233dd,ff,Trip energy consumed +,7ec,24,55,0.0001,0,2,km,2233de,6233de,ff,Trip distance +,7ec,24,47,.001,0,3,kWh,2233dc,6233dc,ff,Trip consumption consumed +,7ec,24,39,.001,0,3,kWh,22356d,62356d,ff,Memorisation value of average consumption +,7ec,24,39,.001,0,3,kWh,22356e,62356e,ff,Memorisation value of average consumption 2 +,7ec,24,39,1,32767,0,A,223484,623484,ff,Current measurement given by BCS Battery Current Sensor +,7ec,24,39,.001,0,3,V,223485,623485,ff,Voltage measurement given by BCS Battery Current Sensor +# clim +,7ec,24,31,2,0,0,%,2233A4,6233A4,ff,($33A4) Measure of the speed of the cabin blower,,, OK,, +,7ec,24,31,25,0,0,W,2233A7,6233A7,ff,($33A7) AC compressor Power Consumption Estimation,,, +,7ec,30,31,1,0,0,,22343B,62343B,ff,($343B) AC compressor State,0:Signal Invalid;1:Compressor Off;2:Compressor is starting;3:Compressor On,, +,7ec,30,31,1,0,0,,223435,623435,ff,($3435) AC compressor authorization command,0:Disable;1:Enable;2:Not used;3:Signal invalid,, +,7ec,24,39,1,0,0,rpm,223436,623436,ff,($3436) AC compressor RPM real value,,, +,7ec,24,31,2,0,0,V,223437,623437,ff,($3437) AC compressor High Voltage value,,, +,7ec,24,31,1,40,0,°C,223438,623438,ff,($3438) AC compressor Power Module Temperature,,, +,7ec,30,31,1,0,0,,223439,623439,ff,($3439) AC compressor Error Status,0:No problem;1:Degraded mode;2:Compressor shut-off safety reasons;3:Compressor has to te changed,, +,7ec,25,31,1,0,0,°C,223109,623109,ff,($3109) BCB water temperature,,, +,7ec,24,31,1,0,0,%,22310A,62310A,ff,($310A) BCB internal temperature,,, +,7ec,24,31,1,40,0,°C,223307,623307,ff,($3307) Heat water temperature,,, +,7ec,31,31,1,0,0,,22332A,62332A,ff,($332A) Fan cabin status,0:Blower OK;1:Blower not OK,, +,7ec,29,31,1,0,0,,22332B,62332B,ff,($332B) ETS state,0:ETS_Standby;1:ETS_WakeUp;2:ETS_Comfort;3:ETS_Driving;4:ETS_QuickDrop,, +,7ec,24,39,.1,0,1,bar,223376,623376,ff,($3376) Measure of the freon pressure,,, +,7ec,24,39,.01,0,2,V,22200D,62200D,ff,($200D) Freon pressure sensor voltage,,, +,7ec,31,31,1,0,0,,222043,622043,ff,($2043) Configuration _ Freon pressure sensor,0:without;1:with,, +,7ec,24,31,5,0,0,mbar,223372,623372,ff,($3372) Current pressure in the mastervac,,, +,7ec,30,31,1,0,0,,223377,623377,ff,($3377) AC compressor Interlock State,0:Unvailable Value;1:Open;2:Closed;3:Sensor Unavailable,, +,7ec,24,31,1,0,0,,2233A8,6233A8,ff,($33A8) Request of FAN activation from the thermal comfort,0:no FAN requested;1:(61- low- 38- very low) speed fan request;2:61- not used- 38- low speed fan request;3:high speed fan request,, +,7ec,24,55,1,0,0,,2233F7,6233F7,1ff,($33F7) Counter of Efan speed on Low and very low speed,,, +# Pedestrian Warning +,761,0,0,1,0,0,,3e01,7e01,ff,Tester present +,761,0,0,1,0,0,,1003,5003,ff,StartDiag +,761,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,761,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,761,24,63,1,0,0,,22F194,62F194,2ff,Soft +,761,24,191,1,0,0,,22F195,62F195,2ff,Version +,761,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,761,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,761,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# Navi;Radio +,732,0,0,1,0,0,,3e01,7e01,ff,Tester present +,732,0,0,1,0,0,,10c0,50c0,ff,StartDiag +,732,56,63,1,0,0,,2180,6180,ff,diagVersion +,732,64,87,1,0,0,,2180,6180,2ff,Supplier (string!) +,732,128,143,1,0,0,,2180,6180,ff,Soft +,732,144,159,1,0,0,,2180,6180,ff,Version +,732,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart +,732,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,732,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# PEB +,77e,0,0,1,0,0,,3e01,7e01,ff,Tester present +,77e,0,0,1,0,0,,1003,5003,ff,StartDiag +,77e,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,77e,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,77e,24,63,1,0,0,,22F194,62F194,2ff,Soft +,77e,24,191,1,0,0,,22F195,62F195,2ff,Version +,77e,24,103,1,0,0,,22F187,62F187,2ff,PartNumber +,77e,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,77e,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +,77e,24,39,.1,2000,1,N·m,223025,623025,1ff,PEBTorque +77e.623018.24,776,24,31,1,40,0,°C,223018,623018,1ff,DCDC_MCU temperature +77e.62302b.24,77e,24,39,1,50,0,°C,22302B,62302B,1ff,InverterTempOrder +# Radar +,77d,0,0,1,0,0,,3e01,7e01,ff,Tester present +,77d,0,0,1,0,0,,1003,5003,ff,StartDiag +,77d,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,77d,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,77d,24,63,1,0,0,,22F194,62F194,2ff,Soft +,77d,24,191,1,0,0,,22F195,62F195,2ff,Version +,77d,24,103,1,0,0,,22F187,62F187,2ff,PartNumber, +,77d,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,77d,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# Servo +,762,0,0,1,0,0,,3e01,7e01,ff,Tester present +,762,0,0,1,0,0,,1003,5003,ff,StartDiag +,762,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,762,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,762,24,63,1,0,0,,22F194,62F194,2ff,Soft +,762,24,191,1,0,0,,22F195,62F195,2ff,Version +,762,24,103,1,0,0,,22F187,62F187,2ff,PartNumber, +,762,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,762,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# Telematic +,7da,0,0,1,0,0,,3e01,7e01,ff,Tester present +,7da,0,0,1,0,0,,1003,5003,ff,StartDiag +,7da,24,31,1,0,0,,22F1A0,62F1A0,4ff,diagVersion +,7da,24,63,1,0,0,,22F18A,62F18A,2ff,Supplier (string!) +,7da,24,63,1,0,0,,22F194,62F194,2ff,Soft +,7da,24,191,1,0,0,,22F195,62F195,2ff,Version +,7da,24,103,1,0,0,,22F187,62F187,2ff,PartNumber, +,7da,0,0,1,0,0,,14FFFFFF,54FFFFFF,ff,Reset DTC +,7da,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +# UCH +,765,0,0,1,0,0,,10c0,50c0,ff,StartDiag +,765,0,0,1,0,0,,3e01,7e01,ff,Tester present +,765,56,63,1,0,0,,2180,6180,ff,diagVersion +,765,64,87,1,0,0,,2180,6180,2ff,Supplier (string!) +,765,128,143,1,0,0,,2180,6180,ff,Soft +,765,144,159,1,0,0,,2180,6180,ff,Version +,765,16,55,1,0,0,,2180,6180,2ff,PartNumber.LowerPart +,765,0,7,1,0,0,,14ffffff,54ffffff,ff,Reset DTC +,765,16,23,1,0,0,,19023b,5902ff,ff,Query DTC +765.6171.16,765,272,272,1,0,0,,2171,6171,ff,PRESENCE_SSPP,0:without;1:with +765.6171.24,765,64,95,1,0,0,,2171,6171,4ff,TPMS +765.6171.48,765,96,127,1,0,0,,2171,6171,4ff,TPMS +765.6171.72,765,128,159,1,0,0,,2171,6171,4ff,TPMS +765.6171.96,765,160,191,1,0,0,,2171,6171,4ff,TPMS +# CLIM +764.6121.26,7ec,24,31,.1,40,0,°C,22352F,62352F,ff,IH_InCarTemp +764.6143.86,7ec,31,31,1,0,0,,223446,623446,ff,IH_EcoModeRequest +764.6143.110,763,24,31,1,40,0,°C,22200C,62200C,ff,External_Temperature.Temp +#764.6143.134,7ec,24,39,.1,0,1,bar,223376,623376,ff,Measure of the freon pressure +764.6143.134,7ec,24,39,.1,0,1,bar,223376,623376,ff,($3376) Measure of the freon pressure,,, +764.6144.107,7ec,24,39,1,0,0,rpm,223436,623436,ff,IH_ClimCompRPMStatus +# BCB +793.625017.29,776,24,31,1,0,0,,223014,623014,ff,Combo_DCExtendedConnectStatus parameter,0:AC 1P;2:DC CORE;3:DC EXTENDED;6:AC CORE1P_DC_EXTENDED;7:AC 1P DC CORE +793.622001.24,77e,24,39,1,-800,0,A,22301E,62301E,ff,Mains phase 1 current RMS value +793.62503a.24,77e,24,39,1,-800,0,A,22301F,62301F,ff,Mains phase 2 current RMS +793.62503b.24,77e,24,39,1,-800,0,A,223021,623021,ff,Mains phase 3 current RMS +793.62504a.24,7ec,24,39,100,0,0,W,223445,623445,ff,Mains active power consumed +793.625062.24,776,24,39,1,0,0,Ohm,225041,625041,ff,Mains ground resistance +793.625063.24,776,24,31,1,0,0,,22300F,62300F,ff,DCDC_State,0:INIT;1:STANDBY;2:Prestart;3:RUN;4:PROTECT +793.625064.24,776,24,31,1,0,0,,22501D,62501D,ff,ChargeState_Request,0:No charge;1:slow charge;2:quick charge;3:unavailable value;4:DIAG;5:power off +# Bobby: added for Spring +#793.622001.24,793,24,39,.0625,3200,2,A,222001,622001,ff,Mains phase 1 current RMS value +#793.62503A.24,793,24,39,.0625,3200,2,A,22503A,62503A,ff,Mains phase 2 current RMS +#793.62503B.24,793,24,39,.0625,3200,2,A,22503B,62503B,ff,Mains phase 3 current RMS +#793.62503f.24,793,24,39,.5,0,1,V,22503f,62503f,ff,Mains phase 1-2 voltage RMS value +#793.625041.24,793,24,39,.5,0,1,V,225041,625041,ff,Mains phase 2-3 voltage RMS value +#793.625042.24,793,24,39,.5,0,1,V,225042,625042,ff,Mains phase 3-1 voltage RMS value +#793.62504A.24,793,24,39,1,20000,0,W,22504A,62504A,ff,Mains active power consumed +#793.625062.24,793,24,39,1,0,0,Ohm,225062,625062,ff,Mains ground resistance +#793.62504a.24,7ec,24,39,100,0,0,W,223445,623445,ff,Mains active power consumed +#793.625062.24,776,24,39,1,0,0,Ohm,225041,625041,ff,Mains ground resistance +#793.625063.24,776,24,31,1,0,0,,22300F,62300F,ff,DCDC_State,0:INIT;1:STANDBY;2:Prestart;3:RUN;4:PROTECT +#793.625064.24,776,24,31,1,0,0,,22501D,62501D,ff,ChargeState_Request,0:No charge;1:slow charge;2:quick charge;3:unavailable value;4:DIAG;5:power off diff --git a/app/src/main/assets/Spring/_Frames.csv b/app/src/main/assets/Spring/_Frames.csv new file mode 100644 index 00000000..51abdadd --- /dev/null +++ b/app/src/main/assets/Spring/_Frames.csv @@ -0,0 +1,18 @@ +#Frame ID,interval ZOE, interval FLUKAN, Sending ECU +772,100,100,AIRBAG +763,100,100,TDB +76D,100,100,EMM +760,100,100,ESP +7EC,100,100,EVC +761,100,100,VSP +732,100,100,RADIO +732,100,100,NAV +77E,100,100,PEB +762,100,100,EPS +7DA,100,100,TCU +765,100,100,UCH +800,100,100,VFC +776,100,100,DCDC +77D,100,100,RADAR +7BB,100,100,LBC +7B6,100,100,LBC2 diff --git a/app/src/main/assets/Spring/_Tests.csv b/app/src/main/assets/Spring/_Tests.csv new file mode 100644 index 00000000..8ceb8885 --- /dev/null +++ b/app/src/main/assets/Spring/_Tests.csv @@ -0,0 +1 @@ +104,event information # diff --git a/app/src/main/java/lu/fisch/canze/activities/AuxBattTechActivity.java b/app/src/main/java/lu/fisch/canze/activities/AuxBattTechActivity.java index a66ef516..9d89f341 100644 --- a/app/src/main/java/lu/fisch/canze/activities/AuxBattTechActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/AuxBattTechActivity.java @@ -38,7 +38,8 @@ public class AuxBattTechActivity extends CanzeActivity implements FieldListener, //private final String[] charging_Status = MainActivity.getStringList(R.array.list_ChargingStatus2); private final String[] vehicle_Status = MainActivity.getStringList(MainActivity.isPh2() ? R.array.list_VehicleStatePh2 - : R.array.list_VehicleState); + : (MainActivity.isSpring() ? R.array.list_VehicleStateSpring : R.array.list_VehicleState)); + private final String[] aux_Status = MainActivity.getStringList(R.array.list_AuxStatus); @Override @@ -93,6 +94,7 @@ public void run() { tv.setText(aux_Status[value]); tv = null; break; +//0:SLEEPING;1:TECHNICAL_WAKE_UP;2:CUT_OFF_PENDING;3:BAT_TEMPO_LEVEL;4:ACCESSORY_LEVEL;5:IGNITION_LEVEL;6:STARTING_IN_PROGRESS;7:ENGINE_RUNNING;9:ENGINE_SYSTEM_STOP;,kW,8:AUTOSTART;15:UNAVAILABLE case Sid.VehicleState: tv = findViewById(R.id.text_vehicle_state); value = (int) field.getValue(); diff --git a/app/src/main/java/lu/fisch/canze/activities/BatteryActivity.java b/app/src/main/java/lu/fisch/canze/activities/BatteryActivity.java index 423842a1..93ffd409 100644 --- a/app/src/main/java/lu/fisch/canze/activities/BatteryActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/BatteryActivity.java @@ -39,7 +39,7 @@ public class BatteryActivity extends CanzeActivity implements DebugListener { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setContentView(R.layout.activity_battery); + setContentView(MainActivity.isSpring() ? R.layout.activity_battery72 : R.layout.activity_battery); TextView textView = findViewById(R.id.link); textView.setText(Html.fromHtml(MainActivity.getStringSingle(R.string.help_QA))); @@ -68,6 +68,11 @@ public void run() { tv = findViewById(R.id.textBatterySerial); if (tv != null) tv.setText(String.format(Locale.getDefault(), "Serial: %X", (long)field.getValue()).replace (" 26", "F")); //tv = null; + + //This fields holds VIN for Dacia Spring + if (MainActivity.isSpring()) { + if (tv != null) tv.setText(field.getStringValue()); + } } // set regular new content, all exceptions handled above /* if (tv != null) { diff --git a/app/src/main/java/lu/fisch/canze/activities/BrakingActivity.java b/app/src/main/java/lu/fisch/canze/activities/BrakingActivity.java index 56d6ac50..9d08e7d7 100644 --- a/app/src/main/java/lu/fisch/canze/activities/BrakingActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/BrakingActivity.java @@ -95,6 +95,15 @@ public void run() { pb.setProgress((int)(frictionTorque + elecBrakeTorque)); tv = findViewById(R.id.text_driver_torque_request); if (tv != null) tv.setText(String.format(Locale.getDefault(), "%.0f" + MainActivity.getStringSingle(R.string.unit_Nm), frictionTorque + elecBrakeTorque)); + + tv = findViewById(R.id.breaking_details); + tv.setText( + String.format(Locale.getDefault(), + "ElecBrakeTorque:%s %nFrictionTorque: %s %n", + elecBrakeTorque, frictionTorque + ) + ); + break; } @@ -102,4 +111,4 @@ public void run() { }); } -} \ No newline at end of file +} diff --git a/app/src/main/java/lu/fisch/canze/activities/ChargingActivity.java b/app/src/main/java/lu/fisch/canze/activities/ChargingActivity.java index 9faf0c38..460800c1 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ChargingActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ChargingActivity.java @@ -102,6 +102,7 @@ public void run() { break; case Sid.SOH: tv = findViewById(R.id.textSOH); + tv.setText(String.format(Locale.getDefault(), "%.1f", field.getValue())); break; case Sid.RangeEstimate: tv = findViewById(R.id.textKMA); @@ -132,4 +133,4 @@ public void run() { }); } -} \ No newline at end of file +} diff --git a/app/src/main/java/lu/fisch/canze/activities/ChargingHistActivity.java b/app/src/main/java/lu/fisch/canze/activities/ChargingHistActivity.java index 50f316a1..24025be2 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ChargingHistActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ChargingHistActivity.java @@ -69,6 +69,9 @@ protected void initListeners() { if (MainActivity.isPh2()) { addField(Sid.Total_Regen_kWh); } + if (MainActivity.isSpring()) { + addField(Sid.Total_Spring_Regen_kWh); + } } // This event is fired as soon as any registered field is set through its setValue() method @@ -133,6 +136,9 @@ public void run() { case Sid.Total_Regen_kWh: tv = findViewById(R.id.textTotKwhRegen); break; + case Sid.Total_Spring_Regen_kWh: + tv = findViewById(R.id.textTotKwhRegen); + break; case Sid.Counter_Full: tv = findViewById(R.id.textCountFull); break; @@ -150,4 +156,4 @@ public void run() { }); } -} \ No newline at end of file +} diff --git a/app/src/main/java/lu/fisch/canze/activities/ChargingTechActivity.java b/app/src/main/java/lu/fisch/canze/activities/ChargingTechActivity.java index ae112fea..6eaab5aa 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ChargingTechActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ChargingTechActivity.java @@ -32,6 +32,7 @@ import lu.fisch.canze.actors.Fields; import lu.fisch.canze.classes.Sid; import lu.fisch.canze.actors.Field; +import lu.fisch.canze.devices.Device; import lu.fisch.canze.interfaces.DebugListener; import lu.fisch.canze.interfaces.FieldListener; @@ -79,7 +80,7 @@ protected void onCreate(Bundle savedInstanceState) { protected void initListeners() { MainActivity.getInstance().setDebugListener(this); - addField(Sid.BcbTesterInit, lu.fisch.canze.devices.Device.INTERVAL_ONCE); + addField(Sid.BcbTesterInit, Device.INTERVAL_ONCE); addField(Sid.MaxCharge, 5000); addField(Sid.ACPilot, 5000); addField(Sid.PlugConnected, 5000); @@ -107,14 +108,16 @@ protected void initListeners() { addField(Sid.Phase1currentRMS); addField(Sid.Phase2CurrentRMS); addField(Sid.Phase3CurrentRMS); - if (!MainActivity.isPh2()) { + if (!MainActivity.isPh2() && !MainActivity.isSpring()) { addField(Sid.PhaseVoltage1); addField(Sid.PhaseVoltage2); addField(Sid.PhaseVoltage3); } - addField(Sid.InterPhaseVoltage12); - addField(Sid.InterPhaseVoltage23); - addField(Sid.InterPhaseVoltage31); + if (!MainActivity.isSpring()) { + addField(Sid.InterPhaseVoltage12); + addField(Sid.InterPhaseVoltage23); + addField(Sid.InterPhaseVoltage31); + } addField(Sid.MainsActivePower); addField(Sid.GroundResistance); addField(Sid.SupervisorState); @@ -182,7 +185,7 @@ public void run() { case Sid.SOH: tv = findViewById(R.id.textSOH); - tv.setText(String.format(Locale.getDefault(), "%.0f", field.getValue())); + tv.setText(String.format(Locale.getDefault(), "%.1f", field.getValue())); tv = null; break; diff --git a/app/src/main/java/lu/fisch/canze/activities/ClimaTechActivity.java b/app/src/main/java/lu/fisch/canze/activities/ClimaTechActivity.java index c52fe0ac..a6ba33dd 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ClimaTechActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ClimaTechActivity.java @@ -42,27 +42,56 @@ public class ClimaTechActivity extends CanzeActivity implements FieldListener, D private final String[] climate_Status = MainActivity.getStringList(MainActivity.isPh2() ? R.array.list_ClimateStatusPh2 : R.array.list_ClimateStatus); private final String[] ptc_Relay = MainActivity.getStringList(R.array.list_PtcRelay); + private final String[] AC_Status = MainActivity.getStringList(R.array.list_ACStatus); + private final String[] ACAuth = MainActivity.getStringList(R.array.list_ACAuth); + private final String[] ACError = MainActivity.getStringList(R.array.list_ACError); + private final String[] ETSState = MainActivity.getStringList(R.array.list_ETSState); + private final String[] ACInterlock = MainActivity.getStringList(R.array.list_ACInterlock); + private final String[] FanActivation = MainActivity.getStringList(R.array.list_FanActivation); @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setContentView(R.layout.activity_climatech); + if (MainActivity.isSpring()) { + setContentView(R.layout.activity_climatechspring); + } else + { + setContentView(R.layout.activity_climatech); + } } protected void initListeners() { MainActivity.getInstance().setDebugListener(this); - //if (MainActivity.isZOE()) { - addField(Sid.EngineFanSpeed, 0); - // addListener(Sid.ChargingPower); - addField(Sid.HvCoolingState, 0); - addField(Sid.HvEvaporationTemp, 10000); - addField(Sid.Pressure, 1000); - addField(Sid.BatteryConditioningMode, 0); - addField(Sid.ClimaLoopMode, 0); - //addField(Sid.PtcRelay1, 1000); - //addField(Sid.PtcRelay2, 1000); - //addField(Sid.PtcRelay3, 1000); - //} + if (MainActivity.isZOE()) { + addField(Sid.EngineFanSpeed, 0); + addField(Sid.HvCoolingState, 0); + addField(Sid.HvEvaporationTemp, 10000); + addField(Sid.Pressure, 1000); + addField(Sid.BatteryConditioningMode, 0); + addField(Sid.ClimaLoopMode, 0); + } + if (MainActivity.isSpring()) { + addField(Sid.ClimBlowerSpeed, 1000); + addField(Sid.ClimACConsumption, 1000); + addField(Sid.ClimACCompressorState, 3000); + addField(Sid.ClimACCompressorAuth, 3000); + addField(Sid.ClimACCompressorRPM, 1000); + addField(Sid.ClimACCompressorVoltage, 3000); + addField(Sid.ClimACCompressorTemp, 3000); + addField(Sid.ClimACCompressorError, 3000); + addField(Sid.BCBWaterTemp, 3000); + addField(Sid.BCBInternalTemp, 3000); + addField(Sid.HeatWaterTemp, 3000); + addField(Sid.HeaterSetpoint, 3000); + addField(Sid.FanCabinStatus, 1000); + addField(Sid.ETSState, 1000); + addField(Sid.FreonPressure, 3000); + addField(Sid.FreonPressureVoltage, 3000); + addField(Sid.FreonPressureSensor, 3000); + addField(Sid.ClimACCompressorInterlock, 3000); + addField(Sid.FanActivation, 1000); + addField(Sid.EngineFanSpeedCounter, 1000); + } TextView tv = findViewById(R.id.textLabel_climatePower); if (MainActivity.isPh2()) { @@ -152,10 +181,116 @@ public void run() { // tv = null; // break; + case Sid.ClimBlowerSpeed: + value = (int) field.getValue(); + tv = findViewById(R.id.text_ClimBlowerSpeed); + if (value == 0) + tv.setText("Fan Off"); + if (value == 26) + tv.setText("Fan level 1"); + if (value == 50) + tv.setText("Fan level 2"); + if (value == 76) + tv.setText("Fan level 3"); + if (value == 100) + tv.setText("Fan level 4 (max)"); + tv = null; + break; + case Sid.ClimACConsumption: + tv = findViewById(R.id.text_ClimACConsumption); + break; + case Sid.ClimACCompressorState: + value = (int) field.getValue(); + tv = findViewById(R.id.text_ClimACCompressorState); + if (tv != null && AC_Status != null && value >= 0 && value < AC_Status.length) + tv.setText(AC_Status[value]); + tv = null; + break; + case Sid.ClimACCompressorAuth: + value = (int) field.getValue(); + tv = findViewById(R.id.text_ClimACCompressorAuth); + if (tv != null && ACAuth != null && value >= 0 && value < ACAuth.length) + tv.setText(ACAuth[value]); + tv = null; + break; + case Sid.ClimACCompressorRPM: + tv = findViewById(R.id.text_ClimACCompressorRPM); + break; + case Sid.ClimACCompressorVoltage: + tv = findViewById(R.id.text_ClimACCompressorVoltage); + break; + case Sid.ClimACCompressorTemp: + tv = findViewById(R.id.text_ClimACCompressorTemp); + break; + case Sid.ClimACCompressorError: + value = (int) field.getValue(); + tv = findViewById(R.id.text_ClimACCompressorError); + if (tv != null && ACError != null && value >= 0 && value < ACError.length) + tv.setText(ACError[value]); + tv = null; + break; + case Sid.BCBWaterTemp: + tv = findViewById(R.id.text_BCBWaterTemp); + break; + case Sid.BCBInternalTemp: + tv = findViewById(R.id.text_BCBInternalTemp); + break; + case Sid.HeatWaterTemp: + tv = findViewById(R.id.text_HeatWaterTemp); + break; + case Sid.HeaterSetpoint: + tv = findViewById(R.id.text_HeaterSetpoint); + break; + case Sid.FanCabinStatus: + value = (int) field.getValue(); + tv = findViewById(R.id.text_FanCabinStatus); + if (value == 0) + tv.setText("Blower Ok"); + if (value == 1) + tv.setText("Blower Not Ok"); + tv = null; + break; + case Sid.ETSState: + value = (int) field.getValue(); + tv = findViewById(R.id.text_ETSState); + if (tv != null && ETSState != null && value >= 0 && value < ETSState.length) + tv.setText(ETSState[value]); + tv = null; + break; + case Sid.FreonPressure: + tv = findViewById(R.id.text_FreonPressure); + break; + case Sid.FreonPressureVoltage: + tv = findViewById(R.id.text_FreonPressureVoltage); + break; + case Sid.FreonPressureSensor: + tv = findViewById(R.id.text_FreonPressureSensor); + break; + case Sid.ClimACCompressorInterlock: + value = (int) field.getValue(); + tv = findViewById(R.id.text_ClimACCompressorInterlock); + if (tv != null && ACInterlock != null && value >= 0 && value < ACInterlock.length) + tv.setText(ACInterlock[value]); + tv = null; + break; + case Sid.FanActivation: + value = (int) field.getValue(); + tv = findViewById(R.id.text_FanActivation); + if (tv != null && FanActivation != null && value >= 0 && value < FanActivation.length) + tv.setText(FanActivation[value]); + tv = null; + break; + case Sid.EngineFanSpeedCounter: + tv = findViewById(R.id.text_EngineFanSpeedCounter); + break; + + + + } // set regular new content, all exeptions handled above if (tv != null) { - tv.setText(String.format(Locale.getDefault(), "%.1f", field.getValue())); + tv.setText(String.format(Locale.getDefault(), "%.0f", field.getValue())); } //tv = (TextView) findViewById(R.id.textDebug); diff --git a/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java b/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java index 0da954f4..d814cca0 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java @@ -51,6 +51,10 @@ public void initListeners () { addField(Sid.TotalNegativeTorque); addField(Sid.TotalPotentialResistiveWheelsTorque, 7200); addField(Sid.Instant_Consumption, 0); + addField(Sid.AverageConsumption, 5000); + if (MainActivity.isSpring()) { + addField(Sid.DcPowerOut, 5000); + } } @Override @@ -103,7 +107,7 @@ public void onFieldUpdateEvent(final Field field) { public void run() { String fieldId = field.getSID(); ProgressBar pb; - TextView tv; + TextView tv, tvS; switch (fieldId) { @@ -151,6 +155,28 @@ public void run() { tv.setText("-"); } break; + + //consumption for Dacia Spring + case Sid.DcPowerOut: + double consumptionDblS = field.getValue(); + int consumptionIntS = (int)consumptionDblS; + tvS = findViewById(R.id.text_instant_consumption_negative); + if (!Double.isNaN(consumptionDblS)) { + // progress bars are rescaled to miles by the layout + ((ProgressBar) findViewById(R.id.pb_instant_consumption_negative)).setProgress(-(Math.min(0, consumptionIntS))); + ((ProgressBar) findViewById(R.id.pb_instant_consumption_positive)).setProgress( Math.max(0, consumptionIntS) ); + if (!MainActivity.milesMode) { + tvS.setText(consumptionIntS + " " + field.getUnit()); + } else if (consumptionDblS != 0.0) { // consumption is now in kWh/100mi, so rescale progress bar + // display the value in imperial format (100 / consumption, meaning mi/kwh) + tvS.setText(String.format (Locale.getDefault(),"%.2f %s", (100.0 / consumptionDblS), MainActivity.getStringSingle(R.string.unit_ConsumptionMiAlt))); + } else { + tvS.setText("-"); + } + } else { + tvS.setText("-"); + } + break; } } }); diff --git a/app/src/main/java/lu/fisch/canze/activities/DrivingActivity.java b/app/src/main/java/lu/fisch/canze/activities/DrivingActivity.java index f3c3139c..584f96b9 100644 --- a/app/src/main/java/lu/fisch/canze/activities/DrivingActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/DrivingActivity.java @@ -107,6 +107,7 @@ protected void initListeners() { addField(Sid.TotalPotentialResistiveWheelsTorque, 0); addField(Sid.RealSpeed, 0); addField(Sid.SoC, 7200); + addField(Sid.RealSoC, 7200); addField(Sid.RangeEstimate, 7200); addField(Sid.EVC_Odometer, 6000); addField(Sid.TripMeterB, 6000); @@ -288,6 +289,11 @@ public void run() { case Sid.SoC: tv = findViewById(R.id.textSOC); break; + case Sid.RealSoC: + if (MainActivity.isSpring()) { + tv = findViewById(R.id.textSOC); + } + break; case Sid.Pedal: pb = findViewById(R.id.pedalBar); pb.setProgress((int) field.getValue()); diff --git a/app/src/main/java/lu/fisch/canze/activities/ElmTestActivity.java b/app/src/main/java/lu/fisch/canze/activities/ElmTestActivity.java index e3449d82..eb4be238 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ElmTestActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ElmTestActivity.java @@ -80,7 +80,14 @@ private void doTest () { appendResult(R.string.message_ExpectedResult); appendResult(R.string.message_PrepIsoTp); + //Dacia Spring does not have this field id in TDB, but a similar one in EVC + // ,7ec,144,159,1,0,0,,2180,6180,4ff,EditionNumber,,, + // ,763,144,159,1,0,0,,2180,6180,4ff,EditionNumber field = Fields.getInstance().getBySID("763.6180.144"); + if (MainActivity.isSpring()) { + field = Fields.getInstance().getBySID("7ec.6180.144"); + } + if (field == null) { appendResult(R.string.message_FieldNotExists); return; diff --git a/app/src/main/java/lu/fisch/canze/activities/HeatmapCellvoltageActivity.java b/app/src/main/java/lu/fisch/canze/activities/HeatmapCellvoltageActivity.java index d94d23dc..e6cec88e 100644 --- a/app/src/main/java/lu/fisch/canze/activities/HeatmapCellvoltageActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/HeatmapCellvoltageActivity.java @@ -45,7 +45,8 @@ public class HeatmapCellvoltageActivity extends CanzeActivity implements FieldLi private double lowest, highest; private double cutoff; private final double[] lastVoltage = {0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}; - private final int lastCell = 96; + private int lastCell = 96; + private int totalCells = 96; @ColorInt private int baseColor; private boolean dark; @@ -53,7 +54,13 @@ public class HeatmapCellvoltageActivity extends CanzeActivity implements FieldLi @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setContentView(R.layout.activity_heatmap_cellvoltage); + setContentView(MainActivity.isSpring() ? R.layout.activity_heatmap_cellvoltages : R.layout.activity_heatmap_cellvoltage); + + //define the number of cells depending on the car + if (MainActivity.isSpring()) { + lastCell = 72; + totalCells = 72; + } TypedValue typedValue = new TypedValue(); Resources.Theme theme = this.getTheme(); @@ -69,7 +76,7 @@ protected void initListeners() { String sid = Sid.Preamble_CellVoltages1 + (i * 16); // remember, first is pos 16, i starts s at 1 addField(sid); } - for (int i = 63; i <= 96; i++) { + for (int i = 63; i <= totalCells; i++) { String sid = Sid.Preamble_CellVoltages2 + ((i - 62) * 16); // remember, first is pos 16, i starts s at 1 addField(sid); } diff --git a/app/src/main/java/lu/fisch/canze/activities/LeakCurrentsActivity.java b/app/src/main/java/lu/fisch/canze/activities/LeakCurrentsActivity.java index 6cc339f6..8dcc74a4 100644 --- a/app/src/main/java/lu/fisch/canze/activities/LeakCurrentsActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/LeakCurrentsActivity.java @@ -25,6 +25,7 @@ import lu.fisch.canze.R; import lu.fisch.canze.classes.Sid; +import lu.fisch.canze.devices.Device; import lu.fisch.canze.interfaces.DebugListener; public class LeakCurrentsActivity extends CanzeActivity implements DebugListener { @@ -46,8 +47,8 @@ protected void onCreate(Bundle savedInstanceState) { protected void initListeners() { MainActivity.getInstance().setDebugListener(this); - addField(Sid.BcbTesterInit, lu.fisch.canze.devices.Device.INTERVAL_ONCE); - addField(Sid.BcbTesterAwake, 1500); + addField(Sid.BcbTesterInit, Device.INTERVAL_ONCE); + addField(Sid.BcbTesterAwake, 1500); } } diff --git a/app/src/main/java/lu/fisch/canze/activities/MainActivity.java b/app/src/main/java/lu/fisch/canze/activities/MainActivity.java index 9ad24e30..17cb3e90 100644 --- a/app/src/main/java/lu/fisch/canze/activities/MainActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/MainActivity.java @@ -125,6 +125,7 @@ public class MainActivity extends AppCompatActivity implements FieldListener /*, //public static final short CAR_KANGOO = 0x004; public static final short CAR_TWIZY = 0x008; public static final short CAR_X10PH2 = 0x010; // ZE50 + public static final short CAR_SPRING = 0x030; // Dacia Spring public static final short CAR_ZOE_R240 = 0x020; public static final short CAR_ZOE_Q90 = 0x040; public static final short CAR_ZOE_R90 = 0x080; @@ -343,7 +344,10 @@ private void loadSettings() { altFieldsMode = false; } - // as the settings may have changed, we need to reload different things + // Bobby: Dacia Spring daoes not have altfields as well, but fields doesnt match, so not disabled, yet. To be tested without + if (car == CAR_SPRING) { + altFieldsMode = false; + } // create a new device if (deviceType == null) deviceType = ""; // overdone, but keep lint happy @@ -1093,6 +1097,10 @@ public static boolean isPh2() { return (car == CAR_X10PH2); } + public static boolean isSpring() { + return (car == CAR_SPRING); + } + public static boolean isTwingo() { return (car == CAR_TWINGO); } @@ -1105,6 +1113,7 @@ public static String getAssetPrefix() { if (isPh2()) return "ZOE_Ph2/"; if (isTwingo()) return "Twingo_3_Ph2/"; if (isTwizy()) return "Twizy/"; + if (isSpring()) return "Spring/"; return "ZOE/"; } diff --git a/app/src/main/java/lu/fisch/canze/activities/PredictionActivity.java b/app/src/main/java/lu/fisch/canze/activities/PredictionActivity.java index d4792035..53466b4d 100644 --- a/app/src/main/java/lu/fisch/canze/activities/PredictionActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/PredictionActivity.java @@ -42,6 +42,8 @@ protected void onCreate(Bundle savedInstanceState) { if (MainActivity.car == MainActivity.CAR_ZOE_Q90 || MainActivity.car == MainActivity.CAR_ZOE_R90) { battery.setBatteryType(41); + } else if (MainActivity.car == MainActivity.CAR_SPRING) { + battery.setBatteryType(26); } else { battery.setBatteryType(22); } diff --git a/app/src/main/java/lu/fisch/canze/activities/SettingsActivity.java b/app/src/main/java/lu/fisch/canze/activities/SettingsActivity.java index 91b00c0c..4df751a7 100644 --- a/app/src/main/java/lu/fisch/canze/activities/SettingsActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/SettingsActivity.java @@ -122,6 +122,7 @@ public class SettingsActivity extends AppCompatActivity { "ZOE Q90", "ZOE R90/110", "ZOE ZE40/ZE50", + "DACIA SPRING", "TWINGO 3 Ph2 (unsupported)", "TWIZY (unsupported)" }; @@ -131,6 +132,7 @@ public class SettingsActivity extends AppCompatActivity { String.valueOf(MainActivity.CAR_ZOE_Q90), String.valueOf(MainActivity.CAR_ZOE_R90), String.valueOf(MainActivity.CAR_X10PH2), + String.valueOf(MainActivity.CAR_SPRING), String.valueOf(MainActivity.CAR_TWINGO), String.valueOf(MainActivity.CAR_TWIZY) }; @@ -277,6 +279,9 @@ public static void convertOldSettings(SharedPreferences settings) { case "ZOE ZE50": car = MainActivity.CAR_X10PH2; break; + case "DACIA SPRING": + car = MainActivity.CAR_SPRING; + break; } editor.putInt(SETTING_CAR_MODEL, car); removeSetting = true; diff --git a/app/src/main/java/lu/fisch/canze/actors/Battery.java b/app/src/main/java/lu/fisch/canze/actors/Battery.java index d3f38470..b1ff3994 100644 --- a/app/src/main/java/lu/fisch/canze/actors/Battery.java +++ b/app/src/main/java/lu/fisch/canze/actors/Battery.java @@ -136,6 +136,11 @@ public void setBatteryType (int batteryType) { //setCoefficients (19.00, 3.600, -0.026, -0.34000); setCoefficients (19.00, 3.600, -0.340, -0.02600); break; + case 26: + setRawCapacity(26); + //setCoefficients (19.00, 3.600, -0.026, -0.34000); + setCoefficients (19.00, 3.600, -0.340, -0.02600); + break; case 41: setCoefficients (14.93, 1.101, -0.145, -0.00824); setRawCapacity(41.0); diff --git a/app/src/main/java/lu/fisch/canze/actors/Fields.java b/app/src/main/java/lu/fisch/canze/actors/Fields.java index 3117ce08..6a5926f9 100644 --- a/app/src/main/java/lu/fisch/canze/actors/Fields.java +++ b/app/src/main/java/lu/fisch/canze/actors/Fields.java @@ -176,6 +176,18 @@ public double updateValue(HashMap dependantFields) { } }); + } + else if (MainActivity.isSpring()) { + addVirtualFieldCommon("6101", "Nm", Sid.MeanEffectiveTorque, new VirtualFieldAction() { + @Override + public double updateValue(HashMap dependantFields) { + Field privateField; + if ((privateField = dependantFields.get(Sid.MeanEffectiveTorque)) == null) + return Double.NaN; + return -privateField.getValue(); + } + }); + } else { addVirtualFieldCommon("6101", "Nm", Sid.DriverBrakeWheel_Torque_Request + ";" + Sid.ElecBrakeWheelsTorqueApplied + ";" + Sid.Coasting_Torque, new VirtualFieldAction() { @Override @@ -199,7 +211,7 @@ public double updateValue(HashMap dependantFields) { private void addVirtualFieldElecBrakeTorque() { - if (MainActivity.altFieldsMode || MainActivity.isPh2()) { + if (MainActivity.altFieldsMode || MainActivity.isPh2() || MainActivity.isSpring()) { addVirtualFieldCommon("610a", "Nm", Sid.PEBTorque, new VirtualFieldAction() { @Override public double updateValue(HashMap dependantFields) { @@ -230,7 +242,7 @@ public double updateValue(HashMap dependantFields) { private void addVirtualFieldTotalPositiveTorque() { - if (MainActivity.altFieldsMode || MainActivity.isPh2()) { + if (MainActivity.altFieldsMode || MainActivity.isPh2() || MainActivity.isSpring()) { addVirtualFieldCommon("610b", "Nm", Sid.PEBTorque, new VirtualFieldAction() { @Override public double updateValue(HashMap dependantFields) { @@ -273,7 +285,26 @@ public double updateValue(HashMap dependantFields) { } }); - } else { + } + else + if (MainActivity.isSpring()) { + addVirtualFieldCommon("610c", "Nm", Sid.PEBTorque + ";" + Sid.MeanEffectiveTorque, new VirtualFieldAction() { + @Override + public double updateValue(HashMap dependantFields) { + Field privateField; + if ((privateField = dependantFields.get(Sid.MeanEffectiveTorque)) == null) + return Double.NaN; + double hydraulicTorqueRequest = privateField.getValue(); + if ((privateField = dependantFields.get(Sid.PEBTorque)) == null) + return Double.NaN; + double pebTorque = privateField.getValue(); + return pebTorque <= 0 ? -hydraulicTorqueRequest - pebTorque * MainActivity.reduction : -hydraulicTorqueRequest; + } + }); + + } + + else { addVirtualFieldCommon("610c", "Nm", Sid.DriverBrakeWheel_Torque_Request, new VirtualFieldAction() { @Override public double updateValue(HashMap dependantFields) { @@ -383,7 +414,28 @@ public double updateValue(HashMap dependantFields) { } }); - } else if (MainActivity.altFieldsMode) { + } + else if (MainActivity.isSpring()) { + addVirtualFieldCommon("6105", 1, "°C", Sid.OHS_ClimTempDisplay, new VirtualFieldAction() { + @Override + public double updateValue(HashMap dependantFields) { + Field privateField; + if ((privateField = dependantFields.get(Sid.OHS_ClimTempDisplay)) == null) return Double.NaN; + double value = privateField.getValue(); + if (value == 0) { + return Double.NaN; + } else if (value == 4) { + return -10.0; + } else if (value == 5) { + return 40.0; + } + return value; + } + }); + + } + + else if (MainActivity.altFieldsMode) { addVirtualFieldCommon("6105", "°C", Sid.OH_ClimTempDisplay, new VirtualFieldAction() { @Override public double updateValue(HashMap dependantFields) { @@ -562,6 +614,20 @@ public double updateValue(HashMap dependantFields) { } }); + } + else + if (MainActivity.isSpring()) { + addVirtualFieldCommon("610d", "A", Sid.ACSPilotDutyCycle, new VirtualFieldAction() { + @Override + public double updateValue(HashMap dependantFields) { + Field privateField; + if ((privateField = dependantFields.get(Sid.ACSPilotDutyCycle)) == null) + return Double.NaN; + double dutyCycle = privateField.getValue(); + return dutyCycle < 80.0 ? dutyCycle * 0.6 : (dutyCycle - 64.0) * 2.5; + } + }); + } else { addVirtualFieldCommon("610d", "A", Sid.ACPilotAmps, new VirtualFieldAction() { @Override diff --git a/app/src/main/java/lu/fisch/canze/classes/Sid.java b/app/src/main/java/lu/fisch/canze/classes/Sid.java index 23cfba44..3afa926e 100644 --- a/app/src/main/java/lu/fisch/canze/classes/Sid.java +++ b/app/src/main/java/lu/fisch/canze/classes/Sid.java @@ -1,9 +1,6 @@ package lu.fisch.canze.classes; public class Sid { - - - public static final String DriverBrakeWheel_Torque_Request = "130.44"; //UBP braking wheel torque the driver wants public static final String MeanEffectiveTorque = "186.16"; public static final String Pedal = "186.40"; //EVC @@ -46,7 +43,7 @@ public class Sid { public static final String ThermalComfortPower = "764.6143.88"; public static final String Pressure = "764.6143.134"; public static final String OH_ClimTempDisplay = "764.6145.29"; - + public static final String OHS_ClimTempDisplay = "7ec.62352e.24"; // Spring,7ec,24,31,.5,0,1,,22352E,62352E,ff,($352E) ClimTempDisplay,,, public static final String TpmsState = "765.6171.16"; public static final String BcbTesterInit = "793.50c0.0"; @@ -55,6 +52,7 @@ public class Sid { public static final String Phase1currentRMS = "793.622001.24"; public static final String MainsCurrentType = "793.625017.29"; public static final String ACPilotDutyCycle = "793.625026.24"; + public static final String ACSPilotDutyCycle = "776.625026.24"; // ,776,24,39,.1,0,1,%,225026,625026,ff,CP_DutyCycle_raw, public static final String PhaseVoltage1 = "793.62502c.24"; // Raw public static final String PhaseVoltage2 = "793.62502d.24"; public static final String PhaseVoltage3 = "793.62502e.24"; @@ -69,6 +67,7 @@ public class Sid { public static final String CompletionStatus = "793.625064.24"; public static final String MaxCharge = "7bb.6101.336"; + public static final String HVSoC = "7ec.622002.24"; public static final String RealSoC = "7bb.6103.192"; public static final String AverageBatteryTemperature = "7bb.6104.600"; // (LBC) public static final String Preamble_CompartmentTemperatures = "7bb.6104."; // (LBC) @@ -103,14 +102,15 @@ public class Sid { public static final String TractionBatteryVoltage = "7ec.623203.24"; public static final String TractionBatteryCurrent = "7ec.623204.24"; public static final String SOH = "7ec.623206.24"; + public static final String SOHAvg = "658.33"; // 658.33,7bb,24,39,.01,0,2,%,229003,629003,ff,Battery SOHZxx_sohe_avg public static final String Preamble_KM = "7ec.6233d4."; // 240 - 24 public static final String Preamble_END = "7ec.6233d5."; // 96 - 8 public static final String Preamble_TYP = "7ec.6233d6."; // 96 - 8 public static final String Preamble_SOC = "7ec.6233d7."; // 168 - 16 public static final String Preamble_TMP = "7ec.6233d8."; // 96 - 8 public static final String Preamble_DUR = "7ec.6233d9."; // 168 - 16 - public static final String TripMeterB = "7ec.6233de.24"; - public static final String TripEnergyB = "7ec.6233dd.24"; + public static final String TripMeterB = "7ec.6233de.24"; // ,7ec,24,55,.0001,0,3,km,2233DE,6233DE,1ff,($33DE) This variable allows to memorize the reseted distance,,, + public static final String TripEnergyB = "7ec.6233dd.24"; //,7ec,24,47,.001,0,3,kWh,2233DD,6233DD,ff,($33DD) This variable allows to memorize the reseted energy consumed,,, public static final String CurrentUnderLoad = "7ec.623484.24"; // Current measurement given by BCS Battery Current Sensor public static final String VoltageUnderLoad = "7ec.623485.24"; // Voltage measurement given by BCS Battery Current Sensor public static final String PtcRelay1 = "7ec.623498.31"; @@ -133,4 +133,34 @@ public class Sid { public static final String CCSEVSEMaxCurrent = "18daf1da.62300a.24"; public static final String Total_Regen_kWh = "18daf1db.629247.24"; // Ph2 only (for now) + public static final String Total_Spring_Regen_kWh = "7bb.629247.24"; // Dacia Spring + + // data from instrument cluster TDB for Spring + public static final String ExternalTemp = "763.62200c.24"; // ,763,24,31,1,40,0,°C,22200C,62200C,ff,External_Temperature.Temp, + public static final String RealOdometer = "763.62f0d0.24"; //,763,24,47,1,0,0,km,22F0D0,62F0D0,1ff,Odometer of the last occurence, + + //clim + public static final String ClimBlowerSpeed = "7ec.6233a4.24"; // Spring,7ec,24,31,2,0,0,%,2233A4,6233A4,ff,($33A4) Measure of the speed of the cabin blower,,, OK,, + public static final String ClimACConsumption = "7ec.6233a7.24"; // Spring,7ec,24,31,25,0,0,W,2233A7,6233A7,ff,($33A7) AC compressor Power Consumption Estimation,,, + public static final String ClimACCompressorState = "7ec.62343b.30"; // Spring,7ec,30,31,1,0,0,,22343B,62343B,ff,($343B) AC compressor State,0:Signal Invalid;1:Compressor Off;2:Compressor is starting;3:Compressor On,, + public static final String ClimACCompressorAuth = "7ec.623435.30"; // Spring,7ec,30,31,1,0,0,,223435,623435,ff,($3435) AC compressor authorization command,0:Disable;1:Enable;2:Not used;3:Signal invalid,, + public static final String ClimACCompressorRPM = "7ec.623436.24"; // Spring,7ec,24,39,1,0,0,rpm,223436,623436,ff,($3436) AC compressor RPM real value,,, + + public static final String ClimACCompressorVoltage = "7ec.623437.24"; // Spring,7ec,24,31,2,0,0,V,223437,623437,ff,($3437) AC compressor High Voltage value,,, + public static final String ClimACCompressorTemp = "7ec.623438.24"; // Spring,7ec,24,31,1,40,0,°C,223438,623438,ff,($3438) AC compressor Power Module Temperature,,, + public static final String ClimACCompressorError = "7ec.623439.30"; // Spring,7ec,30,31,1,0,0,,223439,623439,ff,($3439) AC compressor Error Status,0:No problem;1:Degraded mode;2:Compressor shut-off safety reasons;3:Compressor has to te changed,, + + public static final String BCBWaterTemp = "7ec.623109.25"; // Spring,7ec,25,31,1,0,0,°C,223109,623109,ff,($3109) BCB water temperature,,, + public static final String BCBInternalTemp = "7ec.62310a.24"; // Spring,7ec,24,31,1,0,0,%,22310A,62310A,ff,($310A) BCB internal temperature,,, + public static final String HeatWaterTemp = "7ec.623307.24"; // Spring,7ec,24,31,1,40,0,°C,223307,623307,ff,($3307) Heat water temperature,,, + public static final String FanCabinStatus = "7ec.62332a.31"; // Spring,7ec,31,31,1,0,0,,22332A,62332A,ff,($332A) Fan cabin status,0:Blower OK;1:Blower not OK,, + public static final String ETSState = "7ec.62332b.29"; // Spring,7ec,29,31,1,0,0,,22332B,62332B,ff,($332B) ETS state,0:ETS_Standby;1:ETS_WakeUp;2:ETS_Comfort;3:ETS_Driving;4:ETS_QuickDrop,, +// public static final String FreonPressure = "7ec.623376.24"; // Spring,7ec,24,39,.1,0,1,bar,223376,623376,ff,($3376) Measure of the freon pressure,,, + public static final String FreonPressure = "7ec.623372.24"; // Spring,7ec,24,31,5,0,0,mbar,223372,623372,ff,($3372) Current pressure in the mastervac,,, + public static final String FreonPressureVoltage = "7ec.62200d.24"; // Spring,7ec,24,39,.01,0,2,V,22200D,62200D,ff,($200D) Freon pressure sensor voltage,,, + public static final String FreonPressureSensor = "7ec.622043.31"; // Spring,7ec,31,31,1,0,0,,222043,622043,ff,($2043) Configuration _ Freon pressure sensor,0:without;1:with,, + + public static final String ClimACCompressorInterlock = "7ec.623377.30"; // Spring,7ec,30,31,1,0,0,,223377,623377,ff,($3377) AC compressor Interlock State,0:Unvailable Value;1:Open;2:Closed;3:Sensor Unavailable,, + public static final String FanActivation = "7ec.6233a8.24"; // Spring,7ec,24,31,1,0,0,,2233A8,6233A8,ff,($33A8) Request of FAN activation from the thermal comfort,0:no FAN requested;1:(61- low- 38- very low) speed fan request;2:61- not used- 38- low speed fan request;3:high speed fan request,, + public static final String EngineFanSpeedCounter = "7ec.6233f7.24"; // Spring,7ec,24,55,1,0,0,,2233F7,6233F7,1ff,($33F7) Counter of Efan speed on Low and very low speed,,, } diff --git a/app/src/main/res/layout/activity_auxbatt.xml b/app/src/main/res/layout/activity_auxbatt.xml index f9aa93c4..1cb93792 100644 --- a/app/src/main/res/layout/activity_auxbatt.xml +++ b/app/src/main/res/layout/activity_auxbatt.xml @@ -83,7 +83,7 @@ + android:text="@string/label_auxbatvunder" /> + android:text="@string/label_auxbatcunder" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/activity_battery72.xml b/app/src/main/res/layout/activity_battery72.xml new file mode 100644 index 00000000..40c8f2a7 --- /dev/null +++ b/app/src/main/res/layout/activity_battery72.xml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/activity_braking.xml b/app/src/main/res/layout/activity_braking.xml index b7d499ab..180ecfb2 100644 --- a/app/src/main/res/layout/activity_braking.xml +++ b/app/src/main/res/layout/activity_braking.xml @@ -137,8 +137,14 @@ android:text="@string/help_AllTorques" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="40dp" - /> + android:layout_marginTop="40dp" /> + + @@ -164,4 +170,4 @@ - \ No newline at end of file + diff --git a/app/src/main/res/layout/activity_climatechspring.xml b/app/src/main/res/layout/activity_climatechspring.xml new file mode 100644 index 00000000..a3a405bb --- /dev/null +++ b/app/src/main/res/layout/activity_climatechspring.xml @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_heatmap_cellvoltages.xml b/app/src/main/res/layout/activity_heatmap_cellvoltages.xml new file mode 100644 index 00000000..58696034 --- /dev/null +++ b/app/src/main/res/layout/activity_heatmap_cellvoltages.xml @@ -0,0 +1,889 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index d111facd..02e67149 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -734,5 +734,33 @@ Benutzerdefiniert Durchschn. Geschw. Benutzerdefinierte button Einstellungen + About + "Kilometer " + "Entfernungseinheit " + Auto Model + Gerät + Strom unter Last + Spannung unter Last + Strom + Sicherheit + Anzeige + CanSee Einstellungen + Definiert die Ebene der angezeigten Debug-Toastmeldungen + Protokollierungseinstellungen + "Protokollierung " + Benutzerdefiniertes Fragment konfigurieren + Startup-Aktivität + Thema + System folgen + Dunkel + Licht + Keiner + Gerät + Alle + Info + ZE50 test + Bitte verwenden Sie die Schaltflächen oben, um die Einstellungen zu verlassen... + "Stoppen Sie Bluetooth. Die Einstellungen werden geladen. Warten Sie mal… " + Armaturenbrett diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 8e69dc47..4889e66e 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -561,4 +561,13 @@ Périphérique Tous Informations - \ No newline at end of file + About + "Arrêtez Bluetooth. Les paramètres sont en cours de chargement. S'il vous plaît, attendez… " + "Veuillez utiliser les boutons en haut pour quitter les paramètres... " + ZE50 test + Consommation électrique confort thermique (W) + Courant sous charge + Tension sous charge + Courant + Tableau + diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 00000000..52c81376 --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,964 @@ + + + + + CanZE Plus + + + + Settings + Bluetooth + + + + 0 + - + / + \u0020\u0020 + Yes + No + OK + Not OK + Cancel + Reset + + + + No view with id \'%s%s\' + yyyyMMddHHmmssSSS + yyyy-MM-dd HH:mm:ss + yyyy-MM-dd-HH-mm-ss + + + + Nm + \u0020km + \u0020mi + \u0020km/h + \u0020mi/h + \u0020kWh/100km + \u0020mi/kWh + °C + + + + Debug\u0020 + #Debug + + + + + + Initialising widgets + Bluetooth connection lost! + Formal Disclaimer + Yes, I got it! + No, I didn\'t understand a word… + CanZE (“the software”) is provided as is. Use the software at your own + risk. The authors make no warranties as to performance or fitness for a particular purpose, + or any other warranties whether expressed or implied. No oral or written communication + from or information provided by the authors shall create a warranty. Under no circumstances + shall the authors be liable for direct, indirect, special, incidental, or consequential + damages resulting from the use, misuse, or inability to use the software, even if the author + has been advised of the possibility of such damages. These exclusions and limitations may not + apply in all jurisdictions. You may have additional rights and some of these limitations may not + apply to you. This software is only intended for scientific usage. +
+
+ By using this software you are interfering with your car and doing that with hardware and + software beyond your control, created by a loose team of interested amateurs in this field. Any + car is a possibly lethal piece of machinery and you might hurt or kill yourself or others using + it, or even paying attention to the displays instead of watching the road.
]]> + Reconnecting Bluetooth… + + Not possible while driving… + Please adjust the settings first + + + + Main + Use swipe gestures to switch between Main, Technical and Experimental screens. + + + + Technical + + + + Experimental + These buttons are for testing purposes only + + + + + + All data + All data + + + + 12 volt battery + 12 volt batt + Voltage, Vehicle state, Charging state + Voltage + Current + Voltage under load + Curent under load + Replacement advice + Vehicle state + + Asleep, off (0:red) + Awake, off (1:green) + Ignition on (2:blue) + Starting (3:yellow) + Awake, on (4:cyan) + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + + + Asleep, off (0:red) + Awake, off (1:green) + Sleep mode pending (2:blue) + AutoACC (3:yellow) + Contact on + Ignition on + Starting in progress + Engine active + Autostart + Engine stop + 10 + 11 + 12 + 13 + 14 + Unavailable (15:black) + + + Asleep, off (0:red) + Awake, off (1:green) + Sleep mode pending (2:blue) + AutoACC (3:yellow) + 4 + Ignition on + Starting in process + Engine active + Autostart + Engine stop + 10 + 11 + 12 + 13 + 14 + 15 + + + No charge (0:red) + Waiting (planned, 1:green) + Ended (2:blue) + In progress (3:yellow) + Failure (4:cyan) + Waiting (5:purple) + Flap open (6:black) + Unavailable (7:grey) + + + None + 1 + 2 + Soon + 4 + Now + 6 + 7 + + + + + Battery + Battery + State of health (%) + SOC real / user (%) + Q & A section of the CanZE homepage.]]> + Cell Voltages (V) + Battery modules temperatures (°C) + + + + Grid parameters + Mains current type + + Nok + AC mono + AC tri + DC + AC bi + + Phase current RMS 1/2/3 (A) + Phase voltage 1/2/3 (V) + Inter phase voltage 12/23/31 (V) + Mains active power consumed (W) + Ground resistance (Ω) + Completion status + + Init + HF10 + - + Mains Ground + - + Earth Current + - + - + - + Ground + - + - + - + - + - + - + - + Leakage DC + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Leakage LF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Leakage DC+LF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Leakage HF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Leakage DC+HF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Leakage LF+HF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Leakage DC+LF+HF + + Supervisor state + + Init + Wait + ClosingS2 + InitType + InitLkg + InitChg + Charge + ZeroAmpMode + EndOfChg + OpeningS2 + ReadyToSleep + EmergencyStop + InitChargeDF + OCPStop + WaitS2 + + + Init + StandByPowerOn + ClosingS2 + InitType + Initlkg + StandByPowerOnSetup + Charge + ZeroAmpMode + EndOfCharge + OpeningRL + STestOK + - + STestWait + STestAct + WaitRLCHA + WaitRLContactorTri + OpeningCapaMC + - + + + + + Braking info + Braking + Requested Torque + Applied Electrical Torque (regeneration) + Applied Friction Torque (losses) + 0 Nm + All torques are given in combined wheel torques, not motor torques. + + + + Can\'t connect. Bluetooth not configured yet? + + + + Charging + Charging + Charging Tech + Charger parameters + Battery parameters + Driving + Battery modules temperatures and balancing + Max battery charge/regen kW + Charge pilot Amp + Phases + Usable state of charge (%) + Real state of charge (%) + Mean battery temperature (°C) + State of health (%) + Time to full (min) + Energy to full (kWh) + Available range + HV Battery voltage (V) + HV Battery current (A) + DC Power (kW) + Available charging power (kW) + Available Energy (kWh) + 12 volt voltage (V) + 12 volt current (A) + DC-DC Load (%) + Battery odometer + Charging Status + Plug Status + + No charge + Waiting (planned) + Ended + In progress + Failure + Waiting + Flap open + Unavailable + + + Not connected + Connected + + CCS Parameters + Charger Status + + Ok + EVSEnotReady + EVSEShutdown + EVSE_UtilityInterruptEvent + EVSE_IsolationMonitoringActive + EVSE_EmergencyShutdown + EVSE_Malfunction + Reserved 8-C + Renegotiate + + Failure Status + + Ok + OK_CertificateExpiresSoon + FAILED_CertificateExpired + FAILED_ContractCanceled + FAILED_CertificateRevoked + FAILED_CertificateNotAllowedAtThisEVSE + FAILED_NoCertificate Available + FAILED_WrongEnergyTransferMode + FAILED_WrongChargeParameter + FAILED_ChargingProfileInvalid + FAILED_ServiceIDInvalid + FAILED_UnknownSession + FAILED_ServiceSelectionInvalid + FAILED_TariffSelectionInvalid + FAILED_PaymentSelectionInvalid + FAILED_CertChainError + FAILED_ChallengeInvalid + FAILED_MeteringSignatureNotValid + FAILED_NoChargeServiceSelected + FAILED_SequenceError + FAILED_SignatureError + FAILED_NoCertificateAvailable + FAILED_PowerDeliveryNotApplied + FAILED + FAILED_ContactorError + + EV Ready + + EV isn\'t ready to charge + EV is ready to charge + + Communication Status + + No HLC communication is established + HLC communication is initializing + HLC communication is ready - secured mode + HLC communication is stopped + HLC communication error + HLC Communication is ready - not secured mode + Not used + Unavailable Value[initial value] + HLC Communication is not ready- TLS setup failed + HLC Communication is not ready- TLS timeout + HLC Communication is not ready- TLS not supported + HLC Communication is not ready- SDP timeout + HLC Communication is not ready- not supported ISO-2 version + HLC Communication is not ready- V2G setup timeout + HLC Communication is not ready- V2G failed + + EV Request State + + No HLC Request + Communication and service setting request + Charge parameter discovery request + Cable Check request + Precharge request + Power delivery request + Current demand request + Metering receipt request + Welding detection request + Session stop request + Matching Reset + Charging Status request + AC BPT + DC BPT + + Charger State + + No HLC communication is established + Communication and service setting is established + Charge parameter discovery response + CableCheck response + Precharge response + Power delivery response + Current demand response + Metering receipt response + Welding detection response + Session stop response with EVSE(station charging) + Charging Status response + + DC charge max power (W) + DC charge power limit reached + DC charge max voltage (V) + DC charge present voltage (V) + DC charge voltage limit reached + DC charge max current (A) + DC charge present current (A) + DC charge current limit reached + + No + Yes + + + + + Charging graphs + Charging graphs + Charge pilot amp (A), Charging power (kW) + Max battery charge (kW) / DC charging power (kW) + Available energy (kWh), temperature (°C) + + + + Charging history + Charging history + Last 10 sessions + Odometer + End + Type + SOC + Temp + Duration + + Full + Unpl c + Cut ch + Fail + Sched + Flt1 + Flt22 + Flt3 + Flt4 + Flt5 + Flt6 + + + Slow + Quick + Drop + Unknw + Sched + + Charging summary + Total battery usage (kWh) + Total energy from regenerative breaking (kWh) + Full charges (#) + Partial charges (#) + + + + Climate + Climate + Thermal comfort power usage (W) + Climate loop mode + HV Bat conditioning mode + Temperatures (°C) + HV Evaporation temp (°C) + Pressure (bar) + HV cooling state + Engine fan speed (%) + Climate-Battery interaction + + No + Cooling alone + Cooling coupled + Unavailable + + + Signal Invalid + Compressor Off + Compressor is starting + Compressor On + + + Disable + Enable + Not used + Signal invalid + + + No problem + Degraded mode + Compressor shut-off safety reasons + Compressor has to te changed + + + ETS_Standby + ETS_WakeUp + ETS_Comfort + ETS_Driving + ETS_QuickDrop + + + Unvailable Value + Open + Closed + Sensor Unavailable + + + no FAN requested + (61- low- 38- very low) speed fan request + 61- not used- 38- low speed fan request + high speed fan request + + + + + Blow req + Cool cond req + Heat cond req + Cond not req + + + NoRequest + CoolCabinCoupleByAir + CoolBattCoupleByAir + CoolBattAloneByAir + CoolCabinCouple + + + Unavailable + AC + AC deiceing + + Heat pump + + Demisting + Idle + + + Unavailable + AC + AC deicing + AC to heat pump + Heat pump + Heat pump to AC + - + Idle mode + + Compressor RPM, ECO + External (°C), Internal (°C), Setpoint (°C), Battery (°C) + PTC Relay 1 + PTC Relay 2 + PTC Relay 3 + + On + Off + + + + + Consumption + Consumption + Wheel torque + Instant Consumption + kWh/100km + Power (kW), SOC (%) + Speed (km/h), Consumption (kWh/100km) + + + + Dash + Dash + + + + %s: sid %s does not exist + + + + Driving info + Driving + Pedal position + Wheel Torque + Distance to destination + Dist. available at dest. + Trip consumption + Trip distance + Trip energy (kWh) + Double + REMAINING DISTANCE + Please enter the distance to your destination. The display will estimate the remaining driving distance available in your battery on arrival + + + + Diagnostic Trouble Codes + DTC readout + Query + Clear + All data + To enable clearing DTC\'s:\n\nEnter key card\n\nGear to D\n\nHold start button for approximately 5 seconds until the \'Remove card\' message appears\n\nGear to P + \n\nPlease wait while the poller thread is stopped…\n + \nNo connection. Close this screen and make sure your device paired and connected\n + \nCannot find definitions for this ECU. DTC codes display only\n + \nSending initialisation sequence\n + \nInitialisation failed\n + \nSending start tester session sequence + Start session field does not exist\n + Query sent, but unexpected result received:[ + \nSending start DTCs sequence:[ + Get DTCs field does not exist\n + \nNo active DTCs\n + "Clear " + Clear DTCs field does not exist\n + Msg is null. Is the car switched on?\n + Clear seems successful, please query DTCs\n + Done. Logfile created + Wait, writing %s + + + + Test ELM327 Dongle + ELM testing + Received expected result\n==========\n + Requested field does not exist. This is an error in the test suite, please report\n + \nReady + Result is empty. Your dongle will not work\n + Problem: + \nProcessing prepped ISO-TP command CLUSTER SW\n + \nProcessing prepped free frame PARK BRAKE\n + \nNot testing free frames, as you selected Use ISOTP fields\n + \nYour device passed all the tests, it will probably work just fine\n + + + + Hard reset failed, restarting Bluetooth ... + ELM ready, version 1.3, should work + ELM ready, version 1.4, should work + ELM ready, version innocar, should work + ELM is now ready + ELM ready, version 2.x, will probably not work, please report if it does + ELM ready, unknown version, will probably not work, please report if it does + + + + Field test + Field test + + + + Firmware + Firmware + here.]]> + Write all to csv + + + + Can\'t access asset %s + + + + Temperature heatmap + Temperature heatmap + + + + Voltage heatmap + Voltage heatmap + 1 + 9 + 17 + 25 + 33 + 41 + 49 + 57 + 65 + 73 + 81 + 89 + Highest cell voltage (V) + Lowest cell voltage (V) + Cell voltage difference (mV) + + + + Leak currents + Leak Currents + Leak current DC (mA) + Leak current LF, 50 Hz (mA) + Leak current HF, 10 Khz (mA) + Leak current EHF, 10 KHz harmonics (mA) + + + + Charging Prediction + Charging Prediction + State at this moment + Battery Temperature + AC power + State of charge (%) + Charging prediction + Duration (hh:mm) + SOC + Avail. range + DC ch. pwr. + + + + Range + Range + Available range by car: + Available range by CanZE: + Estimated driving style energy loss: + Available range (km), Available energy (kWh) + + + + Research + Research + + + + Settings + Build: + Version: + Remote device + Device address + Device Type + Car + Log level + Options + Safe Driving Mode + Bluetooth Background Mode + Miles + Dark Mode + Use ISOTP fields + SD card logging + Debug + Fields + This logs all fields requested by the actual screen. + Log to sdcard1 + Actions + Clear cached data + Yes + No + ATTENTION + Driving and not paying full attention to traffic is extremely dangerous and will put your life and the life of those around you at risk. Disabling of this mode is not recommended at all!\n\n Are you sure you want to continue disabling the Safe Driving Mode? + No, thanks + Leaving the Bluetooth active while the application goes to background may interfere with other applications using the Bluetooth feature. It also may drain your battery if you forget to kill CanZE or disable this option.

If using this feature, the connection will stay alive, even if you power cycle your Android device.

Are you sure you want to continue enabling the Bluetooth Background Mode?
+ External SD card not available, not writeable or has not sufficient space left to log data.

Data export cannot be enabled!
+ I am sorry… + Cache has been cleared… + + This device does not have any bluetooth adapter.\n\nSorry… + + Device + Model + Distance unit + Kilometers + Security + Display + CanSee settings + Defines the level of debug toast messages shown + Logging settings + Logging + Configure custom fragment + Startup activity + Theme + Follow system + Dark + Light + None + Device + All + Info + + + + Custom fragment settings + + + + Summary + + + + Average speed + Avg speed + Average speed + Tap anywhere to start or reset + Got first value… + Got second value… + Waiting for second value… + + + + Tires info + Tires + All pressures in mbar. Pressures are only received when driving. + Speed-pressure misadaption + Front left + Front right + Rear left + Rear right + ID front left + ID front right + ID rear left + ID rear right + write + read + + OK + No info + Over infl. + - + Flat + Flat + Under infl. + - + + + + + + WidgetActivity + + + Hello blank fragment + Custom + + + ZE50 test + About + Summary/Consumption + Special Thanks + To Vasile Onofrei, Francis Bernier, Constantin Irimia, Stavarache F, Mihail Emil Montoi, Pompei Gheorghe, Eniko Maria B, Davide Attanasio, Doru Fanaragiu, Dan Padure. + Sviluppato da Bobby Galati, basato sull\'app CanZE di http://canze.fisch.lu inizialmente costruito da Bob Fisch e Jeroen Meijer per il veicolo elettrico Renault ZOE + Please open CanZE Plus application on your phone and connect to OBD Bluetooth! + Go to your dash + "Stop Bluetooth. The settings are loading. Please wait… " + "Please use the buttons at the top to exit settings... " + +
+ diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml new file mode 100644 index 00000000..dad45ec4 --- /dev/null +++ b/app/src/main/res/values-ro/strings.xml @@ -0,0 +1,938 @@ + + + + + CanZE Plus + + + + Setări + + + + Da + Nu + OK + Nu e OK + Anulare + Resetare + + + + Nicio vizualizare cu id \'%s%s\' + + + + + + + Nm + \u0020km/h + \u0020mi/h + \u0020kWh/100km + \u0020mi/kWh + + + + Depanare\u0020 + #Debug + + + + + + Inițializarea widget-urilor + Conexiunea Bluetooth s-a pierdut! + Da, am înțeles! + Nu, nu am înțeles nimic… + CanZE („software-ul”) este furnizat ca atare. Utilizați software-ul pe propriul + risc. Autorul nu oferă garanții cu privire la performanță sau adecvare pentru un anumit scop, + sau orice alte garanții, indiferent dacă sunt exprese sau implicite. Nici o comunicare orală sau scrisă + din informațiile furnizate de autor vor crea o garanție. În nici o împrejurare + autorul nu va fi răspunzător pentru efectele directe, indirecte, speciale, incidentale sau în consecință + rezultate din utilizarea necorespunzătoare sau incapacitatea de a utiliza software-ul, chiar dacă autorul + a fost informat cu privire la posibilitatea unor astfel de daune. Aceste excluderi și limitări se aplică + în toate jurisdicțiile. Acest software este destinat numai utilizării experimentale. +
+
+ Folosind acest software, interferați cu mașina dvs. și faceți asta cu hardware-ul și + software aflat în afara controlului dumneavoastră, creat de amatori interesați în acest domeniu. Orice + mașina este o mașinărie care poate fi letală și vă puteți răni sau vă ucide pe dvs. sau pe alții, folosind + sau chiar să acordați atenție afișajelor în loc să priviți drumul.
]]> + + Reconectare Bluetooth… + + Nu este posibil în timpul conducerii… + Vă rugăm să ajustați mai întâi setările + + + + Principal + Folosiți gesturi swipe pentru a selecta ecranul Principal, Tehnic și Experimental + + + + Tehnic + + + + Experimental + Aceste butoane sunt doar în scop de testare + + + + + + Toate datele + Toate datele + + + + Bateria de 12 Volți + Bateria de 12V + Voltaj, Starea mașinii, Starea încărcării + Voltaj + Curent + Voltaj în sarcină + Curent în sarcină + Sfat de înlocuire + Starea mașinii + + Repaus (0:red) + Activ (1:green) + Contact (2:blue) + Pornire (3:yellow) + Activ (4:cyan) + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + + Repaus (0:red) + Activ (1:green) + In așteaptare (2:blue) + AutoACC (3:yellow) + 4 + Contact + Se pornește + Motor activ + Autostart + Motor oprit + 10 + 11 + 12 + 13 + 14 + Indisponibil + + + + Repaus + Activ + In așteaptare + AutoACC + Contact + Contact pornit + Se pornește + Motor activ + Autostart + Motor oprit + 10 + 11 + 12 + 13 + 14 + Indisponibil + + + Nu încarcă (0:red) + În așteptare (planificată, 1:green) + Finalizată (2:blue) + În curs (3:yellow) + Eșuată (4:cyan) + În așteptare (5:purple) + Clapetă deschisă (6:black) + Indisponibilă (7:grey) + + + + Nu + 1 + 2 + În curând + 4 + Acum + 6 + 7 + + + + + Baterie + Baterie + Starea de sănătate (%) + SoC real / utilizator (%) + Q & A section of the CanZE homepage.]]> + Voltajul celulelor (V) + Temperatura modulelor bateriei (°C) + + + + Parametrii rețelei + Tipul de curent din rețea + + Nok + AC mono + AC tri + DC + AC bi + + Curentul fazei RMS 1/2/3 (A) + Tensiunea fazei 1/2/3 (V) + Tensiune interfazată 12/23/31 (V) + Puterea absorbită din rețea (W) + Rezistența la sol (Ω) + Starea de finalizare + + Init + HF10 + - + Împământare rețea + - + Earth Current + - + - + - + Împământare + - + - + - + - + - + - + - + Scurgere DC + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Scurgere LF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Scurgere DC+LF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Scurgere HF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Scurgere DC+HF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Scurgere LF+HF + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Scurgere DC+LF+HF + + Supervisor state + + Init + Wait + ClosingS2 + InitType + InitLkg + InitChg + Charge + ZeroAmpMode + EndOfChg + OpeningS2 + ReadyToSleep + EmergencyStop + InitChargeDF + OCPStop + WaitS2 + + + Init + StandByPowerOn + ClosingS2 + InitType + Initlkg + StandByPowerOnSetup + Charge + ZeroAmpMode + EndOfCharge + OpeningRL + STestOK + - + STestWait + STestAct + WaitRLCHA + WaitRLContactorTri + OpeningCapaMC + - + + + + + Informații despre frânare + Frânare + Cuplul solicitat + Cuplu electric aplicat (regenerare) + Cuplul de frecare aplicat (pierderi) + 0 Nm + Toate cuplurile sunt afișate ca și cupluri combinate ale roților, nu cupluri ale motorului. + + + + Nu se poate conecta. Bluetooth-ul nu este configurat? + + + + Încărcare + Încărcare + Tehnologia de încărcare + Parametrii de încărcare + Parametrii bateriei + Conducere + Temperaturile și balansarea modulelor bateriei + Încărcarea/regenerarea maximă kW + Curent de încărcare Amp + Faze + Starea de încărcare utilizabilă (%) + Starea de încărcare reală (%) + Temperatura media a bateriei (°C) + Starea de sănătate (%) + Timp până la plin (min) + Energie până la plin (kWh) + Autonomie disponibilă + Tensiune baterie de tracțiune (V) + Curent baterie de tracțiune (A) + Puterea DC (kW) + Puterea disponibilă (kW) + Energie disponibilă (kWh) + Voltajul bateriei 12 volti (V) + Curentul bateriei 12 volti (A) + Sarcina DC-DC (%) + Odometru baterie + Starea încărcării + Starea prizei + + Nu încarcă + În așteptare (planificată) + Finalizată + În curs + Eșuată + În așteptare + Clapetă deschisă + Indisponibilă + + + Neconectată + Conectată + + Parametri CCS + Statusul încărcătorului + + Ok + EVSEnotReady + EVSEShutdown + EVSE_UtilityInterruptEvent + EVSE_IsolationMonitoringActive + EVSE_EmergencyShutdown + EVSE_Malfunction + Reserved 8-C + Renegotiate + + Starea eșecului + + Ok + OK_CertificateExpiresSoon + FAILED_CertificateExpired + FAILED_ContractCanceled + FAILED_CertificateRevoked + FAILED_CertificateNotAllowedAtThisEVSE + FAILED_NoCertificate Available + FAILED_WrongEnergyTransferMode + FAILED_WrongChargeParameter + FAILED_ChargingProfileInvalid + FAILED_ServiceIDInvalid + FAILED_UnknownSession + FAILED_ServiceSelectionInvalid + FAILED_TariffSelectionInvalid + FAILED_PaymentSelectionInvalid + FAILED_CertChainError + FAILED_ChallengeInvalid + FAILED_MeteringSignatureNotValid + FAILED_NoChargeServiceSelected + FAILED_SequenceError + FAILED_SignatureError + FAILED_NoCertificateAvailable + FAILED_PowerDeliveryNotApplied + FAILED + FAILED_ContactorError + + Masina este pregătită + + Masina nu este pregătită pentru încărcare + Masina este pregătită pentru încărcare + + Starea comunicării + + No HLC communication is established + HLC communication is initializing + HLC communication is ready - secured mode + HLC communication is stopped + HLC communication error + HLC Communication is ready - not secured mode + Not used + Unavailable Value[initial value] + HLC Communication is not ready- TLS setup failed + HLC Communication is not ready- TLS timeout + HLC Communication is not ready- TLS not supported + HLC Communication is not ready- SDP timeout + HLC Communication is not ready- not supported ISO-2 version + HLC Communication is not ready- V2G setup timeout + HLC Communication is not ready- V2G failed + + Starea cererii mașinii + + No HLC Request + Communication and service setting request + Charge parameter discovery request + Cable Check request + Precharge request + Power delivery request + Current demand request + Metering receipt request + Welding detection request + Session stop request + Matching Reset + Charging Status request + AC BPT + DC BPT + + Starea încărcătorului + + No HLC communication is established + Communication and service setting is established + Charge parameter discovery response + CableCheck response + Precharge response + Power delivery response + Current demand response + Metering receipt response + Welding detection response + Session stop response with EVSE(station charging) + Charging Status response + + Puterea maximă de încărcare DC (W) + A fost atinsă limita de putere DC + Tensiunea maximă de încărcare DC (V) + Tensiunea curentă de încărcare DC (V) + A fost atinsă limita de tensiune DC + Curentul maxin de încărcare DC (A) + Curentul actual de încărcare DC (A) + A fost atinsă limita de curent DC + + Nu + Da + + + + + Grafice de încărcare + Grafice de încărcare + Curent de încărcare (A), Puterea de încărcare (kW) + + + + Istoricul încărcării + Istoricul încărcării + Ultimele 10 sesiuni + Odometru + Sfărșit + Tip + SoC + Temp + Durata + + Completă + Deconectată + Oprită + Eroare + Programată + Flt1 + Flt22 + Flt3 + Flt4 + Flt5 + Flt6 + + + Lentă + Rapidă + Întrer + Nec. + Prog + + Rezumatul încărcării + Utilizarea totală a bateriei (kWh) + Energia totală din franare regenerativă (kWh) + Încărcări complete (#) + Încărcări parțiale (#) + + + + Climatizare + Climatizare + Consum de putere pentru confort termic (W) + Climatizare în mod buclă + Mod precondiționare a bateriei HV + Temperaturi (°C) + Temperatura de evaporare HV (°C) + Presiune (bari) + Starea de răcire a bateriei HV + Viteza ventilatorului motorului (%) + Interacțiunea climatizare-baterie + + Nu + Auto răcire + Răcire cuplată + Indisponibil + + + Semnal Invalid + Compresor Oprit + Compresorul porneste + Compresor Pornit + + + Dezactivare + Activare + Neutilizare + Semnal invalid + + + Fără probleme + Funcționare defectuasă + Compresor oprit din motive de siguranță + Compresorul trebuie înlocuit + + + În așteptare + Activ + Comfort + Driving + QuickDrop + + + Valoare indisponibilă + Deschis + Închis + Sensor Indisponibil + + + no FAN requested + (61- low- 38- very low) speed fan request + 61- not used- 38- low speed fan request + high speed fan request + + + Ventilație necesară + Răcire condiționată necesară + Încălzire condiționată necesară + Condiționarea nu este necesară + + + Nesolicitată + CoolCabinCoupleByAir + CoolBattCoupleByAir + CoolBattAloneByAir + CoolCabinCouple + + + Unavailable + AC + AC deiceing + + Heat pump + + Demisting + Idle + + + Unavailable + AC + AC deicing + AC to heat pump + Heat pump + Heat pump to AC + - + Idle mode + + Compressor RPM, ECO + External (°C), Internal (°C), Setpoint (°C), Battery (°C) + PTC Relay 1 + PTC Relay 2 + PTC Relay 3 + + On + Off + + + + + Consum + Consum + Cuplul la roată + Consum Instant + kWh/100km + Putere (kW), SoC (%) + Viteză (km/h), Consum (kWh/100km) + + + + Bord + Bord + + + + %s: sid %s nu există + + + + Informații de conducere + Conducere + Poziția pedalei + Cuplul la roată + Distanța până la destinație + Dist. disponibilă la dest. + Consumul călătoriei + Distanța călătoriei + Energia călătoriei (kWh) + Dublu + DISTANȚA RĂMASĂ + Introdu distanța până la destinație. Afișajul va estima distanța rămasă de condus disponibilă în baterie la sosirel + + + + Codurile de diagnosticare a erorilor(CDE) + Citire CDE + Interogare + Șterge + Toate datele + To enable clearing DTC\'s:\n\nEnter key card\n\nGear to D\n\nHold start button for approximately 5 seconds until the \'Remove card\' message appears\n\nGear to P + \n\nVă rugăm să așteptați până când firul de interogare este oprit…\n + \nNu există conexiune. Închideți acest ecran și asigurați-vă că dispozitivul este asociat și conectat\n + \nNu se pot găsi intrări pentru acest ECU. Se vor afișa doar CDE\n + \nSe trimite secvența de inițializare\n + \nInițializarea a eșuat\n + \nSe trimite secvența sesiunii de pornire a testerului + Câmpul de pornire a sesiunii nu există\n + Interogare trimisă, dar rezultat neașteptat primit:[ + \nSe trimite secvența CDE-urilor de pornire:[ + Câmpul Obține CDE-uri nu există\n + \nNu exista CDE-uri active\n + "Șterge " + Câmpul de ștergere a codurilor de eroare nu există\n + Mesaj nul. Este mașina pornită?\n + Ștergerea pare că a avut succes, vă rugăm să interogați CDE-urile\n + Terminat. Fișierul jurnal creat + Așteaptă, scriere %s + + + + Test dispozitiv ELM327 + Testare ELM + S-a primit rezultatul așteptat\n==========\n + Câmpul solicitat nu există. Aceasta este o eroare în suita de teste, vă rugăm să raportați\n + \nPregătit + Rezultatul este gol. Dispozitivul nu va funcționak\n + Problemă: + \nSe procesează comanda ISO-TP CLUSTER SW pregătită\n + \nSe procesează cadru liber pregătit FRÂNĂ DE PARCARE\n + \nNu se testează cadrele libere, deoarece ați selectat Utilizați câmpuri ISOTP\n + \nDispozitivul dvs. a trecut toate testele, probabil că va funcționa bine\n + + + + Hard reset a eșuat, se repornește Bluetooth ... + ELM pregătit, versiunea 1.3, ar trebui să funcționeze + ELM pregătit, versiunea 1.4, ar trebui să funcționezek + ELM pregătit, versiunea innocar, ar trebui să funcționeze + ELM este acum pregătit + ELM pregătit, versiunea 2.x, probabil nu va funcționa, vă rugăm raportați dacă merge + ELM pregătit, versiune necunoscută, probabil nu va funcționa, vă rugăm raportați dacă merge + + + + + + Firmware + Firmware + here.]]> + Scrie totul în csv + + + + Can\'t access asset %s + + + + Harta temperaturii + Harta temperaturii + + + + Harta voltajului + Harta voltajului + Tensiunea cea mai mare (V) + Tensiunea cea mai mică (V) + Diferența de tensiune (mV) + + + + Curenți de scurgere + Curenți de scurgere + Curenți de scurgere DC (mA) + Curenți de scurgere LF, 50 Hz (mA) + Curenți de scurgeret HF, 10 Khz (mA) + Curenți de scurgere EHF, 10 KHz harmonics (mA) + + + + Predicție de încărcare + Predicție de încărcaren + Starea la acest moment + Temperatura bateriei + Putere AC + Starea de încărcare (%) + Predicție de încărcare + Durata (hh:mm) + SoC + Autonomie disponibilă + Putere încărcare DC + + + + Autonomie + Autonomie + Autonomie disponibilă conform mașinii: + Autonomie disponibilă conform CanZE: + Pierderea de energie estimată pentru stilul de conducere: + Autonomie disponibilă (km), Energie disponibilă (kWh) + + + + Cercetare + Cercetare + + + + Setări + Build: + Versiune + Dispozitiv la distanță + Adresa dispozitivului + Tipul dispozitivului + Mașina + Nivel de jurnal + Opțiuni + Modul de conducere în siguranță + Modul Bluetooth de fundal + Mile + Mod întunecat + Utilizați câmpurile ISOTP + Salvare jurnal pe card SD + Depanare + Câmpuri + Aceasta înregistrează toate câmpurile solicitate de ecranul real. + Salvează jurnalul pe sdcard1 + Acțiuni + Șterge datele din cache + Da + Nu + ATENȚIE + Conducerea și neacordarea de atenție deplină traficului este extrem de periculoasă și pune în pericol viața dvs și a celorlalți participanți la trafic. Dezavtivarea acestui mod nu este deloc recomandata!\n\n Sigur vreți să dezactivați Modul de conducere în siguranță? + Nu, mulțumesc + Dacă lăsați conexiunea Bluetooth activă în timp ce aplicația trece în fundal, aceasta poate interfera cu alte aplicații care utilizează Bluetooth. De asemenea, vă poate descărca bateria dacă uitați să închideți CanZE sau să dezactivați această opțiune.

Dacă utilizați această funcție, conexiunea va rămâne activă, chiar dacă reporniți dispozitivul Android.

Sunteți sigur că doriți să continuați să activați modul de fundal Bluetooth?
+ Card SD nu este disponibil, nu se poate scrie sau nu are spațiu suficient pentru jurnalul de date.

Exportul de date nu poate fi activat!
+ Ne pare rău… + Cache-ul a fost șters… + + Acest dispozitiv nu are niciun adaptor Bluetooth.\n\nSorry… + + Dispozitiv + Model + Unitatea de măsura pentru distanță + Kilometri + Securitate + Afișaj + Setări CanSee + Definește nivelul de mesaje toast de depanare afișate + Setări de înregistrare + Înregistrarea datelor + Configurați segment personalizat + Activitate de pornire + Tema + Urmează sistemul + Dark + Light + Nici unul + Dispozitiv + Toate + Info + + + + Setări segment personalizat + + + + Viteza medie + Vit medie + Viteza medie + Atinge oriunde pentru a începe sau a reseta + Am prima valoare… + Am a doua valoare… + Se așteaptă a doua valoare… + + + + Informații anvelope + Anvelope + Toate presiunile în mbar. Presiunile sunt primite doar în timpul concuderii. + Neadaptare viteză-presiune + Față stânga + Față dreapta + Spate stânga + Spate dreapta + ID față stânga + ID față dreapta + ID spate stânga + ID spate dreaptat + scrie + citește + + OK + No info + Supraumflat + - + Pană + Pană + Sub umflat + - + + + + + + WidgetActivity + + + Hello blank fragment + Custom + + + ZE50 test + + + Despre + Sumar/Consum + Mulțumiri speciale + Pentru Vasile Onofrei, Francis Bernier, Constantin Irimia, Stavarache F, Mihail Emil Montoi, Pompei Gheorghe, Eniko Maria B, Davide Attanasio, Doru Fanaragiu, Dan Padure. + Aplicație dezvoltată de Bobby Galati, după aplicația CanZE de la http://canze.fisch.lu realizata initial de Bob Fisch si Jeroen Meijer pentru vehiculul electric Renault ZOE + Deschideți aplicația CanZE Plus din telefon și conectați prin Bluetooth la adaptorul OBD din mașină! + Mergi la sumar + Încărcare maximă baterie (kW) / Putere încărcare DC (kW) + Energie disponibilă (kWh), temperatură (°C) + Folosiți butonul de sus pentru a ieși din setări... + Opriți conexiunea. Setările se încarcă. Așteptați... + Sumar + +
+ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 452b7113..1a98e705 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -101,6 +101,9 @@ 12 volt batt Voltage, Vehicle state, Charging state Voltage + Current + Voltage under load + Curent under load Replacement advice Vehicle state @@ -112,6 +115,33 @@ 5 6 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + + + Asleep, off (0:red) + Awake, off (1:green) + Sleep mode pending (2:blue) + AutoACC (3:yellow) + Contact on + Ignition on + Starting in progress + Engine active + Autostart + Engine stop + 10 + 11 + 12 + 13 + 14 + Unavailable (15:black) Asleep, off (0:red) @@ -564,6 +594,45 @@ Cooling coupled Unavailable + + Signal Invalid + Compressor Off + Compressor is starting + Compressor On + + + Disable + Enable + Not used + Signal invalid + + + No problem + Degraded mode + Compressor shut-off safety reasons + Compressor has to te changed + + + ETS_Standby + ETS_WakeUp + ETS_Comfort + ETS_Driving + ETS_QuickDrop + + + Unvailable Value + Open + Closed + Sensor Unavailable + + + no FAN requested + (61- low- 38- very low) speed fan request + 61- not used- 38- low speed fan request + high speed fan request + + + Blow req Cool cond req @@ -878,4 +947,9 @@ ZE50 test + + "Stop Bluetooth. The settings are loading. Please wait… " + "Please use the buttons at the top to exit settings... " + About + From d8189f439a5754f593d131c7cfc9f083e65990b7 Mon Sep 17 00:00:00 2001 From: iboboc Date: Thu, 26 May 2022 18:36:53 +0300 Subject: [PATCH 2/2] Fix typo in app name Fix a crash in Battery view for Spring only Fix instant consumption view for Spring --- .../canze/activities/ConsumptionActivity.java | 4 ++-- .../fisch/canze/activities/MainActivity.java | 2 +- .../main/res/layout/activity_battery72.xml | 19 +++++++++++++++++++ app/src/main/res/values-it/strings.xml | 12 +----------- app/src/main/res/values-ro/strings.xml | 9 +-------- 5 files changed, 24 insertions(+), 22 deletions(-) diff --git a/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java b/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java index d814cca0..ed932422 100644 --- a/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/ConsumptionActivity.java @@ -50,11 +50,11 @@ public void initListeners () { addField(Sid.TotalPositiveTorque); addField(Sid.TotalNegativeTorque); addField(Sid.TotalPotentialResistiveWheelsTorque, 7200); - addField(Sid.Instant_Consumption, 0); addField(Sid.AverageConsumption, 5000); if (MainActivity.isSpring()) { addField(Sid.DcPowerOut, 5000); - } + } else addField(Sid.Instant_Consumption, 0); + } @Override diff --git a/app/src/main/java/lu/fisch/canze/activities/MainActivity.java b/app/src/main/java/lu/fisch/canze/activities/MainActivity.java index 17cb3e90..7d246488 100644 --- a/app/src/main/java/lu/fisch/canze/activities/MainActivity.java +++ b/app/src/main/java/lu/fisch/canze/activities/MainActivity.java @@ -344,7 +344,7 @@ private void loadSettings() { altFieldsMode = false; } - // Bobby: Dacia Spring daoes not have altfields as well, but fields doesnt match, so not disabled, yet. To be tested without + // Bobby: Dacia Spring does not have altfields as well, but fields doesnt match, so not disabled, yet. To be tested without if (car == CAR_SPRING) { altFieldsMode = false; } diff --git a/app/src/main/res/layout/activity_battery72.xml b/app/src/main/res/layout/activity_battery72.xml index 40c8f2a7..692858c2 100644 --- a/app/src/main/res/layout/activity_battery72.xml +++ b/app/src/main/res/layout/activity_battery72.xml @@ -63,6 +63,25 @@ + + + + - CanZE Plus + CanZE @@ -898,10 +898,6 @@ Custom fragment settings - - - Summary - Average speed @@ -951,12 +947,6 @@ ZE50 test About - Summary/Consumption - Special Thanks - To Vasile Onofrei, Francis Bernier, Constantin Irimia, Stavarache F, Mihail Emil Montoi, Pompei Gheorghe, Eniko Maria B, Davide Attanasio, Doru Fanaragiu, Dan Padure. - Sviluppato da Bobby Galati, basato sull\'app CanZE di http://canze.fisch.lu inizialmente costruito da Bob Fisch e Jeroen Meijer per il veicolo elettrico Renault ZOE - Please open CanZE Plus application on your phone and connect to OBD Bluetooth! - Go to your dash "Stop Bluetooth. The settings are loading. Please wait… " "Please use the buttons at the top to exit settings... " diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index dad45ec4..5bfc53a8 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -2,7 +2,7 @@ - CanZE Plus + CanZE @@ -922,17 +922,10 @@ Despre - Sumar/Consum - Mulțumiri speciale - Pentru Vasile Onofrei, Francis Bernier, Constantin Irimia, Stavarache F, Mihail Emil Montoi, Pompei Gheorghe, Eniko Maria B, Davide Attanasio, Doru Fanaragiu, Dan Padure. - Aplicație dezvoltată de Bobby Galati, după aplicația CanZE de la http://canze.fisch.lu realizata initial de Bob Fisch si Jeroen Meijer pentru vehiculul electric Renault ZOE - Deschideți aplicația CanZE Plus din telefon și conectați prin Bluetooth la adaptorul OBD din mașină! - Mergi la sumar Încărcare maximă baterie (kW) / Putere încărcare DC (kW) Energie disponibilă (kWh), temperatură (°C) Folosiți butonul de sus pentru a ieși din setări... Opriți conexiunea. Setările se încarcă. Așteptați... - Sumar