parent
0ab4859d20
commit
b004356b0d
|
@ -461,7 +461,26 @@ entry = m_knockRetard, "Knock: Retard", float, "%.3f"
|
|||
entry = m_knockThreshold, "Knock: Threshold", float, "%.3f"
|
||||
entry = m_knockCount, "Knock: Count", int, "%d"
|
||||
entry = m_maximumRetard, "Knock: Max retard", float, "%.3f"
|
||||
entry = m_knockFrequency, "knock: frequency", int, "%d"
|
||||
entry = m_knockSpectrum1, "Knock: SpectrumData 1", int, "%d"
|
||||
entry = m_knockSpectrum2, "Knock: SpectrumData 2", int, "%d"
|
||||
entry = m_knockSpectrum3, "Knock: SpectrumData 3", int, "%d"
|
||||
entry = m_knockSpectrum4, "Knock: SpectrumData 4", int, "%d"
|
||||
entry = m_knockSpectrum5, "Knock: SpectrumData 5", int, "%d"
|
||||
entry = m_knockSpectrum6, "Knock: SpectrumData 6", int, "%d"
|
||||
entry = m_knockSpectrum7, "Knock: SpectrumData 7", int, "%d"
|
||||
entry = m_knockSpectrum8, "Knock: SpectrumData 8", int, "%d"
|
||||
entry = m_knockSpectrum9, "Knock: SpectrumData 9", int, "%d"
|
||||
entry = m_knockSpectrum10, "Knock: SpectrumData 10", int, "%d"
|
||||
entry = m_knockSpectrum11, "Knock: SpectrumData 11", int, "%d"
|
||||
entry = m_knockSpectrum12, "Knock: SpectrumData 12", int, "%d"
|
||||
entry = m_knockSpectrum13, "Knock: SpectrumData 13", int, "%d"
|
||||
entry = m_knockSpectrum14, "Knock: SpectrumData 14", int, "%d"
|
||||
entry = m_knockSpectrum15, "Knock: SpectrumData 15", int, "%d"
|
||||
entry = m_knockSpectrum16, "Knock: SpectrumData 16", int, "%d"
|
||||
entry = m_knockSpectrumChannelCyl, "Knock: ChannelAndCylNumber", int, "%d"
|
||||
entry = m_knockFrequencyStart, "Knock: Start Freq", int, "%d"
|
||||
entry = m_knockFrequencyStep, "Knock: Step Freq", float, "%.3f"
|
||||
entry = m_knockFuelTrimMultiplier, "Knock: Fuel trim when knock", float, "%.3f"
|
||||
entry = tcuCurrentGear, "TCU: Current Gear", int, "%d"
|
||||
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
|
||||
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
|
||||
|
|
|
@ -71,7 +71,31 @@ dialog = knock_controllerDialog, "knock_controller"
|
|||
graphLine = m_knockCount
|
||||
liveGraph = knock_controller_5_Graph, "Graph", South
|
||||
graphLine = m_maximumRetard
|
||||
graphLine = m_knockFrequency
|
||||
graphLine = m_knockSpectrum1
|
||||
graphLine = m_knockSpectrum2
|
||||
graphLine = m_knockSpectrum3
|
||||
liveGraph = knock_controller_6_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum4
|
||||
graphLine = m_knockSpectrum5
|
||||
graphLine = m_knockSpectrum6
|
||||
graphLine = m_knockSpectrum7
|
||||
liveGraph = knock_controller_7_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum8
|
||||
graphLine = m_knockSpectrum9
|
||||
graphLine = m_knockSpectrum10
|
||||
graphLine = m_knockSpectrum11
|
||||
liveGraph = knock_controller_8_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum12
|
||||
graphLine = m_knockSpectrum13
|
||||
graphLine = m_knockSpectrum14
|
||||
graphLine = m_knockSpectrum15
|
||||
liveGraph = knock_controller_9_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum16
|
||||
graphLine = m_knockSpectrumChannelCyl
|
||||
graphLine = m_knockFrequencyStart
|
||||
graphLine = m_knockFrequencyStep
|
||||
liveGraph = knock_controller_10_Graph, "Graph", South
|
||||
graphLine = m_knockFuelTrimMultiplier
|
||||
|
||||
indicatorPanel = tcu_controllerIndicatorPanel, 2
|
||||
indicator = {isShifting}, "isShifting No", "isShifting Yes"
|
||||
|
|
|
@ -44,28 +44,28 @@ LDS_lambda_monitor,
|
|||
#define FUEL_COMPUTER_BASE_ADDRESS 848
|
||||
#define IGNITION_STATE_BASE_ADDRESS 900
|
||||
#define KNOCK_CONTROLLER_BASE_ADDRESS 940
|
||||
#define TCU_CONTROLLER_BASE_ADDRESS 976
|
||||
#define THROTTLE_MODEL_BASE_ADDRESS 992
|
||||
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 1004
|
||||
#define INJECTOR_MODEL_BASE_ADDRESS 1032
|
||||
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1044
|
||||
#define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1052
|
||||
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1056
|
||||
#define BOOST_CONTROL_BASE_ADDRESS 1068
|
||||
#define AC_CONTROL_BASE_ADDRESS 1092
|
||||
#define FAN_CONTROL_BASE_ADDRESS 1100
|
||||
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1116
|
||||
#define MAIN_RELAY_BASE_ADDRESS 1120
|
||||
#define ENGINE_STATE_BASE_ADDRESS 1124
|
||||
#define TPS_ACCEL_STATE_BASE_ADDRESS 1224
|
||||
#define TRIGGER_CENTRAL_BASE_ADDRESS 1272
|
||||
#define TRIGGER_STATE_BASE_ADDRESS 1336
|
||||
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1536
|
||||
#define WALL_FUEL_STATE_BASE_ADDRESS 1544
|
||||
#define IDLE_STATE_BASE_ADDRESS 1552
|
||||
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1600
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1696
|
||||
#define DC_MOTORS_BASE_ADDRESS 1720
|
||||
#define SENT_STATE_BASE_ADDRESS 1732
|
||||
#define VVT_BASE_ADDRESS 1740
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1744
|
||||
#define TCU_CONTROLLER_BASE_ADDRESS 1048
|
||||
#define THROTTLE_MODEL_BASE_ADDRESS 1064
|
||||
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 1076
|
||||
#define INJECTOR_MODEL_BASE_ADDRESS 1104
|
||||
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1116
|
||||
#define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1124
|
||||
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1128
|
||||
#define BOOST_CONTROL_BASE_ADDRESS 1140
|
||||
#define AC_CONTROL_BASE_ADDRESS 1164
|
||||
#define FAN_CONTROL_BASE_ADDRESS 1172
|
||||
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1188
|
||||
#define MAIN_RELAY_BASE_ADDRESS 1192
|
||||
#define ENGINE_STATE_BASE_ADDRESS 1196
|
||||
#define TPS_ACCEL_STATE_BASE_ADDRESS 1296
|
||||
#define TRIGGER_CENTRAL_BASE_ADDRESS 1344
|
||||
#define TRIGGER_STATE_BASE_ADDRESS 1408
|
||||
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1608
|
||||
#define WALL_FUEL_STATE_BASE_ADDRESS 1616
|
||||
#define IDLE_STATE_BASE_ADDRESS 1624
|
||||
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1672
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1768
|
||||
#define DC_MOTORS_BASE_ADDRESS 1792
|
||||
#define SENT_STATE_BASE_ADDRESS 1804
|
||||
#define VVT_BASE_ADDRESS 1812
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1816
|
||||
|
|
|
@ -523,368 +523,387 @@ m_knockRetard = scalar, F32, 956, "deg", 1,0
|
|||
m_knockThreshold = scalar, F32, 960, "", 1, 0
|
||||
m_knockCount = scalar, U32, 964, "", 1, 0
|
||||
m_maximumRetard = scalar, F32, 968, "", 1, 0
|
||||
m_knockFrequency = scalar, U32, 972, "Hz", 1, 0
|
||||
; total TS size = 976
|
||||
tcuCurrentGear = scalar, S08, 976, "gear", 1, 0
|
||||
tcRatio = scalar, U16, 978, "value", 0.01, 0
|
||||
lastShiftTime = scalar, F32, 980, "", 1, 0
|
||||
tcu_currentRange = scalar, U08, 984, "", 1, 0
|
||||
pressureControlDuty = scalar, S08, 985, "%", 1,0
|
||||
torqueConverterDuty = scalar, S08, 986, "%", 1,0
|
||||
isShifting = bits, U32, 988, [0:0]
|
||||
; total TS size = 992
|
||||
throttleUseWotModel = bits, U32, 992, [0:0]
|
||||
throttleModelCrossoverAngle = scalar, S16, 996, "%", 0.01, 0
|
||||
throttleEstimatedFlow = scalar, F32, 1000, "g/s", 1, 0
|
||||
; total TS size = 1004
|
||||
m_requested_pump = scalar, F32, 1004, "", 1, 0
|
||||
fuel_requested_percent = scalar, F32, 1008, "", 1, 0
|
||||
fuel_requested_percent_pi = scalar, F32, 1012, "", 1, 0
|
||||
noValve = bits, U32, 1016, [0:0]
|
||||
angleAboveMin = bits, U32, 1016, [1:1]
|
||||
isHpfpInactive = bits, U32, 1016, [2:2]
|
||||
m_pressureTarget_kPa = scalar, F32, 1020, "", 1, 0
|
||||
nextLobe = scalar, F32, 1024, "", 1, 0
|
||||
di_nextStart = scalar, F32, 1028, "v", 1, 0
|
||||
; total TS size = 1032
|
||||
m_deadtime = scalar, F32, 1032, "ms", 1, 0
|
||||
pressureDelta = scalar, F32, 1036, "kPa", 1, 0
|
||||
pressureRatio = scalar, F32, 1040, "", 1, 0
|
||||
; total TS size = 1044
|
||||
retardThresholdRpm = scalar, S32, 1044, "", 1, 0
|
||||
launchActivatePinState = bits, U32, 1048, [0:0]
|
||||
isPreLaunchCondition = bits, U32, 1048, [1:1]
|
||||
isLaunchCondition = bits, U32, 1048, [2:2]
|
||||
isSwitchActivated = bits, U32, 1048, [3:3]
|
||||
isClutchActivated = bits, U32, 1048, [4:4]
|
||||
isBrakePedalActivated = bits, U32, 1048, [5:5]
|
||||
isValidInputPin = bits, U32, 1048, [6:6]
|
||||
activateSwitchCondition = bits, U32, 1048, [7:7]
|
||||
rpmLaunchCondition = bits, U32, 1048, [8:8]
|
||||
rpmPreLaunchCondition = bits, U32, 1048, [9:9]
|
||||
speedCondition = bits, U32, 1048, [10:10]
|
||||
tpsCondition = bits, U32, 1048, [11:11]
|
||||
; total TS size = 1052
|
||||
isTorqueReductionTriggerPinValid = bits, U32, 1052, [0:0]
|
||||
torqueReductionTriggerPinState = bits, U32, 1052, [1:1]
|
||||
isTimeConditionSatisfied = bits, U32, 1052, [2:2]
|
||||
isRpmConditionSatisfied = bits, U32, 1052, [3:3]
|
||||
isAppConditionSatisfied = bits, U32, 1052, [4:4]
|
||||
isFlatShiftConditionSatisfied = bits, U32, 1052, [5:5]
|
||||
; total TS size = 1056
|
||||
isAntilagCondition = bits, U32, 1056, [0:0]
|
||||
ALSMinRPMCondition = bits, U32, 1056, [1:1]
|
||||
ALSMaxRPMCondition = bits, U32, 1056, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 1056, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 1056, [4:4]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 1056, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 1056, [6:6]
|
||||
ALSActivatePinState = bits, U32, 1056, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 1056, [8:8]
|
||||
ALSTimerCondition = bits, U32, 1056, [9:9]
|
||||
fuelALSCorrection = scalar, F32, 1060, "", 1, 0
|
||||
timingALSCorrection = scalar, S16, 1064, "deg", 0.01, 0
|
||||
timingALSSkip = scalar, S16, 1066, "deg", 0.01, 0
|
||||
; total TS size = 1068
|
||||
isTpsInvalid = bits, U32, 1068, [0:0]
|
||||
m_shouldResetPid = bits, U32, 1068, [1:1]
|
||||
isBelowClosedLoopThreshold = bits, U32, 1068, [2:2]
|
||||
isNotClosedLoop = bits, U32, 1068, [3:3]
|
||||
isZeroRpm = bits, U32, 1068, [4:4]
|
||||
hasInitBoost = bits, U32, 1068, [5:5]
|
||||
rpmTooLow = bits, U32, 1068, [6:6]
|
||||
tpsTooLow = bits, U32, 1068, [7:7]
|
||||
mapTooLow = bits, U32, 1068, [8:8]
|
||||
isPlantValid = bits, U32, 1068, [9:9]
|
||||
isBoostControlled = bits, U32, 1068, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1072, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1074, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1076, "v", 1,0
|
||||
openLoopPart = scalar, F32, 1080, "v", 1,0
|
||||
luaOpenLoopAdd = scalar, F32, 1084, "v", 1,0
|
||||
boostControllerClosedLoopPart = scalar, S08, 1088, "%", 0.5,0
|
||||
boostControlTarget = scalar, S16, 1090, "kPa", 0.03333333333333333,0
|
||||
; total TS size = 1092
|
||||
acButtonState = scalar, S08, 1092, "", 1, 0
|
||||
m_acEnabled = bits, U32, 1096, [0:0]
|
||||
engineTooSlow = bits, U32, 1096, [1:1]
|
||||
engineTooFast = bits, U32, 1096, [2:2]
|
||||
noClt = bits, U32, 1096, [3:3]
|
||||
engineTooHot = bits, U32, 1096, [4:4]
|
||||
tpsTooHigh = bits, U32, 1096, [5:5]
|
||||
isDisabledByLua = bits, U32, 1096, [6:6]
|
||||
acCompressorState = bits, U32, 1096, [7:7]
|
||||
acPressureTooLow = bits, U32, 1096, [8:8]
|
||||
acPressureTooHigh = bits, U32, 1096, [9:9]
|
||||
; total TS size = 1100
|
||||
cranking0 = bits, U32, 1100, [0:0]
|
||||
notRunning0 = bits, U32, 1100, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1100, [2:2]
|
||||
brokenClt0 = bits, U32, 1100, [3:3]
|
||||
enabledForAc0 = bits, U32, 1100, [4:4]
|
||||
hot0 = bits, U32, 1100, [5:5]
|
||||
cold0 = bits, U32, 1100, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1100, [7:7]
|
||||
radiatorFanStatus0 = scalar, U08, 1104, "", 1, 0
|
||||
; total TS size = 1108
|
||||
cranking1 = bits, U32, 1108, [0:0]
|
||||
notRunning1 = bits, U32, 1108, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1108, [2:2]
|
||||
brokenClt1 = bits, U32, 1108, [3:3]
|
||||
enabledForAc1 = bits, U32, 1108, [4:4]
|
||||
hot1 = bits, U32, 1108, [5:5]
|
||||
cold1 = bits, U32, 1108, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1108, [7:7]
|
||||
radiatorFanStatus1 = scalar, U08, 1112, "", 1, 0
|
||||
m_knockSpectrum1 = scalar, U32, 972, "compressed data", 1, 0
|
||||
m_knockSpectrum2 = scalar, U32, 976, "compressed data", 1, 0
|
||||
m_knockSpectrum3 = scalar, U32, 980, "compressed data", 1, 0
|
||||
m_knockSpectrum4 = scalar, U32, 984, "compressed data", 1, 0
|
||||
m_knockSpectrum5 = scalar, U32, 988, "compressed data", 1, 0
|
||||
m_knockSpectrum6 = scalar, U32, 992, "compressed data", 1, 0
|
||||
m_knockSpectrum7 = scalar, U32, 996, "compressed data", 1, 0
|
||||
m_knockSpectrum8 = scalar, U32, 1000, "compressed data", 1, 0
|
||||
m_knockSpectrum9 = scalar, U32, 1004, "compressed data", 1, 0
|
||||
m_knockSpectrum10 = scalar, U32, 1008, "compressed data", 1, 0
|
||||
m_knockSpectrum11 = scalar, U32, 1012, "compressed data", 1, 0
|
||||
m_knockSpectrum12 = scalar, U32, 1016, "compressed data", 1, 0
|
||||
m_knockSpectrum13 = scalar, U32, 1020, "compressed data", 1, 0
|
||||
m_knockSpectrum14 = scalar, U32, 1024, "compressed data", 1, 0
|
||||
m_knockSpectrum15 = scalar, U32, 1028, "compressed data", 1, 0
|
||||
m_knockSpectrum16 = scalar, U32, 1032, "compressed data", 1, 0
|
||||
m_knockSpectrumChannelCyl = scalar, U16, 1036, "compressed N + N", 1, 0
|
||||
m_knockFrequencyStart = scalar, U16, 1038, "Hz", 1, 0
|
||||
m_knockFrequencyStep = scalar, F32, 1040, "Hz", 1, 0
|
||||
m_knockFuelTrimMultiplier = scalar, F32, 1044, "multiplier", 1, 0
|
||||
; total TS size = 1048
|
||||
tcuCurrentGear = scalar, S08, 1048, "gear", 1, 0
|
||||
tcRatio = scalar, U16, 1050, "value", 0.01, 0
|
||||
lastShiftTime = scalar, F32, 1052, "", 1, 0
|
||||
tcu_currentRange = scalar, U08, 1056, "", 1, 0
|
||||
pressureControlDuty = scalar, S08, 1057, "%", 1,0
|
||||
torqueConverterDuty = scalar, S08, 1058, "%", 1,0
|
||||
isShifting = bits, U32, 1060, [0:0]
|
||||
; total TS size = 1064
|
||||
throttleUseWotModel = bits, U32, 1064, [0:0]
|
||||
throttleModelCrossoverAngle = scalar, S16, 1068, "%", 0.01, 0
|
||||
throttleEstimatedFlow = scalar, F32, 1072, "g/s", 1, 0
|
||||
; total TS size = 1076
|
||||
m_requested_pump = scalar, F32, 1076, "", 1, 0
|
||||
fuel_requested_percent = scalar, F32, 1080, "", 1, 0
|
||||
fuel_requested_percent_pi = scalar, F32, 1084, "", 1, 0
|
||||
noValve = bits, U32, 1088, [0:0]
|
||||
angleAboveMin = bits, U32, 1088, [1:1]
|
||||
isHpfpInactive = bits, U32, 1088, [2:2]
|
||||
m_pressureTarget_kPa = scalar, F32, 1092, "", 1, 0
|
||||
nextLobe = scalar, F32, 1096, "", 1, 0
|
||||
di_nextStart = scalar, F32, 1100, "v", 1, 0
|
||||
; total TS size = 1104
|
||||
m_deadtime = scalar, F32, 1104, "ms", 1, 0
|
||||
pressureDelta = scalar, F32, 1108, "kPa", 1, 0
|
||||
pressureRatio = scalar, F32, 1112, "", 1, 0
|
||||
; total TS size = 1116
|
||||
isPrime = bits, U32, 1116, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1116, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1116, [2:2]
|
||||
ignitionOn = bits, U32, 1116, [3:3]
|
||||
; total TS size = 1120
|
||||
isBenchTest = bits, U32, 1120, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1120, [1:1]
|
||||
mainRelayState = bits, U32, 1120, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1120, [3:3]
|
||||
retardThresholdRpm = scalar, S32, 1116, "", 1, 0
|
||||
launchActivatePinState = bits, U32, 1120, [0:0]
|
||||
isPreLaunchCondition = bits, U32, 1120, [1:1]
|
||||
isLaunchCondition = bits, U32, 1120, [2:2]
|
||||
isSwitchActivated = bits, U32, 1120, [3:3]
|
||||
isClutchActivated = bits, U32, 1120, [4:4]
|
||||
isBrakePedalActivated = bits, U32, 1120, [5:5]
|
||||
isValidInputPin = bits, U32, 1120, [6:6]
|
||||
activateSwitchCondition = bits, U32, 1120, [7:7]
|
||||
rpmLaunchCondition = bits, U32, 1120, [8:8]
|
||||
rpmPreLaunchCondition = bits, U32, 1120, [9:9]
|
||||
speedCondition = bits, U32, 1120, [10:10]
|
||||
tpsCondition = bits, U32, 1120, [11:11]
|
||||
; total TS size = 1124
|
||||
lua_fuelAdd = scalar, F32, 1124, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1128, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1132, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1132, [1:1]
|
||||
lua_acRequestState = bits, U32, 1132, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1132, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1132, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1132, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1132, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1132, [7:7]
|
||||
sd_tCharge = scalar, S16, 1136, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1140, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1144, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1148, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1152, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1156, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1160, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1164, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1166, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1167, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1168, "", 1, 0
|
||||
startStopState = scalar, S08, 1169, "", 1, 0
|
||||
smartChipState = scalar, S08, 1170, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1171, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1172, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1176, [0:0]
|
||||
acrActive = bits, U32, 1176, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1176, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1176, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1176, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1176, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1176, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1176, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1180, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1184, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1188, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1192, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1196, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1200, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1204, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1208, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1212, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1216, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1218, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1219, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1220, "", 1, 0
|
||||
; total TS size = 1224
|
||||
tpsFrom = scalar, F32, 1224
|
||||
tpsTo = scalar, F32, 1228
|
||||
deltaTps = scalar, F32, 1232
|
||||
extraFuel = scalar, F32, 1236, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1240, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1244, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1244, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1244, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1244, [3:3]
|
||||
belowEpsilon = bits, U32, 1244, [4:4]
|
||||
tooShort = bits, U32, 1244, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1248, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1252, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1256, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1260, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1264, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1268, "", 1, 0
|
||||
; total TS size = 1272
|
||||
hwEventCounters1 = scalar, U32, 1272, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1276, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1280, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1284, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1288, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1292, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1296, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1300, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1304, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1308, "distance", 1, 0
|
||||
mapVvt_sync_counter = scalar, U08, 1309, "counter", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1312, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1316, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1320, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1324, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1328, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1332, "", 1, 0
|
||||
; total TS size = 1336
|
||||
crankSynchronizationCounter0 = scalar, U32, 1336, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1344, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1348, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1368, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1372, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1373, "", 1, 0
|
||||
; total TS size = 1376
|
||||
crankSynchronizationCounter1 = scalar, U32, 1376, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1384, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1388, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1408, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1412, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1413, "", 1, 0
|
||||
; total TS size = 1416
|
||||
crankSynchronizationCounter2 = scalar, U32, 1416, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1424, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1428, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1448, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1452, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1453, "", 1, 0
|
||||
; total TS size = 1456
|
||||
crankSynchronizationCounter3 = scalar, U32, 1456, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1464, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1468, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1488, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1492, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1493, "", 1, 0
|
||||
; total TS size = 1496
|
||||
crankSynchronizationCounter4 = scalar, U32, 1496, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1504, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1508, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1524, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1528, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1532, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1533, "", 1, 0
|
||||
; total TS size = 1536
|
||||
camResyncCounter = scalar, U08, 1536, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1540, [0:0]
|
||||
; total TS size = 1544
|
||||
wallFuelCorrection = scalar, F32, 1544, "", 1, 0
|
||||
wallFuel = scalar, F32, 1548, "", 1, 0
|
||||
; total TS size = 1552
|
||||
idleState = bits, S32, 1552, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1556
|
||||
baseIdlePosition = scalar, F32, 1560
|
||||
idleClosedLoop = scalar, F32, 1564
|
||||
iacByTpsTaper = scalar, F32, 1568
|
||||
throttlePedalUpState = scalar, S32, 1572, "", 1, 0
|
||||
mightResetPid = bits, U32, 1576, [0:0]
|
||||
shouldResetPid = bits, U32, 1576, [1:1]
|
||||
wasResetPid = bits, U32, 1576, [2:2]
|
||||
mustResetPid = bits, U32, 1576, [3:3]
|
||||
isCranking = bits, U32, 1576, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1576, [5:5]
|
||||
notIdling = bits, U32, 1576, [6:6]
|
||||
needReset = bits, U32, 1576, [7:7]
|
||||
isInDeadZone = bits, U32, 1576, [8:8]
|
||||
isBlipping = bits, U32, 1576, [9:9]
|
||||
useClosedLoop = bits, U32, 1576, [10:10]
|
||||
badTps = bits, U32, 1576, [11:11]
|
||||
looksLikeRunning = bits, U32, 1576, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1576, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1576, [14:14]
|
||||
isIdleCoasting = bits, U32, 1576, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1576, [16:16]
|
||||
idleTarget = scalar, S32, 1580, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1584, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1588, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1592
|
||||
luaAdd = scalar, F32, 1596
|
||||
; total TS size = 1600
|
||||
targetWithIdlePosition0 = scalar, F32, 1600, "per", 1,0
|
||||
trim0 = scalar, F32, 1604, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1608, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1612, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1616
|
||||
etbIntegralError0 = scalar, F32, 1620, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1624, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1628, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1632, [0:0]
|
||||
jamDetected0 = bits, U32, 1632, [1:1]
|
||||
etbTpsErrorCounter0 = scalar, U16, 1636, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1638, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1640, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1641, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1642, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1644, "%", 1, 0
|
||||
; total TS size = 1648
|
||||
targetWithIdlePosition1 = scalar, F32, 1648, "per", 1,0
|
||||
trim1 = scalar, F32, 1652, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1656, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1660, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1664
|
||||
etbIntegralError1 = scalar, F32, 1668, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1672, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1676, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1680, [0:0]
|
||||
jamDetected1 = bits, U32, 1680, [1:1]
|
||||
etbTpsErrorCounter1 = scalar, U16, 1684, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1686, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1688, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1689, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1690, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1692, "%", 1, 0
|
||||
; total TS size = 1696
|
||||
faultCode0 = scalar, U08, 1696, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1697, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1698, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1700, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1702, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1704, "ohm", 1, 0
|
||||
; total TS size = 1708
|
||||
faultCode1 = scalar, U08, 1708, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1709, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1710, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1712, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1714, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1716, "ohm", 1, 0
|
||||
isTorqueReductionTriggerPinValid = bits, U32, 1124, [0:0]
|
||||
torqueReductionTriggerPinState = bits, U32, 1124, [1:1]
|
||||
isTimeConditionSatisfied = bits, U32, 1124, [2:2]
|
||||
isRpmConditionSatisfied = bits, U32, 1124, [3:3]
|
||||
isAppConditionSatisfied = bits, U32, 1124, [4:4]
|
||||
isFlatShiftConditionSatisfied = bits, U32, 1124, [5:5]
|
||||
; total TS size = 1128
|
||||
isAntilagCondition = bits, U32, 1128, [0:0]
|
||||
ALSMinRPMCondition = bits, U32, 1128, [1:1]
|
||||
ALSMaxRPMCondition = bits, U32, 1128, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 1128, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 1128, [4:4]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 1128, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 1128, [6:6]
|
||||
ALSActivatePinState = bits, U32, 1128, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 1128, [8:8]
|
||||
ALSTimerCondition = bits, U32, 1128, [9:9]
|
||||
fuelALSCorrection = scalar, F32, 1132, "", 1, 0
|
||||
timingALSCorrection = scalar, S16, 1136, "deg", 0.01, 0
|
||||
timingALSSkip = scalar, S16, 1138, "deg", 0.01, 0
|
||||
; total TS size = 1140
|
||||
isTpsInvalid = bits, U32, 1140, [0:0]
|
||||
m_shouldResetPid = bits, U32, 1140, [1:1]
|
||||
isBelowClosedLoopThreshold = bits, U32, 1140, [2:2]
|
||||
isNotClosedLoop = bits, U32, 1140, [3:3]
|
||||
isZeroRpm = bits, U32, 1140, [4:4]
|
||||
hasInitBoost = bits, U32, 1140, [5:5]
|
||||
rpmTooLow = bits, U32, 1140, [6:6]
|
||||
tpsTooLow = bits, U32, 1140, [7:7]
|
||||
mapTooLow = bits, U32, 1140, [8:8]
|
||||
isPlantValid = bits, U32, 1140, [9:9]
|
||||
isBoostControlled = bits, U32, 1140, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1144, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1146, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1148, "v", 1,0
|
||||
openLoopPart = scalar, F32, 1152, "v", 1,0
|
||||
luaOpenLoopAdd = scalar, F32, 1156, "v", 1,0
|
||||
boostControllerClosedLoopPart = scalar, S08, 1160, "%", 0.5,0
|
||||
boostControlTarget = scalar, S16, 1162, "kPa", 0.03333333333333333,0
|
||||
; total TS size = 1164
|
||||
acButtonState = scalar, S08, 1164, "", 1, 0
|
||||
m_acEnabled = bits, U32, 1168, [0:0]
|
||||
engineTooSlow = bits, U32, 1168, [1:1]
|
||||
engineTooFast = bits, U32, 1168, [2:2]
|
||||
noClt = bits, U32, 1168, [3:3]
|
||||
engineTooHot = bits, U32, 1168, [4:4]
|
||||
tpsTooHigh = bits, U32, 1168, [5:5]
|
||||
isDisabledByLua = bits, U32, 1168, [6:6]
|
||||
acCompressorState = bits, U32, 1168, [7:7]
|
||||
acPressureTooLow = bits, U32, 1168, [8:8]
|
||||
acPressureTooHigh = bits, U32, 1168, [9:9]
|
||||
; total TS size = 1172
|
||||
cranking0 = bits, U32, 1172, [0:0]
|
||||
notRunning0 = bits, U32, 1172, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1172, [2:2]
|
||||
brokenClt0 = bits, U32, 1172, [3:3]
|
||||
enabledForAc0 = bits, U32, 1172, [4:4]
|
||||
hot0 = bits, U32, 1172, [5:5]
|
||||
cold0 = bits, U32, 1172, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1172, [7:7]
|
||||
radiatorFanStatus0 = scalar, U08, 1176, "", 1, 0
|
||||
; total TS size = 1180
|
||||
cranking1 = bits, U32, 1180, [0:0]
|
||||
notRunning1 = bits, U32, 1180, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1180, [2:2]
|
||||
brokenClt1 = bits, U32, 1180, [3:3]
|
||||
enabledForAc1 = bits, U32, 1180, [4:4]
|
||||
hot1 = bits, U32, 1180, [5:5]
|
||||
cold1 = bits, U32, 1180, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1180, [7:7]
|
||||
radiatorFanStatus1 = scalar, U08, 1184, "", 1, 0
|
||||
; total TS size = 1188
|
||||
isPrime = bits, U32, 1188, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1188, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1188, [2:2]
|
||||
ignitionOn = bits, U32, 1188, [3:3]
|
||||
; total TS size = 1192
|
||||
isBenchTest = bits, U32, 1192, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1192, [1:1]
|
||||
mainRelayState = bits, U32, 1192, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1192, [3:3]
|
||||
; total TS size = 1196
|
||||
lua_fuelAdd = scalar, F32, 1196, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1200, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1204, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1204, [1:1]
|
||||
lua_acRequestState = bits, U32, 1204, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1204, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1204, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1204, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1204, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1204, [7:7]
|
||||
sd_tCharge = scalar, S16, 1208, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1212, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1216, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1220, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1224, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1228, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1232, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1236, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1238, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1239, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1240, "", 1, 0
|
||||
startStopState = scalar, S08, 1241, "", 1, 0
|
||||
smartChipState = scalar, S08, 1242, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1243, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1244, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1248, [0:0]
|
||||
acrActive = bits, U32, 1248, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1248, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1248, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1248, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1248, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1248, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1248, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1252, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1256, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1260, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1264, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1268, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1272, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1276, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1280, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1284, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1288, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1290, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1291, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1292, "", 1, 0
|
||||
; total TS size = 1296
|
||||
tpsFrom = scalar, F32, 1296
|
||||
tpsTo = scalar, F32, 1300
|
||||
deltaTps = scalar, F32, 1304
|
||||
extraFuel = scalar, F32, 1308, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1312, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1316, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1316, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1316, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1316, [3:3]
|
||||
belowEpsilon = bits, U32, 1316, [4:4]
|
||||
tooShort = bits, U32, 1316, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1320, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1324, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1328, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1332, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1336, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1340, "", 1, 0
|
||||
; total TS size = 1344
|
||||
hwEventCounters1 = scalar, U32, 1344, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1348, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1352, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1356, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1360, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1364, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1368, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1372, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1376, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1380, "distance", 1, 0
|
||||
mapVvt_sync_counter = scalar, U08, 1381, "counter", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1384, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1388, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1392, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1396, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1400, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1404, "", 1, 0
|
||||
; total TS size = 1408
|
||||
crankSynchronizationCounter0 = scalar, U32, 1408, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1412, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1416, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1420, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1424, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1440, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1444, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1445, "", 1, 0
|
||||
; total TS size = 1448
|
||||
crankSynchronizationCounter1 = scalar, U32, 1448, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1452, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1456, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1460, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1464, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1480, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1484, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1485, "", 1, 0
|
||||
; total TS size = 1488
|
||||
crankSynchronizationCounter2 = scalar, U32, 1488, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1492, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1496, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1500, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1504, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1520, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1524, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1525, "", 1, 0
|
||||
; total TS size = 1528
|
||||
crankSynchronizationCounter3 = scalar, U32, 1528, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1532, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1536, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1540, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1544, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1548, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1552, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1556, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1560, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1564, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1565, "", 1, 0
|
||||
; total TS size = 1568
|
||||
crankSynchronizationCounter4 = scalar, U32, 1568, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1572, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1576, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1580, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1584, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1588, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1592, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1596, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1600, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1604, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1605, "", 1, 0
|
||||
; total TS size = 1608
|
||||
camResyncCounter = scalar, U08, 1608, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1612, [0:0]
|
||||
; total TS size = 1616
|
||||
wallFuelCorrection = scalar, F32, 1616, "", 1, 0
|
||||
wallFuel = scalar, F32, 1620, "", 1, 0
|
||||
; total TS size = 1624
|
||||
idleState = bits, S32, 1624, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1628
|
||||
baseIdlePosition = scalar, F32, 1632
|
||||
idleClosedLoop = scalar, F32, 1636
|
||||
iacByTpsTaper = scalar, F32, 1640
|
||||
throttlePedalUpState = scalar, S32, 1644, "", 1, 0
|
||||
mightResetPid = bits, U32, 1648, [0:0]
|
||||
shouldResetPid = bits, U32, 1648, [1:1]
|
||||
wasResetPid = bits, U32, 1648, [2:2]
|
||||
mustResetPid = bits, U32, 1648, [3:3]
|
||||
isCranking = bits, U32, 1648, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1648, [5:5]
|
||||
notIdling = bits, U32, 1648, [6:6]
|
||||
needReset = bits, U32, 1648, [7:7]
|
||||
isInDeadZone = bits, U32, 1648, [8:8]
|
||||
isBlipping = bits, U32, 1648, [9:9]
|
||||
useClosedLoop = bits, U32, 1648, [10:10]
|
||||
badTps = bits, U32, 1648, [11:11]
|
||||
looksLikeRunning = bits, U32, 1648, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1648, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1648, [14:14]
|
||||
isIdleCoasting = bits, U32, 1648, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1648, [16:16]
|
||||
idleTarget = scalar, S32, 1652, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1656, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1660, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1664
|
||||
luaAdd = scalar, F32, 1668
|
||||
; total TS size = 1672
|
||||
targetWithIdlePosition0 = scalar, F32, 1672, "per", 1,0
|
||||
trim0 = scalar, F32, 1676, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1680, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1684, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1688
|
||||
etbIntegralError0 = scalar, F32, 1692, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1696, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1700, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1704, [0:0]
|
||||
jamDetected0 = bits, U32, 1704, [1:1]
|
||||
etbTpsErrorCounter0 = scalar, U16, 1708, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1710, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1712, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1713, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1714, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1716, "%", 1, 0
|
||||
; total TS size = 1720
|
||||
dcOutput0 = scalar, F32, 1720, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1724, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1728, [0:0]
|
||||
; total TS size = 1732
|
||||
value0 = scalar, U16, 1732, "value", 1,0
|
||||
value1 = scalar, U16, 1734, "value", 1,0
|
||||
errorRate = scalar, F32, 1736, "ratio", 1,0
|
||||
; total TS size = 1740
|
||||
vvtTarget = scalar, U16, 1740, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1742, "%", 0.5, 0
|
||||
; total TS size = 1744
|
||||
lambdaCurrentlyGood = bits, U32, 1744, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1744, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
|
||||
; total TS size = 1752
|
||||
targetWithIdlePosition1 = scalar, F32, 1720, "per", 1,0
|
||||
trim1 = scalar, F32, 1724, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1728, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1732, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1736
|
||||
etbIntegralError1 = scalar, F32, 1740, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1744, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1748, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1752, [0:0]
|
||||
jamDetected1 = bits, U32, 1752, [1:1]
|
||||
etbTpsErrorCounter1 = scalar, U16, 1756, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1758, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1760, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1761, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1762, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1764, "%", 1, 0
|
||||
; total TS size = 1768
|
||||
faultCode0 = scalar, U08, 1768, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1769, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1770, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1772, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1774, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1776, "ohm", 1, 0
|
||||
; total TS size = 1780
|
||||
faultCode1 = scalar, U08, 1780, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1781, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1782, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1784, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1786, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1788, "ohm", 1, 0
|
||||
; total TS size = 1792
|
||||
dcOutput0 = scalar, F32, 1792, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1796, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1800, [0:0]
|
||||
; total TS size = 1804
|
||||
value0 = scalar, U16, 1804, "value", 1,0
|
||||
value1 = scalar, U16, 1806, "value", 1,0
|
||||
errorRate = scalar, F32, 1808, "ratio", 1,0
|
||||
; total TS size = 1812
|
||||
vvtTarget = scalar, U16, 1812, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1814, "%", 0.5, 0
|
||||
; total TS size = 1816
|
||||
lambdaCurrentlyGood = bits, U32, 1816, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1816, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1820, "sec", 0.01, 0
|
||||
; total TS size = 1824
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// generated by gen_live_documentation.sh / LiveDataProcessor.java
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1752
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1824
|
|
@ -412,7 +412,26 @@ static const LogField fields[] = {
|
|||
{___engine.module<KnockController>()->m_knockThreshold, "Knock: Threshold", "", 0},
|
||||
{___engine.module<KnockController>()->m_knockCount, "Knock: Count", "", 0},
|
||||
{___engine.module<KnockController>()->m_maximumRetard, "Knock: Max retard", "", 0},
|
||||
{___engine.module<KnockController>()->m_knockFrequency, "knock: frequency", "Hz", 2},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[0], "Knock: SpectrumData 1", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[1], "Knock: SpectrumData 2", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[2], "Knock: SpectrumData 3", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[3], "Knock: SpectrumData 4", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[4], "Knock: SpectrumData 5", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[5], "Knock: SpectrumData 6", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[6], "Knock: SpectrumData 7", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[7], "Knock: SpectrumData 8", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[8], "Knock: SpectrumData 9", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[9], "Knock: SpectrumData 10", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[10], "Knock: SpectrumData 11", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[11], "Knock: SpectrumData 12", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[12], "Knock: SpectrumData 13", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[13], "Knock: SpectrumData 14", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[14], "Knock: SpectrumData 15", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrum[15], "Knock: SpectrumData 16", "compressed data", 0},
|
||||
{___engine.module<KnockController>()->m_knockSpectrumChannelCyl, "Knock: ChannelAndCylNumber", "compressed N + N", 0},
|
||||
{___engine.module<KnockController>()->m_knockFrequencyStart, "Knock: Start Freq", "Hz", 0},
|
||||
{___engine.module<KnockController>()->m_knockFrequencyStep, "Knock: Step Freq", "Hz", 0},
|
||||
{___engine.module<KnockController>()->m_knockFuelTrimMultiplier, "Knock: Fuel trim when knock", "multiplier", 0},
|
||||
#if EFI_PROD_CODE && EFI_IDLE_CONTROL
|
||||
{___engine.module<InjectorModelPrimary>()->m_deadtime, "Fuel: injector lag", "ms", 3},
|
||||
#endif
|
||||
|
|
|
@ -2883,7 +2883,7 @@ struct engine_configuration_s {
|
|||
bool enableKnockSpectrogram : 1 {};
|
||||
/**
|
||||
offset 1492 bit 31 */
|
||||
bool unusedBit_517_31 : 1 {};
|
||||
bool enableKnockSpectrogramFilter : 1 {};
|
||||
/**
|
||||
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
|
||||
* units: cycles
|
||||
|
@ -4611,9 +4611,44 @@ struct engine_configuration_s {
|
|||
*/
|
||||
linear_sensor_s auxLinear4;
|
||||
/**
|
||||
* units: units
|
||||
* Below TPS value all knock suppression will be disabled.
|
||||
* units: %
|
||||
* offset 3896
|
||||
*/
|
||||
scaled_channel<uint8_t, 1, 1> knockSuppressMinTps;
|
||||
/**
|
||||
* Fuel to odd when a knock event occurs. Advice: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),
|
||||
* units: %
|
||||
* offset 3897
|
||||
*/
|
||||
scaled_channel<uint8_t, 10, 1> knockFuelTrimAggression;
|
||||
/**
|
||||
* After a knock event, reapply fuel at this rate.
|
||||
* units: deg/s
|
||||
* offset 3898
|
||||
*/
|
||||
scaled_channel<uint8_t, 10, 1> knockFuelTrimReapplyRate;
|
||||
/**
|
||||
* Fuel trim when knock, max 30%
|
||||
* units: %
|
||||
* offset 3899
|
||||
*/
|
||||
scaled_channel<uint8_t, 1, 1> knockFuelTrim;
|
||||
/**
|
||||
* units: sense
|
||||
* offset 3900
|
||||
*/
|
||||
float knockSpectrumSensitivity;
|
||||
/**
|
||||
* "Estimated knock frequency, ignore cylinderBore if this one > 0"
|
||||
* units: Hz
|
||||
* offset 3904
|
||||
*/
|
||||
float knockFrequency;
|
||||
/**
|
||||
* units: units
|
||||
* offset 3908
|
||||
*/
|
||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[END_OF_CALIBRATION_PADDING];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4024);
|
||||
|
|
|
@ -348,7 +348,7 @@
|
|||
#define ego_sensor_e_ES_Innovate_MTX_L 1
|
||||
#define ego_sensor_e_ES_PLX 4
|
||||
#define EGT_CHANNEL_COUNT 8
|
||||
#define END_OF_CALIBRATION_PADDING 128
|
||||
#define END_OF_CALIBRATION_PADDING 116
|
||||
#define engine_configuration_s_size 4024
|
||||
#define engine_load_mode_e_auto_enum 0="LM_SPEED_DENSITY",2="LM_ALPHA_N",3="LM_LUA",100="LM_MOCK",1="LM_REAL_MAF"
|
||||
#define engine_load_mode_e_enum "Speed Density", "MAF Air Charge", "Alpha-N", "Lua"
|
||||
|
@ -1250,7 +1250,6 @@
|
|||
#define PROTOCOL_HELLO_PREFIX "***"
|
||||
#define PROTOCOL_INJ_SHORT_PREFIX "i"
|
||||
#define PROTOCOL_INJ_STAGE2_SHORT_PREFIX "j"
|
||||
#define PROTOCOL_KNOCK_SPECTROGRAMM "knock_spectrogram"
|
||||
#define PROTOCOL_MSG "msg"
|
||||
#define PROTOCOL_OUTPIN "outpin"
|
||||
#define PROTOCOL_SIGNATURE_PREFIX "rusEFI "
|
||||
|
@ -1293,7 +1292,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3347018416
|
||||
#define SIGNATURE_HASH 1796379186
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1568,10 +1567,6 @@
|
|||
#define TS_HELLO_COMMAND_char S
|
||||
#define TS_IO_TEST_COMMAND 'Z'
|
||||
#define TS_IO_TEST_COMMAND_char Z
|
||||
#define TS_KNOCK_SPECTROGRAM_DISABLE 'n'
|
||||
#define TS_KNOCK_SPECTROGRAM_DISABLE_char n
|
||||
#define TS_KNOCK_SPECTROGRAM_ENABLE 'm'
|
||||
#define TS_KNOCK_SPECTROGRAM_ENABLE_char m
|
||||
#define TS_ONLINE_PROTOCOL 'z'
|
||||
#define TS_ONLINE_PROTOCOL_char z
|
||||
#define TS_OUTPUT_COMMAND 'O'
|
||||
|
@ -1757,14 +1752,14 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.10.21.mega100.3347018416"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.10.23.mega100.1796379186"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
#define TS_TEST_COMMAND_char t
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1752
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1824
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||
#define TS_TRIGGER_SCOPE_DISABLE 5
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3347018416
|
||||
#define TS_SIGNATURE "rusEFI main.2024.10.21.mega100.3347018416"
|
||||
#define SIGNATURE_HASH 1796379186
|
||||
#define TS_SIGNATURE "rusEFI main.2024.10.23.mega100.1796379186"
|
||||
|
|
|
@ -39,13 +39,37 @@ struct knock_controller_s {
|
|||
*/
|
||||
float m_maximumRetard = (float)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_KNOCK_FREQ@@
|
||||
* units: Hz
|
||||
* Knock: SpectrumData
|
||||
* units: compressed data
|
||||
* offset 32
|
||||
*/
|
||||
uint32_t m_knockFrequency = (uint32_t)0;
|
||||
uint32_t m_knockSpectrum[16];
|
||||
/**
|
||||
* Knock: ChannelAndCylNumber
|
||||
* units: compressed N + N
|
||||
* offset 96
|
||||
*/
|
||||
uint16_t m_knockSpectrumChannelCyl = (uint16_t)0;
|
||||
/**
|
||||
* Knock: Start Freq
|
||||
* units: Hz
|
||||
* offset 98
|
||||
*/
|
||||
uint16_t m_knockFrequencyStart = (uint16_t)0;
|
||||
/**
|
||||
* Knock: Step Freq
|
||||
* units: Hz
|
||||
* offset 100
|
||||
*/
|
||||
float m_knockFrequencyStep = (float)0;
|
||||
/**
|
||||
* Knock: Fuel trim when knock
|
||||
* units: multiplier
|
||||
* offset 104
|
||||
*/
|
||||
float m_knockFuelTrimMultiplier = (float)0;
|
||||
};
|
||||
static_assert(sizeof(knock_controller_s) == 36);
|
||||
static_assert(sizeof(knock_controller_s) == 108);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.10.21.mega100.3347018416"
|
||||
signature = "rusEFI main.2024.10.23.mega100.1796379186"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.10.21.mega100.3347018416" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.10.23.mega100.1796379186" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -774,6 +774,7 @@ devBit7 = bits, U32, 1492, [27:27], "false", "true"
|
|||
unusedSkipWasHere = bits, U32, 1492, [28:28], "false", "true"
|
||||
invertExhaustCamVVTSignal = bits, U32, 1492, [29:29], "Rising", "Falling"
|
||||
enableKnockSpectrogram = bits, U32, 1492, [30:30], "false", "true"
|
||||
enableKnockSpectrogramFilter = bits, U32, 1492, [31:31], "false", "true"
|
||||
afterCrankingIACtaperDuration = scalar, S16, 1496, "cycles", 1, 0, 0, 5000, 0
|
||||
iacByTpsTaper = scalar, S16, 1498, "percent", 1, 0, 0, 500, 0
|
||||
unusedAuxSeria = bits, U16, 1500, [0:8], $gpio_list
|
||||
|
@ -1394,7 +1395,13 @@ auxLinear4_v1 = scalar, F32, 3880, "volts", 1, 0, 0, 10, 2
|
|||
auxLinear4_value1 = scalar, F32, 3884, "", 1, 0, -100000, 1000000, 2
|
||||
auxLinear4_v2 = scalar, F32, 3888, "volts", 1, 0, 0, 10, 2
|
||||
auxLinear4_value2 = scalar, F32, 3892, "", 1, 0, -100000, 1000000, 2
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3896, [128], "units", 1, 0, 0, 1, 0
|
||||
knockSuppressMinTps = scalar, U08, 3896, "%", 1, 0, 0, 100, 1
|
||||
knockFuelTrimAggression = scalar, U08, 3897, "%", 0.1, 0, 0, 20, 1
|
||||
knockFuelTrimReapplyRate = scalar, U08, 3898, "deg/s", 0.1, 0, 0, 10, 1
|
||||
knockFuelTrim = scalar, U08, 3899, "%", 1, 0, 0, 30, 1
|
||||
knockSpectrumSensitivity = scalar, F32, 3900, "sense", 1, 0, 0, 1, 2
|
||||
knockFrequency = scalar, F32, 3904, "Hz", 1, 0, 0, 20000, 2
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3908, [116], "units", 1, 0, 0, 1, 0
|
||||
postCrankingFactor = array, F32, 4024, [6x6], "mult", 1, 0, 1, 3, 2
|
||||
postCrankingDurationBins = array, F32, 4168, [6], "count", 1, 0, 0, 1000, 0
|
||||
postCrankingCLTBins = array, S16, 4192, [6], "C", 1, 0, -100, 250, 0
|
||||
|
@ -2448,6 +2455,11 @@ minimumOilPressureValues = array, U08, 22960, [8], "kPa", 10.0, 0, 0, 1000, 0
|
|||
minAcPressure = "value of A/C pressure in kPa before that compressor is disengaged"
|
||||
maxAcPressure = "value of A/C pressure in kPa after that compressor is disengaged"
|
||||
minimumOilPressureTimeout = "Delay before cutting fuel due to low oil pressure. Use this to ignore short pressure blips and sensor noise."
|
||||
knockSuppressMinTps = "Below TPS value all knock suppression will be disabled."
|
||||
knockFuelTrimAggression = "Fuel to odd when a knock event occurs. Advice: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),"
|
||||
knockFuelTrimReapplyRate = "After a knock event, reapply fuel at this rate."
|
||||
knockFuelTrim = "Fuel trim when knock, max 30%"
|
||||
knockFrequency = "Estimated knock frequency, ignore cylinderBore if this one > 0"
|
||||
etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method"
|
||||
etbBiasValues = "PWM bias, open loop component of PID closed loop control"
|
||||
sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM"
|
||||
|
@ -2560,7 +2572,7 @@ minimumOilPressureValues = array, U08, 22960, [8], "kPa", 10.0, 0, 0, 1000, 0
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 1752
|
||||
ochBlockSize = 1824
|
||||
|
||||
; 11.2.3 Full Optimized – High Speed
|
||||
scatteredOchGetCommand = 9
|
||||
|
@ -3100,371 +3112,390 @@ m_knockRetard = scalar, F32, 956, "deg", 1,0
|
|||
m_knockThreshold = scalar, F32, 960, "", 1, 0
|
||||
m_knockCount = scalar, U32, 964, "", 1, 0
|
||||
m_maximumRetard = scalar, F32, 968, "", 1, 0
|
||||
m_knockFrequency = scalar, U32, 972, "Hz", 1, 0
|
||||
; total TS size = 976
|
||||
tcuCurrentGear = scalar, S08, 976, "gear", 1, 0
|
||||
tcRatio = scalar, U16, 978, "value", 0.01, 0
|
||||
lastShiftTime = scalar, F32, 980, "", 1, 0
|
||||
tcu_currentRange = scalar, U08, 984, "", 1, 0
|
||||
pressureControlDuty = scalar, S08, 985, "%", 1,0
|
||||
torqueConverterDuty = scalar, S08, 986, "%", 1,0
|
||||
isShifting = bits, U32, 988, [0:0]
|
||||
; total TS size = 992
|
||||
throttleUseWotModel = bits, U32, 992, [0:0]
|
||||
throttleModelCrossoverAngle = scalar, S16, 996, "%", 0.01, 0
|
||||
throttleEstimatedFlow = scalar, F32, 1000, "g/s", 1, 0
|
||||
; total TS size = 1004
|
||||
m_requested_pump = scalar, F32, 1004, "", 1, 0
|
||||
fuel_requested_percent = scalar, F32, 1008, "", 1, 0
|
||||
fuel_requested_percent_pi = scalar, F32, 1012, "", 1, 0
|
||||
noValve = bits, U32, 1016, [0:0]
|
||||
angleAboveMin = bits, U32, 1016, [1:1]
|
||||
isHpfpInactive = bits, U32, 1016, [2:2]
|
||||
m_pressureTarget_kPa = scalar, F32, 1020, "", 1, 0
|
||||
nextLobe = scalar, F32, 1024, "", 1, 0
|
||||
di_nextStart = scalar, F32, 1028, "v", 1, 0
|
||||
; total TS size = 1032
|
||||
m_deadtime = scalar, F32, 1032, "ms", 1, 0
|
||||
pressureDelta = scalar, F32, 1036, "kPa", 1, 0
|
||||
pressureRatio = scalar, F32, 1040, "", 1, 0
|
||||
; total TS size = 1044
|
||||
retardThresholdRpm = scalar, S32, 1044, "", 1, 0
|
||||
launchActivatePinState = bits, U32, 1048, [0:0]
|
||||
isPreLaunchCondition = bits, U32, 1048, [1:1]
|
||||
isLaunchCondition = bits, U32, 1048, [2:2]
|
||||
isSwitchActivated = bits, U32, 1048, [3:3]
|
||||
isClutchActivated = bits, U32, 1048, [4:4]
|
||||
isBrakePedalActivated = bits, U32, 1048, [5:5]
|
||||
isValidInputPin = bits, U32, 1048, [6:6]
|
||||
activateSwitchCondition = bits, U32, 1048, [7:7]
|
||||
rpmLaunchCondition = bits, U32, 1048, [8:8]
|
||||
rpmPreLaunchCondition = bits, U32, 1048, [9:9]
|
||||
speedCondition = bits, U32, 1048, [10:10]
|
||||
tpsCondition = bits, U32, 1048, [11:11]
|
||||
; total TS size = 1052
|
||||
isTorqueReductionTriggerPinValid = bits, U32, 1052, [0:0]
|
||||
torqueReductionTriggerPinState = bits, U32, 1052, [1:1]
|
||||
isTimeConditionSatisfied = bits, U32, 1052, [2:2]
|
||||
isRpmConditionSatisfied = bits, U32, 1052, [3:3]
|
||||
isAppConditionSatisfied = bits, U32, 1052, [4:4]
|
||||
isFlatShiftConditionSatisfied = bits, U32, 1052, [5:5]
|
||||
; total TS size = 1056
|
||||
isAntilagCondition = bits, U32, 1056, [0:0]
|
||||
ALSMinRPMCondition = bits, U32, 1056, [1:1]
|
||||
ALSMaxRPMCondition = bits, U32, 1056, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 1056, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 1056, [4:4]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 1056, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 1056, [6:6]
|
||||
ALSActivatePinState = bits, U32, 1056, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 1056, [8:8]
|
||||
ALSTimerCondition = bits, U32, 1056, [9:9]
|
||||
fuelALSCorrection = scalar, F32, 1060, "", 1, 0
|
||||
timingALSCorrection = scalar, S16, 1064, "deg", 0.01, 0
|
||||
timingALSSkip = scalar, S16, 1066, "deg", 0.01, 0
|
||||
; total TS size = 1068
|
||||
isTpsInvalid = bits, U32, 1068, [0:0]
|
||||
m_shouldResetPid = bits, U32, 1068, [1:1]
|
||||
isBelowClosedLoopThreshold = bits, U32, 1068, [2:2]
|
||||
isNotClosedLoop = bits, U32, 1068, [3:3]
|
||||
isZeroRpm = bits, U32, 1068, [4:4]
|
||||
hasInitBoost = bits, U32, 1068, [5:5]
|
||||
rpmTooLow = bits, U32, 1068, [6:6]
|
||||
tpsTooLow = bits, U32, 1068, [7:7]
|
||||
mapTooLow = bits, U32, 1068, [8:8]
|
||||
isPlantValid = bits, U32, 1068, [9:9]
|
||||
isBoostControlled = bits, U32, 1068, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1072, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1074, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1076, "v", 1,0
|
||||
openLoopPart = scalar, F32, 1080, "v", 1,0
|
||||
luaOpenLoopAdd = scalar, F32, 1084, "v", 1,0
|
||||
boostControllerClosedLoopPart = scalar, S08, 1088, "%", 0.5,0
|
||||
boostControlTarget = scalar, S16, 1090, "kPa", 0.03333333333333333,0
|
||||
; total TS size = 1092
|
||||
acButtonState = scalar, S08, 1092, "", 1, 0
|
||||
m_acEnabled = bits, U32, 1096, [0:0]
|
||||
engineTooSlow = bits, U32, 1096, [1:1]
|
||||
engineTooFast = bits, U32, 1096, [2:2]
|
||||
noClt = bits, U32, 1096, [3:3]
|
||||
engineTooHot = bits, U32, 1096, [4:4]
|
||||
tpsTooHigh = bits, U32, 1096, [5:5]
|
||||
isDisabledByLua = bits, U32, 1096, [6:6]
|
||||
acCompressorState = bits, U32, 1096, [7:7]
|
||||
acPressureTooLow = bits, U32, 1096, [8:8]
|
||||
acPressureTooHigh = bits, U32, 1096, [9:9]
|
||||
; total TS size = 1100
|
||||
cranking0 = bits, U32, 1100, [0:0]
|
||||
notRunning0 = bits, U32, 1100, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1100, [2:2]
|
||||
brokenClt0 = bits, U32, 1100, [3:3]
|
||||
enabledForAc0 = bits, U32, 1100, [4:4]
|
||||
hot0 = bits, U32, 1100, [5:5]
|
||||
cold0 = bits, U32, 1100, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1100, [7:7]
|
||||
radiatorFanStatus0 = scalar, U08, 1104, "", 1, 0
|
||||
; total TS size = 1108
|
||||
cranking1 = bits, U32, 1108, [0:0]
|
||||
notRunning1 = bits, U32, 1108, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1108, [2:2]
|
||||
brokenClt1 = bits, U32, 1108, [3:3]
|
||||
enabledForAc1 = bits, U32, 1108, [4:4]
|
||||
hot1 = bits, U32, 1108, [5:5]
|
||||
cold1 = bits, U32, 1108, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1108, [7:7]
|
||||
radiatorFanStatus1 = scalar, U08, 1112, "", 1, 0
|
||||
m_knockSpectrum1 = scalar, U32, 972, "compressed data", 1, 0
|
||||
m_knockSpectrum2 = scalar, U32, 976, "compressed data", 1, 0
|
||||
m_knockSpectrum3 = scalar, U32, 980, "compressed data", 1, 0
|
||||
m_knockSpectrum4 = scalar, U32, 984, "compressed data", 1, 0
|
||||
m_knockSpectrum5 = scalar, U32, 988, "compressed data", 1, 0
|
||||
m_knockSpectrum6 = scalar, U32, 992, "compressed data", 1, 0
|
||||
m_knockSpectrum7 = scalar, U32, 996, "compressed data", 1, 0
|
||||
m_knockSpectrum8 = scalar, U32, 1000, "compressed data", 1, 0
|
||||
m_knockSpectrum9 = scalar, U32, 1004, "compressed data", 1, 0
|
||||
m_knockSpectrum10 = scalar, U32, 1008, "compressed data", 1, 0
|
||||
m_knockSpectrum11 = scalar, U32, 1012, "compressed data", 1, 0
|
||||
m_knockSpectrum12 = scalar, U32, 1016, "compressed data", 1, 0
|
||||
m_knockSpectrum13 = scalar, U32, 1020, "compressed data", 1, 0
|
||||
m_knockSpectrum14 = scalar, U32, 1024, "compressed data", 1, 0
|
||||
m_knockSpectrum15 = scalar, U32, 1028, "compressed data", 1, 0
|
||||
m_knockSpectrum16 = scalar, U32, 1032, "compressed data", 1, 0
|
||||
m_knockSpectrumChannelCyl = scalar, U16, 1036, "compressed N + N", 1, 0
|
||||
m_knockFrequencyStart = scalar, U16, 1038, "Hz", 1, 0
|
||||
m_knockFrequencyStep = scalar, F32, 1040, "Hz", 1, 0
|
||||
m_knockFuelTrimMultiplier = scalar, F32, 1044, "multiplier", 1, 0
|
||||
; total TS size = 1048
|
||||
tcuCurrentGear = scalar, S08, 1048, "gear", 1, 0
|
||||
tcRatio = scalar, U16, 1050, "value", 0.01, 0
|
||||
lastShiftTime = scalar, F32, 1052, "", 1, 0
|
||||
tcu_currentRange = scalar, U08, 1056, "", 1, 0
|
||||
pressureControlDuty = scalar, S08, 1057, "%", 1,0
|
||||
torqueConverterDuty = scalar, S08, 1058, "%", 1,0
|
||||
isShifting = bits, U32, 1060, [0:0]
|
||||
; total TS size = 1064
|
||||
throttleUseWotModel = bits, U32, 1064, [0:0]
|
||||
throttleModelCrossoverAngle = scalar, S16, 1068, "%", 0.01, 0
|
||||
throttleEstimatedFlow = scalar, F32, 1072, "g/s", 1, 0
|
||||
; total TS size = 1076
|
||||
m_requested_pump = scalar, F32, 1076, "", 1, 0
|
||||
fuel_requested_percent = scalar, F32, 1080, "", 1, 0
|
||||
fuel_requested_percent_pi = scalar, F32, 1084, "", 1, 0
|
||||
noValve = bits, U32, 1088, [0:0]
|
||||
angleAboveMin = bits, U32, 1088, [1:1]
|
||||
isHpfpInactive = bits, U32, 1088, [2:2]
|
||||
m_pressureTarget_kPa = scalar, F32, 1092, "", 1, 0
|
||||
nextLobe = scalar, F32, 1096, "", 1, 0
|
||||
di_nextStart = scalar, F32, 1100, "v", 1, 0
|
||||
; total TS size = 1104
|
||||
m_deadtime = scalar, F32, 1104, "ms", 1, 0
|
||||
pressureDelta = scalar, F32, 1108, "kPa", 1, 0
|
||||
pressureRatio = scalar, F32, 1112, "", 1, 0
|
||||
; total TS size = 1116
|
||||
isPrime = bits, U32, 1116, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1116, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1116, [2:2]
|
||||
ignitionOn = bits, U32, 1116, [3:3]
|
||||
; total TS size = 1120
|
||||
isBenchTest = bits, U32, 1120, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1120, [1:1]
|
||||
mainRelayState = bits, U32, 1120, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1120, [3:3]
|
||||
retardThresholdRpm = scalar, S32, 1116, "", 1, 0
|
||||
launchActivatePinState = bits, U32, 1120, [0:0]
|
||||
isPreLaunchCondition = bits, U32, 1120, [1:1]
|
||||
isLaunchCondition = bits, U32, 1120, [2:2]
|
||||
isSwitchActivated = bits, U32, 1120, [3:3]
|
||||
isClutchActivated = bits, U32, 1120, [4:4]
|
||||
isBrakePedalActivated = bits, U32, 1120, [5:5]
|
||||
isValidInputPin = bits, U32, 1120, [6:6]
|
||||
activateSwitchCondition = bits, U32, 1120, [7:7]
|
||||
rpmLaunchCondition = bits, U32, 1120, [8:8]
|
||||
rpmPreLaunchCondition = bits, U32, 1120, [9:9]
|
||||
speedCondition = bits, U32, 1120, [10:10]
|
||||
tpsCondition = bits, U32, 1120, [11:11]
|
||||
; total TS size = 1124
|
||||
lua_fuelAdd = scalar, F32, 1124, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1128, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1132, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1132, [1:1]
|
||||
lua_acRequestState = bits, U32, 1132, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1132, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1132, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1132, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1132, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1132, [7:7]
|
||||
sd_tCharge = scalar, S16, 1136, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1140, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1144, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1148, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1152, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1156, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1160, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1164, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1166, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1167, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1168, "", 1, 0
|
||||
startStopState = scalar, S08, 1169, "", 1, 0
|
||||
smartChipState = scalar, S08, 1170, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1171, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1172, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1176, [0:0]
|
||||
acrActive = bits, U32, 1176, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1176, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1176, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1176, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1176, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1176, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1176, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1180, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1184, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1188, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1192, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1196, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1200, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1204, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1208, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1212, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1216, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1218, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1219, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1220, "", 1, 0
|
||||
; total TS size = 1224
|
||||
tpsFrom = scalar, F32, 1224
|
||||
tpsTo = scalar, F32, 1228
|
||||
deltaTps = scalar, F32, 1232
|
||||
extraFuel = scalar, F32, 1236, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1240, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1244, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1244, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1244, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1244, [3:3]
|
||||
belowEpsilon = bits, U32, 1244, [4:4]
|
||||
tooShort = bits, U32, 1244, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1248, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1252, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1256, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1260, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1264, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1268, "", 1, 0
|
||||
; total TS size = 1272
|
||||
hwEventCounters1 = scalar, U32, 1272, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1276, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1280, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1284, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1288, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1292, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1296, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1300, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1304, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1308, "distance", 1, 0
|
||||
mapVvt_sync_counter = scalar, U08, 1309, "counter", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1312, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1316, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1320, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1324, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1328, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1332, "", 1, 0
|
||||
; total TS size = 1336
|
||||
crankSynchronizationCounter0 = scalar, U32, 1336, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1344, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1348, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1368, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1372, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1373, "", 1, 0
|
||||
; total TS size = 1376
|
||||
crankSynchronizationCounter1 = scalar, U32, 1376, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1384, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1388, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1408, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1412, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1413, "", 1, 0
|
||||
; total TS size = 1416
|
||||
crankSynchronizationCounter2 = scalar, U32, 1416, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1424, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1428, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1448, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1452, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1453, "", 1, 0
|
||||
; total TS size = 1456
|
||||
crankSynchronizationCounter3 = scalar, U32, 1456, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1464, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1468, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1488, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1492, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1493, "", 1, 0
|
||||
; total TS size = 1496
|
||||
crankSynchronizationCounter4 = scalar, U32, 1496, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1504, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1508, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1524, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1528, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1532, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1533, "", 1, 0
|
||||
; total TS size = 1536
|
||||
camResyncCounter = scalar, U08, 1536, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1540, [0:0]
|
||||
; total TS size = 1544
|
||||
wallFuelCorrection = scalar, F32, 1544, "", 1, 0
|
||||
wallFuel = scalar, F32, 1548, "", 1, 0
|
||||
; total TS size = 1552
|
||||
idleState = bits, S32, 1552, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1556
|
||||
baseIdlePosition = scalar, F32, 1560
|
||||
idleClosedLoop = scalar, F32, 1564
|
||||
iacByTpsTaper = scalar, F32, 1568
|
||||
throttlePedalUpState = scalar, S32, 1572, "", 1, 0
|
||||
mightResetPid = bits, U32, 1576, [0:0]
|
||||
shouldResetPid = bits, U32, 1576, [1:1]
|
||||
wasResetPid = bits, U32, 1576, [2:2]
|
||||
mustResetPid = bits, U32, 1576, [3:3]
|
||||
isCranking = bits, U32, 1576, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1576, [5:5]
|
||||
notIdling = bits, U32, 1576, [6:6]
|
||||
needReset = bits, U32, 1576, [7:7]
|
||||
isInDeadZone = bits, U32, 1576, [8:8]
|
||||
isBlipping = bits, U32, 1576, [9:9]
|
||||
useClosedLoop = bits, U32, 1576, [10:10]
|
||||
badTps = bits, U32, 1576, [11:11]
|
||||
looksLikeRunning = bits, U32, 1576, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1576, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1576, [14:14]
|
||||
isIdleCoasting = bits, U32, 1576, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1576, [16:16]
|
||||
idleTarget = scalar, S32, 1580, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1584, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1588, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1592
|
||||
luaAdd = scalar, F32, 1596
|
||||
; total TS size = 1600
|
||||
targetWithIdlePosition0 = scalar, F32, 1600, "per", 1,0
|
||||
trim0 = scalar, F32, 1604, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1608, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1612, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1616
|
||||
etbIntegralError0 = scalar, F32, 1620, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1624, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1628, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1632, [0:0]
|
||||
jamDetected0 = bits, U32, 1632, [1:1]
|
||||
etbTpsErrorCounter0 = scalar, U16, 1636, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1638, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1640, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1641, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1642, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1644, "%", 1, 0
|
||||
; total TS size = 1648
|
||||
targetWithIdlePosition1 = scalar, F32, 1648, "per", 1,0
|
||||
trim1 = scalar, F32, 1652, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1656, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1660, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1664
|
||||
etbIntegralError1 = scalar, F32, 1668, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1672, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1676, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1680, [0:0]
|
||||
jamDetected1 = bits, U32, 1680, [1:1]
|
||||
etbTpsErrorCounter1 = scalar, U16, 1684, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1686, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1688, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1689, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1690, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1692, "%", 1, 0
|
||||
; total TS size = 1696
|
||||
faultCode0 = scalar, U08, 1696, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1697, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1698, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1700, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1702, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1704, "ohm", 1, 0
|
||||
; total TS size = 1708
|
||||
faultCode1 = scalar, U08, 1708, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1709, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1710, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1712, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1714, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1716, "ohm", 1, 0
|
||||
isTorqueReductionTriggerPinValid = bits, U32, 1124, [0:0]
|
||||
torqueReductionTriggerPinState = bits, U32, 1124, [1:1]
|
||||
isTimeConditionSatisfied = bits, U32, 1124, [2:2]
|
||||
isRpmConditionSatisfied = bits, U32, 1124, [3:3]
|
||||
isAppConditionSatisfied = bits, U32, 1124, [4:4]
|
||||
isFlatShiftConditionSatisfied = bits, U32, 1124, [5:5]
|
||||
; total TS size = 1128
|
||||
isAntilagCondition = bits, U32, 1128, [0:0]
|
||||
ALSMinRPMCondition = bits, U32, 1128, [1:1]
|
||||
ALSMaxRPMCondition = bits, U32, 1128, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 1128, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 1128, [4:4]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 1128, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 1128, [6:6]
|
||||
ALSActivatePinState = bits, U32, 1128, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 1128, [8:8]
|
||||
ALSTimerCondition = bits, U32, 1128, [9:9]
|
||||
fuelALSCorrection = scalar, F32, 1132, "", 1, 0
|
||||
timingALSCorrection = scalar, S16, 1136, "deg", 0.01, 0
|
||||
timingALSSkip = scalar, S16, 1138, "deg", 0.01, 0
|
||||
; total TS size = 1140
|
||||
isTpsInvalid = bits, U32, 1140, [0:0]
|
||||
m_shouldResetPid = bits, U32, 1140, [1:1]
|
||||
isBelowClosedLoopThreshold = bits, U32, 1140, [2:2]
|
||||
isNotClosedLoop = bits, U32, 1140, [3:3]
|
||||
isZeroRpm = bits, U32, 1140, [4:4]
|
||||
hasInitBoost = bits, U32, 1140, [5:5]
|
||||
rpmTooLow = bits, U32, 1140, [6:6]
|
||||
tpsTooLow = bits, U32, 1140, [7:7]
|
||||
mapTooLow = bits, U32, 1140, [8:8]
|
||||
isPlantValid = bits, U32, 1140, [9:9]
|
||||
isBoostControlled = bits, U32, 1140, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1144, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1146, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1148, "v", 1,0
|
||||
openLoopPart = scalar, F32, 1152, "v", 1,0
|
||||
luaOpenLoopAdd = scalar, F32, 1156, "v", 1,0
|
||||
boostControllerClosedLoopPart = scalar, S08, 1160, "%", 0.5,0
|
||||
boostControlTarget = scalar, S16, 1162, "kPa", 0.03333333333333333,0
|
||||
; total TS size = 1164
|
||||
acButtonState = scalar, S08, 1164, "", 1, 0
|
||||
m_acEnabled = bits, U32, 1168, [0:0]
|
||||
engineTooSlow = bits, U32, 1168, [1:1]
|
||||
engineTooFast = bits, U32, 1168, [2:2]
|
||||
noClt = bits, U32, 1168, [3:3]
|
||||
engineTooHot = bits, U32, 1168, [4:4]
|
||||
tpsTooHigh = bits, U32, 1168, [5:5]
|
||||
isDisabledByLua = bits, U32, 1168, [6:6]
|
||||
acCompressorState = bits, U32, 1168, [7:7]
|
||||
acPressureTooLow = bits, U32, 1168, [8:8]
|
||||
acPressureTooHigh = bits, U32, 1168, [9:9]
|
||||
; total TS size = 1172
|
||||
cranking0 = bits, U32, 1172, [0:0]
|
||||
notRunning0 = bits, U32, 1172, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1172, [2:2]
|
||||
brokenClt0 = bits, U32, 1172, [3:3]
|
||||
enabledForAc0 = bits, U32, 1172, [4:4]
|
||||
hot0 = bits, U32, 1172, [5:5]
|
||||
cold0 = bits, U32, 1172, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1172, [7:7]
|
||||
radiatorFanStatus0 = scalar, U08, 1176, "", 1, 0
|
||||
; total TS size = 1180
|
||||
cranking1 = bits, U32, 1180, [0:0]
|
||||
notRunning1 = bits, U32, 1180, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1180, [2:2]
|
||||
brokenClt1 = bits, U32, 1180, [3:3]
|
||||
enabledForAc1 = bits, U32, 1180, [4:4]
|
||||
hot1 = bits, U32, 1180, [5:5]
|
||||
cold1 = bits, U32, 1180, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1180, [7:7]
|
||||
radiatorFanStatus1 = scalar, U08, 1184, "", 1, 0
|
||||
; total TS size = 1188
|
||||
isPrime = bits, U32, 1188, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1188, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1188, [2:2]
|
||||
ignitionOn = bits, U32, 1188, [3:3]
|
||||
; total TS size = 1192
|
||||
isBenchTest = bits, U32, 1192, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1192, [1:1]
|
||||
mainRelayState = bits, U32, 1192, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1192, [3:3]
|
||||
; total TS size = 1196
|
||||
lua_fuelAdd = scalar, F32, 1196, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1200, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1204, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1204, [1:1]
|
||||
lua_acRequestState = bits, U32, 1204, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1204, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1204, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1204, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1204, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1204, [7:7]
|
||||
sd_tCharge = scalar, S16, 1208, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1212, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1216, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1220, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1224, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1228, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1232, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1236, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1238, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1239, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1240, "", 1, 0
|
||||
startStopState = scalar, S08, 1241, "", 1, 0
|
||||
smartChipState = scalar, S08, 1242, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1243, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1244, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1248, [0:0]
|
||||
acrActive = bits, U32, 1248, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1248, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1248, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1248, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1248, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1248, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1248, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1252, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1256, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1260, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1264, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1268, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1272, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1276, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1280, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1284, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1288, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1290, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1291, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1292, "", 1, 0
|
||||
; total TS size = 1296
|
||||
tpsFrom = scalar, F32, 1296
|
||||
tpsTo = scalar, F32, 1300
|
||||
deltaTps = scalar, F32, 1304
|
||||
extraFuel = scalar, F32, 1308, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1312, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1316, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1316, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1316, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1316, [3:3]
|
||||
belowEpsilon = bits, U32, 1316, [4:4]
|
||||
tooShort = bits, U32, 1316, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1320, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1324, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1328, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1332, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1336, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1340, "", 1, 0
|
||||
; total TS size = 1344
|
||||
hwEventCounters1 = scalar, U32, 1344, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1348, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1352, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1356, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1360, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1364, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1368, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1372, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1376, "kPa", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1380, "distance", 1, 0
|
||||
mapVvt_sync_counter = scalar, U08, 1381, "counter", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1384, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1388, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1392, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1396, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1400, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1404, "", 1, 0
|
||||
; total TS size = 1408
|
||||
crankSynchronizationCounter0 = scalar, U32, 1408, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1412, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1416, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1420, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1424, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1440, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1444, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1445, "", 1, 0
|
||||
; total TS size = 1448
|
||||
crankSynchronizationCounter1 = scalar, U32, 1448, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1452, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1456, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1460, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1464, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1480, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1484, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1485, "", 1, 0
|
||||
; total TS size = 1488
|
||||
crankSynchronizationCounter2 = scalar, U32, 1488, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1492, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1496, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1500, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1504, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1520, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1524, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1525, "", 1, 0
|
||||
; total TS size = 1528
|
||||
crankSynchronizationCounter3 = scalar, U32, 1528, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1532, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1536, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1540, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1544, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1548, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1552, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1556, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1560, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1564, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1565, "", 1, 0
|
||||
; total TS size = 1568
|
||||
crankSynchronizationCounter4 = scalar, U32, 1568, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1572, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1576, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1580, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1584, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1588, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1592, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1596, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1600, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1604, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1605, "", 1, 0
|
||||
; total TS size = 1608
|
||||
camResyncCounter = scalar, U08, 1608, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1612, [0:0]
|
||||
; total TS size = 1616
|
||||
wallFuelCorrection = scalar, F32, 1616, "", 1, 0
|
||||
wallFuel = scalar, F32, 1620, "", 1, 0
|
||||
; total TS size = 1624
|
||||
idleState = bits, S32, 1624, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1628
|
||||
baseIdlePosition = scalar, F32, 1632
|
||||
idleClosedLoop = scalar, F32, 1636
|
||||
iacByTpsTaper = scalar, F32, 1640
|
||||
throttlePedalUpState = scalar, S32, 1644, "", 1, 0
|
||||
mightResetPid = bits, U32, 1648, [0:0]
|
||||
shouldResetPid = bits, U32, 1648, [1:1]
|
||||
wasResetPid = bits, U32, 1648, [2:2]
|
||||
mustResetPid = bits, U32, 1648, [3:3]
|
||||
isCranking = bits, U32, 1648, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1648, [5:5]
|
||||
notIdling = bits, U32, 1648, [6:6]
|
||||
needReset = bits, U32, 1648, [7:7]
|
||||
isInDeadZone = bits, U32, 1648, [8:8]
|
||||
isBlipping = bits, U32, 1648, [9:9]
|
||||
useClosedLoop = bits, U32, 1648, [10:10]
|
||||
badTps = bits, U32, 1648, [11:11]
|
||||
looksLikeRunning = bits, U32, 1648, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1648, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1648, [14:14]
|
||||
isIdleCoasting = bits, U32, 1648, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1648, [16:16]
|
||||
idleTarget = scalar, S32, 1652, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1656, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1660, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1664
|
||||
luaAdd = scalar, F32, 1668
|
||||
; total TS size = 1672
|
||||
targetWithIdlePosition0 = scalar, F32, 1672, "per", 1,0
|
||||
trim0 = scalar, F32, 1676, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1680, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1684, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1688
|
||||
etbIntegralError0 = scalar, F32, 1692, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1696, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1700, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1704, [0:0]
|
||||
jamDetected0 = bits, U32, 1704, [1:1]
|
||||
etbTpsErrorCounter0 = scalar, U16, 1708, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1710, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1712, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1713, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1714, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1716, "%", 1, 0
|
||||
; total TS size = 1720
|
||||
dcOutput0 = scalar, F32, 1720, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1724, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1728, [0:0]
|
||||
; total TS size = 1732
|
||||
value0 = scalar, U16, 1732, "value", 1,0
|
||||
value1 = scalar, U16, 1734, "value", 1,0
|
||||
errorRate = scalar, F32, 1736, "ratio", 1,0
|
||||
; total TS size = 1740
|
||||
vvtTarget = scalar, U16, 1740, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1742, "%", 0.5, 0
|
||||
; total TS size = 1744
|
||||
lambdaCurrentlyGood = bits, U32, 1744, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1744, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
|
||||
; total TS size = 1752
|
||||
targetWithIdlePosition1 = scalar, F32, 1720, "per", 1,0
|
||||
trim1 = scalar, F32, 1724, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1728, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1732, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1736
|
||||
etbIntegralError1 = scalar, F32, 1740, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1744, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1748, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1752, [0:0]
|
||||
jamDetected1 = bits, U32, 1752, [1:1]
|
||||
etbTpsErrorCounter1 = scalar, U16, 1756, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1758, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1760, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1761, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1762, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1764, "%", 1, 0
|
||||
; total TS size = 1768
|
||||
faultCode0 = scalar, U08, 1768, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1769, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1770, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1772, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1774, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1776, "ohm", 1, 0
|
||||
; total TS size = 1780
|
||||
faultCode1 = scalar, U08, 1780, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1781, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1782, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1784, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1786, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1788, "ohm", 1, 0
|
||||
; total TS size = 1792
|
||||
dcOutput0 = scalar, F32, 1792, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1796, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1800, [0:0]
|
||||
; total TS size = 1804
|
||||
value0 = scalar, U16, 1804, "value", 1,0
|
||||
value1 = scalar, U16, 1806, "value", 1,0
|
||||
errorRate = scalar, F32, 1808, "ratio", 1,0
|
||||
; total TS size = 1812
|
||||
vvtTarget = scalar, U16, 1812, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1814, "%", 0.5, 0
|
||||
; total TS size = 1816
|
||||
lambdaCurrentlyGood = bits, U32, 1816, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1816, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1820, "sec", 0.01, 0
|
||||
; total TS size = 1824
|
||||
|
||||
|
||||
time = { timeNow }
|
||||
|
@ -3616,6 +3647,7 @@ lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
|
|||
requiresPowerCycle = auxAnalogInputs8
|
||||
|
||||
requiresPowerCycle = cylinderBore
|
||||
requiresPowerCycle = knockFrequency
|
||||
|
||||
readOnly = warning_message
|
||||
readOnly = device_uid1
|
||||
|
@ -5033,6 +5065,26 @@ gaugeCategory = Knock
|
|||
knockLevelGauge = m_knockLevel,"Knock level", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
|
||||
knockRetardGauge = m_knockRetard, "Knock retard", "deg", 0, 10, 0, 0, 10, 10, 1, 1
|
||||
knockCountGauge = m_knockCount, "Knock count", "count", 0, 10000, 0, 0, 10000, 10000, 0, 0
|
||||
knockSpectrumChannelCylGauge = m_knockSpectrumChannelCyl, "Knock Frequency Start", "Hz", 0, 0, 0, 0, 10000, 10000, 0, 0
|
||||
knockFrequencyStartGauge = m_knockFrequencyStart, "Knock Frequency Start", "Hz", 0, 0, 0, 0, 10000, 10000, 0, 0
|
||||
knockFrequencyStepGauge = m_knockFrequencyStep, "Knock Frequency Step", "Hz", 0, 0, 0, 0, 10000, 10000, 0, 0
|
||||
knockFuelTrimMultiplier = m_knockFuelTrimMultiplier, "Knock Fuel Trim", "mult", 0, 0, 0, 0, 0, 30, 1, 1
|
||||
knockSpectrum1 = m_knockSpectrum1, "Knock Spectrum1", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum2 = m_knockSpectrum2, "knockSpectrum2", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum3 = m_knockSpectrum3, "knockSpectrum3", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum4 = m_knockSpectrum4, "knockSpectrum4", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum5 = m_knockSpectrum5, "knockSpectrum5", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum6 = m_knockSpectrum6, "knockSpectrum6", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum7 = m_knockSpectrum7, "knockSpectrum7", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum8 = m_knockSpectrum8, "knockSpectrum8", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum9 = m_knockSpectrum9, "knockSpectrum9", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum10 = m_knockSpectrum10, "knockSpectrum10", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum11 = m_knockSpectrum11, "knockSpectrum11", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum12 = m_knockSpectrum12, "knockSpectrum12", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum13 = m_knockSpectrum13, "knockSpectrum13", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum14 = m_knockSpectrum14, "knockSpectrum14", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum15 = m_knockSpectrum15, "knockSpectrum15", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
knockSpectrum16 = m_knockSpectrum16, "knockSpectrum16", "Volume", 0, 0, 0, 0, 0, 256, 0, 0
|
||||
|
||||
gaugeCategory = DynoView
|
||||
accelGauge = VssAcceleration, "Vehicle acceleration", "m/s2", -10, 10, -6, -4, 4, 6, 2, 2
|
||||
|
@ -5632,7 +5684,26 @@ entry = m_knockRetard, "Knock: Retard", float, "%.3f"
|
|||
entry = m_knockThreshold, "Knock: Threshold", float, "%.3f"
|
||||
entry = m_knockCount, "Knock: Count", int, "%d"
|
||||
entry = m_maximumRetard, "Knock: Max retard", float, "%.3f"
|
||||
entry = m_knockFrequency, "knock: frequency", int, "%d"
|
||||
entry = m_knockSpectrum1, "Knock: SpectrumData 1", int, "%d"
|
||||
entry = m_knockSpectrum2, "Knock: SpectrumData 2", int, "%d"
|
||||
entry = m_knockSpectrum3, "Knock: SpectrumData 3", int, "%d"
|
||||
entry = m_knockSpectrum4, "Knock: SpectrumData 4", int, "%d"
|
||||
entry = m_knockSpectrum5, "Knock: SpectrumData 5", int, "%d"
|
||||
entry = m_knockSpectrum6, "Knock: SpectrumData 6", int, "%d"
|
||||
entry = m_knockSpectrum7, "Knock: SpectrumData 7", int, "%d"
|
||||
entry = m_knockSpectrum8, "Knock: SpectrumData 8", int, "%d"
|
||||
entry = m_knockSpectrum9, "Knock: SpectrumData 9", int, "%d"
|
||||
entry = m_knockSpectrum10, "Knock: SpectrumData 10", int, "%d"
|
||||
entry = m_knockSpectrum11, "Knock: SpectrumData 11", int, "%d"
|
||||
entry = m_knockSpectrum12, "Knock: SpectrumData 12", int, "%d"
|
||||
entry = m_knockSpectrum13, "Knock: SpectrumData 13", int, "%d"
|
||||
entry = m_knockSpectrum14, "Knock: SpectrumData 14", int, "%d"
|
||||
entry = m_knockSpectrum15, "Knock: SpectrumData 15", int, "%d"
|
||||
entry = m_knockSpectrum16, "Knock: SpectrumData 16", int, "%d"
|
||||
entry = m_knockSpectrumChannelCyl, "Knock: ChannelAndCylNumber", int, "%d"
|
||||
entry = m_knockFrequencyStart, "Knock: Start Freq", int, "%d"
|
||||
entry = m_knockFrequencyStep, "Knock: Step Freq", float, "%.3f"
|
||||
entry = m_knockFuelTrimMultiplier, "Knock: Fuel trim when knock", float, "%.3f"
|
||||
entry = tcuCurrentGear, "TCU: Current Gear", int, "%d"
|
||||
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
|
||||
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
|
||||
|
@ -6534,7 +6605,31 @@ dialog = knock_controllerDialog, "knock_controller"
|
|||
graphLine = m_knockCount
|
||||
liveGraph = knock_controller_5_Graph, "Graph", South
|
||||
graphLine = m_maximumRetard
|
||||
graphLine = m_knockFrequency
|
||||
graphLine = m_knockSpectrum1
|
||||
graphLine = m_knockSpectrum2
|
||||
graphLine = m_knockSpectrum3
|
||||
liveGraph = knock_controller_6_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum4
|
||||
graphLine = m_knockSpectrum5
|
||||
graphLine = m_knockSpectrum6
|
||||
graphLine = m_knockSpectrum7
|
||||
liveGraph = knock_controller_7_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum8
|
||||
graphLine = m_knockSpectrum9
|
||||
graphLine = m_knockSpectrum10
|
||||
graphLine = m_knockSpectrum11
|
||||
liveGraph = knock_controller_8_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum12
|
||||
graphLine = m_knockSpectrum13
|
||||
graphLine = m_knockSpectrum14
|
||||
graphLine = m_knockSpectrum15
|
||||
liveGraph = knock_controller_9_Graph, "Graph", South
|
||||
graphLine = m_knockSpectrum16
|
||||
graphLine = m_knockSpectrumChannelCyl
|
||||
graphLine = m_knockFrequencyStart
|
||||
graphLine = m_knockFrequencyStep
|
||||
liveGraph = knock_controller_10_Graph, "Graph", South
|
||||
graphLine = m_knockFuelTrimMultiplier
|
||||
|
||||
indicatorPanel = tcu_controllerIndicatorPanel, 2
|
||||
indicator = {isShifting}, "isShifting No", "isShifting Yes"
|
||||
|
@ -8595,9 +8690,13 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
dialog = softwareKnockCfg, "Sense"
|
||||
field = "Enable", enableSoftwareKnock
|
||||
field = "Cylinder Bore", cylinderBore, {enableSoftwareKnock}
|
||||
field = "Estimated Knock Frequency",knockFrequency, {enableSoftwareKnock}
|
||||
field = "Detection mode", knockDetectionUseDoubleFrequency
|
||||
field = "Detection Window Start",knockDetectionWindowStart, {enableSoftwareKnock}
|
||||
field = "Sampling Duration", knockSamplingDuration, {enableSoftwareKnock}
|
||||
field = "Enable Knock Spectrogram", enableKnockSpectrogram, {enableSoftwareKnock}
|
||||
field = "Enable Knock Spectrogram Filter", enableKnockSpectrogramFilter, {enableKnockSpectrogram}
|
||||
field = "Knock Spectrum Sensitivity", knockSpectrumSensitivity, {enableKnockSpectrogram}
|
||||
|
||||
field = ""
|
||||
field = "Select the nearest sensor for each cylinder"
|
||||
|
@ -8617,6 +8716,10 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
dialog = softwareKnockResponseCfg, "Response"
|
||||
field = knockRetardAggression, knockRetardAggression
|
||||
field = knockRetardReapplyRate, knockRetardReapplyRate
|
||||
field = knockFuelTrimAggression, knockFuelTrimAggression
|
||||
field = knockFuelTrimReapplyRate, knockFuelTrimReapplyRate
|
||||
field = knockFuelTrim, knockFuelTrim
|
||||
field = knockSuppressMinTps, knockSuppressMinTps
|
||||
|
||||
dialog = softwareKnockLeft, ""
|
||||
panel = softwareKnockCfg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Generated by gen_signature.sh
|
||||
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
||||
! gen_signature.sh Using env variable branch [main]
|
||||
#define TS_SIGNATURE "rusEFI main.2024.10.21.mega100.@@SIGNATURE_HASH@@"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.10.23.mega100.@@SIGNATURE_HASH@@"
|
||||
|
|
Loading…
Reference in New Issue