From bd3cd07153c7371cb82c4d81503bcf07e457275b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 27 Nov 2021 10:55:24 -0500 Subject: [PATCH] automation around outputs section #197 --- firmware/tunerstudio/rusefi.input | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 1d97d35a95..80eab656ac 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -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