automation around outputs section #197
This commit is contained in:
parent
5d2f0e6c4b
commit
bd3cd07153
|
@ -225,21 +225,16 @@ coolant = scalar, U16, 12, "deg C", 0.01, 0
|
|||
intake = scalar, U16, 14, "deg C", 0.01, 0
|
||||
auxTemp1 = scalar, U16, 16, "deg C", 0.01, 0
|
||||
auxTemp2 = scalar, U16, 18, "deg C", 0.01, 0
|
||||
|
||||
|
||||
; throttle, pedal
|
||||
TPSValue = scalar, S16, 20, "%",{1/@@PACK_MULT_PERCENT@@}, 0
|
||||
throttlePedalPosition = scalar,S16, 22, "%",{1/@@PACK_MULT_PERCENT@@}, 0
|
||||
tpsADC = scalar, U16, 24, "ADC", 1, 0.0;
|
||||
|
||||
; air flow/mass measurments
|
||||
MAFValue = scalar, U16, 26, "V",{1/@@PACK_MULT_VOLTAGE@@}, 0
|
||||
massAirFlowValue= scalar, U16, 28, "Kg/h", {1/@@PACK_MULT_MASS_FLOW@@}, 0
|
||||
MAPValue = scalar, U16, 30, "kPa",{1/@@PACK_MULT_PRESSURE@@}, 0.0
|
||||
baroPressure = scalar, U16, 32, "kPa",{1/@@PACK_MULT_PRESSURE@@}, 0.0
|
||||
lambdaValue = scalar, U16, 34, "",{1/@@PACK_MULT_LAMBDA@@}, 0.0
|
||||
|
||||
; misc sensors
|
||||
TPSValue = scalar, U16, 20, "%", 0.01, 0
|
||||
throttlePedalPosition = scalar, U16, 22, "%", 0.01, 0
|
||||
tpsADC = scalar, U16, 24, "ADC", 1, 0
|
||||
MAFValue = scalar, U16, 26, "V", 0.001, 0
|
||||
massAirFlowValue = scalar, U16, 28, "Kg/h", 0.1, 0
|
||||
MAPValue = scalar, U16, 30, "kPa", 0.03333333333333333, 0
|
||||
baroPressure = scalar, U16, 32, "kPa", 0.03333333333333333, 0
|
||||
lambdaValue = scalar, U16, 34, "", 1.0E-4, 0
|
||||
knockRetard = scalar, U08, 36, "", 0.1, 0
|
||||
unused37 = scalar, U08, 37, "", 1, 0
|
||||
VBatt = scalar, U16, 38, "V",{1/@@PACK_MULT_VOLTAGE@@}, 0.0
|
||||
oilPressure = scalar, U16, 40, "kPa",{1/@@PACK_MULT_PRESSURE@@}, 0.0
|
||||
vvtPositionB1I = scalar, S16, 42, "deg",{1/@@PACK_MULT_ANGLE@@}, 0
|
||||
|
|
Loading…
Reference in New Issue