2023-01-15 03:31:58 -08:00
RPMValue ( " RPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 4 , 1 . 0 , 0 . 0 , 8000 . 0 , " RPM " ) ,
2023-05-04 18:28:25 -07:00
rpmAcceleration ( " dRPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 6 , 1 . 0 , 0 . 0 , 5 . 0 , " RPM acceleration " ) ,
2023-01-15 03:31:58 -08:00
speedToRpmRatio ( " Gearbox Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 8 , 0 . 01 , 0 . 0 , 0 . 0 , " value " ) ,
2023-04-22 13:22:57 -07:00
unusedVehicleSpeedKph ( " Vehicle Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 10 , 1 . 0 , 0 . 0 , 0 . 0 , " kph " ) ,
2023-01-15 03:31:58 -08:00
internalMcuTemperature ( " CPU Temperature " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 11 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
coolant ( " CLT " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 12 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
intake ( " IAT " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 14 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
auxTemp1 ( " auxTemp1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 16 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
auxTemp2 ( " auxTemp2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 18 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
TPSValue ( " TPS " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 20 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
throttlePedalPosition ( " Throttle pedal position " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 22 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tpsADC ( " tpsADC " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 24 , 1 . 0 , 0 . 0 , 0 . 0 , " ADC " ) ,
rawMaf ( " rawMaf " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 26 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
mafMeasured ( " MAF " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 28 , 0 . 1 , 0 . 0 , 0 . 0 , " kg/h " ) ,
MAPValue ( " MAP " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 30 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
baroPressure ( " baroPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 32 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
lambdaValue ( " Lambda " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 34 , 1 . 0E - 4 , 0 . 0 , 0 . 0 , " " ) ,
2023-09-25 18:23:22 -07:00
VBatt ( " VBatt " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 36 , 0 . 001 , 0 . 0 , 0 . 0 , " V " ) ,
oilPressure ( " Oil Pressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 38 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
vvtPositionB1I ( " VVT: bank 1 intake " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 40 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
actualLastInjection ( " Fuel: Last inj pulse width " \ nActual last injection time - including all compensation and injection mode , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 42 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " ms " ) ,
injectorDutyCycle ( " Fuel: injector duty cycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 44 , 0 . 5 , 0 . 0 , 0 . 0 , " % " ) ,
veValue ( " Fuel: VE " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 45 , 0 . 5 , 0 . 0 , 0 . 0 , " ratio " ) ,
injectionOffset ( " Fuel: Injection timing SOI " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 46 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
engineMakeCodeNameCrc16 ( " Engine CRC16 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 48 , 1 . 0 , 0 . 0 , 0 . 0 , " crc16 " ) ,
wallFuelAmount ( " Fuel: wall amount " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 50 , 0 . 01 , 0 . 0 , 0 . 0 , " mg " ) ,
wallFuelCorrectionValue ( " Fuel: wall correction " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 52 , 0 . 01 , 0 . 0 , 0 . 0 , " mg " ) ,
revolutionCounterSinceStart ( " revolutionCounterSinceStart " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 54 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
canReadCounter ( " CAN: Rx " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 56 , 1 . 0 , 0 . 0 , 64000 . 0 , " " ) ,
tpsAccelFuel ( " Fuel: TPS AE add fuel ms " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 58 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " ms " ) ,
currentIgnitionMode ( " Ignition: Mode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 60 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
currentInjectionMode ( " Fuel: Injection mode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 61 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
coilDutyCycle ( " Ignition: coil duty cycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 62 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
2023-09-26 10:15:12 -07:00
etbTarget ( " ETB Target " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 64 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
etb1DutyCycle ( " ETB: Duty " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 66 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
fuelTankLevel ( " Fuel level " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 68 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
totalFuelConsumption ( " Fuel: Total consumed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 70 , 1 . 0 , 0 . 0 , 0 . 0 , " grams " ) ,
fuelFlowRate ( " Fuel: Flow rate " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 72 , 0 . 005 , 0 . 0 , 0 . 0 , " gram/s " ) ,
TPS2Value ( " TPS2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 74 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tuneCrc16 ( " Tune CRC16 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 76 , 1 . 0 , 0 . 0 , 0 . 0 , " crc16 " ) ,
alignmentFill_at_78 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 78 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
2023-09-25 18:23:22 -07:00
seconds ( " Uptime " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 80 , 1 . 0 , 0 . 0 , 0 . 0 , " sec " ) ,
engineMode ( " Engine Mode " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 84 , 1 . 0 , 0 . 0 , 0 . 0 , " em " ) ,
firmwareVersion ( " firmware " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 88 , 1 . 0 , 0 . 0 , 0 . 0 , " version_f " ) ,
rawIdlePositionSensor ( " rawIdlePositionSensor " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 92 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawWastegatePosition ( " rawWastegatePosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 94 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
accelerationX ( " Acceleration: X " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 96 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
accelerationY ( " Acceleration: Y " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 98 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
2023-10-19 09:58:29 -07:00
detectedGear ( " Detected Gear " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 100 , 1 . 0 , 0 . 0 , 10 . 0 , " " ) ,
2023-09-25 18:23:22 -07:00
maxTriggerReentrant ( " maxTriggerReentrant " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 101 , 1 . 0 , 0 . 0 , 100 . 0 , " " ) ,
rawLowFuelPressure ( " rawLowFuelPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 102 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawHighFuelPressure ( " rawHighFuelPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 104 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
lowFuelPressure ( " Fuel pressure (low) " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 106 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kpa " ) ,
tcuDesiredGear ( " TCU: Desired Gear " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 108 , 1 . 0 , - 1 . 0 , 10 . 0 , " gear " ) ,
flexPercent ( " Flex Ethanol % " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 109 , 0 . 5 , 0 . 0 , 0 . 0 , " % " ) ,
wastegatePositionSensor ( " Wastegate position sensor " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 110 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
highFuelPressure ( " Fuel pressure (high) " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 112 , 0 . 1 , 0 . 0 , 0 . 0 , " bar " ) ,
alignmentFill_at_114 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 114 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
calibrationValue ( " calibrationValue " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 116 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
calibrationMode ( " calibrationMode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 120 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
2023-09-25 19:02:33 -07:00
idleStepperTargetPosition ( " Idle: Stepper target position " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 121 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
2023-05-05 14:14:03 -07:00
alignmentFill_at_122 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 122 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
tsConfigVersion ( " tsConfigVersion " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 124 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
2023-09-25 18:23:22 -07:00
totalTriggerErrorCounter ( " Trigger Error Counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 128 , 1 . 0 , 0 . 0 , 0 . 0 , " counter " ) ,
orderingErrorCounter ( " orderingErrorCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 132 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
warningCounter ( " Warning: counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 136 , 1 . 0 , 0 . 0 , 0 . 0 , " count " ) ,
lastErrorCode ( " Warning: last " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 138 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode1 ( " recentErrorCode 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 140 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode2 ( " recentErrorCode 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 142 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode3 ( " recentErrorCode 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 144 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode4 ( " recentErrorCode 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 146 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode5 ( " recentErrorCode 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 148 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode6 ( " recentErrorCode 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 150 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode7 ( " recentErrorCode 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 152 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode8 ( " recentErrorCode 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 154 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
debugFloatField1 ( " debugFloatField1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 156 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField2 ( " debugFloatField2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 160 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField3 ( " debugFloatField3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 164 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField4 ( " debugFloatField4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 168 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField5 ( " debugFloatField5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 172 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField6 ( " debugFloatField6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 176 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField7 ( " debugFloatField7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 180 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField1 ( " debugIntField1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 184 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField2 ( " debugIntField2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 188 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField3 ( " debugIntField3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 192 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField4 ( " debugIntField4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 196 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField5 ( " debugIntField5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 198 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
egt1 ( " EGT 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 200 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt2 ( " EGT 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 202 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt3 ( " EGT 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 204 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt4 ( " EGT 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 206 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt5 ( " EGT 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 208 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt6 ( " EGT 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 210 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt7 ( " EGT 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 212 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt8 ( " EGT 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 214 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
rawTps1Primary ( " rawTps1Primary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 216 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawPpsPrimary ( " rawPpsPrimary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 218 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawClt ( " rawClt " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 220 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawIat ( " rawIat " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 222 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawOilPressure ( " rawOilPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 224 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
fuelClosedLoopBinIdx ( " fuelClosedLoopBinIdx " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 226 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
tcuCurrentGear ( " Current Gear " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 227 , 1 . 0 , - 1 . 0 , 10 . 0 , " gear " ) ,
rawPpsSecondary ( " rawPpsSecondary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 228 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
2023-09-25 19:23:45 -07:00
idlePositionSensor ( " Idle: Position sensor " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 230 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
AFRValue ( " Air/Fuel Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 232 , 0 . 001 , 0 . 0 , 0 . 0 , " AFR " ) ,
VssAcceleration ( " Vss Accel " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 234 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " m/s2 " ) ,
lambdaValue2 ( " Lambda 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 236 , 1 . 0E - 4 , 0 . 0 , 0 . 0 , " " ) ,
AFRValue2 ( " Air/Fuel Ratio 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 238 , 0 . 001 , 0 . 0 , 0 . 0 , " AFR " ) ,
vvtPositionB1E ( " VVT: bank 1 exhaust " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 240 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtPositionB2I ( " VVT: bank 2 intake " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 242 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtPositionB2E ( " VVT: bank 2 exhaust " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 244 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
fuelPidCorrection1 ( " Fuel: Trim bank 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 246 , 0 . 01 , - 20 . 0 , 20 . 0 , " % " ) ,
fuelPidCorrection2 ( " Fuel: Trim bank 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 248 , 0 . 01 , - 20 . 0 , 20 . 0 , " % " ) ,
rawTps1Secondary ( " rawTps1Secondary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 250 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawTps2Primary ( " rawTps2Primary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 252 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawTps2Secondary ( " rawTps2Secondary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 254 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
accelerationZ ( " Acceleration: Z " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 256 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
accelerationRoll ( " Acceleration: Roll " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 258 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
accelerationYaw ( " Acceleration: Yaw " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 260 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
vvtTargets1 ( " vvtTargets 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 262 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtTargets2 ( " vvtTargets 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 263 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtTargets3 ( " vvtTargets 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 264 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtTargets4 ( " vvtTargets 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 265 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
turboSpeed ( " Turbocharger Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 266 , 1 . 0 , 0 . 0 , 0 . 0 , " hz " ) ,
ignitionAdvanceCyl1 ( " Ign: Timing Cyl 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 268 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl2 ( " Ign: Timing Cyl 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 270 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl3 ( " Ign: Timing Cyl 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 272 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl4 ( " Ign: Timing Cyl 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 274 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl5 ( " Ign: Timing Cyl 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 276 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl6 ( " Ign: Timing Cyl 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 278 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl7 ( " Ign: Timing Cyl 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 280 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl8 ( " Ign: Timing Cyl 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 282 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl9 ( " Ign: Timing Cyl 9 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 284 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl10 ( " Ign: Timing Cyl 10 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 286 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl11 ( " Ign: Timing Cyl 11 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 288 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
ignitionAdvanceCyl12 ( " Ign: Timing Cyl 12 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 290 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
tps1Split ( " tps1Split " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 292 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tps2Split ( " tps2Split " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 294 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tps12Split ( " tps12Split " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 296 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
accPedalSplit ( " accPedalSplit " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 298 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
sparkCutReason ( " Ign: Cut Code " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 300 , 1 . 0 , 0 . 0 , 0 . 0 , " code " ) ,
fuelCutReason ( " Fuel: Cut Code " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 301 , 1 . 0 , 0 . 0 , 0 . 0 , " code " ) ,
mafEstimate ( " Air: Flow estimate " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 302 , 0 . 1 , 0 . 0 , 0 . 0 , " kg/h " ) ,
instantRpm ( " sync: instant RPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 304 , 1 . 0 , 0 . 0 , 0 . 0 , " rpm " ) ,
rawMap ( " rawMap " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 306 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAfr ( " rawAfr " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 308 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
alignmentFill_at_310 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 310 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
calibrationValue2 ( " calibrationValue2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 312 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
luaInvocationCounter ( " Lua: Tick counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 316 , 1 . 0 , 0 . 0 , 0 . 0 , " count " ) ,
luaLastCycleDuration ( " Lua: Last tick duration " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 320 , 1 . 0 , 0 . 0 , 0 . 0 , " nt " ) ,
tcu_currentRange ( " TCU: Current Range " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 324 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
alignmentFill_at_325 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 325 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
tcRatio ( " TCU: Torque Converter Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 326 , 0 . 01 , 0 . 0 , 0 . 0 , " value " ) ,
lastShiftTime ( " lastShiftTime " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 328 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vssEdgeCounter ( " vssEdgeCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 332 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
issEdgeCounter ( " issEdgeCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 336 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
auxLinear1 ( " Aux linear #1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 340 , 0 . 01 , 0 . 0 , 0 . 0 , " " ) ,
auxLinear2 ( " Aux linear #2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 342 , 0 . 01 , 0 . 0 , 0 . 0 , " " ) ,
fallbackMap ( " fallbackMap " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 344 , 0 . 1 , 0 . 0 , 1000 . 0 , " kPa " ) ,
instantMAPValue ( " Instant MAP " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 346 , 0 . 03333333333333333 , 0 . 0 , 655 . 0 , " kPa " ) ,
maxLockedDuration ( " maxLockedDuration " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 348 , 1 . 0 , 0 . 0 , 65535 . 0 , " us " ) ,
canWriteOk ( " CAN: Tx OK " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 350 , 1 . 0 , 0 . 0 , 64000 . 0 , " " ) ,
canWriteNotOk ( " CAN: Tx err " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 352 , 1 . 0 , 0 . 0 , 64000 . 0 , " " ) ,
alignmentFill_at_354 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 354 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
triggerPrimaryFall ( " triggerPrimaryFall " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 356 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerPrimaryRise ( " triggerPrimaryRise " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 360 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerSecondaryFall ( " triggerSecondaryFall " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 364 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerSecondaryRise ( " triggerSecondaryRise " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 368 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerVvtFall ( " triggerVvtFall " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 372 , 1 . 0 , 0 . 0 , 3000 . 0 , " " ) ,
triggerVvtRise ( " triggerVvtRise " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 374 , 1 . 0 , 0 . 0 , 3000 . 0 , " " ) ,
triggerVvt2Fall ( " triggerVvt2Fall " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 376 , 1 . 0 , 0 . 0 , 3000 . 0 , " " ) ,
triggerVvt2Rise ( " triggerVvt2Rise " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 378 , 1 . 0 , 0 . 0 , 3000 . 0 , " " ) ,
starterState ( " starterState " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 380 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
starterRelayDisable ( " starterRelayDisable " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 381 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
multiSparkCounter ( " Ign: Multispark count " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 382 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
extiOverflowCount ( " extiOverflowCount " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 383 , 1 . 0 , 0 . 0 , 255 . 0 , " " ) ,
alternatorStatus ( " alternatorStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 384 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idleStatus ( " idleStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 400 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
etbStatus ( " etbStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 416 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
boostStatus ( " boostStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 432 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
wastegateDcStatus ( " wastegateDcStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 448 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus1 ( " vvtStatus 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 464 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus2 ( " vvtStatus 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 480 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus3 ( " vvtStatus 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 496 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus4 ( " vvtStatus 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 512 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
auxSpeed1 ( " Aux speed 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 528 , 1 . 0 , 0 . 0 , 0 . 0 , " s " ) ,
auxSpeed2 ( " Aux speed 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 530 , 1 . 0 , 0 . 0 , 0 . 0 , " s " ) ,
ISSValue ( " TCU: Input Shaft Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 532 , 1 . 0 , 0 . 0 , 8000 . 0 , " RPM " ) ,
rawAnalogInput1 ( " rawAnalogInput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 534 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput2 ( " rawAnalogInput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 536 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput3 ( " rawAnalogInput 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 538 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput4 ( " rawAnalogInput 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 540 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput5 ( " rawAnalogInput 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 542 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput6 ( " rawAnalogInput 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 544 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput7 ( " rawAnalogInput 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 546 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput8 ( " rawAnalogInput 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 548 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
gppwmOutput1 ( " GPPWM Output 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 550 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmOutput2 ( " GPPWM Output 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 551 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmOutput3 ( " GPPWM Output 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 552 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmOutput4 ( " GPPWM Output 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 553 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmXAxis1 ( " gppwmXAxis 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 554 , 1 . 0 , - 30000 . 0 , 30000 . 0 , " " ) ,
gppwmXAxis2 ( " gppwmXAxis 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 556 , 1 . 0 , - 30000 . 0 , 30000 . 0 , " " ) ,
gppwmXAxis3 ( " gppwmXAxis 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 558 , 1 . 0 , - 30000 . 0 , 30000 . 0 , " " ) ,
gppwmXAxis4 ( " gppwmXAxis 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 560 , 1 . 0 , - 30000 . 0 , 30000 . 0 , " " ) ,
gppwmYAxis1 ( " gppwmYAxis 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 562 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
gppwmYAxis2 ( " gppwmYAxis 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 564 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
gppwmYAxis3 ( " gppwmYAxis 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 566 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
gppwmYAxis4 ( " gppwmYAxis 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 568 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
rawBattery ( " rawBattery " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 570 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
ignBlendParameter1 ( " ignBlendParameter 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 572 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
ignBlendParameter2 ( " ignBlendParameter 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 574 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
ignBlendParameter3 ( " ignBlendParameter 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 576 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
ignBlendParameter4 ( " ignBlendParameter 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 578 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
ignBlendBias1 ( " ignBlendBias 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 580 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendBias2 ( " ignBlendBias 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 581 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendBias3 ( " ignBlendBias 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 582 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendBias4 ( " ignBlendBias 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 583 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendOutput1 ( " ignBlendOutput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 584 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
ignBlendOutput2 ( " ignBlendOutput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 586 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
ignBlendOutput3 ( " ignBlendOutput 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 588 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
ignBlendOutput4 ( " ignBlendOutput 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 590 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
veBlendParameter1 ( " veBlendParameter 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 592 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
veBlendParameter2 ( " veBlendParameter 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 594 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
veBlendParameter3 ( " veBlendParameter 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 596 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
veBlendParameter4 ( " veBlendParameter 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 598 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
veBlendBias1 ( " veBlendBias 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 600 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendBias2 ( " veBlendBias 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 601 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendBias3 ( " veBlendBias 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 602 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendBias4 ( " veBlendBias 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 603 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendOutput1 ( " veBlendOutput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 604 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
veBlendOutput2 ( " veBlendOutput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 606 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
veBlendOutput3 ( " veBlendOutput 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 608 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
veBlendOutput4 ( " veBlendOutput 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 610 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
boostOpenLoopBlendParameter1 ( " boostOpenLoopBlendParameter 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 612 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
boostOpenLoopBlendParameter2 ( " boostOpenLoopBlendParameter 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 614 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
boostOpenLoopBlendBias1 ( " boostOpenLoopBlendBias 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 616 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
boostOpenLoopBlendBias2 ( " boostOpenLoopBlendBias 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 617 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
boostOpenLoopBlendOutput1 ( " boostOpenLoopBlendOutput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 618 , 1 . 0 , - 100 . 0 , 100 . 0 , " % " ) ,
boostOpenLoopBlendOutput2 ( " boostOpenLoopBlendOutput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 619 , 1 . 0 , - 100 . 0 , 100 . 0 , " % " ) ,
boostClosedLoopBlendParameter1 ( " boostClosedLoopBlendParameter 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 620 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
boostClosedLoopBlendParameter2 ( " boostClosedLoopBlendParameter 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 622 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " " ) ,
boostClosedLoopBlendBias1 ( " boostClosedLoopBlendBias 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 624 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
boostClosedLoopBlendBias2 ( " boostClosedLoopBlendBias 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 625 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
boostClosedLoopBlendOutput1 ( " boostClosedLoopBlendOutput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 626 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " % " ) ,
boostClosedLoopBlendOutput2 ( " boostClosedLoopBlendOutput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 628 , 0 . 1 , - 1000 . 0 , 1000 . 0 , " % " ) ,
alignmentFill_at_630 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 630 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
outputRequestPeriod ( " outputRequestPeriod " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 636 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
mapFast ( " mapFast " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 640 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaGauges1 ( " Lua: Gauge 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 644 , 1 . 0 , 0 . 0 , 50000 . 0 , " value " ) ,
luaGauges2 ( " Lua: Gauge 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 648 , 1 . 0 , 0 . 0 , 50000 . 0 , " value " ) ,
rawMaf2 ( " rawMaf2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 652 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
mafMeasured2 ( " MAF #2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 654 , 0 . 1 , 0 . 0 , 0 . 0 , " kg/h " ) ,
vehicleSpeedKph ( " Vehicle Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 656 , 0 . 01 , 0 . 0 , 0 . 0 , " kph " ) ,
Gego ( " Gego " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 658 , 0 . 01 , 50 . 0 , 150 . 0 , " % " ) ,
testBenchIter ( " testBenchIter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 660 , 1 . 0 , 0 . 0 , 0 . 0 , " count " ) ,
oilTemp ( " oilTemp " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 662 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
fuelTemp ( " fuelTemp " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 664 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
ambientTemp ( " ambientTemp " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 666 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
compressorDischargeTemp ( " compressorDischargeTemp " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 668 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
2023-10-05 06:42:39 -07:00
compressorDischargePressure ( " compressorDischargePressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 670 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
throttleInletPressure ( " throttleInletPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 672 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
ignitionOnTime ( " ignitionOnTime " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 674 , 1 . 0 , 0 . 0 , 0 . 0 , " sec " ) ,
engineRunTime ( " engineRunTime " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 676 , 1 . 0 , 0 . 0 , 0 . 0 , " sec " ) ,
distanceTraveled ( " distanceTraveled " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 678 , 0 . 1 , 0 . 0 , 0 . 0 , " km " ) ,
2023-10-06 18:03:09 -07:00
afrGasolineScale ( " Air/Fuel Ratio (Gas Scale) " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 680 , 0 . 001 , 0 . 0 , 0 . 0 , " AFR " ) ,
afr2GasolineScale ( " Air/Fuel Ratio 2 (Gas Scale) " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 682 , 0 . 001 , 0 . 0 , 0 . 0 , " AFR " ) ,
unusedAtTheEnd1 ( " unusedAtTheEnd 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 684 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd2 ( " unusedAtTheEnd 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 685 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd3 ( " unusedAtTheEnd 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 686 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd4 ( " unusedAtTheEnd 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 687 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd5 ( " unusedAtTheEnd 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 688 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd6 ( " unusedAtTheEnd 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 689 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd7 ( " unusedAtTheEnd 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 690 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd8 ( " unusedAtTheEnd 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 691 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd9 ( " unusedAtTheEnd 9 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 692 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd10 ( " unusedAtTheEnd 10 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 693 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd11 ( " unusedAtTheEnd 11 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 694 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd12 ( " unusedAtTheEnd 12 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 695 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd13 ( " unusedAtTheEnd 13 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 696 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd14 ( " unusedAtTheEnd 14 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 697 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd15 ( " unusedAtTheEnd 15 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 698 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd16 ( " unusedAtTheEnd 16 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 699 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd17 ( " unusedAtTheEnd 17 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 700 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd18 ( " unusedAtTheEnd 18 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 701 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd19 ( " unusedAtTheEnd 19 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 702 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd20 ( " unusedAtTheEnd 20 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 703 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd21 ( " unusedAtTheEnd 21 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 704 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd22 ( " unusedAtTheEnd 22 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 705 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd23 ( " unusedAtTheEnd 23 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 706 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd24 ( " unusedAtTheEnd 24 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 707 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd25 ( " unusedAtTheEnd 25 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 708 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd26 ( " unusedAtTheEnd 26 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 709 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd27 ( " unusedAtTheEnd 27 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 710 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd28 ( " unusedAtTheEnd 28 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 711 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd29 ( " unusedAtTheEnd 29 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 712 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd30 ( " unusedAtTheEnd 30 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 713 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd31 ( " unusedAtTheEnd 31 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 714 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd32 ( " unusedAtTheEnd 32 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 715 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd33 ( " unusedAtTheEnd 33 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 716 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd34 ( " unusedAtTheEnd 34 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 717 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd35 ( " unusedAtTheEnd 35 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 718 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd36 ( " unusedAtTheEnd 36 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 719 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd37 ( " unusedAtTheEnd 37 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 720 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd38 ( " unusedAtTheEnd 38 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 721 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd39 ( " unusedAtTheEnd 39 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 722 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd40 ( " unusedAtTheEnd 40 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 723 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd41 ( " unusedAtTheEnd 41 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 724 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd42 ( " unusedAtTheEnd 42 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 725 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd43 ( " unusedAtTheEnd 43 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 726 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd44 ( " unusedAtTheEnd 44 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 727 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd45 ( " unusedAtTheEnd 45 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 728 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd46 ( " unusedAtTheEnd 46 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 729 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd47 ( " unusedAtTheEnd 47 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 730 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd48 ( " unusedAtTheEnd 48 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 731 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd49 ( " unusedAtTheEnd 49 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 732 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd50 ( " unusedAtTheEnd 50 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 733 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd51 ( " unusedAtTheEnd 51 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 734 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd52 ( " unusedAtTheEnd 52 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 735 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd53 ( " unusedAtTheEnd 53 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 736 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd54 ( " unusedAtTheEnd 54 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 737 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd55 ( " unusedAtTheEnd 55 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 738 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd56 ( " unusedAtTheEnd 56 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 739 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd57 ( " unusedAtTheEnd 57 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 740 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd58 ( " unusedAtTheEnd 58 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 741 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd59 ( " unusedAtTheEnd 59 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 742 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd60 ( " unusedAtTheEnd 60 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 743 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd61 ( " unusedAtTheEnd 61 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 744 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd62 ( " unusedAtTheEnd 62 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 745 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd63 ( " unusedAtTheEnd 63 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 746 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd64 ( " unusedAtTheEnd 64 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 747 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd65 ( " unusedAtTheEnd 65 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 748 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd66 ( " unusedAtTheEnd 66 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 749 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd67 ( " unusedAtTheEnd 67 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 750 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd68 ( " unusedAtTheEnd 68 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 751 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd69 ( " unusedAtTheEnd 69 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 752 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd70 ( " unusedAtTheEnd 70 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 753 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd71 ( " unusedAtTheEnd 71 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 754 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd72 ( " unusedAtTheEnd 72 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 755 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd73 ( " unusedAtTheEnd 73 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 756 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd74 ( " unusedAtTheEnd 74 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 757 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd75 ( " unusedAtTheEnd 75 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 758 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd76 ( " unusedAtTheEnd 76 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 759 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd77 ( " unusedAtTheEnd 77 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 760 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd78 ( " unusedAtTheEnd 78 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 761 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd79 ( " unusedAtTheEnd 79 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 762 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd80 ( " unusedAtTheEnd 80 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 763 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd81 ( " unusedAtTheEnd 81 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 764 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd82 ( " unusedAtTheEnd 82 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 765 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd83 ( " unusedAtTheEnd 83 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 766 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd84 ( " unusedAtTheEnd 84 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 767 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd85 ( " unusedAtTheEnd 85 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 768 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd86 ( " unusedAtTheEnd 86 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 769 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd87 ( " unusedAtTheEnd 87 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 770 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd88 ( " unusedAtTheEnd 88 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 771 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd89 ( " unusedAtTheEnd 89 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 772 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd90 ( " unusedAtTheEnd 90 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 773 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd91 ( " unusedAtTheEnd 91 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 774 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd92 ( " unusedAtTheEnd 92 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 775 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd93 ( " unusedAtTheEnd 93 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 776 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd94 ( " unusedAtTheEnd 94 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 777 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd95 ( " unusedAtTheEnd 95 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 778 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd96 ( " unusedAtTheEnd 96 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 779 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd97 ( " unusedAtTheEnd 97 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 780 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd98 ( " unusedAtTheEnd 98 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 781 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd99 ( " unusedAtTheEnd 99 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 782 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd100 ( " unusedAtTheEnd 100 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 783 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd101 ( " unusedAtTheEnd 101 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 784 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd102 ( " unusedAtTheEnd 102 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 785 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd103 ( " unusedAtTheEnd 103 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 786 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd104 ( " unusedAtTheEnd 104 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 787 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd105 ( " unusedAtTheEnd 105 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 788 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd106 ( " unusedAtTheEnd 106 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 789 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd107 ( " unusedAtTheEnd 107 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 790 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd108 ( " unusedAtTheEnd 108 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 791 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd109 ( " unusedAtTheEnd 109 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 792 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd110 ( " unusedAtTheEnd 110 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 793 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd111 ( " unusedAtTheEnd 111 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 794 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd112 ( " unusedAtTheEnd 112 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 795 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd113 ( " unusedAtTheEnd 113 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 796 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd114 ( " unusedAtTheEnd 114 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 797 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd115 ( " unusedAtTheEnd 115 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 798 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd116 ( " unusedAtTheEnd 116 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 799 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd117 ( " unusedAtTheEnd 117 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 800 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd118 ( " unusedAtTheEnd 118 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 801 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd119 ( " unusedAtTheEnd 119 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 802 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd120 ( " unusedAtTheEnd 120 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 803 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
2023-09-25 19:23:45 -07:00
totalFuelCorrection ( " Fuel: Total correction " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 804 , 1 . 0 , 0 . 0 , 3 . 0 , " mult " ) ,
running ( " running " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 808 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
afrTableYAxis ( " afrTableYAxis " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 828 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
targetLambda ( " Fuel: target lambda " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 830 , 1 . 0E - 4 , 0 . 5 , 1 . 5 , " " ) ,
targetAFR ( " Fuel: target AFR " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 832 , 0 . 001 , 10 . 0 , 20 . 0 , " ratio " ) ,
stoichiometricRatio ( " Fuel: Stoich ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 834 , 0 . 001 , 0 . 0 , 0 . 0 , " ratio " ) ,
sdTcharge_coff ( " sdTcharge_coff " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 836 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sdAirMassInOneCylinder ( " Air: Cylinder airmass " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 840 , 1 . 0 , 0 . 0 , 0 . 0 , " g " ) ,
normalizedCylinderFilling ( " Air: Normalized cyl filling " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 844 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
baseDwell ( " Ignition: base dwell " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 852 , 1 . 0 , 0 . 0 , 30 . 0 , " ms " ) ,
sparkDwell ( " Ignition: coil charge time " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 856 , 1 . 0 , 0 . 0 , 30 . 0 , " ms " ) ,
dwellAngle ( " Ignition: dwell duration \ nas crankshaft angle \ nNAN if engine is stopped \ nSee also sparkDwell " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 860 , 1 . 0 , 0 . 0 , 120 . 0 , " deg " ) ,
cltTimingCorrection ( " Ign: CLT correction " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 864 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
timingIatCorrection ( " Ign: IAT correction " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 866 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
timingPidCorrection ( " Idle: Timing adjustment " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 868 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
baseIgnitionAdvance ( " Ignition: Timing " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 870 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
correctedIgnitionAdvance ( " Timing: ignition " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 872 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
alignmentFill_at_22 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 874 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
dwellVoltageCorrection ( " Ign: Dwell voltage correction " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 876 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaTimingAdd ( " Ign: Lua timing add " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 880 , 1 . 0 , - 20 . 0 , 20 . 0 , " deg " ) ,
luaTimingMult ( " Ign: Lua timing mult " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 884 , 1 . 0 , - 20 . 0 , 20 . 0 , " deg " ) ,
m_knockLevel ( " Knock: Current level " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 892 , 1 . 0 , 0 . 0 , 0 . 0 , " Volts " ) ,
m_knockCyl1 ( " Knock: Cyl 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 896 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl2 ( " Knock: Cyl 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 897 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl3 ( " Knock: Cyl 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 898 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl4 ( " Knock: Cyl 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 899 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl5 ( " Knock: Cyl 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 900 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl6 ( " Knock: Cyl 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 901 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl7 ( " Knock: Cyl 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 902 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl8 ( " Knock: Cyl 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 903 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl9 ( " Knock: Cyl 9 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 904 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl10 ( " Knock: Cyl 10 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 905 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl11 ( " Knock: Cyl 11 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 906 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
m_knockCyl12 ( " Knock: Cyl 12 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 907 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
2023-09-25 18:23:22 -07:00
m_knockRetard ( " Knock: Retard " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 908 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
m_knockThreshold ( " Knock: Threshold " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 912 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
m_knockCount ( " Knock: Count " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 916 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
2023-09-25 19:23:45 -07:00
m_maximumRetard ( " Knock: Max retard " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 920 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2023-09-25 18:23:22 -07:00
throttleModelCrossoverAngle ( " Air: Throttle crossover pos " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 928 , 0 . 01 , 0 . 0 , 100 . 0 , " % " ) ,
alignmentFill_at_6 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 930 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
throttleEstimatedFlow ( " Air: Throttle flow estimate " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 932 , 1 . 0 , 0 . 0 , 5 . 0 , " g/s " ) ,
m_requested_pump ( " GDI: HPFP duration \ nComputed requested pump duration in degrees (not including deadtime) " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 936 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuel_requested_percent ( " GDI: requested_percent " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 940 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuel_requested_percent_pi ( " GDI: percent_pi " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 944 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
m_pressureTarget_kPa ( " GDI: target pressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 952 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
nextLobe ( " GDI: nextLobe " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 956 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
di_nextStart ( " GDI: next start " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 960 , 1 . 0 , 0 . 0 , 100 . 0 , " v " ) ,
m_deadtime ( " Fuel: injector lag " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 964 , 1 . 0 , 0 . 0 , 0 . 0 , " ms " ) ,
pressureDelta ( " fuel: Injector pressure delta " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 968 , 1 . 0 , - 1000 . 0 , 1000 . 0 , " kPa " ) ,
pressureRatio ( " fuel: Injector pressure ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 972 , 1 . 0 , 0 . 0 , 100 . 0 , " " ) ,
retardThresholdRpm ( " retardThresholdRpm " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 976 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuelALSCorrection ( " fuelALSCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 988 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
timingALSCorrection ( " timingALSCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 992 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
timingALSSkip ( " timingALSSkip " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 994 , 0 . 01 , 0 . 0 , 50 . 0 , " deg " ) ,
luaTargetAdd ( " Boost: Lua target add " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1000 , 0 . 5 , - 100 . 0 , 100 . 0 , " v " ) ,
boostOutput ( " Boost: Output " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1002 , 0 . 01 , - 100 . 0 , 100 . 0 , " percent " ) ,
luaTargetMult ( " Boost: Lua target mult " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1004 , 1 . 0 , - 100 . 0 , 100 . 0 , " v " ) ,
openLoopPart ( " Boost: Open loop " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1008 , 1 . 0 , - 100 . 0 , 100 . 0 , " v " ) ,
luaOpenLoopAdd ( " Boost: Lua open loop add " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1012 , 1 . 0 , - 100 . 0 , 100 . 0 , " v " ) ,
boostControllerClosedLoopPart ( " Boost: Closed loop " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1016 , 0 . 5 , - 50 . 0 , 50 . 0 , " % " ) ,
alignmentFill_at_21 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1017 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
boostControlTarget ( " Boost: Target " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1018 , 0 . 03333333333333333 , 0 . 0 , 300 . 0 , " kPa " ) ,
acButtonState ( " AC switch " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1020 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_1 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1021 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
latest_usage_ac_control ( " AC latest activity " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1028 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
acSwitchLastChangeTimeMs ( " acSwitchLastChangeTimeMs " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1032 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
lua ( " lua " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1048 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sd ( " sd " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1060 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
crankingFuel ( " crankingFuel " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1068 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
baroCorrection ( " Fuel: Barometric pressure mult " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1084 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hellenBoardId ( " Detected Board ID " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1088 , 1 . 0 , 0 . 0 , 3000 . 0 , " id " ) ,
clutchUpState ( " Clutch: up " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1090 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
clutchDownState ( " Clutch: down " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1091 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
brakePedalState ( " Brake switch " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1092 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
startStopState ( " startStopState " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1093 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_46 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1094 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
startStopStateToggleCounter ( " startStopStateToggleCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1100 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
egtValue1 ( " egtValue1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1104 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
egtValue2 ( " egtValue2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1108 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
desiredRpmLimit ( " User-defined RPM hard limit " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1112 , 1 . 0 , 0 . 0 , 30000 . 0 , " rpm " ) ,
alignmentFill_at_66 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1114 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
fuelInjectionCounter ( " Fuel: Injection counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1116 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sparkCounter ( " Ign: Spark counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1120 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuelingLoad ( " Fuel: Load " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1124 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
ignitionLoad ( " Ignition: load " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1128 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
veTableYAxis ( " veTableYAxis " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1132 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
alignmentFill_at_86 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1134 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
tpsFrom ( " Fuel: TPS AE from " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1136 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
tpsTo ( " Fuel: TPS AE to " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1140 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
deltaTps ( " Fuel: TPS AE change " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1144 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
extraFuel ( " extraFuel " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1148 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
valueFromTable ( " valueFromTable " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1152 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fractionalInjFuel ( " fractionalInjFuel " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1160 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
accumulatedValue ( " accumulatedValue " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1164 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
maxExtraPerCycle ( " maxExtraPerCycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1168 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
maxExtraPerPeriod ( " maxExtraPerPeriod " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1172 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
maxInjectedPerPeriod ( " maxInjectedPerPeriod " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1176 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
cycleCnt ( " cycleCnt " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1180 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters1 ( " Hardware events since boot 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1184 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters2 ( " Hardware events since boot 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1188 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters3 ( " Hardware events since boot 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1192 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters4 ( " Hardware events since boot 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1196 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters5 ( " Hardware events since boot 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1200 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters6 ( " Hardware events since boot 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1204 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtCamCounter ( " Sync: total cams front counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1208 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
mapVvt_MAP_AT_SPECIAL_POINT ( " mapVvt_MAP_AT_SPECIAL_POINT " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1212 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
mapVvt_MAP_AT_DIFF ( " mapVvt_MAP_AT_DIFF " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1216 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
mapVvt_MAP_AT_CYCLE_COUNT ( " mapVvt_MAP_AT_CYCLE_COUNT " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1220 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
mapVvt_map_peak ( " mapVvt_map_peak " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1221 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
alignmentFill_at_38 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1222 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
currentEngineDecodedPhase ( " Sync: Engine Phase " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1224 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
triggerToothAngleError ( " Sync: trigger angle error " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1228 , 1 . 0 , - 30 . 0 , 30 . 0 , " deg " ) ,
triggerIgnoredToothCount ( " triggerIgnoredToothCount " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1232 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_49 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1233 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
mapCamPrevToothAngle ( " Sync: MAP: prev angle " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1236 , 1 . 0 , - 3000 . 0 , 3000 . 0 , " deg " ) ,
crankSynchronizationCounter ( " sync: Crank sync counter \ nUsually matches crank revolutions " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1244 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtSyncGapRatio ( " vvtSyncGapRatio " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1248 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
vvtToothDurations0 ( " vvtToothDurations0 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1252 , 1 . 0 , 0 . 0 , 100000 . 0 , " us " ) ,
vvtCurrentPosition ( " vvtCurrentPosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1256 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " sync: Primary Cam Position " ) ,
2023-10-06 10:26:49 -07:00
vvtToothPosition1 ( " vvtToothPosition 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1260 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " sync: Cam Tooth Position " ) ,
vvtToothPosition2 ( " vvtToothPosition 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1264 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " sync: Cam Tooth Position " ) ,
vvtToothPosition3 ( " vvtToothPosition 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1268 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " sync: Cam Tooth Position " ) ,
vvtToothPosition4 ( " vvtToothPosition 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1272 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " sync: Cam Tooth Position " ) ,
triggerSyncGapRatio ( " Trigger Sync Latest Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1276 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerStateIndex ( " triggerStateIndex " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1280 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
camResyncCounter ( " sync: Phase Re-Sync Counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1281 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStateIndex ( " vvtStateIndex " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1282 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_39 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1283 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
wallFuelCorrection ( " fuel wallwetting injection time \ n correction to account for wall wetting effect for current cycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1288 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
wallFuel ( " Fuel on the wall \ nin ms of injector open time for each injector. " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1292 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idleState ( " idleState " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1296 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
currentIdlePosition ( " Idle: Position " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1300 , 1 . 0 , 0 . 0 , 0 . 0 , " % " ) ,
baseIdlePosition ( " idle: base value \ ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration) " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1304 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idleClosedLoop ( " Idle: Closed loop " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1308 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
iacByTpsTaper ( " idle: iacByTpsTaper portion " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1312 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
throttlePedalUpState ( " idle: throttlePedalUpState \ ntrue in IDLE throttle pedal state, false if driver is touching the pedal \ ntodo: better name for this field? " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1316 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idleTarget ( " Idle: Target RPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1324 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
targetRpmByClt ( " Idle: Target RPM base " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1328 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2023-10-22 15:38:22 -07:00
targetRpmAc ( " Idle: Target A/C RPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1332 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2023-10-06 10:26:49 -07:00
iacByRpmTaper ( " idle: iacByRpmTaper portion " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1336 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaAdd ( " idle: Lua Adder " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1340 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idlePosition ( " ETB: idlePosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1344 , 1 . 0 , 0 . 0 , 10 . 0 , " per " ) ,
trim ( " ETB: trim " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1348 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaAdjustment ( " ETB: luaAdjustment " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1352 , 1 . 0 , 0 . 0 , 3 . 0 , " per " ) ,
m_wastegatePosition ( " DC: wastegatePosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1356 , 1 . 0 , 0 . 0 , 3 . 0 , " per " ) ,
etbFeedForward ( " etbFeedForward " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1360 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
etbIntegralError ( " etbIntegralError " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1364 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
etbCurrentTarget ( " etbCurrentTarget " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1368 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " % " ) ,
etbCurrentAdjustedTarget ( " etbCurrentAdjustedTarget " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1372 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " % " ) ,
etbDutyRateOfChange ( " ETB duty rate of change " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1380 , 1 . 0 , 0 . 0 , 25 . 0 , " per " ) ,
etbDutyAverage ( " ETB average duty " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1384 , 1 . 0 , - 20 . 0 , 50 . 0 , " per " ) ,
etbTpsErrorCounter ( " ETB TPS error counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1388 , 1 . 0 , 0 . 0 , 3 . 0 , " count " ) ,
etbPpsErrorCounter ( " ETB pedal error counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1390 , 1 . 0 , 0 . 0 , 3 . 0 , " count " ) ,
etbErrorCode ( " etbErrorCode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1392 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_49 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1393 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
jamTimer ( " ETB jam timer " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1394 , 0 . 01 , 0 . 0 , 100 . 0 , " sec " ) ,
faultCode ( " WBO: Fault code " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1396 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
heaterDuty ( " WBO: Heater duty " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1397 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
pumpDuty ( " WBO: Pump duty " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1398 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
alignmentFill_at_3 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1399 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
tempC ( " WBO: Temperature " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1400 , 1 . 0 , 500 . 0 , 1000 . 0 , " C " ) ,
nernstVoltage ( " WBO: Nernst Voltage " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1402 , 0 . 001 , 0 . 0 , 1 . 0 , " V " ) ,
esr ( " WBO: ESR " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1404 , 1 . 0 , 0 . 0 , 10000 . 0 , " ohm " ) ,
alignmentFill_at_10 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1406 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
dcOutput0 ( " DC: output0 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1408 , 1 . 0 , 0 . 0 , 10 . 0 , " per " ) ,
isEnabled0_int ( " DC: en0 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1412 , 1 . 0 , 0 . 0 , 10 . 0 , " per " ) ,
alignmentFill_at_5 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1413 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
value0 ( " ETB: SENT value0 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1420 , 1 . 0 , 0 . 0 , 3 . 0 , " value " ) ,
value1 ( " ETB: SENT value1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1422 , 1 . 0 , 0 . 0 , 3 . 0 , " value " ) ,
errorRate ( " ETB: SENT error rate " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1424 , 1 . 0 , 0 . 0 , 3 . 0 , " ratio " ) ,
vvtTarget ( " vvtTarget " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1428 , 0 . 1 , - 90 . 0 , 90 . 0 , " deg " ) ,
vvtOutput ( " vvtOutput " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1430 , 0 . 5 , 100 . 0 , 1 . 0 , " % " ) ,
alignmentFill_at_3 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1431 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
lambdaTimeSinceGood ( " lambdaTimeSinceGood " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1436 , 0 . 01 , 0 . 0 , 1 . 0 , " sec " ) ,
alignmentFill_at_6 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1438 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,