2022-04-15 22:03:12 -07:00
RPMValue ( " RPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 4 , 1 . 0 , 0 . 0 , 8000 . 0 , " RPM " ) ,
rpmAcceleration ( " dRPM " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 6 , 1 . 0 , 0 . 0 , 5 . 0 , " RPM/s " ) ,
speedToRpmRatio ( " Gearbox Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 8 , 0 . 01 , 0 . 0 , 0 . 0 , " value " ) ,
2022-04-24 21:01:07 -07:00
vehicleSpeedKph ( " Vehicle Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 10 , 1 . 0 , 0 . 0 , 0 . 0 , " kph " ) ,
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 " ) ,
2022-11-10 12:17:00 -08:00
mafMeasured ( " MAF " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 28 , 0 . 1 , 0 . 0 , 0 . 0 , " kg/h " ) ,
2022-04-24 21:01:07 -07:00
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 , " " ) ,
2022-05-04 21:59:48 -07:00
knockRetard ( " knock: retard " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 36 , 0 . 1 , 0 . 0 , 0 . 0 , " deg " ) ,
2022-04-24 21:01:07 -07:00
idleCurrentPosition ( " idleCurrentPosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 37 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
VBatt ( " VBatt " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 38 , 0 . 001 , 0 . 0 , 0 . 0 , " V " ) ,
oilPressure ( " Oil Pressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 40 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
vvtPositionB1I ( " VVT: bank 1 intake " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 42 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
chargeAirMass ( " air mass " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 44 , 0 . 001 , 0 . 0 , 0 . 0 , " g " ) ,
crankingFuelMs ( " crankingFuelMs \ nairmass in mg, 0-65 grams " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 46 , 0 . 01 , 0 . 0 , 0 . 0 , " ms " ) ,
2022-11-05 17:28:03 -07:00
baseFuel ( " fuel: base mass " \ nThis is the raw value we take from the fuel map or base fuel algorithm , before the corrections , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 48 , 0 . 01 , 0 . 0 , 0 . 0 , " mg " ) ,
fuelRunning ( " fuel: running " \ nTotal fuel with CLT IAT and TPS acceleration without injector lag corrections per cycle , as pulse per cycle , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 50 , 0 . 01 , 0 . 0 , 0 . 0 , " mg " ) ,
actualLastInjection ( " fuel: Last injection " \ nActual last injection time - including all compensation and injection mode , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 52 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " ms " ) ,
injectorDutyCycle ( " fuel: injector duty cycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 54 , 0 . 5 , 0 . 0 , 0 . 0 , " % " ) ,
veValue ( " fuel: VE " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 55 , 0 . 5 , 0 . 0 , 0 . 0 , " ratio " ) ,
injectionOffset ( " injectionOffset " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 56 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
tCharge ( " tCharge " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 58 , 0 . 01 , 0 . 0 , 0 . 0 , " deg C " ) ,
injectorLagMs ( " fuel: injector lag " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 60 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " ms " ) ,
engineMakeCodeNameCrc16 ( " Engine CRC16 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 62 , 1 . 0 , 0 . 0 , 0 . 0 , " crc16 " ) ,
wallFuelAmount ( " fuel: wall amount " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 64 , 0 . 01 , 0 . 0 , 0 . 0 , " mg " ) ,
wallFuelCorrectionValue ( " fuel: wall correction " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 66 , 0 . 01 , 0 . 0 , 0 . 0 , " mg " ) ,
revolutionCounterSinceStart ( " revolutionCounterSinceStart " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 68 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
deltaTpsValue ( " fuel: TPS change " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 70 , 0 . 01 , 0 . 0 , 0 . 0 , " ratio " ) ,
canReadCounter ( " canReadCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 72 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
tpsAccelFuel ( " fuel: TPS acceleration add fuel ms " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 74 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " ms " ) ,
ignitionAdvance ( " timing " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 76 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
sparkDwellValue ( " dwell: coil charge time " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 78 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " ms " ) ,
coilDutyCycle ( " dwell: coil duty cycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 80 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
idleAirValvePosition ( " Idle Air Valve " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 82 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
etbTarget ( " ETB Target " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 84 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
etb1DutyCycle ( " ETB Duty " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 86 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
2022-11-26 08:23:09 -08:00
fuelTankLevel ( " Fuel level " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 88 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
totalFuelConsumption ( " fuel: Total consumed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 90 , 1 . 0 , 0 . 0 , 0 . 0 , " grams " ) ,
fuelFlowRate ( " fuel: Flow rate " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 92 , 0 . 005 , 0 . 0 , 0 . 0 , " gram/s " ) ,
TPS2Value ( " TPS2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 94 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tuneCrc16 ( " Tune CRC16 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 96 , 1 . 0 , 0 . 0 , 0 . 0 , " crc16 " ) ,
alignmentFill_at_98 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 98 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
2022-11-05 17:28:03 -07:00
knockLevel ( " knock: current level " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 100 , 1 . 0 , 0 . 0 , 0 . 0 , " Volts " ) ,
seconds ( " Uptime " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 104 , 1 . 0 , 0 . 0 , 0 . 0 , " sec " ) ,
engineMode ( " Engine Mode " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 108 , 1 . 0 , 0 . 0 , 0 . 0 , " em " ) ,
firmwareVersion ( " firmware " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 112 , 1 . 0 , 0 . 0 , 0 . 0 , " version_f " ) ,
rawIdlePositionSensor ( " rawIdlePositionSensor " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 116 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawWastegatePosition ( " rawWastegatePosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 118 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
accelerationX ( " Acceleration: X " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 120 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
accelerationY ( " Acceleration: Y " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 122 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
2022-09-04 19:56:42 -07:00
tsConfigVersion ( " tsConfigVersion " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 124 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
calibrationValue ( " calibrationValue " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 128 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
calibrationMode ( " calibrationMode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 132 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
idleTargetPosition ( " idleTargetPosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 133 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
2022-11-05 17:28:03 -07:00
detectedGear ( " Detected Gear " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 134 , 1 . 0 , 0 . 0 , 8 . 0 , " " ) ,
maxTriggerReentrant ( " maxTriggerReentrant " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 135 , 1 . 0 , 0 . 0 , 100 . 0 , " " ) ,
2022-09-04 19:56:42 -07:00
totalTriggerErrorCounter ( " Trigger Error Counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 136 , 1 . 0 , 0 . 0 , 0 . 0 , " counter " ) ,
orderingErrorCounter ( " orderingErrorCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 140 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
warningCounter ( " warning: counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 144 , 1 . 0 , 0 . 0 , 0 . 0 , " count " ) ,
lastErrorCode ( " warning: last " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 146 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode1 ( " recentErrorCode 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 148 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode2 ( " recentErrorCode 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 150 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode3 ( " recentErrorCode 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 152 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode4 ( " recentErrorCode 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 154 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode5 ( " recentErrorCode 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 156 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode6 ( " recentErrorCode 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 158 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode7 ( " recentErrorCode 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 160 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
recentErrorCode8 ( " recentErrorCode 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 162 , 1 . 0 , 0 . 0 , 0 . 0 , " error " ) ,
debugFloatField1 ( " debugFloatField1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 164 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField2 ( " debugFloatField2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 168 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField3 ( " debugFloatField3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 172 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField4 ( " debugFloatField4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 176 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField5 ( " debugFloatField5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 180 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField6 ( " debugFloatField6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 184 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugFloatField7 ( " debugFloatField7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 188 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField1 ( " debugIntField1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 192 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField2 ( " debugIntField2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 196 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField3 ( " debugIntField3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 200 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField4 ( " debugIntField4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 204 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
debugIntField5 ( " debugIntField5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 206 , 1 . 0 , 0 . 0 , 0 . 0 , " val " ) ,
2022-11-05 17:28:03 -07:00
egt1 ( " egt 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 208 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt2 ( " egt 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 210 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt3 ( " egt 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 212 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt4 ( " egt 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 214 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt5 ( " egt 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 216 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt6 ( " egt 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 218 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt7 ( " egt 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 220 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
egt8 ( " egt 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 222 , 1 . 0 , 0 . 0 , 0 . 0 , " deg C " ) ,
rawTps1Primary ( " rawTps1Primary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 224 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawPpsPrimary ( " rawPpsPrimary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 226 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawClt ( " rawClt " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 228 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawIat ( " rawIat " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 230 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawOilPressure ( " rawOilPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 232 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
fuelClosedLoopBinIdx ( " fuelClosedLoopBinIdx " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 234 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
tcuCurrentGear ( " Current Gear " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 235 , 1 . 0 , - 1 . 0 , 10 . 0 , " gear " ) ,
rawPpsSecondary ( " rawPpsSecondary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 236 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
knock1 ( " knock 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 238 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock2 ( " knock 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 239 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock3 ( " knock 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 240 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock4 ( " knock 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 241 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock5 ( " knock 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 242 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock6 ( " knock 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 243 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock7 ( " knock 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 244 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock8 ( " knock 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 245 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock9 ( " knock 9 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 246 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock10 ( " knock 10 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 247 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock11 ( " knock 11 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 248 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
knock12 ( " knock 12 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 249 , 1 . 0 , 0 . 0 , 0 . 0 , " dBv " ) ,
tcuDesiredGear ( " Desired Gear " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 250 , 1 . 0 , - 1 . 0 , 10 . 0 , " gear " ) ,
flexPercent ( " Flex Ethanol % " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 251 , 0 . 5 , 0 . 0 , 0 . 0 , " % " ) ,
wastegatePositionSensor ( " Wastegate position sensor " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 252 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
idlePositionSensor ( " Idle position sensor " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 254 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
rawLowFuelPressure ( " rawLowFuelPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 256 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawHighFuelPressure ( " rawHighFuelPressure " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 258 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
lowFuelPressure ( " Fuel pressure (low) " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 260 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kpa " ) ,
highFuelPressure ( " Fuel pressure (high) " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 262 , 0 . 1 , 0 . 0 , 0 . 0 , " bar " ) ,
AFRValue ( " Air/Fuel Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 264 , 0 . 001 , 0 . 0 , 0 . 0 , " AFR " ) ,
VssAcceleration ( " Vss Accel " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 266 , 0 . 0033333333333333335 , 0 . 0 , 0 . 0 , " m/s2 " ) ,
lambdaValue2 ( " Lambda 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 268 , 1 . 0E - 4 , 0 . 0 , 0 . 0 , " " ) ,
AFRValue2 ( " Air/Fuel Ratio 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 270 , 0 . 001 , 0 . 0 , 0 . 0 , " AFR " ) ,
vvtPositionB1E ( " VVT: bank 1 exhaust " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 272 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtPositionB2I ( " VVT: bank 2 intake " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 274 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtPositionB2E ( " VVT: bank 2 exhaust " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 276 , 0 . 02 , 0 . 0 , 0 . 0 , " deg " ) ,
fuelPidCorrection1 ( " fuelPidCorrection 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 278 , 0 . 01 , - 20 . 0 , 20 . 0 , " % " ) ,
fuelPidCorrection2 ( " fuelPidCorrection 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 280 , 0 . 01 , - 20 . 0 , 20 . 0 , " % " ) ,
rawTps1Secondary ( " rawTps1Secondary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 282 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawTps2Primary ( " rawTps2Primary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 284 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawTps2Secondary ( " rawTps2Secondary " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 286 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
knockCount ( " knock: count " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 288 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
accelerationZ ( " Acceleration: Z " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 290 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
accelerationRoll ( " Acceleration: Roll " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 292 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
accelerationYaw ( " Acceleration: Yaw " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 294 , 0 . 01 , 0 . 0 , 0 . 0 , " G " ) ,
vvtTargets1 ( " vvtTargets 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 296 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtTargets2 ( " vvtTargets 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 297 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtTargets3 ( " vvtTargets 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 298 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
vvtTargets4 ( " vvtTargets 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 299 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
turboSpeed ( " Turbocharger Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 300 , 1 . 0 , 0 . 0 , 0 . 0 , " hz " ) ,
tps1Split ( " tps1Split " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 302 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tps2Split ( " tps2Split " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 304 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
tps12Split ( " tps12Split " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 306 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
accPedalSplit ( " accPedalSplit " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 308 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
sparkCutReason ( " Spark Cut Code " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 310 , 1 . 0 , 0 . 0 , 0 . 0 , " code " ) ,
fuelCutReason ( " Fuel Cut Code " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 311 , 1 . 0 , 0 . 0 , 0 . 0 , " code " ) ,
mafEstimate ( " MAF estimate " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 312 , 0 . 1 , 0 . 0 , 0 . 0 , " kg/h " ) ,
instantRpm ( " instantRpm " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 314 , 1 . 0 , 0 . 0 , 0 . 0 , " rpm " ) ,
systemEventReuse ( " systemEventReuse " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 316 , 1 . 0 , 0 . 0 , 0 . 0 , " counter " ) ,
rawMap ( " rawMap " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 318 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAfr ( " rawAfr " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 320 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
tpsAccelFrom ( " tpsAccelFrom " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 322 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
tpsAccelTo ( " tpsAccelTo " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 323 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
calibrationValue2 ( " calibrationValue2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 324 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
luaInvocationCounter ( " luaInvocationCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 332 , 1 . 0 , 0 . 0 , 0 . 0 , " count " ) ,
luaLastCycleDuration ( " luaLastCycleDuration " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 336 , 1 . 0 , 0 . 0 , 0 . 0 , " nt " ) ,
testBenchIter ( " testBenchIter " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 340 , 1 . 0 , 0 . 0 , 0 . 0 , " count " ) ,
tcu_currentRange ( " Current Range " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 341 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
tcRatio ( " Torque Converter Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 342 , 0 . 01 , 0 . 0 , 0 . 0 , " value " ) ,
lastShiftTime ( " lastShiftTime " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 344 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vssEdgeCounter ( " vssEdgeCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 348 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
issEdgeCounter ( " issEdgeCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 352 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2022-11-10 12:17:00 -08:00
auxLinear1 ( " Aux Linear #1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 356 , 0 . 01 , 0 . 0 , 0 . 0 , " " ) ,
auxLinear2 ( " Aux Linear #2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 358 , 0 . 01 , 0 . 0 , 0 . 0 , " " ) ,
2022-11-05 17:28:03 -07:00
boostControllerOutput ( " Boost Output " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 364 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
boostControllerOpenLoopPart ( " Boost Open Loop " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 365 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
fallbackMap ( " fallbackMap " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 366 , 0 . 1 , 0 . 0 , 1000 . 0 , " kPa " ) ,
instantMAPValue ( " Instant MAP " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 368 , 0 . 03333333333333333 , 0 . 0 , 655 . 0 , " kPa " ) ,
maxLockedDuration ( " maxLockedDuration " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 370 , 1 . 0 , 0 . 0 , 65535 . 0 , " us " ) ,
canWriteOk ( " canWriteOk " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 372 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
canWriteNotOk ( " canWriteNotOk " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 374 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerPrimaryFall ( " triggerPrimaryFall " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 376 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerPrimaryRise ( " triggerPrimaryRise " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 380 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerSecondaryFall ( " triggerSecondaryFall " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 384 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerSecondaryRise ( " triggerSecondaryRise " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 388 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerVvtFall ( " triggerVvtFall " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 392 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerVvtRise ( " triggerVvtRise " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 396 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
starterState ( " starterState " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 400 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
starterRelayDisable ( " starterRelayDisable " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 401 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
multiSparkCounter ( " multiSparkCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 402 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
extiOverflowCount ( " extiOverflowCount " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 403 , 1 . 0 , 0 . 0 , 255 . 0 , " " ) ,
alternatorStatus ( " alternatorStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 404 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idleStatus ( " idleStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 420 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
etbStatus ( " etbStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 436 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
boostStatus ( " boostStatus " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 452 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus1 ( " vvtStatus 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 468 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus2 ( " vvtStatus 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 484 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus3 ( " vvtStatus 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 500 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStatus4 ( " vvtStatus 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 516 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
auxSpeed1 ( " aux speed 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 532 , 1 . 0 , 0 . 0 , 0 . 0 , " s " ) ,
auxSpeed2 ( " aux speed 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 534 , 1 . 0 , 0 . 0 , 0 . 0 , " s " ) ,
ISSValue ( " Input Shaft Speed " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 536 , 1 . 0 , 0 . 0 , 8000 . 0 , " RPM " ) ,
rawAnalogInput1 ( " rawAnalogInput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 538 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput2 ( " rawAnalogInput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 540 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput3 ( " rawAnalogInput 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 542 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput4 ( " rawAnalogInput 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 544 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput5 ( " rawAnalogInput 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 546 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput6 ( " rawAnalogInput 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 548 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput7 ( " rawAnalogInput 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 550 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
rawAnalogInput8 ( " rawAnalogInput 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 552 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
gppwmOutput1 ( " GPPWM Output 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 554 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmOutput2 ( " GPPWM Output 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 555 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmOutput3 ( " GPPWM Output 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 556 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
gppwmOutput4 ( " GPPWM Output 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 557 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
rawBattery ( " rawBattery " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 558 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
ignBlendBias1 ( " ignBlendBias 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 560 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendBias2 ( " ignBlendBias 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 561 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendBias3 ( " ignBlendBias 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 562 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendBias4 ( " ignBlendBias 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 563 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
ignBlendOutput1 ( " ignBlendOutput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 564 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
ignBlendOutput2 ( " ignBlendOutput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 566 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
ignBlendOutput3 ( " ignBlendOutput 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 568 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
ignBlendOutput4 ( " ignBlendOutput 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 570 , 0 . 01 , - 300 . 0 , 300 . 0 , " deg " ) ,
veBlendBias1 ( " veBlendBias 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 572 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendBias2 ( " veBlendBias 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 573 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendBias3 ( " veBlendBias 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 574 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendBias4 ( " veBlendBias 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 575 , 0 . 5 , 0 . 0 , 100 . 0 , " % " ) ,
veBlendOutput1 ( " veBlendOutput 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 576 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
veBlendOutput2 ( " veBlendOutput 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 578 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
veBlendOutput3 ( " veBlendOutput 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 580 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
veBlendOutput4 ( " veBlendOutput 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 582 , 0 . 01 , - 50 . 0 , 50 . 0 , " % " ) ,
outputRequestPeriod ( " outputRequestPeriod " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 588 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
mapFast ( " mapFast " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 592 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaGauges1 ( " luaGauges 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 596 , 1 . 0 , 0 . 0 , 50000 . 0 , " value " ) ,
luaGauges2 ( " luaGauges 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 600 , 1 . 0 , 0 . 0 , 50000 . 0 , " value " ) ,
rawMaf2 ( " rawMaf2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 604 , 0 . 001 , 0 . 0 , 5 . 0 , " V " ) ,
2022-11-10 12:17:00 -08:00
mafMeasured2 ( " MAF #2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 606 , 0 . 1 , 0 . 0 , 0 . 0 , " kg/h " ) ,
2022-11-05 17:28:03 -07:00
unusedAtTheEnd1 ( " unusedAtTheEnd 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 608 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd2 ( " unusedAtTheEnd 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 609 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd3 ( " unusedAtTheEnd 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 610 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd4 ( " unusedAtTheEnd 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 611 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd5 ( " unusedAtTheEnd 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 612 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd6 ( " unusedAtTheEnd 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 613 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd7 ( " unusedAtTheEnd 7 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 614 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd8 ( " unusedAtTheEnd 8 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 615 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd9 ( " unusedAtTheEnd 9 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 616 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd10 ( " unusedAtTheEnd 10 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 617 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd11 ( " unusedAtTheEnd 11 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 618 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd12 ( " unusedAtTheEnd 12 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 619 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd13 ( " unusedAtTheEnd 13 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 620 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd14 ( " unusedAtTheEnd 14 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 621 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd15 ( " unusedAtTheEnd 15 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 622 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd16 ( " unusedAtTheEnd 16 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 623 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd17 ( " unusedAtTheEnd 17 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 624 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd18 ( " unusedAtTheEnd 18 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 625 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd19 ( " unusedAtTheEnd 19 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 626 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd20 ( " unusedAtTheEnd 20 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 627 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd21 ( " unusedAtTheEnd 21 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 628 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd22 ( " unusedAtTheEnd 22 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 629 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd23 ( " unusedAtTheEnd 23 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 630 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd24 ( " unusedAtTheEnd 24 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 631 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd25 ( " unusedAtTheEnd 25 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 632 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd26 ( " unusedAtTheEnd 26 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 633 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd27 ( " unusedAtTheEnd 27 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 634 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd28 ( " unusedAtTheEnd 28 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 635 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd29 ( " unusedAtTheEnd 29 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 636 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd30 ( " unusedAtTheEnd 30 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 637 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd31 ( " unusedAtTheEnd 31 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 638 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd32 ( " unusedAtTheEnd 32 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 639 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd33 ( " unusedAtTheEnd 33 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 640 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd34 ( " unusedAtTheEnd 34 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 641 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd35 ( " unusedAtTheEnd 35 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 642 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd36 ( " unusedAtTheEnd 36 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 643 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd37 ( " unusedAtTheEnd 37 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 644 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd38 ( " unusedAtTheEnd 38 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 645 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd39 ( " unusedAtTheEnd 39 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 646 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd40 ( " unusedAtTheEnd 40 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 647 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd41 ( " unusedAtTheEnd 41 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 648 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd42 ( " unusedAtTheEnd 42 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 649 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd43 ( " unusedAtTheEnd 43 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 650 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd44 ( " unusedAtTheEnd 44 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 651 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd45 ( " unusedAtTheEnd 45 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 652 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd46 ( " unusedAtTheEnd 46 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 653 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd47 ( " unusedAtTheEnd 47 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 654 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd48 ( " unusedAtTheEnd 48 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 655 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd49 ( " unusedAtTheEnd 49 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 656 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd50 ( " unusedAtTheEnd 50 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 657 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd51 ( " unusedAtTheEnd 51 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 658 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd52 ( " unusedAtTheEnd 52 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 659 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd53 ( " unusedAtTheEnd 53 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 660 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd54 ( " unusedAtTheEnd 54 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 661 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd55 ( " unusedAtTheEnd 55 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 662 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd56 ( " unusedAtTheEnd 56 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 663 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd57 ( " unusedAtTheEnd 57 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 664 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd58 ( " unusedAtTheEnd 58 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 665 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd59 ( " unusedAtTheEnd 59 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 666 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd60 ( " unusedAtTheEnd 60 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 667 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd61 ( " unusedAtTheEnd 61 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 668 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd62 ( " unusedAtTheEnd 62 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 669 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd63 ( " unusedAtTheEnd 63 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 670 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd64 ( " unusedAtTheEnd 64 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 671 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd65 ( " unusedAtTheEnd 65 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 672 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd66 ( " unusedAtTheEnd 66 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 673 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd67 ( " unusedAtTheEnd 67 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 674 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd68 ( " unusedAtTheEnd 68 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 675 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd69 ( " unusedAtTheEnd 69 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 676 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd70 ( " unusedAtTheEnd 70 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 677 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd71 ( " unusedAtTheEnd 71 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 678 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd72 ( " unusedAtTheEnd 72 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 679 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd73 ( " unusedAtTheEnd 73 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 680 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd74 ( " unusedAtTheEnd 74 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 681 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd75 ( " unusedAtTheEnd 75 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 682 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd76 ( " unusedAtTheEnd 76 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 683 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd77 ( " unusedAtTheEnd 77 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 684 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd78 ( " unusedAtTheEnd 78 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 685 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd79 ( " unusedAtTheEnd 79 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 686 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd80 ( " unusedAtTheEnd 80 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 687 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd81 ( " unusedAtTheEnd 81 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 688 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd82 ( " unusedAtTheEnd 82 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 689 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd83 ( " unusedAtTheEnd 83 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 690 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd84 ( " unusedAtTheEnd 84 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 691 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd85 ( " unusedAtTheEnd 85 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 692 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd86 ( " unusedAtTheEnd 86 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 693 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd87 ( " unusedAtTheEnd 87 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 694 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd88 ( " unusedAtTheEnd 88 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 695 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd89 ( " unusedAtTheEnd 89 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 696 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd90 ( " unusedAtTheEnd 90 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 697 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd91 ( " unusedAtTheEnd 91 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 698 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd92 ( " unusedAtTheEnd 92 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 699 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd93 ( " unusedAtTheEnd 93 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 700 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd94 ( " unusedAtTheEnd 94 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 701 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd95 ( " unusedAtTheEnd 95 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 702 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd96 ( " unusedAtTheEnd 96 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 703 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd97 ( " unusedAtTheEnd 97 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 704 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd98 ( " unusedAtTheEnd 98 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 705 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd99 ( " unusedAtTheEnd 99 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 706 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd100 ( " unusedAtTheEnd 100 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 707 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd101 ( " unusedAtTheEnd 101 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 708 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd102 ( " unusedAtTheEnd 102 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 709 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd103 ( " unusedAtTheEnd 103 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 710 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd104 ( " unusedAtTheEnd 104 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 711 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd105 ( " unusedAtTheEnd 105 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 712 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd106 ( " unusedAtTheEnd 106 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 713 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd107 ( " unusedAtTheEnd 107 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 714 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd108 ( " unusedAtTheEnd 108 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 715 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd109 ( " unusedAtTheEnd 109 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 716 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd110 ( " unusedAtTheEnd 110 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 717 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd111 ( " unusedAtTheEnd 111 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 718 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd112 ( " unusedAtTheEnd 112 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 719 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd113 ( " unusedAtTheEnd 113 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 720 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd114 ( " unusedAtTheEnd 114 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 721 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd115 ( " unusedAtTheEnd 115 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 722 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd116 ( " unusedAtTheEnd 116 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 723 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd117 ( " unusedAtTheEnd 117 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 724 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd118 ( " unusedAtTheEnd 118 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 725 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd119 ( " unusedAtTheEnd 119 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 726 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd120 ( " unusedAtTheEnd 120 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 727 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd121 ( " unusedAtTheEnd 121 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 728 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd122 ( " unusedAtTheEnd 122 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 729 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd123 ( " unusedAtTheEnd 123 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 730 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd124 ( " unusedAtTheEnd 124 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 731 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd125 ( " unusedAtTheEnd 125 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 732 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd126 ( " unusedAtTheEnd 126 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 733 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd127 ( " unusedAtTheEnd 127 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 734 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd128 ( " unusedAtTheEnd 128 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 735 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd129 ( " unusedAtTheEnd 129 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 736 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd130 ( " unusedAtTheEnd 130 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 737 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd131 ( " unusedAtTheEnd 131 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 738 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd132 ( " unusedAtTheEnd 132 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 739 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd133 ( " unusedAtTheEnd 133 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 740 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd134 ( " unusedAtTheEnd 134 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 741 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd135 ( " unusedAtTheEnd 135 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 742 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd136 ( " unusedAtTheEnd 136 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 743 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd137 ( " unusedAtTheEnd 137 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 744 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
unusedAtTheEnd138 ( " unusedAtTheEnd 138 " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 745 , 1 . 0 , 0 . 0 , 0 . 0 , " " ) ,
alignmentFill_at_746 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 746 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
m_knockRetard ( " Knock Degrees retarded \ nlarger number = more retard " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 748 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
m_knockThreshold ( " m_knockThreshold " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 752 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
m_knockCount ( " m_knockCount " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 756 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
m_maximumRetard ( " m_maximumRetard " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 760 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
m_requested_pump ( " HPFP duration \ nComputed requested pump duration in degrees (not including deadtime) " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 764 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuel_requested_percent ( " fuel_requested_percent " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 768 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuel_requested_percent_pi ( " fuel_requested_percent_pi " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 772 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
nextLobe ( " nextLobe " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 780 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
di_nextStart ( " DI: next start " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 784 , 1 . 0 , 0 . 0 , 100 . 0 , " v " ) ,
m_deadtime ( " injectorLag(VBatt) \ nthis value depends on a slow-changing VBatt value, so \ nwe update it once in a while " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 788 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
pressureDelta ( " fuel: injector pressureDelta " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 792 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " kPa " ) ,
pressureRatio ( " fuel: injector pressureRatio " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 796 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
afrTableYAxis ( " afrTableYAxis " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 800 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
targetLambda ( " fuel: target lambda " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 802 , 1 . 0E - 4 , 0 . 0 , 0 . 0 , " " ) ,
targetAFR ( " fuel: target AFR " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 804 , 0 . 001 , 0 . 0 , 0 . 0 , " ratio " ) ,
stoichiometricRatio ( " fuel: stoich ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 806 , 0 . 001 , 0 . 0 , 0 . 0 , " ratio " ) ,
sdTcharge_coff ( " sdTcharge_coff " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 808 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sdAirMassInOneCylinder ( " SD cylinder mass \ nSpeed-density logic: calculated air mass in one cylinder, in grams " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 812 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
retardThresholdRpm ( " retardThresholdRpm " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 820 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaTargetAdd ( " luaTargetAdd " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 832 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaTargetMult ( " luaTargetMult " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 836 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
openLoopPart ( " openLoopPart " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 840 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
boostControllerClosedLoopPart ( " Boost Closed Loop " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 844 , 0 . 5 , - 50 . 0 , 50 . 0 , " % " ) ,
alignmentFill_at_17 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 845 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
boostControlTarget ( " Boost Target " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 846 , 0 . 03333333333333333 , 0 . 0 , 0 . 0 , " kPa " ) ,
latest_usage_ac_control ( " AC latest activity " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 852 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
acSwitchLastChangeTimeMs ( " acSwitchLastChangeTimeMs " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 856 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
lua ( " lua " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 872 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sd ( " sd " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 884 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
engineCycleDurationMs ( " engineCycleDurationMs " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 896 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
minRpmKcurrentTPS ( " minRpmKcurrentTPS " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 900 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
currentTpsAdc ( " currentTpsAdc " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 904 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
tpsVoltageMCU ( " tpsVoltageMCU " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 908 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
tpsVoltageBoard ( " tpsVoltageBoard " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 912 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
currentBaroCorrectedVE ( " currentBaroCorrectedVE " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 916 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
injectorFlowCorrection ( " injectorFlowCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 920 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
baroCorrection ( " fuel: Barometric pressure mult " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 924 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
crankingFuel ( " crankingFuel " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 928 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
running ( " running " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 948 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sparkDwell ( " ignition dwell duration in ms \ nSee also dwellAngle " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 972 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
dwellAngle ( " ignition dwell duration \ nas crankshaft angle \ nNAN if engine is stopped \ nSee also sparkDwell " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 976 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
cltTimingCorrection ( " cltTimingCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 980 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
timingIatCorrection ( " timingIatCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 982 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
timingPidCorrection ( " timingPidCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 984 , 0 . 01 , - 20 . 0 , 20 . 0 , " deg " ) ,
hellenBoardId ( " Detected Board ID " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 986 , 1 . 0 , 0 . 0 , 3000 . 0 , " id " ) ,
startStopStateToggleCounter ( " startStopStateToggleCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 992 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
egtValue1 ( " egtValue1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 996 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
egtValue2 ( " egtValue2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1000 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
desiredRpmLimit ( " User-defined RPM hard limit " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1004 , 1 . 0 , 0 . 0 , 30000 . 0 , " rpm " ) ,
alignmentFill_at_134 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1006 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
fuelInjectionCounter ( " fuelInjectionCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1008 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
sparkCounter ( " sparkCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1012 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fuelingLoad ( " fuel: load " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1016 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
ignitionLoad ( " ign: load " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1020 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
veTableYAxis ( " veTableYAxis " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1024 , 0 . 01 , 0 . 0 , 0 . 0 , " % " ) ,
alignmentFill_at_154 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1026 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
tpsFrom ( " tpsFrom " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1028 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
tpsTo ( " tpsTo " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1032 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
deltaTps ( " deltaTps " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1036 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
extraFuel ( " extraFuel " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1040 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
valueFromTable ( " valueFromTable " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1044 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
fractionalInjFuel ( " fractionalInjFuel " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1052 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
accumulatedValue ( " accumulatedValue " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1056 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
maxExtraPerCycle ( " maxExtraPerCycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1060 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
maxExtraPerPeriod ( " maxExtraPerPeriod " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1064 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
maxInjectedPerPeriod ( " maxInjectedPerPeriod " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1068 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
cycleCnt ( " cycleCnt " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1072 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters1 ( " Hardware events since boot 1 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1076 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters2 ( " Hardware events since boot 2 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1080 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters3 ( " Hardware events since boot 3 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1084 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters4 ( " Hardware events since boot 4 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1088 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters5 ( " Hardware events since boot 5 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1092 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
hwEventCounters6 ( " Hardware events since boot 6 " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1096 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtCamCounter ( " vvtCamCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1100 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
mapVvt_MAP_AT_SPECIAL_POINT ( " mapVvt_MAP_AT_SPECIAL_POINT " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1104 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
mapVvt_MAP_AT_DIFF ( " mapVvt_MAP_AT_DIFF " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1108 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
mapVvt_MAP_AT_CYCLE_COUNT ( " mapVvt_MAP_AT_CYCLE_COUNT " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1112 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
mapVvt_map_peak ( " mapVvt_map_peak " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1113 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
alignmentFill_at_38 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1114 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
currentEngineDecodedPhase ( " Engine Phase " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1116 , 1 . 0 , 0 . 0 , 0 . 0 , " deg " ) ,
triggerToothAngleError ( " triggerToothAngleError " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1120 , 1 . 0 , - 30 . 0 , 30 . 0 , " deg " ) ,
crankSynchronizationCounter ( " Crank sync counter \ nUsually matches crank revolutions " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1124 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtSyncGapRatio ( " vvtSyncGapRatio " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1128 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
vvtCurrentPosition ( " vvtCurrentPosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1132 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerSyncGapRatio ( " Trigger Sync Latest Ratio " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1136 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
triggerActualSyncGapRatio ( " trigger: unused field? " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1140 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
triggerStateIndex ( " triggerStateIndex " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1144 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtCounter ( " vvtCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1145 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
camResyncCounter ( " camResyncCounter " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1146 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
vvtStateIndex ( " vvtStateIndex " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1147 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
wallFuelCorrection ( " fuel wallwetting injection time \ n correction to account for wall wetting effect for current cycle " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1152 , 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 , 1156 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
idleState ( " idleState " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1160 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
currentIdlePosition ( " idle: current position \ nthat's current position with CLT and IAT corrections " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1164 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
baseIdlePosition ( " idle: base value \ ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration) " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1168 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
iacByTpsTaper ( " idle: iacByTpsTaper portion " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1172 , 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 , 1176 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
targetRpmByClt ( " idle: target by CLT " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1184 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
targetRpmAcBump ( " idle: A/C bump " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1188 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
iacByRpmTaper ( " idle: iacByRpmTaper portion " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1192 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaAdd ( " idle: Lua Adder " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1196 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
baseDwell ( " baseDwell " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1200 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
dwellVoltageCorrection ( " dwellVoltageCorrection " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1204 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaTimingAdd ( " luaTimingAdd " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1208 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaTimingMult ( " luaTimingMult " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1212 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2022-11-22 17:42:21 -08:00
idlePosition ( " ETB: idlePosition " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1216 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
trim ( " ETB: trim " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1220 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
luaAdjustment ( " ETB: luaAdjustment " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1224 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2022-11-05 17:28:03 -07:00
etbFeedForward ( " etbFeedForward " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1228 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
etbIntegralError ( " etbIntegralError " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1232 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " " ) ,
etbCurrentTarget ( " etbCurrentTarget " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1236 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " % " ) ,
2022-11-22 17:42:21 -08:00
etbCurrentAdjustedTarget ( " etbCurrentAdjustedTarget " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1240 , 1 . 0 , - 10000 . 0 , 10000 . 0 , " % " ) ,
2022-11-27 15:28:40 -08:00
etbDutyRateOfChange ( " etbDutyRateOfChange " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1248 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2022-11-28 17:18:34 -08:00
etbDutyAverage ( " etbDutyAverage " , SensorCategory . SENSOR_INPUTS , FieldType . INT , 1252 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
2022-11-30 19:35:46 -08:00
etbTpsErrorCounter ( " ETB TPS error counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1256 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
etbPpsErrorCounter ( " ETB pedal error counter " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1258 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
etbErrorCode ( " etbErrorCode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1260 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_45 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1261 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
faultCode ( " faultCode " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1264 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
heaterDuty ( " heaterDuty " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1265 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
pumpDuty ( " pumpDuty " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1266 , 1 . 0 , 0 . 0 , 100 . 0 , " % " ) ,
alignmentFill_at_3 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1267 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,
tempC ( " tempC " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1268 , 1 . 0 , 500 . 0 , 1000 . 0 , " C " ) ,
nernstVoltage ( " nernstVoltage " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1270 , 0 . 001 , 0 . 0 , 1 . 0 , " V " ) ,
esr ( " esr " , SensorCategory . SENSOR_INPUTS , FieldType . INT16 , 1272 , 1 . 0 , - 1 . 0 , - 1 . 0 , " " ) ,
alignmentFill_at_10 ( " need 4 byte alignment " , SensorCategory . SENSOR_INPUTS , FieldType . INT8 , 1274 , 1 . 0 , - 20 . 0 , 100 . 0 , " units " ) ,