Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-09-29 00:20:06 +00:00
parent a60a7dedf3
commit b0d331efe5
13 changed files with 833 additions and 671 deletions

View File

@ -497,6 +497,8 @@ entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d" entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
entry = speedCondition, "speedCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d"
entry = tpsCondition, "tpsCondition", int, "%d" entry = tpsCondition, "tpsCondition", int, "%d"
entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
entry = isAntilagCondition, "isAntilagCondition", int, "%d" entry = isAntilagCondition, "isAntilagCondition", int, "%d"
entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d" entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d" entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"

View File

@ -138,6 +138,13 @@ dialog = launch_control_stateDialog, "launch_control_state"
liveGraph = launch_control_state_1_Graph, "Graph", South liveGraph = launch_control_state_1_Graph, "Graph", South
graphLine = retardThresholdRpm graphLine = retardThresholdRpm
indicatorPanel = shift_torque_reduction_stateIndicatorPanel, 2
indicator = {isTorqueReductionTriggerPinValid}, "isTorqueReductionTriggerPinValid No", "isTorqueReductionTriggerPinValid Yes"
indicator = {torqueReductionTriggerPinState}, "torqueReductionTriggerPinState No", "torqueReductionTriggerPinState Yes"
dialog = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
panel = shift_torque_reduction_stateIndicatorPanel
indicatorPanel = antilag_system_stateIndicatorPanel, 2 indicatorPanel = antilag_system_stateIndicatorPanel, 2
indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes" indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes"
indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes" indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes"

View File

@ -6,6 +6,7 @@
subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump" subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
subMenu = injector_modelDialog, "injector_model" subMenu = injector_modelDialog, "injector_model"
subMenu = launch_control_stateDialog, "launch_control_state" subMenu = launch_control_stateDialog, "launch_control_state"
subMenu = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
subMenu = antilag_system_stateDialog, "antilag_system_state" subMenu = antilag_system_stateDialog, "antilag_system_state"
subMenu = boost_controlDialog, "boost_control" subMenu = boost_controlDialog, "boost_control"
subMenu = ac_controlDialog, "ac_control" subMenu = ac_controlDialog, "ac_control"

View File

@ -8,6 +8,7 @@ decl_frag<throttle_model_s>{},
decl_frag<high_pressure_fuel_pump_s>{}, decl_frag<high_pressure_fuel_pump_s>{},
decl_frag<injector_model_s>{}, decl_frag<injector_model_s>{},
decl_frag<launch_control_state_s>{}, decl_frag<launch_control_state_s>{},
decl_frag<shift_torque_reduction_state_s>{},
decl_frag<antilag_system_state_s>{}, decl_frag<antilag_system_state_s>{},
decl_frag<boost_control_s>{}, decl_frag<boost_control_s>{},
decl_frag<ac_control_s>{}, decl_frag<ac_control_s>{},

View File

@ -12,6 +12,7 @@ LDS_throttle_model,
LDS_high_pressure_fuel_pump, LDS_high_pressure_fuel_pump,
LDS_injector_model, LDS_injector_model,
LDS_launch_control_state, LDS_launch_control_state,
LDS_shift_torque_reduction_state,
LDS_antilag_system_state, LDS_antilag_system_state,
LDS_boost_control, LDS_boost_control,
LDS_ac_control, LDS_ac_control,
@ -48,22 +49,23 @@ LDS_lambda_monitor,
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 1004 #define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 1004
#define INJECTOR_MODEL_BASE_ADDRESS 1032 #define INJECTOR_MODEL_BASE_ADDRESS 1032
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1044 #define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1044
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1052 #define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1052
#define BOOST_CONTROL_BASE_ADDRESS 1064 #define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1056
#define AC_CONTROL_BASE_ADDRESS 1088 #define BOOST_CONTROL_BASE_ADDRESS 1068
#define FAN_CONTROL_BASE_ADDRESS 1096 #define AC_CONTROL_BASE_ADDRESS 1092
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1112 #define FAN_CONTROL_BASE_ADDRESS 1100
#define MAIN_RELAY_BASE_ADDRESS 1116 #define FUEL_PUMP_CONTROL_BASE_ADDRESS 1116
#define ENGINE_STATE_BASE_ADDRESS 1120 #define MAIN_RELAY_BASE_ADDRESS 1120
#define TPS_ACCEL_STATE_BASE_ADDRESS 1220 #define ENGINE_STATE_BASE_ADDRESS 1124
#define TRIGGER_CENTRAL_BASE_ADDRESS 1268 #define TPS_ACCEL_STATE_BASE_ADDRESS 1224
#define TRIGGER_STATE_BASE_ADDRESS 1332 #define TRIGGER_CENTRAL_BASE_ADDRESS 1272
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1532 #define TRIGGER_STATE_BASE_ADDRESS 1336
#define WALL_FUEL_STATE_BASE_ADDRESS 1540 #define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1536
#define IDLE_STATE_BASE_ADDRESS 1548 #define WALL_FUEL_STATE_BASE_ADDRESS 1544
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1596 #define IDLE_STATE_BASE_ADDRESS 1552
#define WIDEBAND_STATE_BASE_ADDRESS 1692 #define ELECTRONIC_THROTTLE_BASE_ADDRESS 1600
#define DC_MOTORS_BASE_ADDRESS 1716 #define WIDEBAND_STATE_BASE_ADDRESS 1696
#define SENT_STATE_BASE_ADDRESS 1728 #define DC_MOTORS_BASE_ADDRESS 1720
#define VVT_BASE_ADDRESS 1736 #define SENT_STATE_BASE_ADDRESS 1732
#define LAMBDA_MONITOR_BASE_ADDRESS 1740 #define VVT_BASE_ADDRESS 1740
#define LAMBDA_MONITOR_BASE_ADDRESS 1744

View File

@ -565,319 +565,322 @@ rpmPreLaunchCondition = bits, U32, 1048, [9:9]
speedCondition = bits, U32, 1048, [10:10] speedCondition = bits, U32, 1048, [10:10]
tpsCondition = bits, U32, 1048, [11:11] tpsCondition = bits, U32, 1048, [11:11]
; total TS size = 1052 ; total TS size = 1052
isAntilagCondition = bits, U32, 1052, [0:0] isTorqueReductionTriggerPinValid = bits, U32, 1052, [0:0]
ALSMinRPMCondition = bits, U32, 1052, [1:1] torqueReductionTriggerPinState = bits, U32, 1052, [1:1]
ALSMaxRPMCondition = bits, U32, 1052, [2:2] ; total TS size = 1056
ALSMinCLTCondition = bits, U32, 1052, [3:3] isAntilagCondition = bits, U32, 1056, [0:0]
ALSMaxCLTCondition = bits, U32, 1052, [4:4] ALSMinRPMCondition = bits, U32, 1056, [1:1]
ALSMaxThrottleIntentCondition = bits, U32, 1052, [5:5] ALSMaxRPMCondition = bits, U32, 1056, [2:2]
isALSSwitchActivated = bits, U32, 1052, [6:6] ALSMinCLTCondition = bits, U32, 1056, [3:3]
ALSActivatePinState = bits, U32, 1052, [7:7] ALSMaxCLTCondition = bits, U32, 1056, [4:4]
ALSSwitchCondition = bits, U32, 1052, [8:8] ALSMaxThrottleIntentCondition = bits, U32, 1056, [5:5]
ALSTimerCondition = bits, U32, 1052, [9:9] isALSSwitchActivated = bits, U32, 1056, [6:6]
fuelALSCorrection = scalar, F32, 1056, "", 1, 0 ALSActivatePinState = bits, U32, 1056, [7:7]
timingALSCorrection = scalar, S16, 1060, "deg", 0.01, 0 ALSSwitchCondition = bits, U32, 1056, [8:8]
timingALSSkip = scalar, S16, 1062, "deg", 0.01, 0 ALSTimerCondition = bits, U32, 1056, [9:9]
; total TS size = 1064 fuelALSCorrection = scalar, F32, 1060, "", 1, 0
isTpsInvalid = bits, U32, 1064, [0:0] timingALSCorrection = scalar, S16, 1064, "deg", 0.01, 0
m_shouldResetPid = bits, U32, 1064, [1:1] timingALSSkip = scalar, S16, 1066, "deg", 0.01, 0
isBelowClosedLoopThreshold = bits, U32, 1064, [2:2] ; total TS size = 1068
isNotClosedLoop = bits, U32, 1064, [3:3] isTpsInvalid = bits, U32, 1068, [0:0]
isZeroRpm = bits, U32, 1064, [4:4] m_shouldResetPid = bits, U32, 1068, [1:1]
hasInitBoost = bits, U32, 1064, [5:5] isBelowClosedLoopThreshold = bits, U32, 1068, [2:2]
rpmTooLow = bits, U32, 1064, [6:6] isNotClosedLoop = bits, U32, 1068, [3:3]
tpsTooLow = bits, U32, 1064, [7:7] isZeroRpm = bits, U32, 1068, [4:4]
mapTooLow = bits, U32, 1064, [8:8] hasInitBoost = bits, U32, 1068, [5:5]
isPlantValid = bits, U32, 1064, [9:9] rpmTooLow = bits, U32, 1068, [6:6]
isBoostControlled = bits, U32, 1064, [10:10] tpsTooLow = bits, U32, 1068, [7:7]
luaTargetAdd = scalar, S16, 1068, "v", 0.5,0 mapTooLow = bits, U32, 1068, [8:8]
boostOutput = scalar, S16, 1070, "percent", 0.01,0 isPlantValid = bits, U32, 1068, [9:9]
luaTargetMult = scalar, F32, 1072, "v", 1,0 isBoostControlled = bits, U32, 1068, [10:10]
openLoopPart = scalar, F32, 1076, "v", 1,0 luaTargetAdd = scalar, S16, 1072, "v", 0.5,0
luaOpenLoopAdd = scalar, F32, 1080, "v", 1,0 boostOutput = scalar, S16, 1074, "percent", 0.01,0
boostControllerClosedLoopPart = scalar, S08, 1084, "%", 0.5,0 luaTargetMult = scalar, F32, 1076, "v", 1,0
boostControlTarget = scalar, S16, 1086, "kPa", 0.03333333333333333,0 openLoopPart = scalar, F32, 1080, "v", 1,0
; total TS size = 1088 luaOpenLoopAdd = scalar, F32, 1084, "v", 1,0
acButtonState = scalar, S08, 1088, "", 1, 0 boostControllerClosedLoopPart = scalar, S08, 1088, "%", 0.5,0
m_acEnabled = bits, U32, 1092, [0:0] boostControlTarget = scalar, S16, 1090, "kPa", 0.03333333333333333,0
engineTooSlow = bits, U32, 1092, [1:1] ; total TS size = 1092
engineTooFast = bits, U32, 1092, [2:2] acButtonState = scalar, S08, 1092, "", 1, 0
noClt = bits, U32, 1092, [3:3] m_acEnabled = bits, U32, 1096, [0:0]
engineTooHot = bits, U32, 1092, [4:4] engineTooSlow = bits, U32, 1096, [1:1]
tpsTooHigh = bits, U32, 1092, [5:5] engineTooFast = bits, U32, 1096, [2:2]
isDisabledByLua = bits, U32, 1092, [6:6] noClt = bits, U32, 1096, [3:3]
acCompressorState = bits, U32, 1092, [7:7] engineTooHot = bits, U32, 1096, [4:4]
acPressureTooLow = bits, U32, 1092, [8:8] tpsTooHigh = bits, U32, 1096, [5:5]
acPressureTooHigh = bits, U32, 1092, [9:9] isDisabledByLua = bits, U32, 1096, [6:6]
; total TS size = 1096 acCompressorState = bits, U32, 1096, [7:7]
cranking0 = bits, U32, 1096, [0:0] acPressureTooLow = bits, U32, 1096, [8:8]
notRunning0 = bits, U32, 1096, [1:1] acPressureTooHigh = bits, U32, 1096, [9:9]
disabledWhileEngineStopped0 = bits, U32, 1096, [2:2] ; total TS size = 1100
brokenClt0 = bits, U32, 1096, [3:3] cranking0 = bits, U32, 1100, [0:0]
enabledForAc0 = bits, U32, 1096, [4:4] notRunning0 = bits, U32, 1100, [1:1]
hot0 = bits, U32, 1096, [5:5] disabledWhileEngineStopped0 = bits, U32, 1100, [2:2]
cold0 = bits, U32, 1096, [6:6] brokenClt0 = bits, U32, 1100, [3:3]
disabledBySpeed0 = bits, U32, 1096, [7:7] enabledForAc0 = bits, U32, 1100, [4:4]
radiatorFanStatus0 = scalar, U08, 1100, "", 1, 0 hot0 = bits, U32, 1100, [5:5]
; total TS size = 1104 cold0 = bits, U32, 1100, [6:6]
cranking1 = bits, U32, 1104, [0:0] disabledBySpeed0 = bits, U32, 1100, [7:7]
notRunning1 = bits, U32, 1104, [1:1] radiatorFanStatus0 = scalar, U08, 1104, "", 1, 0
disabledWhileEngineStopped1 = bits, U32, 1104, [2:2] ; total TS size = 1108
brokenClt1 = bits, U32, 1104, [3:3] cranking1 = bits, U32, 1108, [0:0]
enabledForAc1 = bits, U32, 1104, [4:4] notRunning1 = bits, U32, 1108, [1:1]
hot1 = bits, U32, 1104, [5:5] disabledWhileEngineStopped1 = bits, U32, 1108, [2:2]
cold1 = bits, U32, 1104, [6:6] brokenClt1 = bits, U32, 1108, [3:3]
disabledBySpeed1 = bits, U32, 1104, [7:7] enabledForAc1 = bits, U32, 1108, [4:4]
radiatorFanStatus1 = scalar, U08, 1108, "", 1, 0 hot1 = bits, U32, 1108, [5:5]
; total TS size = 1112 cold1 = bits, U32, 1108, [6:6]
isPrime = bits, U32, 1112, [0:0] disabledBySpeed1 = bits, U32, 1108, [7:7]
engineTurnedRecently = bits, U32, 1112, [1:1] radiatorFanStatus1 = scalar, U08, 1112, "", 1, 0
isFuelPumpOn = bits, U32, 1112, [2:2]
ignitionOn = bits, U32, 1112, [3:3]
; total TS size = 1116 ; total TS size = 1116
isBenchTest = bits, U32, 1116, [0:0] isPrime = bits, U32, 1116, [0:0]
hasIgnitionVoltage = bits, U32, 1116, [1:1] engineTurnedRecently = bits, U32, 1116, [1:1]
mainRelayState = bits, U32, 1116, [2:2] isFuelPumpOn = bits, U32, 1116, [2:2]
delayedShutoffRequested = bits, U32, 1116, [3:3] ignitionOn = bits, U32, 1116, [3:3]
; total TS size = 1120 ; total TS size = 1120
lua_fuelAdd = scalar, F32, 1120, "g", 1, 0 isBenchTest = bits, U32, 1120, [0:0]
lua_fuelMult = scalar, F32, 1124, "", 1, 0 hasIgnitionVoltage = bits, U32, 1120, [1:1]
lua_clutchUpState = bits, U32, 1128, [0:0] mainRelayState = bits, U32, 1120, [2:2]
lua_brakePedalState = bits, U32, 1128, [1:1] delayedShutoffRequested = bits, U32, 1120, [3:3]
lua_acRequestState = bits, U32, 1128, [2:2] ; total TS size = 1124
lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_fuelAdd = scalar, F32, 1124, "g", 1, 0
lua_luaIgnCut = bits, U32, 1128, [4:4] lua_fuelMult = scalar, F32, 1128, "", 1, 0
lua_luaFuelCut = bits, U32, 1128, [5:5] lua_clutchUpState = bits, U32, 1132, [0:0]
lua_clutchDownState = bits, U32, 1128, [6:6] lua_brakePedalState = bits, U32, 1132, [1:1]
lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] lua_acRequestState = bits, U32, 1132, [2:2]
sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 lua_luaDisableEtb = bits, U32, 1132, [3:3]
sd_tChargeK = scalar, F32, 1136, "", 1, 0 lua_luaIgnCut = bits, U32, 1132, [4:4]
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 lua_luaFuelCut = bits, U32, 1132, [5:5]
crankingFuel_tpsCoefficient = scalar, F32, 1144, "", 1, 0 lua_clutchDownState = bits, U32, 1132, [6:6]
crankingFuel_durationCoefficient = scalar, F32, 1148, "", 1, 0 lua_disableDecelerationFuelCutOff = bits, U32, 1132, [7:7]
crankingFuel_fuel = scalar, U16, 1152, "mg", 0.01, 0 sd_tCharge = scalar, S16, 1136, "deg C", 0.01, 0
baroCorrection = scalar, F32, 1156, "", 1, 0 sd_tChargeK = scalar, F32, 1140, "", 1, 0
hellenBoardId = scalar, S16, 1160, "id", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1144, "", 1, 0
clutchUpState = scalar, S08, 1162, "", 1, 0 crankingFuel_tpsCoefficient = scalar, F32, 1148, "", 1, 0
clutchDownState = scalar, S08, 1163, "", 1, 0 crankingFuel_durationCoefficient = scalar, F32, 1152, "", 1, 0
brakePedalState = scalar, S08, 1164, "", 1, 0 crankingFuel_fuel = scalar, U16, 1156, "mg", 0.01, 0
startStopState = scalar, S08, 1165, "", 1, 0 baroCorrection = scalar, F32, 1160, "", 1, 0
smartChipState = scalar, S08, 1166, "", 1, 0 hellenBoardId = scalar, S16, 1164, "id", 1, 0
smartChipRestartCounter = scalar, S08, 1167, "", 1, 0 clutchUpState = scalar, S08, 1166, "", 1, 0
smartChipAliveCounter = scalar, S08, 1168, "", 1, 0 clutchDownState = scalar, S08, 1167, "", 1, 0
startStopPhysicalState = bits, U32, 1172, [0:0] brakePedalState = scalar, S08, 1168, "", 1, 0
acrActive = bits, U32, 1172, [1:1] startStopState = scalar, S08, 1169, "", 1, 0
acrEngineMovedRecently = bits, U32, 1172, [2:2] smartChipState = scalar, S08, 1170, "", 1, 0
heaterControlEnabled = bits, U32, 1172, [3:3] smartChipRestartCounter = scalar, S08, 1171, "", 1, 0
luaDigitalState0 = bits, U32, 1172, [4:4] smartChipAliveCounter = scalar, S08, 1172, "", 1, 0
luaDigitalState1 = bits, U32, 1172, [5:5] startStopPhysicalState = bits, U32, 1176, [0:0]
luaDigitalState2 = bits, U32, 1172, [6:6] acrActive = bits, U32, 1176, [1:1]
luaDigitalState3 = bits, U32, 1172, [7:7] acrEngineMovedRecently = bits, U32, 1176, [2:2]
startStopStateToggleCounter = scalar, U32, 1176, "", 1, 0 heaterControlEnabled = bits, U32, 1176, [3:3]
luaSoftSparkSkip = scalar, F32, 1180, "", 1, 0 luaDigitalState0 = bits, U32, 1176, [4:4]
luaHardSparkSkip = scalar, F32, 1184, "", 1, 0 luaDigitalState1 = bits, U32, 1176, [5:5]
tractionControlSparkSkip = scalar, F32, 1188, "", 1, 0 luaDigitalState2 = bits, U32, 1176, [6:6]
desiredRpmLimit = scalar, S16, 1192, "rpm", 1, 0 luaDigitalState3 = bits, U32, 1176, [7:7]
fuelInjectionCounter = scalar, U32, 1196, "", 1, 0 startStopStateToggleCounter = scalar, U32, 1180, "", 1, 0
globalSparkCounter = scalar, U32, 1200, "", 1, 0 luaSoftSparkSkip = scalar, F32, 1184, "", 1, 0
fuelingLoad = scalar, F32, 1204, "", 1, 0 luaHardSparkSkip = scalar, F32, 1188, "", 1, 0
ignitionLoad = scalar, F32, 1208, "", 1, 0 tractionControlSparkSkip = scalar, F32, 1192, "", 1, 0
veTableYAxis = scalar, U16, 1212, "%", 0.01, 0 desiredRpmLimit = scalar, S16, 1196, "rpm", 1, 0
overDwellCounter = scalar, U08, 1214, "", 1, 0 fuelInjectionCounter = scalar, U32, 1200, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1215, "", 1, 0 globalSparkCounter = scalar, U32, 1204, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1216, "", 1, 0 fuelingLoad = scalar, F32, 1208, "", 1, 0
; total TS size = 1220 ignitionLoad = scalar, F32, 1212, "", 1, 0
tpsFrom = scalar, F32, 1220 veTableYAxis = scalar, U16, 1216, "%", 0.01, 0
tpsTo = scalar, F32, 1224 overDwellCounter = scalar, U08, 1218, "", 1, 0
deltaTps = scalar, F32, 1228 overDwellNotScheduledCounter = scalar, U08, 1219, "", 1, 0
extraFuel = scalar, F32, 1232, "", 1, 0 sparkOutOfOrderCounter = scalar, U08, 1220, "", 1, 0
valueFromTable = scalar, F32, 1236, "", 1, 0 ; total TS size = 1224
isAboveAccelThreshold = bits, U32, 1240, [0:0] tpsFrom = scalar, F32, 1224
isBelowDecelThreshold = bits, U32, 1240, [1:1] tpsTo = scalar, F32, 1228
isTimeToResetAccumulator = bits, U32, 1240, [2:2] deltaTps = scalar, F32, 1232
isFractionalEnrichment = bits, U32, 1240, [3:3] extraFuel = scalar, F32, 1236, "", 1, 0
belowEpsilon = bits, U32, 1240, [4:4] valueFromTable = scalar, F32, 1240, "", 1, 0
tooShort = bits, U32, 1240, [5:5] isAboveAccelThreshold = bits, U32, 1244, [0:0]
fractionalInjFuel = scalar, F32, 1244, "", 1, 0 isBelowDecelThreshold = bits, U32, 1244, [1:1]
accumulatedValue = scalar, F32, 1248, "", 1, 0 isTimeToResetAccumulator = bits, U32, 1244, [2:2]
maxExtraPerCycle = scalar, F32, 1252, "", 1, 0 isFractionalEnrichment = bits, U32, 1244, [3:3]
maxExtraPerPeriod = scalar, F32, 1256, "", 1, 0 belowEpsilon = bits, U32, 1244, [4:4]
maxInjectedPerPeriod = scalar, F32, 1260, "", 1, 0 tooShort = bits, U32, 1244, [5:5]
cycleCnt = scalar, S32, 1264, "", 1, 0 fractionalInjFuel = scalar, F32, 1248, "", 1, 0
; total TS size = 1268 accumulatedValue = scalar, F32, 1252, "", 1, 0
hwEventCounters1 = scalar, U32, 1268, "", 1, 0 maxExtraPerCycle = scalar, F32, 1256, "", 1, 0
hwEventCounters2 = scalar, U32, 1272, "", 1, 0 maxExtraPerPeriod = scalar, F32, 1260, "", 1, 0
hwEventCounters3 = scalar, U32, 1276, "", 1, 0 maxInjectedPerPeriod = scalar, F32, 1264, "", 1, 0
hwEventCounters4 = scalar, U32, 1280, "", 1, 0 cycleCnt = scalar, S32, 1268, "", 1, 0
hwEventCounters5 = scalar, U32, 1284, "", 1, 0 ; total TS size = 1272
hwEventCounters6 = scalar, U32, 1288, "", 1, 0 hwEventCounters1 = scalar, U32, 1272, "", 1, 0
vvtCamCounter = scalar, U32, 1292, "", 1, 0 hwEventCounters2 = scalar, U32, 1276, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "kPa", 1, 0 hwEventCounters3 = scalar, U32, 1280, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "kPa", 1, 0 hwEventCounters4 = scalar, U32, 1284, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1304, "distance", 1, 0 hwEventCounters5 = scalar, U32, 1288, "", 1, 0
mapVvt_sync_counter = scalar, U08, 1305, "counter", 1, 0 hwEventCounters6 = scalar, U32, 1292, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1308, "deg", 1, 0 vvtCamCounter = scalar, U32, 1296, "", 1, 0
triggerToothAngleError = scalar, F32, 1312, "deg", 1, 0 mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1300, "kPa", 1, 0
triggerIgnoredToothCount = scalar, U08, 1316, "", 1, 0 mapVvt_MAP_AT_DIFF = scalar, F32, 1304, "kPa", 1, 0
mapCamPrevToothAngle = scalar, F32, 1320, "deg", 1, 0 mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1308, "distance", 1, 0
isDecodingMapCam = bits, U32, 1324, [0:0] mapVvt_sync_counter = scalar, U08, 1309, "counter", 1, 0
triggerElapsedUs = scalar, U32, 1328, "", 1, 0 currentEngineDecodedPhase = scalar, F32, 1312, "deg", 1, 0
; total TS size = 1332 triggerToothAngleError = scalar, F32, 1316, "deg", 1, 0
crankSynchronizationCounter0 = scalar, U32, 1332, "", 1, 0 triggerIgnoredToothCount = scalar, U08, 1320, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1336, "", 1, 0 mapCamPrevToothAngle = scalar, F32, 1324, "deg", 1, 0
vvtToothDurations00 = scalar, U32, 1340, "us", 1, 0 isDecodingMapCam = bits, U32, 1328, [0:0]
vvtCurrentPosition0 = scalar, F32, 1344, "sync: Primary Cam Position", 1, 0 triggerElapsedUs = scalar, U32, 1332, "", 1, 0
vvtToothPosition10 = scalar, F32, 1348, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1336
vvtToothPosition20 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter0 = scalar, U32, 1336, "", 1, 0
vvtToothPosition30 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
vvtToothPosition40 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0 vvtToothDurations00 = scalar, U32, 1344, "us", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1364, "", 1, 0 vvtCurrentPosition0 = scalar, F32, 1348, "sync: Primary Cam Position", 1, 0
triggerStateIndex0 = scalar, U08, 1368, "", 1, 0 vvtToothPosition10 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
vvtStateIndex0 = scalar, U08, 1369, "", 1, 0 vvtToothPosition20 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
; total TS size = 1372 vvtToothPosition30 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter1 = scalar, U32, 1372, "", 1, 0 vvtToothPosition40 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1376, "", 1, 0 triggerSyncGapRatio0 = scalar, F32, 1368, "", 1, 0
vvtToothDurations01 = scalar, U32, 1380, "us", 1, 0 triggerStateIndex0 = scalar, U08, 1372, "", 1, 0
vvtCurrentPosition1 = scalar, F32, 1384, "sync: Primary Cam Position", 1, 0 vvtStateIndex0 = scalar, U08, 1373, "", 1, 0
vvtToothPosition11 = scalar, F32, 1388, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1376
vvtToothPosition21 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter1 = scalar, U32, 1376, "", 1, 0
vvtToothPosition31 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
vvtToothPosition41 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0 vvtToothDurations01 = scalar, U32, 1384, "us", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1404, "", 1, 0 vvtCurrentPosition1 = scalar, F32, 1388, "sync: Primary Cam Position", 1, 0
triggerStateIndex1 = scalar, U08, 1408, "", 1, 0 vvtToothPosition11 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
vvtStateIndex1 = scalar, U08, 1409, "", 1, 0 vvtToothPosition21 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
; total TS size = 1412 vvtToothPosition31 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter2 = scalar, U32, 1412, "", 1, 0 vvtToothPosition41 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1416, "", 1, 0 triggerSyncGapRatio1 = scalar, F32, 1408, "", 1, 0
vvtToothDurations02 = scalar, U32, 1420, "us", 1, 0 triggerStateIndex1 = scalar, U08, 1412, "", 1, 0
vvtCurrentPosition2 = scalar, F32, 1424, "sync: Primary Cam Position", 1, 0 vvtStateIndex1 = scalar, U08, 1413, "", 1, 0
vvtToothPosition12 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1416
vvtToothPosition22 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter2 = scalar, U32, 1416, "", 1, 0
vvtToothPosition32 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
vvtToothPosition42 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0 vvtToothDurations02 = scalar, U32, 1424, "us", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1444, "", 1, 0 vvtCurrentPosition2 = scalar, F32, 1428, "sync: Primary Cam Position", 1, 0
triggerStateIndex2 = scalar, U08, 1448, "", 1, 0 vvtToothPosition12 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
vvtStateIndex2 = scalar, U08, 1449, "", 1, 0 vvtToothPosition22 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
; total TS size = 1452 vvtToothPosition32 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter3 = scalar, U32, 1452, "", 1, 0 vvtToothPosition42 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1456, "", 1, 0 triggerSyncGapRatio2 = scalar, F32, 1448, "", 1, 0
vvtToothDurations03 = scalar, U32, 1460, "us", 1, 0 triggerStateIndex2 = scalar, U08, 1452, "", 1, 0
vvtCurrentPosition3 = scalar, F32, 1464, "sync: Primary Cam Position", 1, 0 vvtStateIndex2 = scalar, U08, 1453, "", 1, 0
vvtToothPosition13 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1456
vvtToothPosition23 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter3 = scalar, U32, 1456, "", 1, 0
vvtToothPosition33 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
vvtToothPosition43 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0 vvtToothDurations03 = scalar, U32, 1464, "us", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1484, "", 1, 0 vvtCurrentPosition3 = scalar, F32, 1468, "sync: Primary Cam Position", 1, 0
triggerStateIndex3 = scalar, U08, 1488, "", 1, 0 vvtToothPosition13 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
vvtStateIndex3 = scalar, U08, 1489, "", 1, 0 vvtToothPosition23 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
; total TS size = 1492 vvtToothPosition33 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter4 = scalar, U32, 1492, "", 1, 0 vvtToothPosition43 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1496, "", 1, 0 triggerSyncGapRatio3 = scalar, F32, 1488, "", 1, 0
vvtToothDurations04 = scalar, U32, 1500, "us", 1, 0 triggerStateIndex3 = scalar, U08, 1492, "", 1, 0
vvtCurrentPosition4 = scalar, F32, 1504, "sync: Primary Cam Position", 1, 0 vvtStateIndex3 = scalar, U08, 1493, "", 1, 0
vvtToothPosition14 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1496
vvtToothPosition24 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter4 = scalar, U32, 1496, "", 1, 0
vvtToothPosition34 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
vvtToothPosition44 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0 vvtToothDurations04 = scalar, U32, 1504, "us", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1524, "", 1, 0 vvtCurrentPosition4 = scalar, F32, 1508, "sync: Primary Cam Position", 1, 0
triggerStateIndex4 = scalar, U08, 1528, "", 1, 0 vvtToothPosition14 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
vvtStateIndex4 = scalar, U08, 1529, "", 1, 0 vvtToothPosition24 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
; total TS size = 1532 vvtToothPosition34 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
camResyncCounter = scalar, U08, 1532, "", 1, 0 vvtToothPosition44 = scalar, F32, 1524, "sync: Cam Tooth Position", 1, 0
m_hasSynchronizedPhase = bits, U32, 1536, [0:0] triggerSyncGapRatio4 = scalar, F32, 1528, "", 1, 0
; total TS size = 1540 triggerStateIndex4 = scalar, U08, 1532, "", 1, 0
wallFuelCorrection = scalar, F32, 1540, "", 1, 0 vvtStateIndex4 = scalar, U08, 1533, "", 1, 0
wallFuel = scalar, F32, 1544, "", 1, 0 ; total TS size = 1536
; total TS size = 1548 camResyncCounter = scalar, U08, 1536, "", 1, 0
idleState = bits, S32, 1548, [0:2], "not important" m_hasSynchronizedPhase = bits, U32, 1540, [0:0]
currentIdlePosition = scalar, F32, 1552 ; total TS size = 1544
baseIdlePosition = scalar, F32, 1556 wallFuelCorrection = scalar, F32, 1544, "", 1, 0
idleClosedLoop = scalar, F32, 1560 wallFuel = scalar, F32, 1548, "", 1, 0
iacByTpsTaper = scalar, F32, 1564 ; total TS size = 1552
throttlePedalUpState = scalar, S32, 1568, "", 1, 0 idleState = bits, S32, 1552, [0:2], "not important"
mightResetPid = bits, U32, 1572, [0:0] currentIdlePosition = scalar, F32, 1556
shouldResetPid = bits, U32, 1572, [1:1] baseIdlePosition = scalar, F32, 1560
wasResetPid = bits, U32, 1572, [2:2] idleClosedLoop = scalar, F32, 1564
mustResetPid = bits, U32, 1572, [3:3] iacByTpsTaper = scalar, F32, 1568
isCranking = bits, U32, 1572, [4:4] throttlePedalUpState = scalar, S32, 1572, "", 1, 0
isIacTableForCoasting = bits, U32, 1572, [5:5] mightResetPid = bits, U32, 1576, [0:0]
notIdling = bits, U32, 1572, [6:6] shouldResetPid = bits, U32, 1576, [1:1]
needReset = bits, U32, 1572, [7:7] wasResetPid = bits, U32, 1576, [2:2]
isInDeadZone = bits, U32, 1572, [8:8] mustResetPid = bits, U32, 1576, [3:3]
isBlipping = bits, U32, 1572, [9:9] isCranking = bits, U32, 1576, [4:4]
useClosedLoop = bits, U32, 1572, [10:10] isIacTableForCoasting = bits, U32, 1576, [5:5]
badTps = bits, U32, 1572, [11:11] notIdling = bits, U32, 1576, [6:6]
looksLikeRunning = bits, U32, 1572, [12:12] needReset = bits, U32, 1576, [7:7]
looksLikeCoasting = bits, U32, 1572, [13:13] isInDeadZone = bits, U32, 1576, [8:8]
looksLikeCrankToIdle = bits, U32, 1572, [14:14] isBlipping = bits, U32, 1576, [9:9]
isIdleCoasting = bits, U32, 1572, [15:15] useClosedLoop = bits, U32, 1576, [10:10]
isIdleClosedLoop = bits, U32, 1572, [16:16] badTps = bits, U32, 1576, [11:11]
idleTarget = scalar, S32, 1576, "", 1, 0 looksLikeRunning = bits, U32, 1576, [12:12]
targetRpmByClt = scalar, S32, 1580, "", 1, 0 looksLikeCoasting = bits, U32, 1576, [13:13]
targetRpmAc = scalar, S32, 1584, "", 1, 0 looksLikeCrankToIdle = bits, U32, 1576, [14:14]
iacByRpmTaper = scalar, F32, 1588 isIdleCoasting = bits, U32, 1576, [15:15]
luaAdd = scalar, F32, 1592 isIdleClosedLoop = bits, U32, 1576, [16:16]
; total TS size = 1596 idleTarget = scalar, S32, 1580, "", 1, 0
targetWithIdlePosition0 = scalar, F32, 1596, "per", 1,0 targetRpmByClt = scalar, S32, 1584, "", 1, 0
trim0 = scalar, F32, 1600, "", 1, 0 targetRpmAc = scalar, S32, 1588, "", 1, 0
luaAdjustment0 = scalar, F32, 1604, "per", 1,0 iacByRpmTaper = scalar, F32, 1592
m_wastegatePosition0 = scalar, F32, 1608, "per", 1,0 luaAdd = scalar, F32, 1596
etbFeedForward0 = scalar, F32, 1612 ; total TS size = 1600
etbIntegralError0 = scalar, F32, 1616, "", 1, 0 targetWithIdlePosition0 = scalar, F32, 1600, "per", 1,0
etbCurrentTarget0 = scalar, F32, 1620, "%", 1, 0 trim0 = scalar, F32, 1604, "", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1624, "%", 1, 0 luaAdjustment0 = scalar, F32, 1608, "per", 1,0
etbRevLimitActive0 = bits, U32, 1628, [0:0] m_wastegatePosition0 = scalar, F32, 1612, "per", 1,0
jamDetected0 = bits, U32, 1628, [1:1] etbFeedForward0 = scalar, F32, 1616
etbTpsErrorCounter0 = scalar, U16, 1632, "count", 1,0 etbIntegralError0 = scalar, F32, 1620, "", 1, 0
etbPpsErrorCounter0 = scalar, U16, 1634, "count", 1,0 etbCurrentTarget0 = scalar, F32, 1624, "%", 1, 0
etbErrorCode0 = scalar, S08, 1636, "", 1, 0 etbCurrentAdjustedTarget0 = scalar, F32, 1628, "%", 1, 0
tcEtbDrop0 = scalar, S08, 1637, "%", 1, 0 etbRevLimitActive0 = bits, U32, 1632, [0:0]
jamTimer0 = scalar, U16, 1638, "sec", 0.01, 0 jamDetected0 = bits, U32, 1632, [1:1]
adjustedEtbTarget0 = scalar, S08, 1640, "%", 1, 0 etbTpsErrorCounter0 = scalar, U16, 1636, "count", 1,0
; total TS size = 1644 etbPpsErrorCounter0 = scalar, U16, 1638, "count", 1,0
targetWithIdlePosition1 = scalar, F32, 1644, "per", 1,0 etbErrorCode0 = scalar, S08, 1640, "", 1, 0
trim1 = scalar, F32, 1648, "", 1, 0 tcEtbDrop0 = scalar, S08, 1641, "%", 1, 0
luaAdjustment1 = scalar, F32, 1652, "per", 1,0 jamTimer0 = scalar, U16, 1642, "sec", 0.01, 0
m_wastegatePosition1 = scalar, F32, 1656, "per", 1,0 adjustedEtbTarget0 = scalar, S08, 1644, "%", 1, 0
etbFeedForward1 = scalar, F32, 1660 ; total TS size = 1648
etbIntegralError1 = scalar, F32, 1664, "", 1, 0 targetWithIdlePosition1 = scalar, F32, 1648, "per", 1,0
etbCurrentTarget1 = scalar, F32, 1668, "%", 1, 0 trim1 = scalar, F32, 1652, "", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1672, "%", 1, 0 luaAdjustment1 = scalar, F32, 1656, "per", 1,0
etbRevLimitActive1 = bits, U32, 1676, [0:0] m_wastegatePosition1 = scalar, F32, 1660, "per", 1,0
jamDetected1 = bits, U32, 1676, [1:1] etbFeedForward1 = scalar, F32, 1664
etbTpsErrorCounter1 = scalar, U16, 1680, "count", 1,0 etbIntegralError1 = scalar, F32, 1668, "", 1, 0
etbPpsErrorCounter1 = scalar, U16, 1682, "count", 1,0 etbCurrentTarget1 = scalar, F32, 1672, "%", 1, 0
etbErrorCode1 = scalar, S08, 1684, "", 1, 0 etbCurrentAdjustedTarget1 = scalar, F32, 1676, "%", 1, 0
tcEtbDrop1 = scalar, S08, 1685, "%", 1, 0 etbRevLimitActive1 = bits, U32, 1680, [0:0]
jamTimer1 = scalar, U16, 1686, "sec", 0.01, 0 jamDetected1 = bits, U32, 1680, [1:1]
adjustedEtbTarget1 = scalar, S08, 1688, "%", 1, 0 etbTpsErrorCounter1 = scalar, U16, 1684, "count", 1,0
; total TS size = 1692 etbPpsErrorCounter1 = scalar, U16, 1686, "count", 1,0
faultCode0 = scalar, U08, 1692, "", 1, 0 etbErrorCode1 = scalar, S08, 1688, "", 1, 0
heaterDuty0 = scalar, U08, 1693, "%", 1, 0 tcEtbDrop1 = scalar, S08, 1689, "%", 1, 0
pumpDuty0 = scalar, U08, 1694, "%", 1, 0 jamTimer1 = scalar, U16, 1690, "sec", 0.01, 0
tempC0 = scalar, U16, 1696, "C", 1, 0 adjustedEtbTarget1 = scalar, S08, 1692, "%", 1, 0
nernstVoltage0 = scalar, U16, 1698, "V", 0.001, 0 ; total TS size = 1696
esr0 = scalar, U16, 1700, "ohm", 1, 0 faultCode0 = scalar, U08, 1696, "", 1, 0
; total TS size = 1704 heaterDuty0 = scalar, U08, 1697, "%", 1, 0
faultCode1 = scalar, U08, 1704, "", 1, 0 pumpDuty0 = scalar, U08, 1698, "%", 1, 0
heaterDuty1 = scalar, U08, 1705, "%", 1, 0 tempC0 = scalar, U16, 1700, "C", 1, 0
pumpDuty1 = scalar, U08, 1706, "%", 1, 0 nernstVoltage0 = scalar, U16, 1702, "V", 0.001, 0
tempC1 = scalar, U16, 1708, "C", 1, 0 esr0 = scalar, U16, 1704, "ohm", 1, 0
nernstVoltage1 = scalar, U16, 1710, "V", 0.001, 0 ; total TS size = 1708
esr1 = scalar, U16, 1712, "ohm", 1, 0 faultCode1 = scalar, U08, 1708, "", 1, 0
; total TS size = 1716 heaterDuty1 = scalar, U08, 1709, "%", 1, 0
dcOutput0 = scalar, F32, 1716, "per", 1,0 pumpDuty1 = scalar, U08, 1710, "%", 1, 0
isEnabled0_int = scalar, U08, 1720, "per", 1,0 tempC1 = scalar, U16, 1712, "C", 1, 0
isEnabled0 = bits, U32, 1724, [0:0] nernstVoltage1 = scalar, U16, 1714, "V", 0.001, 0
; total TS size = 1728 esr1 = scalar, U16, 1716, "ohm", 1, 0
value0 = scalar, U16, 1728, "value", 1,0 ; total TS size = 1720
value1 = scalar, U16, 1730, "value", 1,0 dcOutput0 = scalar, F32, 1720, "per", 1,0
errorRate = scalar, F32, 1732, "ratio", 1,0 isEnabled0_int = scalar, U08, 1724, "per", 1,0
; total TS size = 1736 isEnabled0 = bits, U32, 1728, [0:0]
vvtTarget = scalar, U16, 1736, "deg", 0.1, 0 ; total TS size = 1732
vvtOutput = scalar, U08, 1738, "%", 0.5, 0 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 ; total TS size = 1740
lambdaCurrentlyGood = bits, U32, 1740, [0:0] vvtTarget = scalar, U16, 1740, "deg", 0.1, 0
lambdaMonitorCut = bits, U32, 1740, [1:1] vvtOutput = scalar, U08, 1742, "%", 0.5, 0
lambdaTimeSinceGood = scalar, U16, 1744, "sec", 0.01, 0 ; total TS size = 1744
; total TS size = 1748 lambdaCurrentlyGood = bits, U32, 1744, [0:0]
lambdaMonitorCut = bits, U32, 1744, [1:1]
lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
; total TS size = 1752

View File

@ -1,2 +1,2 @@
// generated by gen_live_documentation.sh / LiveDataProcessor.java // generated by gen_live_documentation.sh / LiveDataProcessor.java
#define TS_TOTAL_OUTPUT_SIZE 1748 #define TS_TOTAL_OUTPUT_SIZE 1752

View File

@ -2374,10 +2374,10 @@ struct engine_configuration_s {
bool launchSparkCutEnable : 1 {}; bool launchSparkCutEnable : 1 {};
/** /**
offset 1304 bit 20 */ offset 1304 bit 20 */
bool unusedFancy1 : 1 {}; bool torqueReductionEnabled : 1 {};
/** /**
offset 1304 bit 21 */ offset 1304 bit 21 */
bool unusedFancy2 : 1 {}; bool torqueReductionTriggerPinInverted : 1 {};
/** /**
offset 1304 bit 22 */ offset 1304 bit 22 */
bool unusedFancy14 : 1 {}; bool unusedFancy14 : 1 {};
@ -3653,7 +3653,11 @@ struct engine_configuration_s {
/** /**
* offset 2384 * offset 2384
*/ */
int16_t unusedEtbRocExpAverageLength; pin_input_mode_e torqueReductionTriggerPinMode;
/**
* offset 2385
*/
torqueReductionActivationMode_e torqueReductionActivationMode;
/** /**
* A delay in cycles between fuel-enrich. portions * A delay in cycles between fuel-enrich. portions
* units: cycles * units: cycles

View File

@ -1290,7 +1290,7 @@
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2269544858 #define SIGNATURE_HASH 3085984144
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1348,6 +1348,10 @@
#define TOOTH_PACKET_SIZE 2 #define TOOTH_PACKET_SIZE 2
#define TOP_DEAD_CENTER_MESSAGE "r" #define TOP_DEAD_CENTER_MESSAGE "r"
#define TORQUE_CURVE_SIZE 6 #define TORQUE_CURVE_SIZE 6
#define torqueReductionActivationMode_e_auto_enum 0="TORQUE_REDUCTION_BUTTON",1="LAUNCH_BUTTON"
#define torqueReductionActivationMode_e_enum "Torque Reduction Button", "Launch Button"
#define torqueReductionActivationMode_e_LAUNCH_BUTTON 1
#define torqueReductionActivationMode_e_TORQUE_REDUCTION_BUTTON 0
#define TOTAL_CONFIG_SIZE 22968 #define TOTAL_CONFIG_SIZE 22968
#define TPS_2_BYTE_PACKING_MULT 100 #define TPS_2_BYTE_PACKING_MULT 100
#define TPS_PPS_TOO_HIGH_THRESHOLD 110 #define TPS_PPS_TOO_HIGH_THRESHOLD 110
@ -1748,14 +1752,14 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2024.09.28.mega100.2269544858" #define TS_SIGNATURE "rusEFI main.2024.09.29.mega100.3085984144"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' #define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t #define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1748 #define TS_TOTAL_OUTPUT_SIZE 1752
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1" #define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2" #define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5 #define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2269544858 #define SIGNATURE_HASH 3085984144
#define TS_SIGNATURE "rusEFI main.2024.09.28.mega100.2269544858" #define TS_SIGNATURE "rusEFI main.2024.09.29.mega100.3085984144"

View File

@ -0,0 +1,108 @@
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/shift_torque_reduction_state.txt
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of shift_torque_reduction_state_s
struct shift_torque_reduction_state_s {
/**
offset 0 bit 0 */
bool isTorqueReductionTriggerPinValid : 1 {};
/**
offset 0 bit 1 */
bool torqueReductionTriggerPinState : 1 {};
/**
offset 0 bit 2 */
bool unusedBit_2_2 : 1 {};
/**
offset 0 bit 3 */
bool unusedBit_2_3 : 1 {};
/**
offset 0 bit 4 */
bool unusedBit_2_4 : 1 {};
/**
offset 0 bit 5 */
bool unusedBit_2_5 : 1 {};
/**
offset 0 bit 6 */
bool unusedBit_2_6 : 1 {};
/**
offset 0 bit 7 */
bool unusedBit_2_7 : 1 {};
/**
offset 0 bit 8 */
bool unusedBit_2_8 : 1 {};
/**
offset 0 bit 9 */
bool unusedBit_2_9 : 1 {};
/**
offset 0 bit 10 */
bool unusedBit_2_10 : 1 {};
/**
offset 0 bit 11 */
bool unusedBit_2_11 : 1 {};
/**
offset 0 bit 12 */
bool unusedBit_2_12 : 1 {};
/**
offset 0 bit 13 */
bool unusedBit_2_13 : 1 {};
/**
offset 0 bit 14 */
bool unusedBit_2_14 : 1 {};
/**
offset 0 bit 15 */
bool unusedBit_2_15 : 1 {};
/**
offset 0 bit 16 */
bool unusedBit_2_16 : 1 {};
/**
offset 0 bit 17 */
bool unusedBit_2_17 : 1 {};
/**
offset 0 bit 18 */
bool unusedBit_2_18 : 1 {};
/**
offset 0 bit 19 */
bool unusedBit_2_19 : 1 {};
/**
offset 0 bit 20 */
bool unusedBit_2_20 : 1 {};
/**
offset 0 bit 21 */
bool unusedBit_2_21 : 1 {};
/**
offset 0 bit 22 */
bool unusedBit_2_22 : 1 {};
/**
offset 0 bit 23 */
bool unusedBit_2_23 : 1 {};
/**
offset 0 bit 24 */
bool unusedBit_2_24 : 1 {};
/**
offset 0 bit 25 */
bool unusedBit_2_25 : 1 {};
/**
offset 0 bit 26 */
bool unusedBit_2_26 : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_2_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_2_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_2_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_2_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_2_31 : 1 {};
};
static_assert(sizeof(shift_torque_reduction_state_s) == 4);
// end
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/shift_torque_reduction_state.txt

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.09.28.mega100.2269544858" signature = "rusEFI main.2024.09.29.mega100.3085984144"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.09.28.mega100.2269544858" ; signature is expected to be 7 or more characters. signature= "rusEFI main.2024.09.29.mega100.3085984144" ; 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 ; 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 useLegacyFTempUnits = false
@ -631,8 +631,8 @@ cutFuelOnHardLimit = bits, U32, 1304, [16:16], "no", "yes"
cutSparkOnHardLimit = bits, U32, 1304, [17:17], "no", "yes" cutSparkOnHardLimit = bits, U32, 1304, [17:17], "no", "yes"
launchFuelCutEnable = bits, U32, 1304, [18:18], "false", "true" launchFuelCutEnable = bits, U32, 1304, [18:18], "false", "true"
launchSparkCutEnable = bits, U32, 1304, [19:19], "false", "true" launchSparkCutEnable = bits, U32, 1304, [19:19], "false", "true"
unusedFancy1 = bits, U32, 1304, [20:20], "false", "true" torqueReductionEnabled = bits, U32, 1304, [20:20], "false", "true"
unusedFancy2 = bits, U32, 1304, [21:21], "false", "true" torqueReductionTriggerPinInverted = bits, U32, 1304, [21:21], "false", "true"
unusedFancy14 = bits, U32, 1304, [22:22], "false", "true" unusedFancy14 = bits, U32, 1304, [22:22], "false", "true"
unusedFancy7 = bits, U32, 1304, [23:23], "false", "true" unusedFancy7 = bits, U32, 1304, [23:23], "false", "true"
unusedFancy8 = bits, U32, 1304, [24:24], "false", "true" unusedFancy8 = bits, U32, 1304, [24:24], "false", "true"
@ -1015,7 +1015,8 @@ idleTimingPid_periodMs = scalar, S16, 2374, "ms", 1, 0, 0, 3000, 0
idleTimingPid_minValue = scalar, S16, 2376, "", 1, 0, -30000, 30000, 0 idleTimingPid_minValue = scalar, S16, 2376, "", 1, 0, -30000, 30000, 0
idleTimingPid_maxValue = scalar, S16, 2378, "", 1, 0, -30000, 30000, 0 idleTimingPid_maxValue = scalar, S16, 2378, "", 1, 0, -30000, 30000, 0
idleTimingSoftEntryTime = scalar, F32, 2380, "", 1, 0, 0, 100, 1 idleTimingSoftEntryTime = scalar, F32, 2380, "", 1, 0, 0, 100, 1
unusedEtbRocExpAverageLength = scalar, S16, 2384, "", 1, 0, 0, 32000, 0 torqueReductionTriggerPinMode = bits, U08, 2384, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
torqueReductionActivationMode = bits, S08, 2385, [0:0], "Torque Reduction Button", "Launch Button"
tpsAccelFractionPeriod = scalar, S16, 2386, "cycles", 1, 0, 0, 500, 0 tpsAccelFractionPeriod = scalar, S16, 2386, "cycles", 1, 0, 0, 500, 0
tpsAccelFractionDivisor = scalar, F32, 2388, "coef", 1, 0, 1, 100, 2 tpsAccelFractionDivisor = scalar, F32, 2388, "coef", 1, 0, 1, 100, 2
tle8888spiDevice = bits, U08, 2392, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6", "INVALID" tle8888spiDevice = bits, U08, 2392, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6", "INVALID"
@ -2552,7 +2553,7 @@ minimumOilPressureValues = array, U08, 22960, [8], "kPa", 10.0, 0, 0, 1000, 0
ochGetCommand = "O%2o%2c" ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code ; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1748 ochBlockSize = 1752
; 11.2.3 Full Optimized High Speed ; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9 scatteredOchGetCommand = 9
@ -3134,322 +3135,325 @@ rpmPreLaunchCondition = bits, U32, 1048, [9:9]
speedCondition = bits, U32, 1048, [10:10] speedCondition = bits, U32, 1048, [10:10]
tpsCondition = bits, U32, 1048, [11:11] tpsCondition = bits, U32, 1048, [11:11]
; total TS size = 1052 ; total TS size = 1052
isAntilagCondition = bits, U32, 1052, [0:0] isTorqueReductionTriggerPinValid = bits, U32, 1052, [0:0]
ALSMinRPMCondition = bits, U32, 1052, [1:1] torqueReductionTriggerPinState = bits, U32, 1052, [1:1]
ALSMaxRPMCondition = bits, U32, 1052, [2:2] ; total TS size = 1056
ALSMinCLTCondition = bits, U32, 1052, [3:3] isAntilagCondition = bits, U32, 1056, [0:0]
ALSMaxCLTCondition = bits, U32, 1052, [4:4] ALSMinRPMCondition = bits, U32, 1056, [1:1]
ALSMaxThrottleIntentCondition = bits, U32, 1052, [5:5] ALSMaxRPMCondition = bits, U32, 1056, [2:2]
isALSSwitchActivated = bits, U32, 1052, [6:6] ALSMinCLTCondition = bits, U32, 1056, [3:3]
ALSActivatePinState = bits, U32, 1052, [7:7] ALSMaxCLTCondition = bits, U32, 1056, [4:4]
ALSSwitchCondition = bits, U32, 1052, [8:8] ALSMaxThrottleIntentCondition = bits, U32, 1056, [5:5]
ALSTimerCondition = bits, U32, 1052, [9:9] isALSSwitchActivated = bits, U32, 1056, [6:6]
fuelALSCorrection = scalar, F32, 1056, "", 1, 0 ALSActivatePinState = bits, U32, 1056, [7:7]
timingALSCorrection = scalar, S16, 1060, "deg", 0.01, 0 ALSSwitchCondition = bits, U32, 1056, [8:8]
timingALSSkip = scalar, S16, 1062, "deg", 0.01, 0 ALSTimerCondition = bits, U32, 1056, [9:9]
; total TS size = 1064 fuelALSCorrection = scalar, F32, 1060, "", 1, 0
isTpsInvalid = bits, U32, 1064, [0:0] timingALSCorrection = scalar, S16, 1064, "deg", 0.01, 0
m_shouldResetPid = bits, U32, 1064, [1:1] timingALSSkip = scalar, S16, 1066, "deg", 0.01, 0
isBelowClosedLoopThreshold = bits, U32, 1064, [2:2] ; total TS size = 1068
isNotClosedLoop = bits, U32, 1064, [3:3] isTpsInvalid = bits, U32, 1068, [0:0]
isZeroRpm = bits, U32, 1064, [4:4] m_shouldResetPid = bits, U32, 1068, [1:1]
hasInitBoost = bits, U32, 1064, [5:5] isBelowClosedLoopThreshold = bits, U32, 1068, [2:2]
rpmTooLow = bits, U32, 1064, [6:6] isNotClosedLoop = bits, U32, 1068, [3:3]
tpsTooLow = bits, U32, 1064, [7:7] isZeroRpm = bits, U32, 1068, [4:4]
mapTooLow = bits, U32, 1064, [8:8] hasInitBoost = bits, U32, 1068, [5:5]
isPlantValid = bits, U32, 1064, [9:9] rpmTooLow = bits, U32, 1068, [6:6]
isBoostControlled = bits, U32, 1064, [10:10] tpsTooLow = bits, U32, 1068, [7:7]
luaTargetAdd = scalar, S16, 1068, "v", 0.5,0 mapTooLow = bits, U32, 1068, [8:8]
boostOutput = scalar, S16, 1070, "percent", 0.01,0 isPlantValid = bits, U32, 1068, [9:9]
luaTargetMult = scalar, F32, 1072, "v", 1,0 isBoostControlled = bits, U32, 1068, [10:10]
openLoopPart = scalar, F32, 1076, "v", 1,0 luaTargetAdd = scalar, S16, 1072, "v", 0.5,0
luaOpenLoopAdd = scalar, F32, 1080, "v", 1,0 boostOutput = scalar, S16, 1074, "percent", 0.01,0
boostControllerClosedLoopPart = scalar, S08, 1084, "%", 0.5,0 luaTargetMult = scalar, F32, 1076, "v", 1,0
boostControlTarget = scalar, S16, 1086, "kPa", 0.03333333333333333,0 openLoopPart = scalar, F32, 1080, "v", 1,0
; total TS size = 1088 luaOpenLoopAdd = scalar, F32, 1084, "v", 1,0
acButtonState = scalar, S08, 1088, "", 1, 0 boostControllerClosedLoopPart = scalar, S08, 1088, "%", 0.5,0
m_acEnabled = bits, U32, 1092, [0:0] boostControlTarget = scalar, S16, 1090, "kPa", 0.03333333333333333,0
engineTooSlow = bits, U32, 1092, [1:1] ; total TS size = 1092
engineTooFast = bits, U32, 1092, [2:2] acButtonState = scalar, S08, 1092, "", 1, 0
noClt = bits, U32, 1092, [3:3] m_acEnabled = bits, U32, 1096, [0:0]
engineTooHot = bits, U32, 1092, [4:4] engineTooSlow = bits, U32, 1096, [1:1]
tpsTooHigh = bits, U32, 1092, [5:5] engineTooFast = bits, U32, 1096, [2:2]
isDisabledByLua = bits, U32, 1092, [6:6] noClt = bits, U32, 1096, [3:3]
acCompressorState = bits, U32, 1092, [7:7] engineTooHot = bits, U32, 1096, [4:4]
acPressureTooLow = bits, U32, 1092, [8:8] tpsTooHigh = bits, U32, 1096, [5:5]
acPressureTooHigh = bits, U32, 1092, [9:9] isDisabledByLua = bits, U32, 1096, [6:6]
; total TS size = 1096 acCompressorState = bits, U32, 1096, [7:7]
cranking0 = bits, U32, 1096, [0:0] acPressureTooLow = bits, U32, 1096, [8:8]
notRunning0 = bits, U32, 1096, [1:1] acPressureTooHigh = bits, U32, 1096, [9:9]
disabledWhileEngineStopped0 = bits, U32, 1096, [2:2] ; total TS size = 1100
brokenClt0 = bits, U32, 1096, [3:3] cranking0 = bits, U32, 1100, [0:0]
enabledForAc0 = bits, U32, 1096, [4:4] notRunning0 = bits, U32, 1100, [1:1]
hot0 = bits, U32, 1096, [5:5] disabledWhileEngineStopped0 = bits, U32, 1100, [2:2]
cold0 = bits, U32, 1096, [6:6] brokenClt0 = bits, U32, 1100, [3:3]
disabledBySpeed0 = bits, U32, 1096, [7:7] enabledForAc0 = bits, U32, 1100, [4:4]
radiatorFanStatus0 = scalar, U08, 1100, "", 1, 0 hot0 = bits, U32, 1100, [5:5]
; total TS size = 1104 cold0 = bits, U32, 1100, [6:6]
cranking1 = bits, U32, 1104, [0:0] disabledBySpeed0 = bits, U32, 1100, [7:7]
notRunning1 = bits, U32, 1104, [1:1] radiatorFanStatus0 = scalar, U08, 1104, "", 1, 0
disabledWhileEngineStopped1 = bits, U32, 1104, [2:2] ; total TS size = 1108
brokenClt1 = bits, U32, 1104, [3:3] cranking1 = bits, U32, 1108, [0:0]
enabledForAc1 = bits, U32, 1104, [4:4] notRunning1 = bits, U32, 1108, [1:1]
hot1 = bits, U32, 1104, [5:5] disabledWhileEngineStopped1 = bits, U32, 1108, [2:2]
cold1 = bits, U32, 1104, [6:6] brokenClt1 = bits, U32, 1108, [3:3]
disabledBySpeed1 = bits, U32, 1104, [7:7] enabledForAc1 = bits, U32, 1108, [4:4]
radiatorFanStatus1 = scalar, U08, 1108, "", 1, 0 hot1 = bits, U32, 1108, [5:5]
; total TS size = 1112 cold1 = bits, U32, 1108, [6:6]
isPrime = bits, U32, 1112, [0:0] disabledBySpeed1 = bits, U32, 1108, [7:7]
engineTurnedRecently = bits, U32, 1112, [1:1] radiatorFanStatus1 = scalar, U08, 1112, "", 1, 0
isFuelPumpOn = bits, U32, 1112, [2:2]
ignitionOn = bits, U32, 1112, [3:3]
; total TS size = 1116 ; total TS size = 1116
isBenchTest = bits, U32, 1116, [0:0] isPrime = bits, U32, 1116, [0:0]
hasIgnitionVoltage = bits, U32, 1116, [1:1] engineTurnedRecently = bits, U32, 1116, [1:1]
mainRelayState = bits, U32, 1116, [2:2] isFuelPumpOn = bits, U32, 1116, [2:2]
delayedShutoffRequested = bits, U32, 1116, [3:3] ignitionOn = bits, U32, 1116, [3:3]
; total TS size = 1120 ; total TS size = 1120
lua_fuelAdd = scalar, F32, 1120, "g", 1, 0 isBenchTest = bits, U32, 1120, [0:0]
lua_fuelMult = scalar, F32, 1124, "", 1, 0 hasIgnitionVoltage = bits, U32, 1120, [1:1]
lua_clutchUpState = bits, U32, 1128, [0:0] mainRelayState = bits, U32, 1120, [2:2]
lua_brakePedalState = bits, U32, 1128, [1:1] delayedShutoffRequested = bits, U32, 1120, [3:3]
lua_acRequestState = bits, U32, 1128, [2:2] ; total TS size = 1124
lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_fuelAdd = scalar, F32, 1124, "g", 1, 0
lua_luaIgnCut = bits, U32, 1128, [4:4] lua_fuelMult = scalar, F32, 1128, "", 1, 0
lua_luaFuelCut = bits, U32, 1128, [5:5] lua_clutchUpState = bits, U32, 1132, [0:0]
lua_clutchDownState = bits, U32, 1128, [6:6] lua_brakePedalState = bits, U32, 1132, [1:1]
lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] lua_acRequestState = bits, U32, 1132, [2:2]
sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 lua_luaDisableEtb = bits, U32, 1132, [3:3]
sd_tChargeK = scalar, F32, 1136, "", 1, 0 lua_luaIgnCut = bits, U32, 1132, [4:4]
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 lua_luaFuelCut = bits, U32, 1132, [5:5]
crankingFuel_tpsCoefficient = scalar, F32, 1144, "", 1, 0 lua_clutchDownState = bits, U32, 1132, [6:6]
crankingFuel_durationCoefficient = scalar, F32, 1148, "", 1, 0 lua_disableDecelerationFuelCutOff = bits, U32, 1132, [7:7]
crankingFuel_fuel = scalar, U16, 1152, "mg", 0.01, 0 sd_tCharge = scalar, S16, 1136, "deg C", 0.01, 0
baroCorrection = scalar, F32, 1156, "", 1, 0 sd_tChargeK = scalar, F32, 1140, "", 1, 0
hellenBoardId = scalar, S16, 1160, "id", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1144, "", 1, 0
clutchUpState = scalar, S08, 1162, "", 1, 0 crankingFuel_tpsCoefficient = scalar, F32, 1148, "", 1, 0
clutchDownState = scalar, S08, 1163, "", 1, 0 crankingFuel_durationCoefficient = scalar, F32, 1152, "", 1, 0
brakePedalState = scalar, S08, 1164, "", 1, 0 crankingFuel_fuel = scalar, U16, 1156, "mg", 0.01, 0
startStopState = scalar, S08, 1165, "", 1, 0 baroCorrection = scalar, F32, 1160, "", 1, 0
smartChipState = scalar, S08, 1166, "", 1, 0 hellenBoardId = scalar, S16, 1164, "id", 1, 0
smartChipRestartCounter = scalar, S08, 1167, "", 1, 0 clutchUpState = scalar, S08, 1166, "", 1, 0
smartChipAliveCounter = scalar, S08, 1168, "", 1, 0 clutchDownState = scalar, S08, 1167, "", 1, 0
startStopPhysicalState = bits, U32, 1172, [0:0] brakePedalState = scalar, S08, 1168, "", 1, 0
acrActive = bits, U32, 1172, [1:1] startStopState = scalar, S08, 1169, "", 1, 0
acrEngineMovedRecently = bits, U32, 1172, [2:2] smartChipState = scalar, S08, 1170, "", 1, 0
heaterControlEnabled = bits, U32, 1172, [3:3] smartChipRestartCounter = scalar, S08, 1171, "", 1, 0
luaDigitalState0 = bits, U32, 1172, [4:4] smartChipAliveCounter = scalar, S08, 1172, "", 1, 0
luaDigitalState1 = bits, U32, 1172, [5:5] startStopPhysicalState = bits, U32, 1176, [0:0]
luaDigitalState2 = bits, U32, 1172, [6:6] acrActive = bits, U32, 1176, [1:1]
luaDigitalState3 = bits, U32, 1172, [7:7] acrEngineMovedRecently = bits, U32, 1176, [2:2]
startStopStateToggleCounter = scalar, U32, 1176, "", 1, 0 heaterControlEnabled = bits, U32, 1176, [3:3]
luaSoftSparkSkip = scalar, F32, 1180, "", 1, 0 luaDigitalState0 = bits, U32, 1176, [4:4]
luaHardSparkSkip = scalar, F32, 1184, "", 1, 0 luaDigitalState1 = bits, U32, 1176, [5:5]
tractionControlSparkSkip = scalar, F32, 1188, "", 1, 0 luaDigitalState2 = bits, U32, 1176, [6:6]
desiredRpmLimit = scalar, S16, 1192, "rpm", 1, 0 luaDigitalState3 = bits, U32, 1176, [7:7]
fuelInjectionCounter = scalar, U32, 1196, "", 1, 0 startStopStateToggleCounter = scalar, U32, 1180, "", 1, 0
globalSparkCounter = scalar, U32, 1200, "", 1, 0 luaSoftSparkSkip = scalar, F32, 1184, "", 1, 0
fuelingLoad = scalar, F32, 1204, "", 1, 0 luaHardSparkSkip = scalar, F32, 1188, "", 1, 0
ignitionLoad = scalar, F32, 1208, "", 1, 0 tractionControlSparkSkip = scalar, F32, 1192, "", 1, 0
veTableYAxis = scalar, U16, 1212, "%", 0.01, 0 desiredRpmLimit = scalar, S16, 1196, "rpm", 1, 0
overDwellCounter = scalar, U08, 1214, "", 1, 0 fuelInjectionCounter = scalar, U32, 1200, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1215, "", 1, 0 globalSparkCounter = scalar, U32, 1204, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1216, "", 1, 0 fuelingLoad = scalar, F32, 1208, "", 1, 0
; total TS size = 1220 ignitionLoad = scalar, F32, 1212, "", 1, 0
tpsFrom = scalar, F32, 1220 veTableYAxis = scalar, U16, 1216, "%", 0.01, 0
tpsTo = scalar, F32, 1224 overDwellCounter = scalar, U08, 1218, "", 1, 0
deltaTps = scalar, F32, 1228 overDwellNotScheduledCounter = scalar, U08, 1219, "", 1, 0
extraFuel = scalar, F32, 1232, "", 1, 0 sparkOutOfOrderCounter = scalar, U08, 1220, "", 1, 0
valueFromTable = scalar, F32, 1236, "", 1, 0 ; total TS size = 1224
isAboveAccelThreshold = bits, U32, 1240, [0:0] tpsFrom = scalar, F32, 1224
isBelowDecelThreshold = bits, U32, 1240, [1:1] tpsTo = scalar, F32, 1228
isTimeToResetAccumulator = bits, U32, 1240, [2:2] deltaTps = scalar, F32, 1232
isFractionalEnrichment = bits, U32, 1240, [3:3] extraFuel = scalar, F32, 1236, "", 1, 0
belowEpsilon = bits, U32, 1240, [4:4] valueFromTable = scalar, F32, 1240, "", 1, 0
tooShort = bits, U32, 1240, [5:5] isAboveAccelThreshold = bits, U32, 1244, [0:0]
fractionalInjFuel = scalar, F32, 1244, "", 1, 0 isBelowDecelThreshold = bits, U32, 1244, [1:1]
accumulatedValue = scalar, F32, 1248, "", 1, 0 isTimeToResetAccumulator = bits, U32, 1244, [2:2]
maxExtraPerCycle = scalar, F32, 1252, "", 1, 0 isFractionalEnrichment = bits, U32, 1244, [3:3]
maxExtraPerPeriod = scalar, F32, 1256, "", 1, 0 belowEpsilon = bits, U32, 1244, [4:4]
maxInjectedPerPeriod = scalar, F32, 1260, "", 1, 0 tooShort = bits, U32, 1244, [5:5]
cycleCnt = scalar, S32, 1264, "", 1, 0 fractionalInjFuel = scalar, F32, 1248, "", 1, 0
; total TS size = 1268 accumulatedValue = scalar, F32, 1252, "", 1, 0
hwEventCounters1 = scalar, U32, 1268, "", 1, 0 maxExtraPerCycle = scalar, F32, 1256, "", 1, 0
hwEventCounters2 = scalar, U32, 1272, "", 1, 0 maxExtraPerPeriod = scalar, F32, 1260, "", 1, 0
hwEventCounters3 = scalar, U32, 1276, "", 1, 0 maxInjectedPerPeriod = scalar, F32, 1264, "", 1, 0
hwEventCounters4 = scalar, U32, 1280, "", 1, 0 cycleCnt = scalar, S32, 1268, "", 1, 0
hwEventCounters5 = scalar, U32, 1284, "", 1, 0 ; total TS size = 1272
hwEventCounters6 = scalar, U32, 1288, "", 1, 0 hwEventCounters1 = scalar, U32, 1272, "", 1, 0
vvtCamCounter = scalar, U32, 1292, "", 1, 0 hwEventCounters2 = scalar, U32, 1276, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "kPa", 1, 0 hwEventCounters3 = scalar, U32, 1280, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "kPa", 1, 0 hwEventCounters4 = scalar, U32, 1284, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1304, "distance", 1, 0 hwEventCounters5 = scalar, U32, 1288, "", 1, 0
mapVvt_sync_counter = scalar, U08, 1305, "counter", 1, 0 hwEventCounters6 = scalar, U32, 1292, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1308, "deg", 1, 0 vvtCamCounter = scalar, U32, 1296, "", 1, 0
triggerToothAngleError = scalar, F32, 1312, "deg", 1, 0 mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1300, "kPa", 1, 0
triggerIgnoredToothCount = scalar, U08, 1316, "", 1, 0 mapVvt_MAP_AT_DIFF = scalar, F32, 1304, "kPa", 1, 0
mapCamPrevToothAngle = scalar, F32, 1320, "deg", 1, 0 mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1308, "distance", 1, 0
isDecodingMapCam = bits, U32, 1324, [0:0] mapVvt_sync_counter = scalar, U08, 1309, "counter", 1, 0
triggerElapsedUs = scalar, U32, 1328, "", 1, 0 currentEngineDecodedPhase = scalar, F32, 1312, "deg", 1, 0
; total TS size = 1332 triggerToothAngleError = scalar, F32, 1316, "deg", 1, 0
crankSynchronizationCounter0 = scalar, U32, 1332, "", 1, 0 triggerIgnoredToothCount = scalar, U08, 1320, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1336, "", 1, 0 mapCamPrevToothAngle = scalar, F32, 1324, "deg", 1, 0
vvtToothDurations00 = scalar, U32, 1340, "us", 1, 0 isDecodingMapCam = bits, U32, 1328, [0:0]
vvtCurrentPosition0 = scalar, F32, 1344, "sync: Primary Cam Position", 1, 0 triggerElapsedUs = scalar, U32, 1332, "", 1, 0
vvtToothPosition10 = scalar, F32, 1348, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1336
vvtToothPosition20 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter0 = scalar, U32, 1336, "", 1, 0
vvtToothPosition30 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
vvtToothPosition40 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0 vvtToothDurations00 = scalar, U32, 1344, "us", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1364, "", 1, 0 vvtCurrentPosition0 = scalar, F32, 1348, "sync: Primary Cam Position", 1, 0
triggerStateIndex0 = scalar, U08, 1368, "", 1, 0 vvtToothPosition10 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
vvtStateIndex0 = scalar, U08, 1369, "", 1, 0 vvtToothPosition20 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
; total TS size = 1372 vvtToothPosition30 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter1 = scalar, U32, 1372, "", 1, 0 vvtToothPosition40 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1376, "", 1, 0 triggerSyncGapRatio0 = scalar, F32, 1368, "", 1, 0
vvtToothDurations01 = scalar, U32, 1380, "us", 1, 0 triggerStateIndex0 = scalar, U08, 1372, "", 1, 0
vvtCurrentPosition1 = scalar, F32, 1384, "sync: Primary Cam Position", 1, 0 vvtStateIndex0 = scalar, U08, 1373, "", 1, 0
vvtToothPosition11 = scalar, F32, 1388, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1376
vvtToothPosition21 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter1 = scalar, U32, 1376, "", 1, 0
vvtToothPosition31 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
vvtToothPosition41 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0 vvtToothDurations01 = scalar, U32, 1384, "us", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1404, "", 1, 0 vvtCurrentPosition1 = scalar, F32, 1388, "sync: Primary Cam Position", 1, 0
triggerStateIndex1 = scalar, U08, 1408, "", 1, 0 vvtToothPosition11 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
vvtStateIndex1 = scalar, U08, 1409, "", 1, 0 vvtToothPosition21 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
; total TS size = 1412 vvtToothPosition31 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter2 = scalar, U32, 1412, "", 1, 0 vvtToothPosition41 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1416, "", 1, 0 triggerSyncGapRatio1 = scalar, F32, 1408, "", 1, 0
vvtToothDurations02 = scalar, U32, 1420, "us", 1, 0 triggerStateIndex1 = scalar, U08, 1412, "", 1, 0
vvtCurrentPosition2 = scalar, F32, 1424, "sync: Primary Cam Position", 1, 0 vvtStateIndex1 = scalar, U08, 1413, "", 1, 0
vvtToothPosition12 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1416
vvtToothPosition22 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter2 = scalar, U32, 1416, "", 1, 0
vvtToothPosition32 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
vvtToothPosition42 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0 vvtToothDurations02 = scalar, U32, 1424, "us", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1444, "", 1, 0 vvtCurrentPosition2 = scalar, F32, 1428, "sync: Primary Cam Position", 1, 0
triggerStateIndex2 = scalar, U08, 1448, "", 1, 0 vvtToothPosition12 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
vvtStateIndex2 = scalar, U08, 1449, "", 1, 0 vvtToothPosition22 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
; total TS size = 1452 vvtToothPosition32 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter3 = scalar, U32, 1452, "", 1, 0 vvtToothPosition42 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1456, "", 1, 0 triggerSyncGapRatio2 = scalar, F32, 1448, "", 1, 0
vvtToothDurations03 = scalar, U32, 1460, "us", 1, 0 triggerStateIndex2 = scalar, U08, 1452, "", 1, 0
vvtCurrentPosition3 = scalar, F32, 1464, "sync: Primary Cam Position", 1, 0 vvtStateIndex2 = scalar, U08, 1453, "", 1, 0
vvtToothPosition13 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1456
vvtToothPosition23 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter3 = scalar, U32, 1456, "", 1, 0
vvtToothPosition33 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
vvtToothPosition43 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0 vvtToothDurations03 = scalar, U32, 1464, "us", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1484, "", 1, 0 vvtCurrentPosition3 = scalar, F32, 1468, "sync: Primary Cam Position", 1, 0
triggerStateIndex3 = scalar, U08, 1488, "", 1, 0 vvtToothPosition13 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
vvtStateIndex3 = scalar, U08, 1489, "", 1, 0 vvtToothPosition23 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
; total TS size = 1492 vvtToothPosition33 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
crankSynchronizationCounter4 = scalar, U32, 1492, "", 1, 0 vvtToothPosition43 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1496, "", 1, 0 triggerSyncGapRatio3 = scalar, F32, 1488, "", 1, 0
vvtToothDurations04 = scalar, U32, 1500, "us", 1, 0 triggerStateIndex3 = scalar, U08, 1492, "", 1, 0
vvtCurrentPosition4 = scalar, F32, 1504, "sync: Primary Cam Position", 1, 0 vvtStateIndex3 = scalar, U08, 1493, "", 1, 0
vvtToothPosition14 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0 ; total TS size = 1496
vvtToothPosition24 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0 crankSynchronizationCounter4 = scalar, U32, 1496, "", 1, 0
vvtToothPosition34 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0 vvtSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
vvtToothPosition44 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0 vvtToothDurations04 = scalar, U32, 1504, "us", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1524, "", 1, 0 vvtCurrentPosition4 = scalar, F32, 1508, "sync: Primary Cam Position", 1, 0
triggerStateIndex4 = scalar, U08, 1528, "", 1, 0 vvtToothPosition14 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
vvtStateIndex4 = scalar, U08, 1529, "", 1, 0 vvtToothPosition24 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
; total TS size = 1532 vvtToothPosition34 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
camResyncCounter = scalar, U08, 1532, "", 1, 0 vvtToothPosition44 = scalar, F32, 1524, "sync: Cam Tooth Position", 1, 0
m_hasSynchronizedPhase = bits, U32, 1536, [0:0] triggerSyncGapRatio4 = scalar, F32, 1528, "", 1, 0
; total TS size = 1540 triggerStateIndex4 = scalar, U08, 1532, "", 1, 0
wallFuelCorrection = scalar, F32, 1540, "", 1, 0 vvtStateIndex4 = scalar, U08, 1533, "", 1, 0
wallFuel = scalar, F32, 1544, "", 1, 0 ; total TS size = 1536
; total TS size = 1548 camResyncCounter = scalar, U08, 1536, "", 1, 0
idleState = bits, S32, 1548, [0:2], "not important" m_hasSynchronizedPhase = bits, U32, 1540, [0:0]
currentIdlePosition = scalar, F32, 1552 ; total TS size = 1544
baseIdlePosition = scalar, F32, 1556 wallFuelCorrection = scalar, F32, 1544, "", 1, 0
idleClosedLoop = scalar, F32, 1560 wallFuel = scalar, F32, 1548, "", 1, 0
iacByTpsTaper = scalar, F32, 1564 ; total TS size = 1552
throttlePedalUpState = scalar, S32, 1568, "", 1, 0 idleState = bits, S32, 1552, [0:2], "not important"
mightResetPid = bits, U32, 1572, [0:0] currentIdlePosition = scalar, F32, 1556
shouldResetPid = bits, U32, 1572, [1:1] baseIdlePosition = scalar, F32, 1560
wasResetPid = bits, U32, 1572, [2:2] idleClosedLoop = scalar, F32, 1564
mustResetPid = bits, U32, 1572, [3:3] iacByTpsTaper = scalar, F32, 1568
isCranking = bits, U32, 1572, [4:4] throttlePedalUpState = scalar, S32, 1572, "", 1, 0
isIacTableForCoasting = bits, U32, 1572, [5:5] mightResetPid = bits, U32, 1576, [0:0]
notIdling = bits, U32, 1572, [6:6] shouldResetPid = bits, U32, 1576, [1:1]
needReset = bits, U32, 1572, [7:7] wasResetPid = bits, U32, 1576, [2:2]
isInDeadZone = bits, U32, 1572, [8:8] mustResetPid = bits, U32, 1576, [3:3]
isBlipping = bits, U32, 1572, [9:9] isCranking = bits, U32, 1576, [4:4]
useClosedLoop = bits, U32, 1572, [10:10] isIacTableForCoasting = bits, U32, 1576, [5:5]
badTps = bits, U32, 1572, [11:11] notIdling = bits, U32, 1576, [6:6]
looksLikeRunning = bits, U32, 1572, [12:12] needReset = bits, U32, 1576, [7:7]
looksLikeCoasting = bits, U32, 1572, [13:13] isInDeadZone = bits, U32, 1576, [8:8]
looksLikeCrankToIdle = bits, U32, 1572, [14:14] isBlipping = bits, U32, 1576, [9:9]
isIdleCoasting = bits, U32, 1572, [15:15] useClosedLoop = bits, U32, 1576, [10:10]
isIdleClosedLoop = bits, U32, 1572, [16:16] badTps = bits, U32, 1576, [11:11]
idleTarget = scalar, S32, 1576, "", 1, 0 looksLikeRunning = bits, U32, 1576, [12:12]
targetRpmByClt = scalar, S32, 1580, "", 1, 0 looksLikeCoasting = bits, U32, 1576, [13:13]
targetRpmAc = scalar, S32, 1584, "", 1, 0 looksLikeCrankToIdle = bits, U32, 1576, [14:14]
iacByRpmTaper = scalar, F32, 1588 isIdleCoasting = bits, U32, 1576, [15:15]
luaAdd = scalar, F32, 1592 isIdleClosedLoop = bits, U32, 1576, [16:16]
; total TS size = 1596 idleTarget = scalar, S32, 1580, "", 1, 0
targetWithIdlePosition0 = scalar, F32, 1596, "per", 1,0 targetRpmByClt = scalar, S32, 1584, "", 1, 0
trim0 = scalar, F32, 1600, "", 1, 0 targetRpmAc = scalar, S32, 1588, "", 1, 0
luaAdjustment0 = scalar, F32, 1604, "per", 1,0 iacByRpmTaper = scalar, F32, 1592
m_wastegatePosition0 = scalar, F32, 1608, "per", 1,0 luaAdd = scalar, F32, 1596
etbFeedForward0 = scalar, F32, 1612 ; total TS size = 1600
etbIntegralError0 = scalar, F32, 1616, "", 1, 0 targetWithIdlePosition0 = scalar, F32, 1600, "per", 1,0
etbCurrentTarget0 = scalar, F32, 1620, "%", 1, 0 trim0 = scalar, F32, 1604, "", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1624, "%", 1, 0 luaAdjustment0 = scalar, F32, 1608, "per", 1,0
etbRevLimitActive0 = bits, U32, 1628, [0:0] m_wastegatePosition0 = scalar, F32, 1612, "per", 1,0
jamDetected0 = bits, U32, 1628, [1:1] etbFeedForward0 = scalar, F32, 1616
etbTpsErrorCounter0 = scalar, U16, 1632, "count", 1,0 etbIntegralError0 = scalar, F32, 1620, "", 1, 0
etbPpsErrorCounter0 = scalar, U16, 1634, "count", 1,0 etbCurrentTarget0 = scalar, F32, 1624, "%", 1, 0
etbErrorCode0 = scalar, S08, 1636, "", 1, 0 etbCurrentAdjustedTarget0 = scalar, F32, 1628, "%", 1, 0
tcEtbDrop0 = scalar, S08, 1637, "%", 1, 0 etbRevLimitActive0 = bits, U32, 1632, [0:0]
jamTimer0 = scalar, U16, 1638, "sec", 0.01, 0 jamDetected0 = bits, U32, 1632, [1:1]
adjustedEtbTarget0 = scalar, S08, 1640, "%", 1, 0 etbTpsErrorCounter0 = scalar, U16, 1636, "count", 1,0
; total TS size = 1644 etbPpsErrorCounter0 = scalar, U16, 1638, "count", 1,0
targetWithIdlePosition1 = scalar, F32, 1644, "per", 1,0 etbErrorCode0 = scalar, S08, 1640, "", 1, 0
trim1 = scalar, F32, 1648, "", 1, 0 tcEtbDrop0 = scalar, S08, 1641, "%", 1, 0
luaAdjustment1 = scalar, F32, 1652, "per", 1,0 jamTimer0 = scalar, U16, 1642, "sec", 0.01, 0
m_wastegatePosition1 = scalar, F32, 1656, "per", 1,0 adjustedEtbTarget0 = scalar, S08, 1644, "%", 1, 0
etbFeedForward1 = scalar, F32, 1660 ; total TS size = 1648
etbIntegralError1 = scalar, F32, 1664, "", 1, 0 targetWithIdlePosition1 = scalar, F32, 1648, "per", 1,0
etbCurrentTarget1 = scalar, F32, 1668, "%", 1, 0 trim1 = scalar, F32, 1652, "", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1672, "%", 1, 0 luaAdjustment1 = scalar, F32, 1656, "per", 1,0
etbRevLimitActive1 = bits, U32, 1676, [0:0] m_wastegatePosition1 = scalar, F32, 1660, "per", 1,0
jamDetected1 = bits, U32, 1676, [1:1] etbFeedForward1 = scalar, F32, 1664
etbTpsErrorCounter1 = scalar, U16, 1680, "count", 1,0 etbIntegralError1 = scalar, F32, 1668, "", 1, 0
etbPpsErrorCounter1 = scalar, U16, 1682, "count", 1,0 etbCurrentTarget1 = scalar, F32, 1672, "%", 1, 0
etbErrorCode1 = scalar, S08, 1684, "", 1, 0 etbCurrentAdjustedTarget1 = scalar, F32, 1676, "%", 1, 0
tcEtbDrop1 = scalar, S08, 1685, "%", 1, 0 etbRevLimitActive1 = bits, U32, 1680, [0:0]
jamTimer1 = scalar, U16, 1686, "sec", 0.01, 0 jamDetected1 = bits, U32, 1680, [1:1]
adjustedEtbTarget1 = scalar, S08, 1688, "%", 1, 0 etbTpsErrorCounter1 = scalar, U16, 1684, "count", 1,0
; total TS size = 1692 etbPpsErrorCounter1 = scalar, U16, 1686, "count", 1,0
faultCode0 = scalar, U08, 1692, "", 1, 0 etbErrorCode1 = scalar, S08, 1688, "", 1, 0
heaterDuty0 = scalar, U08, 1693, "%", 1, 0 tcEtbDrop1 = scalar, S08, 1689, "%", 1, 0
pumpDuty0 = scalar, U08, 1694, "%", 1, 0 jamTimer1 = scalar, U16, 1690, "sec", 0.01, 0
tempC0 = scalar, U16, 1696, "C", 1, 0 adjustedEtbTarget1 = scalar, S08, 1692, "%", 1, 0
nernstVoltage0 = scalar, U16, 1698, "V", 0.001, 0 ; total TS size = 1696
esr0 = scalar, U16, 1700, "ohm", 1, 0 faultCode0 = scalar, U08, 1696, "", 1, 0
; total TS size = 1704 heaterDuty0 = scalar, U08, 1697, "%", 1, 0
faultCode1 = scalar, U08, 1704, "", 1, 0 pumpDuty0 = scalar, U08, 1698, "%", 1, 0
heaterDuty1 = scalar, U08, 1705, "%", 1, 0 tempC0 = scalar, U16, 1700, "C", 1, 0
pumpDuty1 = scalar, U08, 1706, "%", 1, 0 nernstVoltage0 = scalar, U16, 1702, "V", 0.001, 0
tempC1 = scalar, U16, 1708, "C", 1, 0 esr0 = scalar, U16, 1704, "ohm", 1, 0
nernstVoltage1 = scalar, U16, 1710, "V", 0.001, 0 ; total TS size = 1708
esr1 = scalar, U16, 1712, "ohm", 1, 0 faultCode1 = scalar, U08, 1708, "", 1, 0
; total TS size = 1716 heaterDuty1 = scalar, U08, 1709, "%", 1, 0
dcOutput0 = scalar, F32, 1716, "per", 1,0 pumpDuty1 = scalar, U08, 1710, "%", 1, 0
isEnabled0_int = scalar, U08, 1720, "per", 1,0 tempC1 = scalar, U16, 1712, "C", 1, 0
isEnabled0 = bits, U32, 1724, [0:0] nernstVoltage1 = scalar, U16, 1714, "V", 0.001, 0
; total TS size = 1728 esr1 = scalar, U16, 1716, "ohm", 1, 0
value0 = scalar, U16, 1728, "value", 1,0 ; total TS size = 1720
value1 = scalar, U16, 1730, "value", 1,0 dcOutput0 = scalar, F32, 1720, "per", 1,0
errorRate = scalar, F32, 1732, "ratio", 1,0 isEnabled0_int = scalar, U08, 1724, "per", 1,0
; total TS size = 1736 isEnabled0 = bits, U32, 1728, [0:0]
vvtTarget = scalar, U16, 1736, "deg", 0.1, 0 ; total TS size = 1732
vvtOutput = scalar, U08, 1738, "%", 0.5, 0 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 ; total TS size = 1740
lambdaCurrentlyGood = bits, U32, 1740, [0:0] vvtTarget = scalar, U16, 1740, "deg", 0.1, 0
lambdaMonitorCut = bits, U32, 1740, [1:1] vvtOutput = scalar, U08, 1742, "%", 0.5, 0
lambdaTimeSinceGood = scalar, U16, 1744, "sec", 0.01, 0 ; total TS size = 1744
; total TS size = 1748 lambdaCurrentlyGood = bits, U32, 1744, [0:0]
lambdaMonitorCut = bits, U32, 1744, [1:1]
lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
; total TS size = 1752
time = { timeNow } time = { timeNow }
@ -5657,6 +5661,8 @@ entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d" entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
entry = speedCondition, "speedCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d"
entry = tpsCondition, "tpsCondition", int, "%d" entry = tpsCondition, "tpsCondition", int, "%d"
entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
entry = isAntilagCondition, "isAntilagCondition", int, "%d" entry = isAntilagCondition, "isAntilagCondition", int, "%d"
entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d" entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d" entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
@ -6119,7 +6125,7 @@ menuDialog = main
menu = "&Advanced" menu = "&Advanced"
subMenu = smLaunchControl, "Launch Control" subMenu = smLaunchControl, "Launch Control"
subMenu = FlatShiftSettingsDialog, "Shift Torque Reduction (Flat Shift)" subMenu = ShiftTorqueReductionSettingsDialog, "Shift Torque Reduction (Flat Shift)"
subMenu = ignitionCylExtra, "Cylinder offsets", 0 subMenu = ignitionCylExtra, "Cylinder offsets", 0
subMenu = std_separator subMenu = std_separator
@ -6295,6 +6301,7 @@ menuDialog = main
subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump" subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
subMenu = injector_modelDialog, "injector_model" subMenu = injector_modelDialog, "injector_model"
subMenu = launch_control_stateDialog, "launch_control_state" subMenu = launch_control_stateDialog, "launch_control_state"
subMenu = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
subMenu = antilag_system_stateDialog, "antilag_system_state" subMenu = antilag_system_stateDialog, "antilag_system_state"
subMenu = boost_controlDialog, "boost_control" subMenu = boost_controlDialog, "boost_control"
subMenu = ac_controlDialog, "ac_control" subMenu = ac_controlDialog, "ac_control"
@ -6632,6 +6639,13 @@ dialog = launch_control_stateDialog, "launch_control_state"
liveGraph = launch_control_state_1_Graph, "Graph", South liveGraph = launch_control_state_1_Graph, "Graph", South
graphLine = retardThresholdRpm graphLine = retardThresholdRpm
indicatorPanel = shift_torque_reduction_stateIndicatorPanel, 2
indicator = {isTorqueReductionTriggerPinValid}, "isTorqueReductionTriggerPinValid No", "isTorqueReductionTriggerPinValid Yes"
indicator = {torqueReductionTriggerPinState}, "torqueReductionTriggerPinState No", "torqueReductionTriggerPinState Yes"
dialog = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
panel = shift_torque_reduction_stateIndicatorPanel
indicatorPanel = antilag_system_stateIndicatorPanel, 2 indicatorPanel = antilag_system_stateIndicatorPanel, 2
indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes" indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes"
indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes" indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes"
@ -9573,16 +9587,32 @@ dialog = tcuControls, "Transmission Settings"
field = "Final Ignition Cut % Before launch", finalIgnitionCutPercentBeforeLaunch, {launchSparkCutEnable == 1} field = "Final Ignition Cut % Before launch", finalIgnitionCutPercentBeforeLaunch, {launchSparkCutEnable == 1}
field = "Fuel Cut", launchFuelCutEnable, {launchControlEnabled == 1} field = "Fuel Cut", launchFuelCutEnable, {launchControlEnabled == 1}
dialog = TorqueReductionSettings, "Torque Reduction" dialog = TorqueReductionButtonDialog, "Torque Reduction Button"
field = "Trigger Pin", torqueReductionTriggerPin field = "Torque Reduction Button", torqueReductionTriggerPin
field = "Time", torqueReductionTime, {torqueReductionTriggerPin != 0} field = "Torque Reduction Inverted", torqueReductionTriggerPinInverted, {torqueReductionTriggerPin != 0}
field = "Arming RPM", torqueReductionArmingRpm, {torqueReductionTriggerPin != 0} field = "Torque Reduction Mode", torqueReductionTriggerPinMode, {torqueReductionTriggerPin != 0}
field = "Arming APP", torqueReductionArmingApp, {torqueReductionTriggerPin != 0}
field = "Ignition Retard", torqueReductionIgnitionRetard, {torqueReductionTriggerPin != 0}
field = "Ignition Cut", torqueReductionIgnitionCut, {torqueReductionTriggerPin != 0}
dialog = FlatShiftSettingsDialog, "", border dialog = LaunchButtonDialog, "Launch Button"
panel = TorqueReductionSettings, West field = "Launch Button", launchActivatePin
field = "Launch Button Inverted", launchActivateInverted, {launchActivatePin != 0}
field = "Launch Button Mode", launchActivatePinMode, {launchActivatePin != 0}
dialog = TorqueReductionActivationModeDialog, "Activation", yAxis
field = "Activation Mode", torqueReductionActivationMode
panel = TorqueReductionButtonDialog, {torqueReductionActivationMode == 0}
panel = LaunchButtonDialog, {torqueReductionActivationMode == 1}
dialog = TorqueReductionSettings, "Settings"
field = "Torque Reduction Time", torqueReductionTime
field = "Torque Reduction Arming RPM", torqueReductionArmingRpm
field = "Torque Reduction Arming APP", torqueReductionArmingApp
field = "Torque Reduction Ignition Retard", torqueReductionIgnitionRetard
field = "Torque Reduction Ignition Cut", torqueReductionIgnitionCut
dialog = ShiftTorqueReductionSettingsDialog, "", yAxis
field = "Enable Shift Torque Reduction", torqueReductionEnabled
panel = TorqueReductionActivationModeDialog, {torqueReductionEnabled == 1}
panel = TorqueReductionSettings, {torqueReductionEnabled == 1 && ((torqueReductionActivationMode == 0 && torqueReductionTriggerPin != 0) || (torqueReductionActivationMode == 1 && launchActivatePin != 0))}
dialog = smLaunchControl, "", border dialog = smLaunchControl, "", border
panel = smLaunchControlWest, West panel = smLaunchControlWest, West

View File

@ -1,4 +1,4 @@
! Generated by gen_signature.sh ! Generated by gen_signature.sh
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar ! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
! gen_signature.sh Using env variable branch [main] ! gen_signature.sh Using env variable branch [main]
#define TS_SIGNATURE "rusEFI main.2024.09.28.mega100.@@SIGNATURE_HASH@@" #define TS_SIGNATURE "rusEFI main.2024.09.29.mega100.@@SIGNATURE_HASH@@"