Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-04-20 03:44:18 +00:00
parent a12279d2bf
commit 04806f93d5
165 changed files with 17621 additions and 16809 deletions

View File

@ -438,6 +438,9 @@ entry = tcuCurrentGear, "Current Gear", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = pressureControlDuty, "TCU: EPC Duty", int, "%d"
entry = torqueConverterDuty, "TCU: TC Duty", int, "%d"
entry = isShifting, "isShifting", int, "%d"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"

View File

@ -72,13 +72,19 @@ dialog = knock_controllerDialog, "knock_controller"
liveGraph = knock_controller_5_Graph, "Graph", South
graphLine = m_maximumRetard
indicatorPanel = tcu_controllerIndicatorPanel, 2
indicator = {isShifting}, "isShifting No", "isShifting Yes"
dialog = tcu_controllerDialog, "tcu_controller"
panel = tcu_controllerIndicatorPanel
liveGraph = tcu_controller_1_Graph, "Graph", South
graphLine = tcuCurrentGear
graphLine = tcRatio
graphLine = lastShiftTime
graphLine = tcu_currentRange
liveGraph = tcu_controller_2_Graph, "Graph", South
graphLine = pressureControlDuty
graphLine = torqueConverterDuty
indicatorPanel = throttle_modelIndicatorPanel, 2
indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes"

View File

@ -44,26 +44,26 @@ LDS_lambda_monitor,
#define IGNITION_STATE_BASE_ADDRESS 876
#define KNOCK_CONTROLLER_BASE_ADDRESS 916
#define TCU_CONTROLLER_BASE_ADDRESS 948
#define THROTTLE_MODEL_BASE_ADDRESS 960
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 972
#define INJECTOR_MODEL_BASE_ADDRESS 1000
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1012
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1020
#define BOOST_CONTROL_BASE_ADDRESS 1032
#define AC_CONTROL_BASE_ADDRESS 1056
#define FAN_CONTROL_BASE_ADDRESS 1072
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1088
#define MAIN_RELAY_BASE_ADDRESS 1092
#define ENGINE_STATE_BASE_ADDRESS 1096
#define TPS_ACCEL_STATE_BASE_ADDRESS 1196
#define TRIGGER_CENTRAL_BASE_ADDRESS 1244
#define TRIGGER_STATE_BASE_ADDRESS 1304
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1504
#define WALL_FUEL_STATE_BASE_ADDRESS 1512
#define IDLE_STATE_BASE_ADDRESS 1520
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1568
#define WIDEBAND_STATE_BASE_ADDRESS 1672
#define DC_MOTORS_BASE_ADDRESS 1696
#define SENT_STATE_BASE_ADDRESS 1708
#define VVT_BASE_ADDRESS 1716
#define LAMBDA_MONITOR_BASE_ADDRESS 1720
#define THROTTLE_MODEL_BASE_ADDRESS 964
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 976
#define INJECTOR_MODEL_BASE_ADDRESS 1004
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1016
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1024
#define BOOST_CONTROL_BASE_ADDRESS 1036
#define AC_CONTROL_BASE_ADDRESS 1060
#define FAN_CONTROL_BASE_ADDRESS 1076
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1092
#define MAIN_RELAY_BASE_ADDRESS 1096
#define ENGINE_STATE_BASE_ADDRESS 1100
#define TPS_ACCEL_STATE_BASE_ADDRESS 1200
#define TRIGGER_CENTRAL_BASE_ADDRESS 1248
#define TRIGGER_STATE_BASE_ADDRESS 1308
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1508
#define WALL_FUEL_STATE_BASE_ADDRESS 1516
#define IDLE_STATE_BASE_ADDRESS 1524
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1572
#define WIDEBAND_STATE_BASE_ADDRESS 1676
#define DC_MOTORS_BASE_ADDRESS 1700
#define SENT_STATE_BASE_ADDRESS 1712
#define VVT_BASE_ADDRESS 1720
#define LAMBDA_MONITOR_BASE_ADDRESS 1724

View File

@ -532,351 +532,354 @@ tcuCurrentGear = scalar, S08, 948, "gear", 1, 0
tcRatio = scalar, U16, 950, "value", 0.01, 0
lastShiftTime = scalar, F32, 952, "", 1, 0
tcu_currentRange = scalar, U08, 956, "", 1, 0
; total TS size = 960
throttleUseWotModel = bits, U32, 960, [0:0]
throttleModelCrossoverAngle = scalar, S16, 964, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 968, "g/s", 1, 0
; total TS size = 972
m_requested_pump = scalar, F32, 972, "", 1, 0
fuel_requested_percent = scalar, F32, 976, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 980, "", 1, 0
noValve = bits, U32, 984, [0:0]
angleAboveMin = bits, U32, 984, [1:1]
isHpfpInactive = bits, U32, 984, [2:2]
m_pressureTarget_kPa = scalar, F32, 988, "", 1, 0
nextLobe = scalar, F32, 992, "", 1, 0
di_nextStart = scalar, F32, 996, "v", 1, 0
; total TS size = 1000
m_deadtime = scalar, F32, 1000, "ms", 1, 0
pressureDelta = scalar, F32, 1004, "kPa", 1, 0
pressureRatio = scalar, F32, 1008, "", 1, 0
; total TS size = 1012
retardThresholdRpm = scalar, S32, 1012, "", 1, 0
combinedConditions = bits, U32, 1016, [0:0]
launchActivatePinState = bits, U32, 1016, [1:1]
isLaunchPreCondition = bits, U32, 1016, [2:2]
isLaunchCondition = bits, U32, 1016, [3:3]
isSwitchActivated = bits, U32, 1016, [4:4]
isClutchActivated = bits, U32, 1016, [5:5]
isValidInputPin = bits, U32, 1016, [6:6]
activateSwitchCondition = bits, U32, 1016, [7:7]
rpmCondition = bits, U32, 1016, [8:8]
speedCondition = bits, U32, 1016, [9:9]
tpsCondition = bits, U32, 1016, [10:10]
; total TS size = 1020
isAntilagCondition = bits, U32, 1020, [0:0]
ALSMinRPMCondition = bits, U32, 1020, [1:1]
ALSMaxRPMCondition = bits, U32, 1020, [2:2]
ALSMinCLTCondition = bits, U32, 1020, [3:3]
ALSMaxCLTCondition = bits, U32, 1020, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1020, [5:5]
isALSSwitchActivated = bits, U32, 1020, [6:6]
ALSActivatePinState = bits, U32, 1020, [7:7]
ALSSwitchCondition = bits, U32, 1020, [8:8]
ALSTimerCondition = bits, U32, 1020, [9:9]
fuelALSCorrection = scalar, F32, 1024, "", 1, 0
timingALSCorrection = scalar, S16, 1028, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1030, "deg", 0.01, 0
; total TS size = 1032
isTpsInvalid = bits, U32, 1032, [0:0]
m_shouldResetPid = bits, U32, 1032, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1032, [2:2]
isNotClosedLoop = bits, U32, 1032, [3:3]
isZeroRpm = bits, U32, 1032, [4:4]
hasInitBoost = bits, U32, 1032, [5:5]
rpmTooLow = bits, U32, 1032, [6:6]
tpsTooLow = bits, U32, 1032, [7:7]
mapTooLow = bits, U32, 1032, [8:8]
isPlantValid = bits, U32, 1032, [9:9]
isBoostControlled = bits, U32, 1032, [10:10]
luaTargetAdd = scalar, S16, 1036, "v", 0.5,0
boostOutput = scalar, S16, 1038, "percent", 0.01,0
luaTargetMult = scalar, F32, 1040, "v", 1,0
openLoopPart = scalar, F32, 1044, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1048, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1052, "%", 0.5,0
boostControlTarget = scalar, S16, 1054, "kPa", 0.03333333333333333,0
; total TS size = 1056
acButtonState = scalar, S08, 1056, "", 1, 0
m_acEnabled = bits, U32, 1060, [0:0]
engineTooSlow = bits, U32, 1060, [1:1]
engineTooFast = bits, U32, 1060, [2:2]
noClt = bits, U32, 1060, [3:3]
engineTooHot = bits, U32, 1060, [4:4]
tpsTooHigh = bits, U32, 1060, [5:5]
isDisabledByLua = bits, U32, 1060, [6:6]
acCompressorState = bits, U32, 1060, [7:7]
latest_usage_ac_control = scalar, S32, 1064, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1068, "", 1, 0
; total TS size = 1072
cranking0 = bits, U32, 1072, [0:0]
notRunning0 = bits, U32, 1072, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1072, [2:2]
brokenClt0 = bits, U32, 1072, [3:3]
enabledForAc0 = bits, U32, 1072, [4:4]
hot0 = bits, U32, 1072, [5:5]
cold0 = bits, U32, 1072, [6:6]
disabledBySpeed0 = bits, U32, 1072, [7:7]
tempAlive0 = scalar, U08, 1076, "", 1, 0
tempCode0 = scalar, U08, 1077, "", 1, 0
; total TS size = 1080
cranking1 = bits, U32, 1080, [0:0]
notRunning1 = bits, U32, 1080, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1080, [2:2]
brokenClt1 = bits, U32, 1080, [3:3]
enabledForAc1 = bits, U32, 1080, [4:4]
hot1 = bits, U32, 1080, [5:5]
cold1 = bits, U32, 1080, [6:6]
disabledBySpeed1 = bits, U32, 1080, [7:7]
tempAlive1 = scalar, U08, 1084, "", 1, 0
tempCode1 = scalar, U08, 1085, "", 1, 0
; total TS size = 1088
isPrime = bits, U32, 1088, [0:0]
engineTurnedRecently = bits, U32, 1088, [1:1]
isFuelPumpOn = bits, U32, 1088, [2:2]
ignitionOn = bits, U32, 1088, [3:3]
pressureControlDuty = scalar, S08, 957, "%", 1,0
torqueConverterDuty = scalar, S08, 958, "%", 1,0
isShifting = bits, U32, 960, [0:0]
; total TS size = 964
throttleUseWotModel = bits, U32, 964, [0:0]
throttleModelCrossoverAngle = scalar, S16, 968, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 972, "g/s", 1, 0
; total TS size = 976
m_requested_pump = scalar, F32, 976, "", 1, 0
fuel_requested_percent = scalar, F32, 980, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 984, "", 1, 0
noValve = bits, U32, 988, [0:0]
angleAboveMin = bits, U32, 988, [1:1]
isHpfpInactive = bits, U32, 988, [2:2]
m_pressureTarget_kPa = scalar, F32, 992, "", 1, 0
nextLobe = scalar, F32, 996, "", 1, 0
di_nextStart = scalar, F32, 1000, "v", 1, 0
; total TS size = 1004
m_deadtime = scalar, F32, 1004, "ms", 1, 0
pressureDelta = scalar, F32, 1008, "kPa", 1, 0
pressureRatio = scalar, F32, 1012, "", 1, 0
; total TS size = 1016
retardThresholdRpm = scalar, S32, 1016, "", 1, 0
combinedConditions = bits, U32, 1020, [0:0]
launchActivatePinState = bits, U32, 1020, [1:1]
isLaunchPreCondition = bits, U32, 1020, [2:2]
isLaunchCondition = bits, U32, 1020, [3:3]
isSwitchActivated = bits, U32, 1020, [4:4]
isClutchActivated = bits, U32, 1020, [5:5]
isValidInputPin = bits, U32, 1020, [6:6]
activateSwitchCondition = bits, U32, 1020, [7:7]
rpmCondition = bits, U32, 1020, [8:8]
speedCondition = bits, U32, 1020, [9:9]
tpsCondition = bits, U32, 1020, [10:10]
; total TS size = 1024
isAntilagCondition = bits, U32, 1024, [0:0]
ALSMinRPMCondition = bits, U32, 1024, [1:1]
ALSMaxRPMCondition = bits, U32, 1024, [2:2]
ALSMinCLTCondition = bits, U32, 1024, [3:3]
ALSMaxCLTCondition = bits, U32, 1024, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1024, [5:5]
isALSSwitchActivated = bits, U32, 1024, [6:6]
ALSActivatePinState = bits, U32, 1024, [7:7]
ALSSwitchCondition = bits, U32, 1024, [8:8]
ALSTimerCondition = bits, U32, 1024, [9:9]
fuelALSCorrection = scalar, F32, 1028, "", 1, 0
timingALSCorrection = scalar, S16, 1032, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1034, "deg", 0.01, 0
; total TS size = 1036
isTpsInvalid = bits, U32, 1036, [0:0]
m_shouldResetPid = bits, U32, 1036, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1036, [2:2]
isNotClosedLoop = bits, U32, 1036, [3:3]
isZeroRpm = bits, U32, 1036, [4:4]
hasInitBoost = bits, U32, 1036, [5:5]
rpmTooLow = bits, U32, 1036, [6:6]
tpsTooLow = bits, U32, 1036, [7:7]
mapTooLow = bits, U32, 1036, [8:8]
isPlantValid = bits, U32, 1036, [9:9]
isBoostControlled = bits, U32, 1036, [10:10]
luaTargetAdd = scalar, S16, 1040, "v", 0.5,0
boostOutput = scalar, S16, 1042, "percent", 0.01,0
luaTargetMult = scalar, F32, 1044, "v", 1,0
openLoopPart = scalar, F32, 1048, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1052, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1056, "%", 0.5,0
boostControlTarget = scalar, S16, 1058, "kPa", 0.03333333333333333,0
; total TS size = 1060
acButtonState = scalar, S08, 1060, "", 1, 0
m_acEnabled = bits, U32, 1064, [0:0]
engineTooSlow = bits, U32, 1064, [1:1]
engineTooFast = bits, U32, 1064, [2:2]
noClt = bits, U32, 1064, [3:3]
engineTooHot = bits, U32, 1064, [4:4]
tpsTooHigh = bits, U32, 1064, [5:5]
isDisabledByLua = bits, U32, 1064, [6:6]
acCompressorState = bits, U32, 1064, [7:7]
latest_usage_ac_control = scalar, S32, 1068, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1072, "", 1, 0
; total TS size = 1076
cranking0 = bits, U32, 1076, [0:0]
notRunning0 = bits, U32, 1076, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1076, [2:2]
brokenClt0 = bits, U32, 1076, [3:3]
enabledForAc0 = bits, U32, 1076, [4:4]
hot0 = bits, U32, 1076, [5:5]
cold0 = bits, U32, 1076, [6:6]
disabledBySpeed0 = bits, U32, 1076, [7:7]
tempAlive0 = scalar, U08, 1080, "", 1, 0
tempCode0 = scalar, U08, 1081, "", 1, 0
; total TS size = 1084
cranking1 = bits, U32, 1084, [0:0]
notRunning1 = bits, U32, 1084, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1084, [2:2]
brokenClt1 = bits, U32, 1084, [3:3]
enabledForAc1 = bits, U32, 1084, [4:4]
hot1 = bits, U32, 1084, [5:5]
cold1 = bits, U32, 1084, [6:6]
disabledBySpeed1 = bits, U32, 1084, [7:7]
tempAlive1 = scalar, U08, 1088, "", 1, 0
tempCode1 = scalar, U08, 1089, "", 1, 0
; total TS size = 1092
isBenchTest = bits, U32, 1092, [0:0]
hasIgnitionVoltage = bits, U32, 1092, [1:1]
mainRelayState = bits, U32, 1092, [2:2]
delayedShutoffRequested = bits, U32, 1092, [3:3]
isPrime = bits, U32, 1092, [0:0]
engineTurnedRecently = bits, U32, 1092, [1:1]
isFuelPumpOn = bits, U32, 1092, [2:2]
ignitionOn = bits, U32, 1092, [3:3]
; total TS size = 1096
lua_fuelAdd = scalar, F32, 1096, "g", 1, 0
lua_fuelMult = scalar, F32, 1100, "", 1, 0
lua_clutchUpState = bits, U32, 1104, [0:0]
lua_brakePedalState = bits, U32, 1104, [1:1]
lua_acRequestState = bits, U32, 1104, [2:2]
lua_luaDisableEtb = bits, U32, 1104, [3:3]
lua_luaIgnCut = bits, U32, 1104, [4:4]
sd_tCharge = scalar, S16, 1108, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1112, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1116, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_fuel = scalar, U16, 1128, "mg", 0.01, 0
baroCorrection = scalar, F32, 1132, "", 1, 0
hellenBoardId = scalar, S16, 1136, "id", 1, 0
clutchUpState = scalar, S08, 1138, "", 1, 0
clutchDownState = scalar, S08, 1139, "", 1, 0
brakePedalState = scalar, S08, 1140, "", 1, 0
startStopState = scalar, S08, 1141, "", 1, 0
smartChipState = scalar, S08, 1142, "", 1, 0
smartChipRestartCounter = scalar, S08, 1143, "", 1, 0
smartChipAliveCounter = scalar, S08, 1144, "", 1, 0
startStopPhysicalState = bits, U32, 1148, [0:0]
acrActive = bits, U32, 1148, [1:1]
acrEngineMovedRecently = bits, U32, 1148, [2:2]
heaterControlEnabled = bits, U32, 1148, [3:3]
luaDigitalState0 = bits, U32, 1148, [4:4]
luaDigitalState1 = bits, U32, 1148, [5:5]
luaDigitalState2 = bits, U32, 1148, [6:6]
luaDigitalState3 = bits, U32, 1148, [7:7]
startStopStateToggleCounter = scalar, U32, 1152, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1156, "", 1, 0
luaHardSparkSkip = scalar, F32, 1160, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1164, "", 1, 0
desiredRpmLimit = scalar, S16, 1168, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1172, "", 1, 0
globalSparkCounter = scalar, U32, 1176, "", 1, 0
fuelingLoad = scalar, F32, 1180, "", 1, 0
ignitionLoad = scalar, F32, 1184, "", 1, 0
veTableYAxis = scalar, U16, 1188, "%", 0.01, 0
overDwellCounter = scalar, U08, 1190, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1191, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1192, "", 1, 0
; total TS size = 1196
tpsFrom = scalar, F32, 1196
tpsTo = scalar, F32, 1200
deltaTps = scalar, F32, 1204
extraFuel = scalar, F32, 1208, "", 1, 0
valueFromTable = scalar, F32, 1212, "", 1, 0
isAboveAccelThreshold = bits, U32, 1216, [0:0]
isBelowDecelThreshold = bits, U32, 1216, [1:1]
isTimeToResetAccumulator = bits, U32, 1216, [2:2]
isFractionalEnrichment = bits, U32, 1216, [3:3]
belowEpsilon = bits, U32, 1216, [4:4]
tooShort = bits, U32, 1216, [5:5]
fractionalInjFuel = scalar, F32, 1220, "", 1, 0
accumulatedValue = scalar, F32, 1224, "", 1, 0
maxExtraPerCycle = scalar, F32, 1228, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1232, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1236, "", 1, 0
cycleCnt = scalar, S32, 1240, "", 1, 0
; total TS size = 1244
hwEventCounters1 = scalar, U32, 1244, "", 1, 0
hwEventCounters2 = scalar, U32, 1248, "", 1, 0
hwEventCounters3 = scalar, U32, 1252, "", 1, 0
hwEventCounters4 = scalar, U32, 1256, "", 1, 0
hwEventCounters5 = scalar, U32, 1260, "", 1, 0
hwEventCounters6 = scalar, U32, 1264, "", 1, 0
vvtCamCounter = scalar, U32, 1268, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1272, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1280, "", 1, 0
mapVvt_map_peak = scalar, U08, 1281, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1284, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1288, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1292, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1296, "deg", 1, 0
isDecodingMapCam = bits, U32, 1300, [0:0]
; total TS size = 1304
crankSynchronizationCounter0 = scalar, U32, 1304, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1308, "", 1, 0
vvtToothDurations00 = scalar, U32, 1312, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1316, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1320, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
triggerStateIndex0 = scalar, U08, 1340, "", 1, 0
vvtStateIndex0 = scalar, U08, 1341, "", 1, 0
; total TS size = 1344
crankSynchronizationCounter1 = scalar, U32, 1344, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1348, "", 1, 0
vvtToothDurations01 = scalar, U32, 1352, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1356, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
triggerStateIndex1 = scalar, U08, 1380, "", 1, 0
vvtStateIndex1 = scalar, U08, 1381, "", 1, 0
; total TS size = 1384
crankSynchronizationCounter2 = scalar, U32, 1384, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1388, "", 1, 0
vvtToothDurations02 = scalar, U32, 1392, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1396, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
triggerStateIndex2 = scalar, U08, 1420, "", 1, 0
vvtStateIndex2 = scalar, U08, 1421, "", 1, 0
; total TS size = 1424
crankSynchronizationCounter3 = scalar, U32, 1424, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1428, "", 1, 0
vvtToothDurations03 = scalar, U32, 1432, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1436, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
triggerStateIndex3 = scalar, U08, 1460, "", 1, 0
vvtStateIndex3 = scalar, U08, 1461, "", 1, 0
; total TS size = 1464
crankSynchronizationCounter4 = scalar, U32, 1464, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1468, "", 1, 0
vvtToothDurations04 = scalar, U32, 1472, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1476, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
triggerStateIndex4 = scalar, U08, 1500, "", 1, 0
vvtStateIndex4 = scalar, U08, 1501, "", 1, 0
; total TS size = 1504
camResyncCounter = scalar, U08, 1504, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1508, [0:0]
; total TS size = 1512
wallFuelCorrection = scalar, F32, 1512, "", 1, 0
wallFuel = scalar, F32, 1516, "", 1, 0
; total TS size = 1520
idleState = bits, S32, 1520, [0:2], "not important"
currentIdlePosition = scalar, F32, 1524
baseIdlePosition = scalar, F32, 1528
idleClosedLoop = scalar, F32, 1532
iacByTpsTaper = scalar, F32, 1536
throttlePedalUpState = scalar, S32, 1540, "", 1, 0
mightResetPid = bits, U32, 1544, [0:0]
shouldResetPid = bits, U32, 1544, [1:1]
wasResetPid = bits, U32, 1544, [2:2]
mustResetPid = bits, U32, 1544, [3:3]
isCranking = bits, U32, 1544, [4:4]
isIacTableForCoasting = bits, U32, 1544, [5:5]
notIdling = bits, U32, 1544, [6:6]
needReset = bits, U32, 1544, [7:7]
isInDeadZone = bits, U32, 1544, [8:8]
isBlipping = bits, U32, 1544, [9:9]
useClosedLoop = bits, U32, 1544, [10:10]
badTps = bits, U32, 1544, [11:11]
looksLikeRunning = bits, U32, 1544, [12:12]
looksLikeCoasting = bits, U32, 1544, [13:13]
looksLikeCrankToIdle = bits, U32, 1544, [14:14]
isIdleCoasting = bits, U32, 1544, [15:15]
isIdleClosedLoop = bits, U32, 1544, [16:16]
idleTarget = scalar, S32, 1548, "", 1, 0
targetRpmByClt = scalar, S32, 1552, "", 1, 0
targetRpmAc = scalar, S32, 1556, "", 1, 0
iacByRpmTaper = scalar, F32, 1560
luaAdd = scalar, F32, 1564
; total TS size = 1568
idlePosition0 = scalar, F32, 1568, "per", 1,0
trim0 = scalar, F32, 1572, "", 1, 0
luaAdjustment0 = scalar, F32, 1576, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1580, "per", 1,0
etbFeedForward0 = scalar, F32, 1584
etbIntegralError0 = scalar, F32, 1588, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1592, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1596, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1600, [0:0]
jamDetected0 = bits, U32, 1600, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1604, "per", 1,0
etbDutyAverage0 = scalar, F32, 1608, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1612, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1614, "count", 1,0
etbErrorCode0 = scalar, S08, 1616, "", 1, 0
tcEtbDrop0 = scalar, S08, 1617, "", 1, 0
jamTimer0 = scalar, U16, 1618, "sec", 0.01, 0
; total TS size = 1620
idlePosition1 = scalar, F32, 1620, "per", 1,0
trim1 = scalar, F32, 1624, "", 1, 0
luaAdjustment1 = scalar, F32, 1628, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1632, "per", 1,0
etbFeedForward1 = scalar, F32, 1636
etbIntegralError1 = scalar, F32, 1640, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1644, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1648, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1652, [0:0]
jamDetected1 = bits, U32, 1652, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1656, "per", 1,0
etbDutyAverage1 = scalar, F32, 1660, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1664, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1666, "count", 1,0
etbErrorCode1 = scalar, S08, 1668, "", 1, 0
tcEtbDrop1 = scalar, S08, 1669, "", 1, 0
jamTimer1 = scalar, U16, 1670, "sec", 0.01, 0
; total TS size = 1672
faultCode0 = scalar, U08, 1672, "", 1, 0
heaterDuty0 = scalar, U08, 1673, "%", 1, 0
pumpDuty0 = scalar, U08, 1674, "%", 1, 0
tempC0 = scalar, U16, 1676, "C", 1, 0
nernstVoltage0 = scalar, U16, 1678, "V", 0.001, 0
esr0 = scalar, U16, 1680, "ohm", 1, 0
; total TS size = 1684
faultCode1 = scalar, U08, 1684, "", 1, 0
heaterDuty1 = scalar, U08, 1685, "%", 1, 0
pumpDuty1 = scalar, U08, 1686, "%", 1, 0
tempC1 = scalar, U16, 1688, "C", 1, 0
nernstVoltage1 = scalar, U16, 1690, "V", 0.001, 0
esr1 = scalar, U16, 1692, "ohm", 1, 0
; total TS size = 1696
dcOutput0 = scalar, F32, 1696, "per", 1,0
isEnabled0_int = scalar, U08, 1700, "per", 1,0
isEnabled0 = bits, U32, 1704, [0:0]
; total TS size = 1708
value0 = scalar, U16, 1708, "value", 1,0
value1 = scalar, U16, 1710, "value", 1,0
errorRate = scalar, F32, 1712, "ratio", 1,0
; total TS size = 1716
vvtTarget = scalar, U16, 1716, "deg", 0.1, 0
vvtOutput = scalar, U08, 1718, "%", 0.5, 0
isBenchTest = bits, U32, 1096, [0:0]
hasIgnitionVoltage = bits, U32, 1096, [1:1]
mainRelayState = bits, U32, 1096, [2:2]
delayedShutoffRequested = bits, U32, 1096, [3:3]
; total TS size = 1100
lua_fuelAdd = scalar, F32, 1100, "g", 1, 0
lua_fuelMult = scalar, F32, 1104, "", 1, 0
lua_clutchUpState = bits, U32, 1108, [0:0]
lua_brakePedalState = bits, U32, 1108, [1:1]
lua_acRequestState = bits, U32, 1108, [2:2]
lua_luaDisableEtb = bits, U32, 1108, [3:3]
lua_luaIgnCut = bits, U32, 1108, [4:4]
sd_tCharge = scalar, S16, 1112, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1116, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1128, "", 1, 0
crankingFuel_fuel = scalar, U16, 1132, "mg", 0.01, 0
baroCorrection = scalar, F32, 1136, "", 1, 0
hellenBoardId = scalar, S16, 1140, "id", 1, 0
clutchUpState = scalar, S08, 1142, "", 1, 0
clutchDownState = scalar, S08, 1143, "", 1, 0
brakePedalState = scalar, S08, 1144, "", 1, 0
startStopState = scalar, S08, 1145, "", 1, 0
smartChipState = scalar, S08, 1146, "", 1, 0
smartChipRestartCounter = scalar, S08, 1147, "", 1, 0
smartChipAliveCounter = scalar, S08, 1148, "", 1, 0
startStopPhysicalState = bits, U32, 1152, [0:0]
acrActive = bits, U32, 1152, [1:1]
acrEngineMovedRecently = bits, U32, 1152, [2:2]
heaterControlEnabled = bits, U32, 1152, [3:3]
luaDigitalState0 = bits, U32, 1152, [4:4]
luaDigitalState1 = bits, U32, 1152, [5:5]
luaDigitalState2 = bits, U32, 1152, [6:6]
luaDigitalState3 = bits, U32, 1152, [7:7]
startStopStateToggleCounter = scalar, U32, 1156, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1160, "", 1, 0
luaHardSparkSkip = scalar, F32, 1164, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1168, "", 1, 0
desiredRpmLimit = scalar, S16, 1172, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1176, "", 1, 0
globalSparkCounter = scalar, U32, 1180, "", 1, 0
fuelingLoad = scalar, F32, 1184, "", 1, 0
ignitionLoad = scalar, F32, 1188, "", 1, 0
veTableYAxis = scalar, U16, 1192, "%", 0.01, 0
overDwellCounter = scalar, U08, 1194, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1195, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1196, "", 1, 0
; total TS size = 1200
tpsFrom = scalar, F32, 1200
tpsTo = scalar, F32, 1204
deltaTps = scalar, F32, 1208
extraFuel = scalar, F32, 1212, "", 1, 0
valueFromTable = scalar, F32, 1216, "", 1, 0
isAboveAccelThreshold = bits, U32, 1220, [0:0]
isBelowDecelThreshold = bits, U32, 1220, [1:1]
isTimeToResetAccumulator = bits, U32, 1220, [2:2]
isFractionalEnrichment = bits, U32, 1220, [3:3]
belowEpsilon = bits, U32, 1220, [4:4]
tooShort = bits, U32, 1220, [5:5]
fractionalInjFuel = scalar, F32, 1224, "", 1, 0
accumulatedValue = scalar, F32, 1228, "", 1, 0
maxExtraPerCycle = scalar, F32, 1232, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1236, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1240, "", 1, 0
cycleCnt = scalar, S32, 1244, "", 1, 0
; total TS size = 1248
hwEventCounters1 = scalar, U32, 1248, "", 1, 0
hwEventCounters2 = scalar, U32, 1252, "", 1, 0
hwEventCounters3 = scalar, U32, 1256, "", 1, 0
hwEventCounters4 = scalar, U32, 1260, "", 1, 0
hwEventCounters5 = scalar, U32, 1264, "", 1, 0
hwEventCounters6 = scalar, U32, 1268, "", 1, 0
vvtCamCounter = scalar, U32, 1272, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1280, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1284, "", 1, 0
mapVvt_map_peak = scalar, U08, 1285, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1288, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1292, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1296, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1300, "deg", 1, 0
isDecodingMapCam = bits, U32, 1304, [0:0]
; total TS size = 1308
crankSynchronizationCounter0 = scalar, U32, 1308, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1312, "", 1, 0
vvtToothDurations00 = scalar, U32, 1316, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1320, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
triggerStateIndex0 = scalar, U08, 1344, "", 1, 0
vvtStateIndex0 = scalar, U08, 1345, "", 1, 0
; total TS size = 1348
crankSynchronizationCounter1 = scalar, U32, 1348, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1352, "", 1, 0
vvtToothDurations01 = scalar, U32, 1356, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1360, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
triggerStateIndex1 = scalar, U08, 1384, "", 1, 0
vvtStateIndex1 = scalar, U08, 1385, "", 1, 0
; total TS size = 1388
crankSynchronizationCounter2 = scalar, U32, 1388, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1392, "", 1, 0
vvtToothDurations02 = scalar, U32, 1396, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1400, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
triggerStateIndex2 = scalar, U08, 1424, "", 1, 0
vvtStateIndex2 = scalar, U08, 1425, "", 1, 0
; total TS size = 1428
crankSynchronizationCounter3 = scalar, U32, 1428, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1432, "", 1, 0
vvtToothDurations03 = scalar, U32, 1436, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1440, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
triggerStateIndex3 = scalar, U08, 1464, "", 1, 0
vvtStateIndex3 = scalar, U08, 1465, "", 1, 0
; total TS size = 1468
crankSynchronizationCounter4 = scalar, U32, 1468, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1472, "", 1, 0
vvtToothDurations04 = scalar, U32, 1476, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1480, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
triggerStateIndex4 = scalar, U08, 1504, "", 1, 0
vvtStateIndex4 = scalar, U08, 1505, "", 1, 0
; total TS size = 1508
camResyncCounter = scalar, U08, 1508, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1512, [0:0]
; total TS size = 1516
wallFuelCorrection = scalar, F32, 1516, "", 1, 0
wallFuel = scalar, F32, 1520, "", 1, 0
; total TS size = 1524
idleState = bits, S32, 1524, [0:2], "not important"
currentIdlePosition = scalar, F32, 1528
baseIdlePosition = scalar, F32, 1532
idleClosedLoop = scalar, F32, 1536
iacByTpsTaper = scalar, F32, 1540
throttlePedalUpState = scalar, S32, 1544, "", 1, 0
mightResetPid = bits, U32, 1548, [0:0]
shouldResetPid = bits, U32, 1548, [1:1]
wasResetPid = bits, U32, 1548, [2:2]
mustResetPid = bits, U32, 1548, [3:3]
isCranking = bits, U32, 1548, [4:4]
isIacTableForCoasting = bits, U32, 1548, [5:5]
notIdling = bits, U32, 1548, [6:6]
needReset = bits, U32, 1548, [7:7]
isInDeadZone = bits, U32, 1548, [8:8]
isBlipping = bits, U32, 1548, [9:9]
useClosedLoop = bits, U32, 1548, [10:10]
badTps = bits, U32, 1548, [11:11]
looksLikeRunning = bits, U32, 1548, [12:12]
looksLikeCoasting = bits, U32, 1548, [13:13]
looksLikeCrankToIdle = bits, U32, 1548, [14:14]
isIdleCoasting = bits, U32, 1548, [15:15]
isIdleClosedLoop = bits, U32, 1548, [16:16]
idleTarget = scalar, S32, 1552, "", 1, 0
targetRpmByClt = scalar, S32, 1556, "", 1, 0
targetRpmAc = scalar, S32, 1560, "", 1, 0
iacByRpmTaper = scalar, F32, 1564
luaAdd = scalar, F32, 1568
; total TS size = 1572
idlePosition0 = scalar, F32, 1572, "per", 1,0
trim0 = scalar, F32, 1576, "", 1, 0
luaAdjustment0 = scalar, F32, 1580, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1584, "per", 1,0
etbFeedForward0 = scalar, F32, 1588
etbIntegralError0 = scalar, F32, 1592, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1596, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1600, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1604, [0:0]
jamDetected0 = bits, U32, 1604, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1608, "per", 1,0
etbDutyAverage0 = scalar, F32, 1612, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1616, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1618, "count", 1,0
etbErrorCode0 = scalar, S08, 1620, "", 1, 0
tcEtbDrop0 = scalar, S08, 1621, "", 1, 0
jamTimer0 = scalar, U16, 1622, "sec", 0.01, 0
; total TS size = 1624
idlePosition1 = scalar, F32, 1624, "per", 1,0
trim1 = scalar, F32, 1628, "", 1, 0
luaAdjustment1 = scalar, F32, 1632, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1636, "per", 1,0
etbFeedForward1 = scalar, F32, 1640
etbIntegralError1 = scalar, F32, 1644, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1648, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1652, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1656, [0:0]
jamDetected1 = bits, U32, 1656, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1660, "per", 1,0
etbDutyAverage1 = scalar, F32, 1664, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1668, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1670, "count", 1,0
etbErrorCode1 = scalar, S08, 1672, "", 1, 0
tcEtbDrop1 = scalar, S08, 1673, "", 1, 0
jamTimer1 = scalar, U16, 1674, "sec", 0.01, 0
; total TS size = 1676
faultCode0 = scalar, U08, 1676, "", 1, 0
heaterDuty0 = scalar, U08, 1677, "%", 1, 0
pumpDuty0 = scalar, U08, 1678, "%", 1, 0
tempC0 = scalar, U16, 1680, "C", 1, 0
nernstVoltage0 = scalar, U16, 1682, "V", 0.001, 0
esr0 = scalar, U16, 1684, "ohm", 1, 0
; total TS size = 1688
faultCode1 = scalar, U08, 1688, "", 1, 0
heaterDuty1 = scalar, U08, 1689, "%", 1, 0
pumpDuty1 = scalar, U08, 1690, "%", 1, 0
tempC1 = scalar, U16, 1692, "C", 1, 0
nernstVoltage1 = scalar, U16, 1694, "V", 0.001, 0
esr1 = scalar, U16, 1696, "ohm", 1, 0
; total TS size = 1700
dcOutput0 = scalar, F32, 1700, "per", 1,0
isEnabled0_int = scalar, U08, 1704, "per", 1,0
isEnabled0 = bits, U32, 1708, [0:0]
; total TS size = 1712
value0 = scalar, U16, 1712, "value", 1,0
value1 = scalar, U16, 1714, "value", 1,0
errorRate = scalar, F32, 1716, "ratio", 1,0
; total TS size = 1720
lambdaCurrentlyGood = bits, U32, 1720, [0:0]
lambdaMonitorCut = bits, U32, 1720, [1:1]
lambdaTimeSinceGood = scalar, U16, 1724, "sec", 0.01, 0
; total TS size = 1728
vvtTarget = scalar, U16, 1720, "deg", 0.1, 0
vvtOutput = scalar, U08, 1722, "%", 0.5, 0
; total TS size = 1724
lambdaCurrentlyGood = bits, U32, 1724, [0:0]
lambdaMonitorCut = bits, U32, 1724, [1:1]
lambdaTimeSinceGood = scalar, U16, 1728, "sec", 0.01, 0
; total TS size = 1732

View File

@ -428,226 +428,228 @@ alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldT
tcRatio("TCU: Torque Converter Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 950, 0.01, 0.0, 0.0, "value"),
lastShiftTime("lastShiftTime", SensorCategory.SENSOR_INPUTS, FieldType.INT, 952, 1.0, -1.0, -1.0, ""),
tcu_currentRange("TCU: Current Range", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 956, 1.0, 0.0, 0.0, ""),
alignmentFill_at_9("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 957, 1.0, -20.0, 100.0, "units"),
throttleModelCrossoverAngle("Air: Throttle crossover pos", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 964, 0.01, 0.0, 100.0, "%"),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 966, 1.0, -20.0, 100.0, "units"),
throttleEstimatedFlow("Air: Throttle flow estimate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 968, 1.0, 0.0, 5.0, "g/s"),
m_requested_pump("GDI: HPFP duration\nComputed requested pump duration in degrees (not including deadtime)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 972, 1.0, -1.0, -1.0, ""),
fuel_requested_percent("GDI: requested_percent", SensorCategory.SENSOR_INPUTS, FieldType.INT, 976, 1.0, -1.0, -1.0, ""),
fuel_requested_percent_pi("GDI: percent_pi", SensorCategory.SENSOR_INPUTS, FieldType.INT, 980, 1.0, -1.0, -1.0, ""),
m_pressureTarget_kPa("GDI: target pressure", SensorCategory.SENSOR_INPUTS, FieldType.INT, 988, 1.0, -1.0, -1.0, ""),
nextLobe("GDI: nextLobe", SensorCategory.SENSOR_INPUTS, FieldType.INT, 992, 1.0, -1.0, -1.0, ""),
di_nextStart("GDI: next start", SensorCategory.SENSOR_INPUTS, FieldType.INT, 996, 1.0, 0.0, 100.0, "v"),
m_deadtime("Fuel: injector lag", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1000, 1.0, 0.0, 0.0, "ms"),
pressureDelta("Fuel: Injector pressure delta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1004, 1.0, -1000.0, 1000.0, "kPa"),
pressureRatio("Fuel: Injector pressure ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1008, 1.0, 0.0, 100.0, ""),
retardThresholdRpm("retardThresholdRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1012, 1.0, -1.0, -1.0, ""),
fuelALSCorrection("fuelALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1024, 1.0, -1.0, -1.0, ""),
timingALSCorrection("timingALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1028, 0.01, -20.0, 20.0, "deg"),
timingALSSkip("timingALSSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1030, 0.01, 0.0, 50.0, "deg"),
luaTargetAdd("Boost: Lua target add", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1036, 0.5, -100.0, 100.0, "v"),
boostOutput("Boost: Output", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1038, 0.01, -100.0, 100.0, "percent"),
luaTargetMult("Boost: Lua target mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1040, 1.0, -100.0, 100.0, "v"),
openLoopPart("Boost: Open loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1044, 1.0, -100.0, 100.0, "v"),
luaOpenLoopAdd("Boost: Lua open loop add", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1048, 1.0, -100.0, 100.0, "v"),
boostControllerClosedLoopPart("Boost: Closed loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1052, 0.5, -50.0, 50.0, "%"),
alignmentFill_at_21("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1053, 1.0, -20.0, 100.0, "units"),
boostControlTarget("Boost: Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1054, 0.03333333333333333, 0.0, 300.0, "kPa"),
acButtonState("AC switch", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1056, 1.0, -1.0, -1.0, ""),
alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1057, 1.0, -20.0, 100.0, "units"),
latest_usage_ac_control("AC latest activity", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1064, 1.0, -1.0, -1.0, ""),
acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1068, 1.0, -1.0, -1.0, ""),
tempAlive("tempAlive", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1076, 1.0, -1.0, -1.0, ""),
tempCode("tempCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1077, 1.0, -1.0, -1.0, ""),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1078, 1.0, -20.0, 100.0, "units"),
tempAlive("tempAlive", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1076, 1.0, -1.0, -1.0, ""),
tempCode("tempCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1077, 1.0, -1.0, -1.0, ""),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1078, 1.0, -20.0, 100.0, "units"),
lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -1.0, -1.0, ""),
sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1108, 1.0, -1.0, -1.0, ""),
crankingFuel("crankingFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -1.0, -1.0, ""),
baroCorrection("Fuel: Barometric pressure mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1132, 1.0, -1.0, -1.0, ""),
hellenBoardId("Detected Board ID", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1136, 1.0, 0.0, 3000.0, "id"),
clutchUpState("Clutch: up", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1138, 1.0, -1.0, -1.0, ""),
clutchDownState("Clutch: down", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1139, 1.0, -1.0, -1.0, ""),
brakePedalState("Brake switch", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1140, 1.0, -1.0, -1.0, ""),
startStopState("startStopState", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1141, 1.0, -1.0, -1.0, ""),
smartChipState("smartChipState", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1142, 1.0, -1.0, -1.0, ""),
smartChipRestartCounter("smartChipRestartCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1143, 1.0, -1.0, -1.0, ""),
smartChipAliveCounter("smartChipAliveCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1144, 1.0, -1.0, -1.0, ""),
alignmentFill_at_49("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1145, 1.0, -20.0, 100.0, "units"),
startStopStateToggleCounter("startStopStateToggleCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -1.0, -1.0, ""),
luaSoftSparkSkip("luaSoftSparkSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -1.0, -1.0, ""),
luaHardSparkSkip("luaHardSparkSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -1.0, -1.0, ""),
tractionControlSparkSkip("tractionControlSparkSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1164, 1.0, -1.0, -1.0, ""),
desiredRpmLimit("User-defined RPM hard limit", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1168, 1.0, 0.0, 30000.0, "rpm"),
alignmentFill_at_74("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1170, 1.0, -20.0, 100.0, "units"),
fuelInjectionCounter("Fuel: Injection counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1172, 1.0, -1.0, -1.0, ""),
globalSparkCounter("Ign: Spark counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""),
fuelingLoad("Fuel: Load", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1180, 1.0, -1.0, -1.0, ""),
ignitionLoad("Ignition: load", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -1.0, -1.0, ""),
veTableYAxis("veTableYAxis", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1188, 0.01, 0.0, 0.0, "%"),
overDwellCounter("overDwellCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1190, 1.0, -1.0, -1.0, ""),
overDwellNotScheduledCounter("overDwellNotScheduledCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1191, 1.0, -1.0, -1.0, ""),
sparkOutOfOrderCounter("sparkOutOfOrderCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1192, 1.0, -1.0, -1.0, ""),
alignmentFill_at_97("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1193, 1.0, -20.0, 100.0, "units"),
tpsFrom("Fuel: TPS AE from", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1196, 1.0, -1.0, -1.0, ""),
tpsTo("Fuel: TPS AE to", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1200, 1.0, -1.0, -1.0, ""),
deltaTps("Fuel: TPS AE change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204, 1.0, -1.0, -1.0, ""),
extraFuel("extraFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1208, 1.0, -1.0, -1.0, ""),
valueFromTable("valueFromTable", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1212, 1.0, -1.0, -1.0, ""),
fractionalInjFuel("fractionalInjFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1220, 1.0, -1.0, -1.0, ""),
accumulatedValue("accumulatedValue", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1224, 1.0, -1.0, -1.0, ""),
maxExtraPerCycle("maxExtraPerCycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1228, 1.0, -1.0, -1.0, ""),
maxExtraPerPeriod("maxExtraPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1232, 1.0, -1.0, -1.0, ""),
maxInjectedPerPeriod("maxInjectedPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1236, 1.0, -1.0, -1.0, ""),
cycleCnt("cycleCnt", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1240, 1.0, -1.0, -1.0, ""),
hwEventCounters1("Hardware events since boot 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1244, 1.0, -1.0, -1.0, ""),
hwEventCounters2("Hardware events since boot 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1248, 1.0, -1.0, -1.0, ""),
hwEventCounters3("Hardware events since boot 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1252, 1.0, -1.0, -1.0, ""),
hwEventCounters4("Hardware events since boot 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1256, 1.0, -1.0, -1.0, ""),
hwEventCounters5("Hardware events since boot 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1260, 1.0, -1.0, -1.0, ""),
hwEventCounters6("Hardware events since boot 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1264, 1.0, -1.0, -1.0, ""),
vvtCamCounter("Sync: total cams front counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1268, 1.0, -1.0, -1.0, ""),
mapVvt_MAP_AT_SPECIAL_POINT("mapVvt_MAP_AT_SPECIAL_POINT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1272, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_DIFF("mapVvt_MAP_AT_DIFF", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1276, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1280, 1.0, -10000.0, 10000.0, ""),
mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1281, 1.0, -10000.0, 10000.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1282, 1.0, -20.0, 100.0, "units"),
currentEngineDecodedPhase("Sync: Engine Phase", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1284, 1.0, 0.0, 0.0, "deg"),
triggerToothAngleError("Sync: trigger angle error", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1288, 1.0, -30.0, 30.0, "deg"),
triggerIgnoredToothCount("triggerIgnoredToothCount", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1292, 1.0, -1.0, -1.0, ""),
alignmentFill_at_49("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1293, 1.0, -20.0, 100.0, "units"),
mapCamPrevToothAngle("Sync: MAP: prev angle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1296, 1.0, -3000.0, 3000.0, "deg"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1304, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1342, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1304, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1342, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1304, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1342, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1304, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1342, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1304, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1342, 1.0, -20.0, 100.0, "units"),
camResyncCounter("sync: Phase Re-Sync Counter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1504, 1.0, -1.0, -1.0, ""),
alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1505, 1.0, -20.0, 100.0, "units"),
wallFuelCorrection("fuel wallwetting injection time\n correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1512, 1.0, -1.0, -1.0, ""),
wallFuel("Fuel on the wall\nin ms of injector open time for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1516, 1.0, -1.0, -1.0, ""),
idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1520, 1.0, -1.0, -1.0, ""),
currentIdlePosition("Idle: Position", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1524, 1.0, 0.0, 0.0, "%"),
baseIdlePosition("idle: base value\ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1528, 1.0, -1.0, -1.0, ""),
idleClosedLoop("Idle: Closed loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1532, 1.0, -1.0, -1.0, ""),
iacByTpsTaper("idle: iacByTpsTaper portion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1536, 1.0, -1.0, -1.0, ""),
throttlePedalUpState("idle: throttlePedalUpState\ntrue in IDLE throttle pedal state, false if driver is touching the pedal\ntodo: better name for this field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1540, 1.0, -1.0, -1.0, ""),
idleTarget("Idle: Target RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1548, 1.0, -1.0, -1.0, ""),
targetRpmByClt("Idle: Target RPM base", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1552, 1.0, -1.0, -1.0, ""),
targetRpmAc("Idle: Target A/C RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1556, 1.0, -1.0, -1.0, ""),
iacByRpmTaper("idle: iacByRpmTaper portion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1560, 1.0, -1.0, -1.0, ""),
luaAdd("idle: Lua Adder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1564, 1.0, -1.0, -1.0, ""),
idlePosition("ETB: idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1568, 1.0, 0.0, 10.0, "per"),
trim("ETB: trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1572, 1.0, -1.0, -1.0, ""),
luaAdjustment("ETB: luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1576, 1.0, 0.0, 3.0, "per"),
m_wastegatePosition("DC: wastegatePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1580, 1.0, 0.0, 3.0, "per"),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1584, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1588, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1592, 1.0, -10000.0, 10000.0, "%"),
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1596, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("ETB duty rate of change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1604, 1.0, 0.0, 25.0, "per"),
etbDutyAverage("ETB average duty", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1608, 1.0, -20.0, 50.0, "per"),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1612, 1.0, 0.0, 3.0, "count"),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1614, 1.0, 0.0, 3.0, "count"),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1616, 1.0, -1.0, -1.0, ""),
tcEtbDrop("tcEtbDrop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1617, 1.0, -1.0, -1.0, ""),
jamTimer("ETB jam timer", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1618, 0.01, 0.0, 100.0, "sec"),
idlePosition("ETB: idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1568, 1.0, 0.0, 10.0, "per"),
trim("ETB: trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1572, 1.0, -1.0, -1.0, ""),
luaAdjustment("ETB: luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1576, 1.0, 0.0, 3.0, "per"),
m_wastegatePosition("DC: wastegatePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1580, 1.0, 0.0, 3.0, "per"),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1584, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1588, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1592, 1.0, -10000.0, 10000.0, "%"),
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1596, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("ETB duty rate of change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1604, 1.0, 0.0, 25.0, "per"),
etbDutyAverage("ETB average duty", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1608, 1.0, -20.0, 50.0, "per"),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1612, 1.0, 0.0, 3.0, "count"),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1614, 1.0, 0.0, 3.0, "count"),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1616, 1.0, -1.0, -1.0, ""),
tcEtbDrop("tcEtbDrop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1617, 1.0, -1.0, -1.0, ""),
jamTimer("ETB jam timer", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1618, 0.01, 0.0, 100.0, "sec"),
faultCode("WBO: Fault code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1672, 1.0, -1.0, -1.0, ""),
heaterDuty("WBO: Heater duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1673, 1.0, 0.0, 100.0, "%"),
pumpDuty("WBO: Pump duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1674, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1675, 1.0, -20.0, 100.0, "units"),
tempC("WBO: Temperature", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1676, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("WBO: Nernst Voltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1678, 0.001, 0.0, 1.0, "V"),
esr("WBO: ESR", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1680, 1.0, 0.0, 10000.0, "ohm"),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1682, 1.0, -20.0, 100.0, "units"),
faultCode("WBO: Fault code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1672, 1.0, -1.0, -1.0, ""),
heaterDuty("WBO: Heater duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1673, 1.0, 0.0, 100.0, "%"),
pumpDuty("WBO: Pump duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1674, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1675, 1.0, -20.0, 100.0, "units"),
tempC("WBO: Temperature", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1676, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("WBO: Nernst Voltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1678, 0.001, 0.0, 1.0, "V"),
esr("WBO: ESR", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1680, 1.0, 0.0, 10000.0, "ohm"),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1682, 1.0, -20.0, 100.0, "units"),
dcOutput0("DC: output0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1696, 1.0, 0.0, 10.0, "per"),
isEnabled0_int("DC: en0", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1700, 1.0, 0.0, 10.0, "per"),
alignmentFill_at_5("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1701, 1.0, -20.0, 100.0, "units"),
value0("ETB: SENT value0", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1708, 1.0, 0.0, 3.0, "value"),
value1("ETB: SENT value1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1710, 1.0, 0.0, 3.0, "value"),
errorRate("ETB: SENT error rate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1712, 1.0, 0.0, 3.0, "ratio"),
vvtTarget("vvtTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1716, 0.1, -90.0, 90.0, "deg"),
vvtOutput("vvtOutput", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1718, 0.5, 100.0, 1.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1719, 1.0, -20.0, 100.0, "units"),
lambdaTimeSinceGood("lambdaTimeSinceGood", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1724, 0.01, 0.0, 1.0, "sec"),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1726, 1.0, -20.0, 100.0, "units"),
pressureControlDuty("TCU: EPC Duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 957, 1.0, 0.0, 100.0, "%"),
torqueConverterDuty("TCU: TC Duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 958, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_11("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 959, 1.0, -20.0, 100.0, "units"),
throttleModelCrossoverAngle("Air: Throttle crossover pos", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 968, 0.01, 0.0, 100.0, "%"),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 970, 1.0, -20.0, 100.0, "units"),
throttleEstimatedFlow("Air: Throttle flow estimate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 972, 1.0, 0.0, 5.0, "g/s"),
m_requested_pump("GDI: HPFP duration\nComputed requested pump duration in degrees (not including deadtime)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 976, 1.0, -1.0, -1.0, ""),
fuel_requested_percent("GDI: requested_percent", SensorCategory.SENSOR_INPUTS, FieldType.INT, 980, 1.0, -1.0, -1.0, ""),
fuel_requested_percent_pi("GDI: percent_pi", SensorCategory.SENSOR_INPUTS, FieldType.INT, 984, 1.0, -1.0, -1.0, ""),
m_pressureTarget_kPa("GDI: target pressure", SensorCategory.SENSOR_INPUTS, FieldType.INT, 992, 1.0, -1.0, -1.0, ""),
nextLobe("GDI: nextLobe", SensorCategory.SENSOR_INPUTS, FieldType.INT, 996, 1.0, -1.0, -1.0, ""),
di_nextStart("GDI: next start", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1000, 1.0, 0.0, 100.0, "v"),
m_deadtime("Fuel: injector lag", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1004, 1.0, 0.0, 0.0, "ms"),
pressureDelta("Fuel: Injector pressure delta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1008, 1.0, -1000.0, 1000.0, "kPa"),
pressureRatio("Fuel: Injector pressure ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1012, 1.0, 0.0, 100.0, ""),
retardThresholdRpm("retardThresholdRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1016, 1.0, -1.0, -1.0, ""),
fuelALSCorrection("fuelALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1028, 1.0, -1.0, -1.0, ""),
timingALSCorrection("timingALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1032, 0.01, -20.0, 20.0, "deg"),
timingALSSkip("timingALSSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1034, 0.01, 0.0, 50.0, "deg"),
luaTargetAdd("Boost: Lua target add", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1040, 0.5, -100.0, 100.0, "v"),
boostOutput("Boost: Output", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1042, 0.01, -100.0, 100.0, "percent"),
luaTargetMult("Boost: Lua target mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1044, 1.0, -100.0, 100.0, "v"),
openLoopPart("Boost: Open loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1048, 1.0, -100.0, 100.0, "v"),
luaOpenLoopAdd("Boost: Lua open loop add", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1052, 1.0, -100.0, 100.0, "v"),
boostControllerClosedLoopPart("Boost: Closed loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1056, 0.5, -50.0, 50.0, "%"),
alignmentFill_at_21("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1057, 1.0, -20.0, 100.0, "units"),
boostControlTarget("Boost: Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1058, 0.03333333333333333, 0.0, 300.0, "kPa"),
acButtonState("AC switch", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1060, 1.0, -1.0, -1.0, ""),
alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1061, 1.0, -20.0, 100.0, "units"),
latest_usage_ac_control("AC latest activity", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1068, 1.0, -1.0, -1.0, ""),
acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1072, 1.0, -1.0, -1.0, ""),
tempAlive("tempAlive", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1080, 1.0, -1.0, -1.0, ""),
tempCode("tempCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1081, 1.0, -1.0, -1.0, ""),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1082, 1.0, -20.0, 100.0, "units"),
tempAlive("tempAlive", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1080, 1.0, -1.0, -1.0, ""),
tempCode("tempCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1081, 1.0, -1.0, -1.0, ""),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1082, 1.0, -20.0, 100.0, "units"),
lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, -1.0, -1.0, ""),
sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -1.0, -1.0, ""),
crankingFuel("crankingFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, -1.0, -1.0, ""),
baroCorrection("Fuel: Barometric pressure mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1136, 1.0, -1.0, -1.0, ""),
hellenBoardId("Detected Board ID", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1140, 1.0, 0.0, 3000.0, "id"),
clutchUpState("Clutch: up", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1142, 1.0, -1.0, -1.0, ""),
clutchDownState("Clutch: down", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1143, 1.0, -1.0, -1.0, ""),
brakePedalState("Brake switch", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1144, 1.0, -1.0, -1.0, ""),
startStopState("startStopState", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1145, 1.0, -1.0, -1.0, ""),
smartChipState("smartChipState", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1146, 1.0, -1.0, -1.0, ""),
smartChipRestartCounter("smartChipRestartCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1147, 1.0, -1.0, -1.0, ""),
smartChipAliveCounter("smartChipAliveCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1148, 1.0, -1.0, -1.0, ""),
alignmentFill_at_49("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1149, 1.0, -20.0, 100.0, "units"),
startStopStateToggleCounter("startStopStateToggleCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -1.0, -1.0, ""),
luaSoftSparkSkip("luaSoftSparkSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -1.0, -1.0, ""),
luaHardSparkSkip("luaHardSparkSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1164, 1.0, -1.0, -1.0, ""),
tractionControlSparkSkip("tractionControlSparkSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1168, 1.0, -1.0, -1.0, ""),
desiredRpmLimit("User-defined RPM hard limit", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1172, 1.0, 0.0, 30000.0, "rpm"),
alignmentFill_at_74("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1174, 1.0, -20.0, 100.0, "units"),
fuelInjectionCounter("Fuel: Injection counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""),
globalSparkCounter("Ign: Spark counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1180, 1.0, -1.0, -1.0, ""),
fuelingLoad("Fuel: Load", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -1.0, -1.0, ""),
ignitionLoad("Ignition: load", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1188, 1.0, -1.0, -1.0, ""),
veTableYAxis("veTableYAxis", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1192, 0.01, 0.0, 0.0, "%"),
overDwellCounter("overDwellCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1194, 1.0, -1.0, -1.0, ""),
overDwellNotScheduledCounter("overDwellNotScheduledCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1195, 1.0, -1.0, -1.0, ""),
sparkOutOfOrderCounter("sparkOutOfOrderCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1196, 1.0, -1.0, -1.0, ""),
alignmentFill_at_97("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1197, 1.0, -20.0, 100.0, "units"),
tpsFrom("Fuel: TPS AE from", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1200, 1.0, -1.0, -1.0, ""),
tpsTo("Fuel: TPS AE to", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204, 1.0, -1.0, -1.0, ""),
deltaTps("Fuel: TPS AE change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1208, 1.0, -1.0, -1.0, ""),
extraFuel("extraFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1212, 1.0, -1.0, -1.0, ""),
valueFromTable("valueFromTable", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1216, 1.0, -1.0, -1.0, ""),
fractionalInjFuel("fractionalInjFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1224, 1.0, -1.0, -1.0, ""),
accumulatedValue("accumulatedValue", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1228, 1.0, -1.0, -1.0, ""),
maxExtraPerCycle("maxExtraPerCycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1232, 1.0, -1.0, -1.0, ""),
maxExtraPerPeriod("maxExtraPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1236, 1.0, -1.0, -1.0, ""),
maxInjectedPerPeriod("maxInjectedPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1240, 1.0, -1.0, -1.0, ""),
cycleCnt("cycleCnt", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1244, 1.0, -1.0, -1.0, ""),
hwEventCounters1("Hardware events since boot 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1248, 1.0, -1.0, -1.0, ""),
hwEventCounters2("Hardware events since boot 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1252, 1.0, -1.0, -1.0, ""),
hwEventCounters3("Hardware events since boot 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1256, 1.0, -1.0, -1.0, ""),
hwEventCounters4("Hardware events since boot 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1260, 1.0, -1.0, -1.0, ""),
hwEventCounters5("Hardware events since boot 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1264, 1.0, -1.0, -1.0, ""),
hwEventCounters6("Hardware events since boot 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1268, 1.0, -1.0, -1.0, ""),
vvtCamCounter("Sync: total cams front counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1272, 1.0, -1.0, -1.0, ""),
mapVvt_MAP_AT_SPECIAL_POINT("mapVvt_MAP_AT_SPECIAL_POINT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1276, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_DIFF("mapVvt_MAP_AT_DIFF", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1280, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1284, 1.0, -10000.0, 10000.0, ""),
mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1285, 1.0, -10000.0, 10000.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1286, 1.0, -20.0, 100.0, "units"),
currentEngineDecodedPhase("Sync: Engine Phase", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1288, 1.0, 0.0, 0.0, "deg"),
triggerToothAngleError("Sync: trigger angle error", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1292, 1.0, -30.0, 30.0, "deg"),
triggerIgnoredToothCount("triggerIgnoredToothCount", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1296, 1.0, -1.0, -1.0, ""),
alignmentFill_at_49("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1297, 1.0, -20.0, 100.0, "units"),
mapCamPrevToothAngle("Sync: MAP: prev angle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1300, 1.0, -3000.0, 3000.0, "deg"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1340, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1340, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1340, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1340, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1320, 1.0, -10000.0, 10000.0, "sync: Primary Cam Position"),
vvtToothPosition1("vvtToothPosition 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1324, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition2("vvtToothPosition 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1328, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition3("vvtToothPosition 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1332, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
vvtToothPosition4("vvtToothPosition 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, -10000.0, 10000.0, "sync: Cam Tooth Position"),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1340, 1.0, -10000.0, 10000.0, ""),
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, -20.0, 100.0, "units"),
camResyncCounter("sync: Phase Re-Sync Counter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1508, 1.0, -1.0, -1.0, ""),
alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1509, 1.0, -20.0, 100.0, "units"),
wallFuelCorrection("fuel wallwetting injection time\n correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1516, 1.0, -1.0, -1.0, ""),
wallFuel("Fuel on the wall\nin ms of injector open time for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1520, 1.0, -1.0, -1.0, ""),
idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1524, 1.0, -1.0, -1.0, ""),
currentIdlePosition("Idle: Position", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1528, 1.0, 0.0, 0.0, "%"),
baseIdlePosition("idle: base value\ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1532, 1.0, -1.0, -1.0, ""),
idleClosedLoop("Idle: Closed loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1536, 1.0, -1.0, -1.0, ""),
iacByTpsTaper("idle: iacByTpsTaper portion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1540, 1.0, -1.0, -1.0, ""),
throttlePedalUpState("idle: throttlePedalUpState\ntrue in IDLE throttle pedal state, false if driver is touching the pedal\ntodo: better name for this field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1544, 1.0, -1.0, -1.0, ""),
idleTarget("Idle: Target RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1552, 1.0, -1.0, -1.0, ""),
targetRpmByClt("Idle: Target RPM base", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1556, 1.0, -1.0, -1.0, ""),
targetRpmAc("Idle: Target A/C RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1560, 1.0, -1.0, -1.0, ""),
iacByRpmTaper("idle: iacByRpmTaper portion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1564, 1.0, -1.0, -1.0, ""),
luaAdd("idle: Lua Adder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1568, 1.0, -1.0, -1.0, ""),
idlePosition("ETB: idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1572, 1.0, 0.0, 10.0, "per"),
trim("ETB: trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1576, 1.0, -1.0, -1.0, ""),
luaAdjustment("ETB: luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1580, 1.0, 0.0, 3.0, "per"),
m_wastegatePosition("DC: wastegatePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1584, 1.0, 0.0, 3.0, "per"),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1588, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1592, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1596, 1.0, -10000.0, 10000.0, "%"),
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1600, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("ETB duty rate of change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1608, 1.0, 0.0, 25.0, "per"),
etbDutyAverage("ETB average duty", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1612, 1.0, -20.0, 50.0, "per"),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1616, 1.0, 0.0, 3.0, "count"),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1618, 1.0, 0.0, 3.0, "count"),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1620, 1.0, -1.0, -1.0, ""),
tcEtbDrop("tcEtbDrop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1621, 1.0, -1.0, -1.0, ""),
jamTimer("ETB jam timer", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1622, 0.01, 0.0, 100.0, "sec"),
idlePosition("ETB: idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1572, 1.0, 0.0, 10.0, "per"),
trim("ETB: trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1576, 1.0, -1.0, -1.0, ""),
luaAdjustment("ETB: luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1580, 1.0, 0.0, 3.0, "per"),
m_wastegatePosition("DC: wastegatePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1584, 1.0, 0.0, 3.0, "per"),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1588, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1592, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1596, 1.0, -10000.0, 10000.0, "%"),
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1600, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("ETB duty rate of change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1608, 1.0, 0.0, 25.0, "per"),
etbDutyAverage("ETB average duty", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1612, 1.0, -20.0, 50.0, "per"),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1616, 1.0, 0.0, 3.0, "count"),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1618, 1.0, 0.0, 3.0, "count"),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1620, 1.0, -1.0, -1.0, ""),
tcEtbDrop("tcEtbDrop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1621, 1.0, -1.0, -1.0, ""),
jamTimer("ETB jam timer", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1622, 0.01, 0.0, 100.0, "sec"),
faultCode("WBO: Fault code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1676, 1.0, -1.0, -1.0, ""),
heaterDuty("WBO: Heater duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1677, 1.0, 0.0, 100.0, "%"),
pumpDuty("WBO: Pump duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1678, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1679, 1.0, -20.0, 100.0, "units"),
tempC("WBO: Temperature", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1680, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("WBO: Nernst Voltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1682, 0.001, 0.0, 1.0, "V"),
esr("WBO: ESR", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1684, 1.0, 0.0, 10000.0, "ohm"),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1686, 1.0, -20.0, 100.0, "units"),
faultCode("WBO: Fault code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1676, 1.0, -1.0, -1.0, ""),
heaterDuty("WBO: Heater duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1677, 1.0, 0.0, 100.0, "%"),
pumpDuty("WBO: Pump duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1678, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1679, 1.0, -20.0, 100.0, "units"),
tempC("WBO: Temperature", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1680, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("WBO: Nernst Voltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1682, 0.001, 0.0, 1.0, "V"),
esr("WBO: ESR", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1684, 1.0, 0.0, 10000.0, "ohm"),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1686, 1.0, -20.0, 100.0, "units"),
dcOutput0("DC: output0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1700, 1.0, 0.0, 10.0, "per"),
isEnabled0_int("DC: en0", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1704, 1.0, 0.0, 10.0, "per"),
alignmentFill_at_5("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1705, 1.0, -20.0, 100.0, "units"),
value0("ETB: SENT value0", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1712, 1.0, 0.0, 3.0, "value"),
value1("ETB: SENT value1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1714, 1.0, 0.0, 3.0, "value"),
errorRate("ETB: SENT error rate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1716, 1.0, 0.0, 3.0, "ratio"),
vvtTarget("vvtTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1720, 0.1, -90.0, 90.0, "deg"),
vvtOutput("vvtOutput", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1722, 0.5, 100.0, 1.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1723, 1.0, -20.0, 100.0, "units"),
lambdaTimeSinceGood("lambdaTimeSinceGood", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1728, 0.01, 0.0, 1.0, "sec"),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1730, 1.0, -20.0, 100.0, "units"),

View File

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

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1931844425
#define SIGNATURE_HASH 2781469923
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-2chan.1931844425"
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-2chan.2781469923"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1195,7 +1195,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 696747527
#define SIGNATURE_HASH 4285252013
#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"
@ -1572,14 +1572,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan.696747527"
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan.4285252013"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "C2/C3 Crank VR"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "E5/E6 Cam VR"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1195,7 +1195,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 696747527
#define SIGNATURE_HASH 4285252013
#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"
@ -1572,14 +1572,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan_f7.696747527"
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan_f7.4285252013"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "C2/C3 Crank VR"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "E5/E6 Cam VR"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1645448234
#define SIGNATURE_HASH 3036662656
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan-revA.1645448234"
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan-revA.3036662656"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1505669754
#define SIGNATURE_HASH 2404578768
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan.1505669754"
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan.2404578768"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1505669754
#define SIGNATURE_HASH 2404578768
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan_f7.1505669754"
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan_f7.2404578768"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.at_start_f435.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.at_start_f435.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1912591347
#define SIGNATURE_HASH 2803078233
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.atlas.1912591347"
#define TS_SIGNATURE "rusEFI master.2024.04.20.atlas.2803078233"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 2443836636
#define SIGNATURE_HASH 1195752310
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.f407-discovery.2443836636"
#define TS_SIGNATURE "rusEFI master.2024.04.20.f407-discovery.1195752310"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.f429-discovery.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.f429-discovery.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 120521006
#define SIGNATURE_HASH 3519235716
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.f469-discovery.120521006"
#define TS_SIGNATURE "rusEFI master.2024.04.20.f469-discovery.3519235716"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1669034918
#define SIGNATURE_HASH 3046585356
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.frankenso_na6.1669034918"
#define TS_SIGNATURE "rusEFI master.2024.04.20.frankenso_na6.3046585356"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.haba208.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.haba208.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3169886009
#define SIGNATURE_HASH 1780275347
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-112-17.3169886009"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-112-17.1780275347"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4186005509
#define SIGNATURE_HASH 795682735
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-gm-e67.4186005509"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-gm-e67.795682735"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3302974438
#define SIGNATURE_HASH 305341516
#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"
@ -1573,14 +1573,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-honda-k.3302974438"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-honda-k.305341516"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3705729437
#define SIGNATURE_HASH 168605239
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-nb1.3705729437"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-nb1.168605239"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 407021994
#define SIGNATURE_HASH 3467570688
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121nissan.407021994"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121nissan.3467570688"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 92346971
#define SIGNATURE_HASH 3547160049
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121vag.92346971"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121vag.3547160049"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3630837066
#define SIGNATURE_HASH 243690208
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen128.3630837066"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen128.243690208"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3267697615
#define SIGNATURE_HASH 338254949
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai.3267697615"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai.338254949"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4106370632
#define SIGNATURE_HASH 573471202
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai_f7.4106370632"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai_f7.573471202"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3038376737
#define SIGNATURE_HASH 1677046923
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen72.3038376737"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen72.1677046923"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1349031771
#define SIGNATURE_HASH 2256851185
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen81.1349031771"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen81.2256851185"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1196130840
#define SIGNATURE_HASH 2443691442
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output false
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen88bmw.1196130840"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen88bmw.2443691442"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2707285085
#define SIGNATURE_HASH 2008130551
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA6.2707285085"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA6.2008130551"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1195,7 +1195,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1585948307
#define SIGNATURE_HASH 2288771385
#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"
@ -1572,14 +1572,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA8_96.1585948307"
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA8_96.2288771385"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2168602466
#define SIGNATURE_HASH 1471051976
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.m74_9.2168602466"
#define TS_SIGNATURE "rusEFI master.2024.04.20.m74_9.1471051976"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 909596994
#define SIGNATURE_HASH 3772456680
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f4.909596994"
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f4.3772456680"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 909596994
#define SIGNATURE_HASH 3772456680
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f7.909596994"
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f7.3772456680"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.nucleo_f413.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.nucleo_f413.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 91015725
#define SIGNATURE_HASH 3548417415
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_405.91015725"
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_405.3548417415"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 91015725
#define SIGNATURE_HASH 3548417415
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_469.91015725"
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_469.3548417415"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3756244383
#define SIGNATURE_HASH 152042037
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f4.3756244383"
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f4.152042037"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3756244383
#define SIGNATURE_HASH 152042037
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f7.3756244383"
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f7.152042037"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3756244383
#define SIGNATURE_HASH 152042037
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_h7.3756244383"
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_h7.152042037"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2322827135
#define SIGNATURE_HASH 1553973461
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.s105.2322827135"
#define TS_SIGNATURE "rusEFI master.2024.04.20.s105.1553973461"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2467636639
#define SIGNATURE_HASH 1173971509
#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"
@ -1572,14 +1572,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.small-can-board.2467636639"
#define TS_SIGNATURE "rusEFI master.2024.04.20.small-can-board.1173971509"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f429_nucleo.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f429_nucleo.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f767_nucleo.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f767_nucleo.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32h743_nucleo.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32h743_nucleo.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 905447357
#define SIGNATURE_HASH 3809755159
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.t-b-g.905447357"
#define TS_SIGNATURE "rusEFI master.2024.04.20.t-b-g.3809755159"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1193,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 265665333
#define SIGNATURE_HASH 3644456095
#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"
@ -1570,14 +1570,14 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.tdg-pdm8.265665333"
#define TS_SIGNATURE "rusEFI master.2024.04.20.tdg-pdm8.3644456095"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1194,7 +1194,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_uaefi_presets true
#define SIGNATURE_HASH 1333951110
#define SIGNATURE_HASH 2574138668
#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"
@ -1571,14 +1571,14 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.20.uaefi.1333951110"
#define TS_SIGNATURE "rusEFI master.2024.04.20.uaefi.2574138668"
#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 1728
#define TS_TOTAL_OUTPUT_SIZE 1732
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#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
//
#define SIGNATURE_HASH 1931844425
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-2chan.1931844425"
#define SIGNATURE_HASH 2781469923
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-2chan.2781469923"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 696747527
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan.696747527"
#define SIGNATURE_HASH 4285252013
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan.4285252013"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 696747527
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan_f7.696747527"
#define SIGNATURE_HASH 4285252013
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-4chan_f7.4285252013"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1645448234
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan-revA.1645448234"
#define SIGNATURE_HASH 3036662656
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan-revA.3036662656"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1505669754
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan.1505669754"
#define SIGNATURE_HASH 2404578768
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan.2404578768"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1505669754
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan_f7.1505669754"
#define SIGNATURE_HASH 2404578768
#define TS_SIGNATURE "rusEFI master.2024.04.20.alphax-8chan_f7.2404578768"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.at_start_f435.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.at_start_f435.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1912591347
#define TS_SIGNATURE "rusEFI master.2024.04.20.atlas.1912591347"
#define SIGNATURE_HASH 2803078233
#define TS_SIGNATURE "rusEFI master.2024.04.20.atlas.2803078233"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2443836636
#define TS_SIGNATURE "rusEFI master.2024.04.20.f407-discovery.2443836636"
#define SIGNATURE_HASH 1195752310
#define TS_SIGNATURE "rusEFI master.2024.04.20.f407-discovery.1195752310"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.f429-discovery.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.f429-discovery.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 120521006
#define TS_SIGNATURE "rusEFI master.2024.04.20.f469-discovery.120521006"
#define SIGNATURE_HASH 3519235716
#define TS_SIGNATURE "rusEFI master.2024.04.20.f469-discovery.3519235716"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1669034918
#define TS_SIGNATURE "rusEFI master.2024.04.20.frankenso_na6.1669034918"
#define SIGNATURE_HASH 3046585356
#define TS_SIGNATURE "rusEFI master.2024.04.20.frankenso_na6.3046585356"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.haba208.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.haba208.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3169886009
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-112-17.3169886009"
#define SIGNATURE_HASH 1780275347
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-112-17.1780275347"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4186005509
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-gm-e67.4186005509"
#define SIGNATURE_HASH 795682735
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-gm-e67.795682735"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3302974438
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-honda-k.3302974438"
#define SIGNATURE_HASH 305341516
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-honda-k.305341516"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3705729437
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-nb1.3705729437"
#define SIGNATURE_HASH 168605239
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen-nb1.168605239"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 407021994
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121nissan.407021994"
#define SIGNATURE_HASH 3467570688
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121nissan.3467570688"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 92346971
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121vag.92346971"
#define SIGNATURE_HASH 3547160049
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen121vag.3547160049"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3630837066
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen128.3630837066"
#define SIGNATURE_HASH 243690208
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen128.243690208"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3267697615
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai.3267697615"
#define SIGNATURE_HASH 338254949
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai.338254949"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4106370632
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai_f7.4106370632"
#define SIGNATURE_HASH 573471202
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen154hyundai_f7.573471202"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3038376737
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen72.3038376737"
#define SIGNATURE_HASH 1677046923
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen72.1677046923"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1349031771
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen81.1349031771"
#define SIGNATURE_HASH 2256851185
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen81.2256851185"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1196130840
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen88bmw.1196130840"
#define SIGNATURE_HASH 2443691442
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellen88bmw.2443691442"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2707285085
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA6.2707285085"
#define SIGNATURE_HASH 2008130551
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA6.2008130551"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1585948307
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA8_96.1585948307"
#define SIGNATURE_HASH 2288771385
#define TS_SIGNATURE "rusEFI master.2024.04.20.hellenNA8_96.2288771385"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2168602466
#define TS_SIGNATURE "rusEFI master.2024.04.20.m74_9.2168602466"
#define SIGNATURE_HASH 1471051976
#define TS_SIGNATURE "rusEFI master.2024.04.20.m74_9.1471051976"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 909596994
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f4.909596994"
#define SIGNATURE_HASH 3772456680
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f4.3772456680"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 909596994
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f7.909596994"
#define SIGNATURE_HASH 3772456680
#define TS_SIGNATURE "rusEFI master.2024.04.20.mre_f7.3772456680"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.nucleo_f413.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.nucleo_f413.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 91015725
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_405.91015725"
#define SIGNATURE_HASH 3548417415
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_405.3548417415"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 91015725
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_469.91015725"
#define SIGNATURE_HASH 3548417415
#define TS_SIGNATURE "rusEFI master.2024.04.20.prometheus_469.3548417415"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3756244383
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f4.3756244383"
#define SIGNATURE_HASH 152042037
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f4.152042037"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3756244383
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f7.3756244383"
#define SIGNATURE_HASH 152042037
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_f7.152042037"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3756244383
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_h7.3756244383"
#define SIGNATURE_HASH 152042037
#define TS_SIGNATURE "rusEFI master.2024.04.20.proteus_h7.152042037"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2322827135
#define TS_SIGNATURE "rusEFI master.2024.04.20.s105.2322827135"
#define SIGNATURE_HASH 1553973461
#define TS_SIGNATURE "rusEFI master.2024.04.20.s105.1553973461"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2467636639
#define TS_SIGNATURE "rusEFI master.2024.04.20.small-can-board.2467636639"
#define SIGNATURE_HASH 1173971509
#define TS_SIGNATURE "rusEFI master.2024.04.20.small-can-board.1173971509"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f429_nucleo.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f429_nucleo.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f767_nucleo.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32f767_nucleo.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32h743_nucleo.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.stm32h743_nucleo.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 905447357
#define TS_SIGNATURE "rusEFI master.2024.04.20.t-b-g.905447357"
#define SIGNATURE_HASH 3809755159
#define TS_SIGNATURE "rusEFI master.2024.04.20.t-b-g.3809755159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 265665333
#define TS_SIGNATURE "rusEFI master.2024.04.20.tdg-pdm8.265665333"
#define SIGNATURE_HASH 3644456095
#define TS_SIGNATURE "rusEFI master.2024.04.20.tdg-pdm8.3644456095"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1333951110
#define TS_SIGNATURE "rusEFI master.2024.04.20.uaefi.1333951110"
#define SIGNATURE_HASH 2574138668
#define TS_SIGNATURE "rusEFI master.2024.04.20.uaefi.2574138668"

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/tcu/tcu_controller.txt Wed Jan 03 20:30:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/tcu/tcu_controller.txt Sat Apr 20 03:42:50 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -33,13 +33,121 @@ struct tcu_controller_s {
*/
uint8_t tcu_currentRange = (uint8_t)0;
/**
* need 4 byte alignment
* units: units
* "TCU: EPC Duty"
* units: %
* offset 9
*/
uint8_t alignmentFill_at_9[3];
int8_t pressureControlDuty = (int8_t)0;
/**
* "TCU: TC Duty"
* units: %
* offset 10
*/
int8_t torqueConverterDuty = (int8_t)0;
/**
* need 4 byte alignment
* units: units
* offset 11
*/
uint8_t alignmentFill_at_11[1];
/**
offset 12 bit 0 */
bool isShifting : 1 {};
/**
offset 12 bit 1 */
bool unusedBit_9_1 : 1 {};
/**
offset 12 bit 2 */
bool unusedBit_9_2 : 1 {};
/**
offset 12 bit 3 */
bool unusedBit_9_3 : 1 {};
/**
offset 12 bit 4 */
bool unusedBit_9_4 : 1 {};
/**
offset 12 bit 5 */
bool unusedBit_9_5 : 1 {};
/**
offset 12 bit 6 */
bool unusedBit_9_6 : 1 {};
/**
offset 12 bit 7 */
bool unusedBit_9_7 : 1 {};
/**
offset 12 bit 8 */
bool unusedBit_9_8 : 1 {};
/**
offset 12 bit 9 */
bool unusedBit_9_9 : 1 {};
/**
offset 12 bit 10 */
bool unusedBit_9_10 : 1 {};
/**
offset 12 bit 11 */
bool unusedBit_9_11 : 1 {};
/**
offset 12 bit 12 */
bool unusedBit_9_12 : 1 {};
/**
offset 12 bit 13 */
bool unusedBit_9_13 : 1 {};
/**
offset 12 bit 14 */
bool unusedBit_9_14 : 1 {};
/**
offset 12 bit 15 */
bool unusedBit_9_15 : 1 {};
/**
offset 12 bit 16 */
bool unusedBit_9_16 : 1 {};
/**
offset 12 bit 17 */
bool unusedBit_9_17 : 1 {};
/**
offset 12 bit 18 */
bool unusedBit_9_18 : 1 {};
/**
offset 12 bit 19 */
bool unusedBit_9_19 : 1 {};
/**
offset 12 bit 20 */
bool unusedBit_9_20 : 1 {};
/**
offset 12 bit 21 */
bool unusedBit_9_21 : 1 {};
/**
offset 12 bit 22 */
bool unusedBit_9_22 : 1 {};
/**
offset 12 bit 23 */
bool unusedBit_9_23 : 1 {};
/**
offset 12 bit 24 */
bool unusedBit_9_24 : 1 {};
/**
offset 12 bit 25 */
bool unusedBit_9_25 : 1 {};
/**
offset 12 bit 26 */
bool unusedBit_9_26 : 1 {};
/**
offset 12 bit 27 */
bool unusedBit_9_27 : 1 {};
/**
offset 12 bit 28 */
bool unusedBit_9_28 : 1 {};
/**
offset 12 bit 29 */
bool unusedBit_9_29 : 1 {};
/**
offset 12 bit 30 */
bool unusedBit_9_30 : 1 {};
/**
offset 12 bit 31 */
bool unusedBit_9_31 : 1 {};
};
static_assert(sizeof(tcu_controller_s) == 12);
static_assert(sizeof(tcu_controller_s) == 16);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/tcu/tcu_controller.txt Wed Jan 03 20:30:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/tcu/tcu_controller.txt Sat Apr 20 03:42:50 UTC 2024

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.20.f407-discovery.2443836636"
signature = "rusEFI master.2024.04.20.f407-discovery.1195752310"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.20.f407-discovery.2443836636" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.20.f407-discovery.1195752310" ; 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
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:16:05 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:44:16 UTC 2024
pageSize = 22656
page = 1
@ -2541,7 +2541,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1728
ochBlockSize = 1732
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3090,354 +3090,357 @@ tcuCurrentGear = scalar, S08, 948, "gear", 1, 0
tcRatio = scalar, U16, 950, "value", 0.01, 0
lastShiftTime = scalar, F32, 952, "", 1, 0
tcu_currentRange = scalar, U08, 956, "", 1, 0
; total TS size = 960
throttleUseWotModel = bits, U32, 960, [0:0]
throttleModelCrossoverAngle = scalar, S16, 964, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 968, "g/s", 1, 0
; total TS size = 972
m_requested_pump = scalar, F32, 972, "", 1, 0
fuel_requested_percent = scalar, F32, 976, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 980, "", 1, 0
noValve = bits, U32, 984, [0:0]
angleAboveMin = bits, U32, 984, [1:1]
isHpfpInactive = bits, U32, 984, [2:2]
m_pressureTarget_kPa = scalar, F32, 988, "", 1, 0
nextLobe = scalar, F32, 992, "", 1, 0
di_nextStart = scalar, F32, 996, "v", 1, 0
; total TS size = 1000
m_deadtime = scalar, F32, 1000, "ms", 1, 0
pressureDelta = scalar, F32, 1004, "kPa", 1, 0
pressureRatio = scalar, F32, 1008, "", 1, 0
; total TS size = 1012
retardThresholdRpm = scalar, S32, 1012, "", 1, 0
combinedConditions = bits, U32, 1016, [0:0]
launchActivatePinState = bits, U32, 1016, [1:1]
isLaunchPreCondition = bits, U32, 1016, [2:2]
isLaunchCondition = bits, U32, 1016, [3:3]
isSwitchActivated = bits, U32, 1016, [4:4]
isClutchActivated = bits, U32, 1016, [5:5]
isValidInputPin = bits, U32, 1016, [6:6]
activateSwitchCondition = bits, U32, 1016, [7:7]
rpmCondition = bits, U32, 1016, [8:8]
speedCondition = bits, U32, 1016, [9:9]
tpsCondition = bits, U32, 1016, [10:10]
; total TS size = 1020
isAntilagCondition = bits, U32, 1020, [0:0]
ALSMinRPMCondition = bits, U32, 1020, [1:1]
ALSMaxRPMCondition = bits, U32, 1020, [2:2]
ALSMinCLTCondition = bits, U32, 1020, [3:3]
ALSMaxCLTCondition = bits, U32, 1020, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1020, [5:5]
isALSSwitchActivated = bits, U32, 1020, [6:6]
ALSActivatePinState = bits, U32, 1020, [7:7]
ALSSwitchCondition = bits, U32, 1020, [8:8]
ALSTimerCondition = bits, U32, 1020, [9:9]
fuelALSCorrection = scalar, F32, 1024, "", 1, 0
timingALSCorrection = scalar, S16, 1028, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1030, "deg", 0.01, 0
; total TS size = 1032
isTpsInvalid = bits, U32, 1032, [0:0]
m_shouldResetPid = bits, U32, 1032, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1032, [2:2]
isNotClosedLoop = bits, U32, 1032, [3:3]
isZeroRpm = bits, U32, 1032, [4:4]
hasInitBoost = bits, U32, 1032, [5:5]
rpmTooLow = bits, U32, 1032, [6:6]
tpsTooLow = bits, U32, 1032, [7:7]
mapTooLow = bits, U32, 1032, [8:8]
isPlantValid = bits, U32, 1032, [9:9]
isBoostControlled = bits, U32, 1032, [10:10]
luaTargetAdd = scalar, S16, 1036, "v", 0.5,0
boostOutput = scalar, S16, 1038, "percent", 0.01,0
luaTargetMult = scalar, F32, 1040, "v", 1,0
openLoopPart = scalar, F32, 1044, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1048, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1052, "%", 0.5,0
boostControlTarget = scalar, S16, 1054, "kPa", 0.03333333333333333,0
; total TS size = 1056
acButtonState = scalar, S08, 1056, "", 1, 0
m_acEnabled = bits, U32, 1060, [0:0]
engineTooSlow = bits, U32, 1060, [1:1]
engineTooFast = bits, U32, 1060, [2:2]
noClt = bits, U32, 1060, [3:3]
engineTooHot = bits, U32, 1060, [4:4]
tpsTooHigh = bits, U32, 1060, [5:5]
isDisabledByLua = bits, U32, 1060, [6:6]
acCompressorState = bits, U32, 1060, [7:7]
latest_usage_ac_control = scalar, S32, 1064, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1068, "", 1, 0
; total TS size = 1072
cranking0 = bits, U32, 1072, [0:0]
notRunning0 = bits, U32, 1072, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1072, [2:2]
brokenClt0 = bits, U32, 1072, [3:3]
enabledForAc0 = bits, U32, 1072, [4:4]
hot0 = bits, U32, 1072, [5:5]
cold0 = bits, U32, 1072, [6:6]
disabledBySpeed0 = bits, U32, 1072, [7:7]
tempAlive0 = scalar, U08, 1076, "", 1, 0
tempCode0 = scalar, U08, 1077, "", 1, 0
; total TS size = 1080
cranking1 = bits, U32, 1080, [0:0]
notRunning1 = bits, U32, 1080, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1080, [2:2]
brokenClt1 = bits, U32, 1080, [3:3]
enabledForAc1 = bits, U32, 1080, [4:4]
hot1 = bits, U32, 1080, [5:5]
cold1 = bits, U32, 1080, [6:6]
disabledBySpeed1 = bits, U32, 1080, [7:7]
tempAlive1 = scalar, U08, 1084, "", 1, 0
tempCode1 = scalar, U08, 1085, "", 1, 0
; total TS size = 1088
isPrime = bits, U32, 1088, [0:0]
engineTurnedRecently = bits, U32, 1088, [1:1]
isFuelPumpOn = bits, U32, 1088, [2:2]
ignitionOn = bits, U32, 1088, [3:3]
pressureControlDuty = scalar, S08, 957, "%", 1,0
torqueConverterDuty = scalar, S08, 958, "%", 1,0
isShifting = bits, U32, 960, [0:0]
; total TS size = 964
throttleUseWotModel = bits, U32, 964, [0:0]
throttleModelCrossoverAngle = scalar, S16, 968, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 972, "g/s", 1, 0
; total TS size = 976
m_requested_pump = scalar, F32, 976, "", 1, 0
fuel_requested_percent = scalar, F32, 980, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 984, "", 1, 0
noValve = bits, U32, 988, [0:0]
angleAboveMin = bits, U32, 988, [1:1]
isHpfpInactive = bits, U32, 988, [2:2]
m_pressureTarget_kPa = scalar, F32, 992, "", 1, 0
nextLobe = scalar, F32, 996, "", 1, 0
di_nextStart = scalar, F32, 1000, "v", 1, 0
; total TS size = 1004
m_deadtime = scalar, F32, 1004, "ms", 1, 0
pressureDelta = scalar, F32, 1008, "kPa", 1, 0
pressureRatio = scalar, F32, 1012, "", 1, 0
; total TS size = 1016
retardThresholdRpm = scalar, S32, 1016, "", 1, 0
combinedConditions = bits, U32, 1020, [0:0]
launchActivatePinState = bits, U32, 1020, [1:1]
isLaunchPreCondition = bits, U32, 1020, [2:2]
isLaunchCondition = bits, U32, 1020, [3:3]
isSwitchActivated = bits, U32, 1020, [4:4]
isClutchActivated = bits, U32, 1020, [5:5]
isValidInputPin = bits, U32, 1020, [6:6]
activateSwitchCondition = bits, U32, 1020, [7:7]
rpmCondition = bits, U32, 1020, [8:8]
speedCondition = bits, U32, 1020, [9:9]
tpsCondition = bits, U32, 1020, [10:10]
; total TS size = 1024
isAntilagCondition = bits, U32, 1024, [0:0]
ALSMinRPMCondition = bits, U32, 1024, [1:1]
ALSMaxRPMCondition = bits, U32, 1024, [2:2]
ALSMinCLTCondition = bits, U32, 1024, [3:3]
ALSMaxCLTCondition = bits, U32, 1024, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1024, [5:5]
isALSSwitchActivated = bits, U32, 1024, [6:6]
ALSActivatePinState = bits, U32, 1024, [7:7]
ALSSwitchCondition = bits, U32, 1024, [8:8]
ALSTimerCondition = bits, U32, 1024, [9:9]
fuelALSCorrection = scalar, F32, 1028, "", 1, 0
timingALSCorrection = scalar, S16, 1032, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1034, "deg", 0.01, 0
; total TS size = 1036
isTpsInvalid = bits, U32, 1036, [0:0]
m_shouldResetPid = bits, U32, 1036, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1036, [2:2]
isNotClosedLoop = bits, U32, 1036, [3:3]
isZeroRpm = bits, U32, 1036, [4:4]
hasInitBoost = bits, U32, 1036, [5:5]
rpmTooLow = bits, U32, 1036, [6:6]
tpsTooLow = bits, U32, 1036, [7:7]
mapTooLow = bits, U32, 1036, [8:8]
isPlantValid = bits, U32, 1036, [9:9]
isBoostControlled = bits, U32, 1036, [10:10]
luaTargetAdd = scalar, S16, 1040, "v", 0.5,0
boostOutput = scalar, S16, 1042, "percent", 0.01,0
luaTargetMult = scalar, F32, 1044, "v", 1,0
openLoopPart = scalar, F32, 1048, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1052, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1056, "%", 0.5,0
boostControlTarget = scalar, S16, 1058, "kPa", 0.03333333333333333,0
; total TS size = 1060
acButtonState = scalar, S08, 1060, "", 1, 0
m_acEnabled = bits, U32, 1064, [0:0]
engineTooSlow = bits, U32, 1064, [1:1]
engineTooFast = bits, U32, 1064, [2:2]
noClt = bits, U32, 1064, [3:3]
engineTooHot = bits, U32, 1064, [4:4]
tpsTooHigh = bits, U32, 1064, [5:5]
isDisabledByLua = bits, U32, 1064, [6:6]
acCompressorState = bits, U32, 1064, [7:7]
latest_usage_ac_control = scalar, S32, 1068, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1072, "", 1, 0
; total TS size = 1076
cranking0 = bits, U32, 1076, [0:0]
notRunning0 = bits, U32, 1076, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1076, [2:2]
brokenClt0 = bits, U32, 1076, [3:3]
enabledForAc0 = bits, U32, 1076, [4:4]
hot0 = bits, U32, 1076, [5:5]
cold0 = bits, U32, 1076, [6:6]
disabledBySpeed0 = bits, U32, 1076, [7:7]
tempAlive0 = scalar, U08, 1080, "", 1, 0
tempCode0 = scalar, U08, 1081, "", 1, 0
; total TS size = 1084
cranking1 = bits, U32, 1084, [0:0]
notRunning1 = bits, U32, 1084, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1084, [2:2]
brokenClt1 = bits, U32, 1084, [3:3]
enabledForAc1 = bits, U32, 1084, [4:4]
hot1 = bits, U32, 1084, [5:5]
cold1 = bits, U32, 1084, [6:6]
disabledBySpeed1 = bits, U32, 1084, [7:7]
tempAlive1 = scalar, U08, 1088, "", 1, 0
tempCode1 = scalar, U08, 1089, "", 1, 0
; total TS size = 1092
isBenchTest = bits, U32, 1092, [0:0]
hasIgnitionVoltage = bits, U32, 1092, [1:1]
mainRelayState = bits, U32, 1092, [2:2]
delayedShutoffRequested = bits, U32, 1092, [3:3]
isPrime = bits, U32, 1092, [0:0]
engineTurnedRecently = bits, U32, 1092, [1:1]
isFuelPumpOn = bits, U32, 1092, [2:2]
ignitionOn = bits, U32, 1092, [3:3]
; total TS size = 1096
lua_fuelAdd = scalar, F32, 1096, "g", 1, 0
lua_fuelMult = scalar, F32, 1100, "", 1, 0
lua_clutchUpState = bits, U32, 1104, [0:0]
lua_brakePedalState = bits, U32, 1104, [1:1]
lua_acRequestState = bits, U32, 1104, [2:2]
lua_luaDisableEtb = bits, U32, 1104, [3:3]
lua_luaIgnCut = bits, U32, 1104, [4:4]
sd_tCharge = scalar, S16, 1108, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1112, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1116, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_fuel = scalar, U16, 1128, "mg", 0.01, 0
baroCorrection = scalar, F32, 1132, "", 1, 0
hellenBoardId = scalar, S16, 1136, "id", 1, 0
clutchUpState = scalar, S08, 1138, "", 1, 0
clutchDownState = scalar, S08, 1139, "", 1, 0
brakePedalState = scalar, S08, 1140, "", 1, 0
startStopState = scalar, S08, 1141, "", 1, 0
smartChipState = scalar, S08, 1142, "", 1, 0
smartChipRestartCounter = scalar, S08, 1143, "", 1, 0
smartChipAliveCounter = scalar, S08, 1144, "", 1, 0
startStopPhysicalState = bits, U32, 1148, [0:0]
acrActive = bits, U32, 1148, [1:1]
acrEngineMovedRecently = bits, U32, 1148, [2:2]
heaterControlEnabled = bits, U32, 1148, [3:3]
luaDigitalState0 = bits, U32, 1148, [4:4]
luaDigitalState1 = bits, U32, 1148, [5:5]
luaDigitalState2 = bits, U32, 1148, [6:6]
luaDigitalState3 = bits, U32, 1148, [7:7]
startStopStateToggleCounter = scalar, U32, 1152, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1156, "", 1, 0
luaHardSparkSkip = scalar, F32, 1160, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1164, "", 1, 0
desiredRpmLimit = scalar, S16, 1168, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1172, "", 1, 0
globalSparkCounter = scalar, U32, 1176, "", 1, 0
fuelingLoad = scalar, F32, 1180, "", 1, 0
ignitionLoad = scalar, F32, 1184, "", 1, 0
veTableYAxis = scalar, U16, 1188, "%", 0.01, 0
overDwellCounter = scalar, U08, 1190, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1191, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1192, "", 1, 0
; total TS size = 1196
tpsFrom = scalar, F32, 1196
tpsTo = scalar, F32, 1200
deltaTps = scalar, F32, 1204
extraFuel = scalar, F32, 1208, "", 1, 0
valueFromTable = scalar, F32, 1212, "", 1, 0
isAboveAccelThreshold = bits, U32, 1216, [0:0]
isBelowDecelThreshold = bits, U32, 1216, [1:1]
isTimeToResetAccumulator = bits, U32, 1216, [2:2]
isFractionalEnrichment = bits, U32, 1216, [3:3]
belowEpsilon = bits, U32, 1216, [4:4]
tooShort = bits, U32, 1216, [5:5]
fractionalInjFuel = scalar, F32, 1220, "", 1, 0
accumulatedValue = scalar, F32, 1224, "", 1, 0
maxExtraPerCycle = scalar, F32, 1228, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1232, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1236, "", 1, 0
cycleCnt = scalar, S32, 1240, "", 1, 0
; total TS size = 1244
hwEventCounters1 = scalar, U32, 1244, "", 1, 0
hwEventCounters2 = scalar, U32, 1248, "", 1, 0
hwEventCounters3 = scalar, U32, 1252, "", 1, 0
hwEventCounters4 = scalar, U32, 1256, "", 1, 0
hwEventCounters5 = scalar, U32, 1260, "", 1, 0
hwEventCounters6 = scalar, U32, 1264, "", 1, 0
vvtCamCounter = scalar, U32, 1268, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1272, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1280, "", 1, 0
mapVvt_map_peak = scalar, U08, 1281, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1284, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1288, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1292, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1296, "deg", 1, 0
isDecodingMapCam = bits, U32, 1300, [0:0]
; total TS size = 1304
crankSynchronizationCounter0 = scalar, U32, 1304, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1308, "", 1, 0
vvtToothDurations00 = scalar, U32, 1312, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1316, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1320, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
triggerStateIndex0 = scalar, U08, 1340, "", 1, 0
vvtStateIndex0 = scalar, U08, 1341, "", 1, 0
; total TS size = 1344
crankSynchronizationCounter1 = scalar, U32, 1344, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1348, "", 1, 0
vvtToothDurations01 = scalar, U32, 1352, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1356, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
triggerStateIndex1 = scalar, U08, 1380, "", 1, 0
vvtStateIndex1 = scalar, U08, 1381, "", 1, 0
; total TS size = 1384
crankSynchronizationCounter2 = scalar, U32, 1384, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1388, "", 1, 0
vvtToothDurations02 = scalar, U32, 1392, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1396, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
triggerStateIndex2 = scalar, U08, 1420, "", 1, 0
vvtStateIndex2 = scalar, U08, 1421, "", 1, 0
; total TS size = 1424
crankSynchronizationCounter3 = scalar, U32, 1424, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1428, "", 1, 0
vvtToothDurations03 = scalar, U32, 1432, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1436, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
triggerStateIndex3 = scalar, U08, 1460, "", 1, 0
vvtStateIndex3 = scalar, U08, 1461, "", 1, 0
; total TS size = 1464
crankSynchronizationCounter4 = scalar, U32, 1464, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1468, "", 1, 0
vvtToothDurations04 = scalar, U32, 1472, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1476, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
triggerStateIndex4 = scalar, U08, 1500, "", 1, 0
vvtStateIndex4 = scalar, U08, 1501, "", 1, 0
; total TS size = 1504
camResyncCounter = scalar, U08, 1504, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1508, [0:0]
; total TS size = 1512
wallFuelCorrection = scalar, F32, 1512, "", 1, 0
wallFuel = scalar, F32, 1516, "", 1, 0
; total TS size = 1520
idleState = bits, S32, 1520, [0:2], "not important"
currentIdlePosition = scalar, F32, 1524
baseIdlePosition = scalar, F32, 1528
idleClosedLoop = scalar, F32, 1532
iacByTpsTaper = scalar, F32, 1536
throttlePedalUpState = scalar, S32, 1540, "", 1, 0
mightResetPid = bits, U32, 1544, [0:0]
shouldResetPid = bits, U32, 1544, [1:1]
wasResetPid = bits, U32, 1544, [2:2]
mustResetPid = bits, U32, 1544, [3:3]
isCranking = bits, U32, 1544, [4:4]
isIacTableForCoasting = bits, U32, 1544, [5:5]
notIdling = bits, U32, 1544, [6:6]
needReset = bits, U32, 1544, [7:7]
isInDeadZone = bits, U32, 1544, [8:8]
isBlipping = bits, U32, 1544, [9:9]
useClosedLoop = bits, U32, 1544, [10:10]
badTps = bits, U32, 1544, [11:11]
looksLikeRunning = bits, U32, 1544, [12:12]
looksLikeCoasting = bits, U32, 1544, [13:13]
looksLikeCrankToIdle = bits, U32, 1544, [14:14]
isIdleCoasting = bits, U32, 1544, [15:15]
isIdleClosedLoop = bits, U32, 1544, [16:16]
idleTarget = scalar, S32, 1548, "", 1, 0
targetRpmByClt = scalar, S32, 1552, "", 1, 0
targetRpmAc = scalar, S32, 1556, "", 1, 0
iacByRpmTaper = scalar, F32, 1560
luaAdd = scalar, F32, 1564
; total TS size = 1568
idlePosition0 = scalar, F32, 1568, "per", 1,0
trim0 = scalar, F32, 1572, "", 1, 0
luaAdjustment0 = scalar, F32, 1576, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1580, "per", 1,0
etbFeedForward0 = scalar, F32, 1584
etbIntegralError0 = scalar, F32, 1588, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1592, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1596, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1600, [0:0]
jamDetected0 = bits, U32, 1600, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1604, "per", 1,0
etbDutyAverage0 = scalar, F32, 1608, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1612, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1614, "count", 1,0
etbErrorCode0 = scalar, S08, 1616, "", 1, 0
tcEtbDrop0 = scalar, S08, 1617, "", 1, 0
jamTimer0 = scalar, U16, 1618, "sec", 0.01, 0
; total TS size = 1620
idlePosition1 = scalar, F32, 1620, "per", 1,0
trim1 = scalar, F32, 1624, "", 1, 0
luaAdjustment1 = scalar, F32, 1628, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1632, "per", 1,0
etbFeedForward1 = scalar, F32, 1636
etbIntegralError1 = scalar, F32, 1640, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1644, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1648, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1652, [0:0]
jamDetected1 = bits, U32, 1652, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1656, "per", 1,0
etbDutyAverage1 = scalar, F32, 1660, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1664, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1666, "count", 1,0
etbErrorCode1 = scalar, S08, 1668, "", 1, 0
tcEtbDrop1 = scalar, S08, 1669, "", 1, 0
jamTimer1 = scalar, U16, 1670, "sec", 0.01, 0
; total TS size = 1672
faultCode0 = scalar, U08, 1672, "", 1, 0
heaterDuty0 = scalar, U08, 1673, "%", 1, 0
pumpDuty0 = scalar, U08, 1674, "%", 1, 0
tempC0 = scalar, U16, 1676, "C", 1, 0
nernstVoltage0 = scalar, U16, 1678, "V", 0.001, 0
esr0 = scalar, U16, 1680, "ohm", 1, 0
; total TS size = 1684
faultCode1 = scalar, U08, 1684, "", 1, 0
heaterDuty1 = scalar, U08, 1685, "%", 1, 0
pumpDuty1 = scalar, U08, 1686, "%", 1, 0
tempC1 = scalar, U16, 1688, "C", 1, 0
nernstVoltage1 = scalar, U16, 1690, "V", 0.001, 0
esr1 = scalar, U16, 1692, "ohm", 1, 0
; total TS size = 1696
dcOutput0 = scalar, F32, 1696, "per", 1,0
isEnabled0_int = scalar, U08, 1700, "per", 1,0
isEnabled0 = bits, U32, 1704, [0:0]
; total TS size = 1708
value0 = scalar, U16, 1708, "value", 1,0
value1 = scalar, U16, 1710, "value", 1,0
errorRate = scalar, F32, 1712, "ratio", 1,0
; total TS size = 1716
vvtTarget = scalar, U16, 1716, "deg", 0.1, 0
vvtOutput = scalar, U08, 1718, "%", 0.5, 0
isBenchTest = bits, U32, 1096, [0:0]
hasIgnitionVoltage = bits, U32, 1096, [1:1]
mainRelayState = bits, U32, 1096, [2:2]
delayedShutoffRequested = bits, U32, 1096, [3:3]
; total TS size = 1100
lua_fuelAdd = scalar, F32, 1100, "g", 1, 0
lua_fuelMult = scalar, F32, 1104, "", 1, 0
lua_clutchUpState = bits, U32, 1108, [0:0]
lua_brakePedalState = bits, U32, 1108, [1:1]
lua_acRequestState = bits, U32, 1108, [2:2]
lua_luaDisableEtb = bits, U32, 1108, [3:3]
lua_luaIgnCut = bits, U32, 1108, [4:4]
sd_tCharge = scalar, S16, 1112, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1116, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1128, "", 1, 0
crankingFuel_fuel = scalar, U16, 1132, "mg", 0.01, 0
baroCorrection = scalar, F32, 1136, "", 1, 0
hellenBoardId = scalar, S16, 1140, "id", 1, 0
clutchUpState = scalar, S08, 1142, "", 1, 0
clutchDownState = scalar, S08, 1143, "", 1, 0
brakePedalState = scalar, S08, 1144, "", 1, 0
startStopState = scalar, S08, 1145, "", 1, 0
smartChipState = scalar, S08, 1146, "", 1, 0
smartChipRestartCounter = scalar, S08, 1147, "", 1, 0
smartChipAliveCounter = scalar, S08, 1148, "", 1, 0
startStopPhysicalState = bits, U32, 1152, [0:0]
acrActive = bits, U32, 1152, [1:1]
acrEngineMovedRecently = bits, U32, 1152, [2:2]
heaterControlEnabled = bits, U32, 1152, [3:3]
luaDigitalState0 = bits, U32, 1152, [4:4]
luaDigitalState1 = bits, U32, 1152, [5:5]
luaDigitalState2 = bits, U32, 1152, [6:6]
luaDigitalState3 = bits, U32, 1152, [7:7]
startStopStateToggleCounter = scalar, U32, 1156, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1160, "", 1, 0
luaHardSparkSkip = scalar, F32, 1164, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1168, "", 1, 0
desiredRpmLimit = scalar, S16, 1172, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1176, "", 1, 0
globalSparkCounter = scalar, U32, 1180, "", 1, 0
fuelingLoad = scalar, F32, 1184, "", 1, 0
ignitionLoad = scalar, F32, 1188, "", 1, 0
veTableYAxis = scalar, U16, 1192, "%", 0.01, 0
overDwellCounter = scalar, U08, 1194, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1195, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1196, "", 1, 0
; total TS size = 1200
tpsFrom = scalar, F32, 1200
tpsTo = scalar, F32, 1204
deltaTps = scalar, F32, 1208
extraFuel = scalar, F32, 1212, "", 1, 0
valueFromTable = scalar, F32, 1216, "", 1, 0
isAboveAccelThreshold = bits, U32, 1220, [0:0]
isBelowDecelThreshold = bits, U32, 1220, [1:1]
isTimeToResetAccumulator = bits, U32, 1220, [2:2]
isFractionalEnrichment = bits, U32, 1220, [3:3]
belowEpsilon = bits, U32, 1220, [4:4]
tooShort = bits, U32, 1220, [5:5]
fractionalInjFuel = scalar, F32, 1224, "", 1, 0
accumulatedValue = scalar, F32, 1228, "", 1, 0
maxExtraPerCycle = scalar, F32, 1232, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1236, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1240, "", 1, 0
cycleCnt = scalar, S32, 1244, "", 1, 0
; total TS size = 1248
hwEventCounters1 = scalar, U32, 1248, "", 1, 0
hwEventCounters2 = scalar, U32, 1252, "", 1, 0
hwEventCounters3 = scalar, U32, 1256, "", 1, 0
hwEventCounters4 = scalar, U32, 1260, "", 1, 0
hwEventCounters5 = scalar, U32, 1264, "", 1, 0
hwEventCounters6 = scalar, U32, 1268, "", 1, 0
vvtCamCounter = scalar, U32, 1272, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1280, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1284, "", 1, 0
mapVvt_map_peak = scalar, U08, 1285, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1288, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1292, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1296, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1300, "deg", 1, 0
isDecodingMapCam = bits, U32, 1304, [0:0]
; total TS size = 1308
crankSynchronizationCounter0 = scalar, U32, 1308, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1312, "", 1, 0
vvtToothDurations00 = scalar, U32, 1316, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1320, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
triggerStateIndex0 = scalar, U08, 1344, "", 1, 0
vvtStateIndex0 = scalar, U08, 1345, "", 1, 0
; total TS size = 1348
crankSynchronizationCounter1 = scalar, U32, 1348, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1352, "", 1, 0
vvtToothDurations01 = scalar, U32, 1356, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1360, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
triggerStateIndex1 = scalar, U08, 1384, "", 1, 0
vvtStateIndex1 = scalar, U08, 1385, "", 1, 0
; total TS size = 1388
crankSynchronizationCounter2 = scalar, U32, 1388, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1392, "", 1, 0
vvtToothDurations02 = scalar, U32, 1396, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1400, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
triggerStateIndex2 = scalar, U08, 1424, "", 1, 0
vvtStateIndex2 = scalar, U08, 1425, "", 1, 0
; total TS size = 1428
crankSynchronizationCounter3 = scalar, U32, 1428, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1432, "", 1, 0
vvtToothDurations03 = scalar, U32, 1436, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1440, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
triggerStateIndex3 = scalar, U08, 1464, "", 1, 0
vvtStateIndex3 = scalar, U08, 1465, "", 1, 0
; total TS size = 1468
crankSynchronizationCounter4 = scalar, U32, 1468, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1472, "", 1, 0
vvtToothDurations04 = scalar, U32, 1476, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1480, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
triggerStateIndex4 = scalar, U08, 1504, "", 1, 0
vvtStateIndex4 = scalar, U08, 1505, "", 1, 0
; total TS size = 1508
camResyncCounter = scalar, U08, 1508, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1512, [0:0]
; total TS size = 1516
wallFuelCorrection = scalar, F32, 1516, "", 1, 0
wallFuel = scalar, F32, 1520, "", 1, 0
; total TS size = 1524
idleState = bits, S32, 1524, [0:2], "not important"
currentIdlePosition = scalar, F32, 1528
baseIdlePosition = scalar, F32, 1532
idleClosedLoop = scalar, F32, 1536
iacByTpsTaper = scalar, F32, 1540
throttlePedalUpState = scalar, S32, 1544, "", 1, 0
mightResetPid = bits, U32, 1548, [0:0]
shouldResetPid = bits, U32, 1548, [1:1]
wasResetPid = bits, U32, 1548, [2:2]
mustResetPid = bits, U32, 1548, [3:3]
isCranking = bits, U32, 1548, [4:4]
isIacTableForCoasting = bits, U32, 1548, [5:5]
notIdling = bits, U32, 1548, [6:6]
needReset = bits, U32, 1548, [7:7]
isInDeadZone = bits, U32, 1548, [8:8]
isBlipping = bits, U32, 1548, [9:9]
useClosedLoop = bits, U32, 1548, [10:10]
badTps = bits, U32, 1548, [11:11]
looksLikeRunning = bits, U32, 1548, [12:12]
looksLikeCoasting = bits, U32, 1548, [13:13]
looksLikeCrankToIdle = bits, U32, 1548, [14:14]
isIdleCoasting = bits, U32, 1548, [15:15]
isIdleClosedLoop = bits, U32, 1548, [16:16]
idleTarget = scalar, S32, 1552, "", 1, 0
targetRpmByClt = scalar, S32, 1556, "", 1, 0
targetRpmAc = scalar, S32, 1560, "", 1, 0
iacByRpmTaper = scalar, F32, 1564
luaAdd = scalar, F32, 1568
; total TS size = 1572
idlePosition0 = scalar, F32, 1572, "per", 1,0
trim0 = scalar, F32, 1576, "", 1, 0
luaAdjustment0 = scalar, F32, 1580, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1584, "per", 1,0
etbFeedForward0 = scalar, F32, 1588
etbIntegralError0 = scalar, F32, 1592, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1596, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1600, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1604, [0:0]
jamDetected0 = bits, U32, 1604, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1608, "per", 1,0
etbDutyAverage0 = scalar, F32, 1612, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1616, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1618, "count", 1,0
etbErrorCode0 = scalar, S08, 1620, "", 1, 0
tcEtbDrop0 = scalar, S08, 1621, "", 1, 0
jamTimer0 = scalar, U16, 1622, "sec", 0.01, 0
; total TS size = 1624
idlePosition1 = scalar, F32, 1624, "per", 1,0
trim1 = scalar, F32, 1628, "", 1, 0
luaAdjustment1 = scalar, F32, 1632, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1636, "per", 1,0
etbFeedForward1 = scalar, F32, 1640
etbIntegralError1 = scalar, F32, 1644, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1648, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1652, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1656, [0:0]
jamDetected1 = bits, U32, 1656, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1660, "per", 1,0
etbDutyAverage1 = scalar, F32, 1664, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1668, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1670, "count", 1,0
etbErrorCode1 = scalar, S08, 1672, "", 1, 0
tcEtbDrop1 = scalar, S08, 1673, "", 1, 0
jamTimer1 = scalar, U16, 1674, "sec", 0.01, 0
; total TS size = 1676
faultCode0 = scalar, U08, 1676, "", 1, 0
heaterDuty0 = scalar, U08, 1677, "%", 1, 0
pumpDuty0 = scalar, U08, 1678, "%", 1, 0
tempC0 = scalar, U16, 1680, "C", 1, 0
nernstVoltage0 = scalar, U16, 1682, "V", 0.001, 0
esr0 = scalar, U16, 1684, "ohm", 1, 0
; total TS size = 1688
faultCode1 = scalar, U08, 1688, "", 1, 0
heaterDuty1 = scalar, U08, 1689, "%", 1, 0
pumpDuty1 = scalar, U08, 1690, "%", 1, 0
tempC1 = scalar, U16, 1692, "C", 1, 0
nernstVoltage1 = scalar, U16, 1694, "V", 0.001, 0
esr1 = scalar, U16, 1696, "ohm", 1, 0
; total TS size = 1700
dcOutput0 = scalar, F32, 1700, "per", 1,0
isEnabled0_int = scalar, U08, 1704, "per", 1,0
isEnabled0 = bits, U32, 1708, [0:0]
; total TS size = 1712
value0 = scalar, U16, 1712, "value", 1,0
value1 = scalar, U16, 1714, "value", 1,0
errorRate = scalar, F32, 1716, "ratio", 1,0
; total TS size = 1720
lambdaCurrentlyGood = bits, U32, 1720, [0:0]
lambdaMonitorCut = bits, U32, 1720, [1:1]
lambdaTimeSinceGood = scalar, U16, 1724, "sec", 0.01, 0
; total TS size = 1728
vvtTarget = scalar, U16, 1720, "deg", 0.1, 0
vvtOutput = scalar, U08, 1722, "%", 0.5, 0
; total TS size = 1724
lambdaCurrentlyGood = bits, U32, 1724, [0:0]
lambdaMonitorCut = bits, U32, 1724, [1:1]
lambdaTimeSinceGood = scalar, U16, 1728, "sec", 0.01, 0
; total TS size = 1732
time = { timeNow }
@ -4916,6 +4919,8 @@ gaugeCategory = Transmission
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
idealEngineTorqueGauge = idealEngineTorque, "idealEngineTorque", "", 0, 100, 0, 0, 100, 100, 4, 4
pressureControlGauge = pressureControlDuty, "EPC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
torqueConverterGauge = torqueConverterDuty, "TC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
gaugeCategory = Knock
knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
@ -5051,6 +5056,7 @@ gaugeCategory = GPPWM Outputs
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
[KeyActions]
@ -5504,6 +5510,9 @@ entry = tcuCurrentGear, "Current Gear", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = pressureControlDuty, "TCU: EPC Duty", int, "%d"
entry = torqueConverterDuty, "TCU: TC Duty", int, "%d"
entry = isShifting, "isShifting", int, "%d"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
@ -6424,13 +6433,19 @@ dialog = knock_controllerDialog, "knock_controller"
liveGraph = knock_controller_5_Graph, "Graph", South
graphLine = m_maximumRetard
indicatorPanel = tcu_controllerIndicatorPanel, 2
indicator = {isShifting}, "isShifting No", "isShifting Yes"
dialog = tcu_controllerDialog, "tcu_controller"
panel = tcu_controllerIndicatorPanel
liveGraph = tcu_controller_1_Graph, "Graph", South
graphLine = tcuCurrentGear
graphLine = tcRatio
graphLine = lastShiftTime
graphLine = tcu_currentRange
liveGraph = tcu_controller_2_Graph, "Graph", South
graphLine = pressureControlDuty
graphLine = torqueConverterDuty
indicatorPanel = throttle_modelIndicatorPanel, 2
indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.20.alphax-2chan.1931844425"
signature = "rusEFI master.2024.04.20.alphax-2chan.2781469923"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.20.alphax-2chan.1931844425" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.20.alphax-2chan.2781469923" ; 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
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:14:53 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:43:07 UTC 2024
pageSize = 22656
page = 1
@ -2541,7 +2541,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1728
ochBlockSize = 1732
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3090,354 +3090,357 @@ tcuCurrentGear = scalar, S08, 948, "gear", 1, 0
tcRatio = scalar, U16, 950, "value", 0.01, 0
lastShiftTime = scalar, F32, 952, "", 1, 0
tcu_currentRange = scalar, U08, 956, "", 1, 0
; total TS size = 960
throttleUseWotModel = bits, U32, 960, [0:0]
throttleModelCrossoverAngle = scalar, S16, 964, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 968, "g/s", 1, 0
; total TS size = 972
m_requested_pump = scalar, F32, 972, "", 1, 0
fuel_requested_percent = scalar, F32, 976, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 980, "", 1, 0
noValve = bits, U32, 984, [0:0]
angleAboveMin = bits, U32, 984, [1:1]
isHpfpInactive = bits, U32, 984, [2:2]
m_pressureTarget_kPa = scalar, F32, 988, "", 1, 0
nextLobe = scalar, F32, 992, "", 1, 0
di_nextStart = scalar, F32, 996, "v", 1, 0
; total TS size = 1000
m_deadtime = scalar, F32, 1000, "ms", 1, 0
pressureDelta = scalar, F32, 1004, "kPa", 1, 0
pressureRatio = scalar, F32, 1008, "", 1, 0
; total TS size = 1012
retardThresholdRpm = scalar, S32, 1012, "", 1, 0
combinedConditions = bits, U32, 1016, [0:0]
launchActivatePinState = bits, U32, 1016, [1:1]
isLaunchPreCondition = bits, U32, 1016, [2:2]
isLaunchCondition = bits, U32, 1016, [3:3]
isSwitchActivated = bits, U32, 1016, [4:4]
isClutchActivated = bits, U32, 1016, [5:5]
isValidInputPin = bits, U32, 1016, [6:6]
activateSwitchCondition = bits, U32, 1016, [7:7]
rpmCondition = bits, U32, 1016, [8:8]
speedCondition = bits, U32, 1016, [9:9]
tpsCondition = bits, U32, 1016, [10:10]
; total TS size = 1020
isAntilagCondition = bits, U32, 1020, [0:0]
ALSMinRPMCondition = bits, U32, 1020, [1:1]
ALSMaxRPMCondition = bits, U32, 1020, [2:2]
ALSMinCLTCondition = bits, U32, 1020, [3:3]
ALSMaxCLTCondition = bits, U32, 1020, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1020, [5:5]
isALSSwitchActivated = bits, U32, 1020, [6:6]
ALSActivatePinState = bits, U32, 1020, [7:7]
ALSSwitchCondition = bits, U32, 1020, [8:8]
ALSTimerCondition = bits, U32, 1020, [9:9]
fuelALSCorrection = scalar, F32, 1024, "", 1, 0
timingALSCorrection = scalar, S16, 1028, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1030, "deg", 0.01, 0
; total TS size = 1032
isTpsInvalid = bits, U32, 1032, [0:0]
m_shouldResetPid = bits, U32, 1032, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1032, [2:2]
isNotClosedLoop = bits, U32, 1032, [3:3]
isZeroRpm = bits, U32, 1032, [4:4]
hasInitBoost = bits, U32, 1032, [5:5]
rpmTooLow = bits, U32, 1032, [6:6]
tpsTooLow = bits, U32, 1032, [7:7]
mapTooLow = bits, U32, 1032, [8:8]
isPlantValid = bits, U32, 1032, [9:9]
isBoostControlled = bits, U32, 1032, [10:10]
luaTargetAdd = scalar, S16, 1036, "v", 0.5,0
boostOutput = scalar, S16, 1038, "percent", 0.01,0
luaTargetMult = scalar, F32, 1040, "v", 1,0
openLoopPart = scalar, F32, 1044, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1048, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1052, "%", 0.5,0
boostControlTarget = scalar, S16, 1054, "kPa", 0.03333333333333333,0
; total TS size = 1056
acButtonState = scalar, S08, 1056, "", 1, 0
m_acEnabled = bits, U32, 1060, [0:0]
engineTooSlow = bits, U32, 1060, [1:1]
engineTooFast = bits, U32, 1060, [2:2]
noClt = bits, U32, 1060, [3:3]
engineTooHot = bits, U32, 1060, [4:4]
tpsTooHigh = bits, U32, 1060, [5:5]
isDisabledByLua = bits, U32, 1060, [6:6]
acCompressorState = bits, U32, 1060, [7:7]
latest_usage_ac_control = scalar, S32, 1064, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1068, "", 1, 0
; total TS size = 1072
cranking0 = bits, U32, 1072, [0:0]
notRunning0 = bits, U32, 1072, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1072, [2:2]
brokenClt0 = bits, U32, 1072, [3:3]
enabledForAc0 = bits, U32, 1072, [4:4]
hot0 = bits, U32, 1072, [5:5]
cold0 = bits, U32, 1072, [6:6]
disabledBySpeed0 = bits, U32, 1072, [7:7]
tempAlive0 = scalar, U08, 1076, "", 1, 0
tempCode0 = scalar, U08, 1077, "", 1, 0
; total TS size = 1080
cranking1 = bits, U32, 1080, [0:0]
notRunning1 = bits, U32, 1080, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1080, [2:2]
brokenClt1 = bits, U32, 1080, [3:3]
enabledForAc1 = bits, U32, 1080, [4:4]
hot1 = bits, U32, 1080, [5:5]
cold1 = bits, U32, 1080, [6:6]
disabledBySpeed1 = bits, U32, 1080, [7:7]
tempAlive1 = scalar, U08, 1084, "", 1, 0
tempCode1 = scalar, U08, 1085, "", 1, 0
; total TS size = 1088
isPrime = bits, U32, 1088, [0:0]
engineTurnedRecently = bits, U32, 1088, [1:1]
isFuelPumpOn = bits, U32, 1088, [2:2]
ignitionOn = bits, U32, 1088, [3:3]
pressureControlDuty = scalar, S08, 957, "%", 1,0
torqueConverterDuty = scalar, S08, 958, "%", 1,0
isShifting = bits, U32, 960, [0:0]
; total TS size = 964
throttleUseWotModel = bits, U32, 964, [0:0]
throttleModelCrossoverAngle = scalar, S16, 968, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 972, "g/s", 1, 0
; total TS size = 976
m_requested_pump = scalar, F32, 976, "", 1, 0
fuel_requested_percent = scalar, F32, 980, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 984, "", 1, 0
noValve = bits, U32, 988, [0:0]
angleAboveMin = bits, U32, 988, [1:1]
isHpfpInactive = bits, U32, 988, [2:2]
m_pressureTarget_kPa = scalar, F32, 992, "", 1, 0
nextLobe = scalar, F32, 996, "", 1, 0
di_nextStart = scalar, F32, 1000, "v", 1, 0
; total TS size = 1004
m_deadtime = scalar, F32, 1004, "ms", 1, 0
pressureDelta = scalar, F32, 1008, "kPa", 1, 0
pressureRatio = scalar, F32, 1012, "", 1, 0
; total TS size = 1016
retardThresholdRpm = scalar, S32, 1016, "", 1, 0
combinedConditions = bits, U32, 1020, [0:0]
launchActivatePinState = bits, U32, 1020, [1:1]
isLaunchPreCondition = bits, U32, 1020, [2:2]
isLaunchCondition = bits, U32, 1020, [3:3]
isSwitchActivated = bits, U32, 1020, [4:4]
isClutchActivated = bits, U32, 1020, [5:5]
isValidInputPin = bits, U32, 1020, [6:6]
activateSwitchCondition = bits, U32, 1020, [7:7]
rpmCondition = bits, U32, 1020, [8:8]
speedCondition = bits, U32, 1020, [9:9]
tpsCondition = bits, U32, 1020, [10:10]
; total TS size = 1024
isAntilagCondition = bits, U32, 1024, [0:0]
ALSMinRPMCondition = bits, U32, 1024, [1:1]
ALSMaxRPMCondition = bits, U32, 1024, [2:2]
ALSMinCLTCondition = bits, U32, 1024, [3:3]
ALSMaxCLTCondition = bits, U32, 1024, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1024, [5:5]
isALSSwitchActivated = bits, U32, 1024, [6:6]
ALSActivatePinState = bits, U32, 1024, [7:7]
ALSSwitchCondition = bits, U32, 1024, [8:8]
ALSTimerCondition = bits, U32, 1024, [9:9]
fuelALSCorrection = scalar, F32, 1028, "", 1, 0
timingALSCorrection = scalar, S16, 1032, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1034, "deg", 0.01, 0
; total TS size = 1036
isTpsInvalid = bits, U32, 1036, [0:0]
m_shouldResetPid = bits, U32, 1036, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1036, [2:2]
isNotClosedLoop = bits, U32, 1036, [3:3]
isZeroRpm = bits, U32, 1036, [4:4]
hasInitBoost = bits, U32, 1036, [5:5]
rpmTooLow = bits, U32, 1036, [6:6]
tpsTooLow = bits, U32, 1036, [7:7]
mapTooLow = bits, U32, 1036, [8:8]
isPlantValid = bits, U32, 1036, [9:9]
isBoostControlled = bits, U32, 1036, [10:10]
luaTargetAdd = scalar, S16, 1040, "v", 0.5,0
boostOutput = scalar, S16, 1042, "percent", 0.01,0
luaTargetMult = scalar, F32, 1044, "v", 1,0
openLoopPart = scalar, F32, 1048, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1052, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1056, "%", 0.5,0
boostControlTarget = scalar, S16, 1058, "kPa", 0.03333333333333333,0
; total TS size = 1060
acButtonState = scalar, S08, 1060, "", 1, 0
m_acEnabled = bits, U32, 1064, [0:0]
engineTooSlow = bits, U32, 1064, [1:1]
engineTooFast = bits, U32, 1064, [2:2]
noClt = bits, U32, 1064, [3:3]
engineTooHot = bits, U32, 1064, [4:4]
tpsTooHigh = bits, U32, 1064, [5:5]
isDisabledByLua = bits, U32, 1064, [6:6]
acCompressorState = bits, U32, 1064, [7:7]
latest_usage_ac_control = scalar, S32, 1068, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1072, "", 1, 0
; total TS size = 1076
cranking0 = bits, U32, 1076, [0:0]
notRunning0 = bits, U32, 1076, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1076, [2:2]
brokenClt0 = bits, U32, 1076, [3:3]
enabledForAc0 = bits, U32, 1076, [4:4]
hot0 = bits, U32, 1076, [5:5]
cold0 = bits, U32, 1076, [6:6]
disabledBySpeed0 = bits, U32, 1076, [7:7]
tempAlive0 = scalar, U08, 1080, "", 1, 0
tempCode0 = scalar, U08, 1081, "", 1, 0
; total TS size = 1084
cranking1 = bits, U32, 1084, [0:0]
notRunning1 = bits, U32, 1084, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1084, [2:2]
brokenClt1 = bits, U32, 1084, [3:3]
enabledForAc1 = bits, U32, 1084, [4:4]
hot1 = bits, U32, 1084, [5:5]
cold1 = bits, U32, 1084, [6:6]
disabledBySpeed1 = bits, U32, 1084, [7:7]
tempAlive1 = scalar, U08, 1088, "", 1, 0
tempCode1 = scalar, U08, 1089, "", 1, 0
; total TS size = 1092
isBenchTest = bits, U32, 1092, [0:0]
hasIgnitionVoltage = bits, U32, 1092, [1:1]
mainRelayState = bits, U32, 1092, [2:2]
delayedShutoffRequested = bits, U32, 1092, [3:3]
isPrime = bits, U32, 1092, [0:0]
engineTurnedRecently = bits, U32, 1092, [1:1]
isFuelPumpOn = bits, U32, 1092, [2:2]
ignitionOn = bits, U32, 1092, [3:3]
; total TS size = 1096
lua_fuelAdd = scalar, F32, 1096, "g", 1, 0
lua_fuelMult = scalar, F32, 1100, "", 1, 0
lua_clutchUpState = bits, U32, 1104, [0:0]
lua_brakePedalState = bits, U32, 1104, [1:1]
lua_acRequestState = bits, U32, 1104, [2:2]
lua_luaDisableEtb = bits, U32, 1104, [3:3]
lua_luaIgnCut = bits, U32, 1104, [4:4]
sd_tCharge = scalar, S16, 1108, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1112, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1116, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_fuel = scalar, U16, 1128, "mg", 0.01, 0
baroCorrection = scalar, F32, 1132, "", 1, 0
hellenBoardId = scalar, S16, 1136, "id", 1, 0
clutchUpState = scalar, S08, 1138, "", 1, 0
clutchDownState = scalar, S08, 1139, "", 1, 0
brakePedalState = scalar, S08, 1140, "", 1, 0
startStopState = scalar, S08, 1141, "", 1, 0
smartChipState = scalar, S08, 1142, "", 1, 0
smartChipRestartCounter = scalar, S08, 1143, "", 1, 0
smartChipAliveCounter = scalar, S08, 1144, "", 1, 0
startStopPhysicalState = bits, U32, 1148, [0:0]
acrActive = bits, U32, 1148, [1:1]
acrEngineMovedRecently = bits, U32, 1148, [2:2]
heaterControlEnabled = bits, U32, 1148, [3:3]
luaDigitalState0 = bits, U32, 1148, [4:4]
luaDigitalState1 = bits, U32, 1148, [5:5]
luaDigitalState2 = bits, U32, 1148, [6:6]
luaDigitalState3 = bits, U32, 1148, [7:7]
startStopStateToggleCounter = scalar, U32, 1152, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1156, "", 1, 0
luaHardSparkSkip = scalar, F32, 1160, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1164, "", 1, 0
desiredRpmLimit = scalar, S16, 1168, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1172, "", 1, 0
globalSparkCounter = scalar, U32, 1176, "", 1, 0
fuelingLoad = scalar, F32, 1180, "", 1, 0
ignitionLoad = scalar, F32, 1184, "", 1, 0
veTableYAxis = scalar, U16, 1188, "%", 0.01, 0
overDwellCounter = scalar, U08, 1190, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1191, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1192, "", 1, 0
; total TS size = 1196
tpsFrom = scalar, F32, 1196
tpsTo = scalar, F32, 1200
deltaTps = scalar, F32, 1204
extraFuel = scalar, F32, 1208, "", 1, 0
valueFromTable = scalar, F32, 1212, "", 1, 0
isAboveAccelThreshold = bits, U32, 1216, [0:0]
isBelowDecelThreshold = bits, U32, 1216, [1:1]
isTimeToResetAccumulator = bits, U32, 1216, [2:2]
isFractionalEnrichment = bits, U32, 1216, [3:3]
belowEpsilon = bits, U32, 1216, [4:4]
tooShort = bits, U32, 1216, [5:5]
fractionalInjFuel = scalar, F32, 1220, "", 1, 0
accumulatedValue = scalar, F32, 1224, "", 1, 0
maxExtraPerCycle = scalar, F32, 1228, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1232, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1236, "", 1, 0
cycleCnt = scalar, S32, 1240, "", 1, 0
; total TS size = 1244
hwEventCounters1 = scalar, U32, 1244, "", 1, 0
hwEventCounters2 = scalar, U32, 1248, "", 1, 0
hwEventCounters3 = scalar, U32, 1252, "", 1, 0
hwEventCounters4 = scalar, U32, 1256, "", 1, 0
hwEventCounters5 = scalar, U32, 1260, "", 1, 0
hwEventCounters6 = scalar, U32, 1264, "", 1, 0
vvtCamCounter = scalar, U32, 1268, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1272, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1280, "", 1, 0
mapVvt_map_peak = scalar, U08, 1281, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1284, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1288, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1292, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1296, "deg", 1, 0
isDecodingMapCam = bits, U32, 1300, [0:0]
; total TS size = 1304
crankSynchronizationCounter0 = scalar, U32, 1304, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1308, "", 1, 0
vvtToothDurations00 = scalar, U32, 1312, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1316, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1320, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
triggerStateIndex0 = scalar, U08, 1340, "", 1, 0
vvtStateIndex0 = scalar, U08, 1341, "", 1, 0
; total TS size = 1344
crankSynchronizationCounter1 = scalar, U32, 1344, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1348, "", 1, 0
vvtToothDurations01 = scalar, U32, 1352, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1356, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
triggerStateIndex1 = scalar, U08, 1380, "", 1, 0
vvtStateIndex1 = scalar, U08, 1381, "", 1, 0
; total TS size = 1384
crankSynchronizationCounter2 = scalar, U32, 1384, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1388, "", 1, 0
vvtToothDurations02 = scalar, U32, 1392, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1396, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
triggerStateIndex2 = scalar, U08, 1420, "", 1, 0
vvtStateIndex2 = scalar, U08, 1421, "", 1, 0
; total TS size = 1424
crankSynchronizationCounter3 = scalar, U32, 1424, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1428, "", 1, 0
vvtToothDurations03 = scalar, U32, 1432, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1436, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
triggerStateIndex3 = scalar, U08, 1460, "", 1, 0
vvtStateIndex3 = scalar, U08, 1461, "", 1, 0
; total TS size = 1464
crankSynchronizationCounter4 = scalar, U32, 1464, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1468, "", 1, 0
vvtToothDurations04 = scalar, U32, 1472, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1476, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
triggerStateIndex4 = scalar, U08, 1500, "", 1, 0
vvtStateIndex4 = scalar, U08, 1501, "", 1, 0
; total TS size = 1504
camResyncCounter = scalar, U08, 1504, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1508, [0:0]
; total TS size = 1512
wallFuelCorrection = scalar, F32, 1512, "", 1, 0
wallFuel = scalar, F32, 1516, "", 1, 0
; total TS size = 1520
idleState = bits, S32, 1520, [0:2], "not important"
currentIdlePosition = scalar, F32, 1524
baseIdlePosition = scalar, F32, 1528
idleClosedLoop = scalar, F32, 1532
iacByTpsTaper = scalar, F32, 1536
throttlePedalUpState = scalar, S32, 1540, "", 1, 0
mightResetPid = bits, U32, 1544, [0:0]
shouldResetPid = bits, U32, 1544, [1:1]
wasResetPid = bits, U32, 1544, [2:2]
mustResetPid = bits, U32, 1544, [3:3]
isCranking = bits, U32, 1544, [4:4]
isIacTableForCoasting = bits, U32, 1544, [5:5]
notIdling = bits, U32, 1544, [6:6]
needReset = bits, U32, 1544, [7:7]
isInDeadZone = bits, U32, 1544, [8:8]
isBlipping = bits, U32, 1544, [9:9]
useClosedLoop = bits, U32, 1544, [10:10]
badTps = bits, U32, 1544, [11:11]
looksLikeRunning = bits, U32, 1544, [12:12]
looksLikeCoasting = bits, U32, 1544, [13:13]
looksLikeCrankToIdle = bits, U32, 1544, [14:14]
isIdleCoasting = bits, U32, 1544, [15:15]
isIdleClosedLoop = bits, U32, 1544, [16:16]
idleTarget = scalar, S32, 1548, "", 1, 0
targetRpmByClt = scalar, S32, 1552, "", 1, 0
targetRpmAc = scalar, S32, 1556, "", 1, 0
iacByRpmTaper = scalar, F32, 1560
luaAdd = scalar, F32, 1564
; total TS size = 1568
idlePosition0 = scalar, F32, 1568, "per", 1,0
trim0 = scalar, F32, 1572, "", 1, 0
luaAdjustment0 = scalar, F32, 1576, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1580, "per", 1,0
etbFeedForward0 = scalar, F32, 1584
etbIntegralError0 = scalar, F32, 1588, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1592, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1596, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1600, [0:0]
jamDetected0 = bits, U32, 1600, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1604, "per", 1,0
etbDutyAverage0 = scalar, F32, 1608, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1612, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1614, "count", 1,0
etbErrorCode0 = scalar, S08, 1616, "", 1, 0
tcEtbDrop0 = scalar, S08, 1617, "", 1, 0
jamTimer0 = scalar, U16, 1618, "sec", 0.01, 0
; total TS size = 1620
idlePosition1 = scalar, F32, 1620, "per", 1,0
trim1 = scalar, F32, 1624, "", 1, 0
luaAdjustment1 = scalar, F32, 1628, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1632, "per", 1,0
etbFeedForward1 = scalar, F32, 1636
etbIntegralError1 = scalar, F32, 1640, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1644, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1648, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1652, [0:0]
jamDetected1 = bits, U32, 1652, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1656, "per", 1,0
etbDutyAverage1 = scalar, F32, 1660, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1664, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1666, "count", 1,0
etbErrorCode1 = scalar, S08, 1668, "", 1, 0
tcEtbDrop1 = scalar, S08, 1669, "", 1, 0
jamTimer1 = scalar, U16, 1670, "sec", 0.01, 0
; total TS size = 1672
faultCode0 = scalar, U08, 1672, "", 1, 0
heaterDuty0 = scalar, U08, 1673, "%", 1, 0
pumpDuty0 = scalar, U08, 1674, "%", 1, 0
tempC0 = scalar, U16, 1676, "C", 1, 0
nernstVoltage0 = scalar, U16, 1678, "V", 0.001, 0
esr0 = scalar, U16, 1680, "ohm", 1, 0
; total TS size = 1684
faultCode1 = scalar, U08, 1684, "", 1, 0
heaterDuty1 = scalar, U08, 1685, "%", 1, 0
pumpDuty1 = scalar, U08, 1686, "%", 1, 0
tempC1 = scalar, U16, 1688, "C", 1, 0
nernstVoltage1 = scalar, U16, 1690, "V", 0.001, 0
esr1 = scalar, U16, 1692, "ohm", 1, 0
; total TS size = 1696
dcOutput0 = scalar, F32, 1696, "per", 1,0
isEnabled0_int = scalar, U08, 1700, "per", 1,0
isEnabled0 = bits, U32, 1704, [0:0]
; total TS size = 1708
value0 = scalar, U16, 1708, "value", 1,0
value1 = scalar, U16, 1710, "value", 1,0
errorRate = scalar, F32, 1712, "ratio", 1,0
; total TS size = 1716
vvtTarget = scalar, U16, 1716, "deg", 0.1, 0
vvtOutput = scalar, U08, 1718, "%", 0.5, 0
isBenchTest = bits, U32, 1096, [0:0]
hasIgnitionVoltage = bits, U32, 1096, [1:1]
mainRelayState = bits, U32, 1096, [2:2]
delayedShutoffRequested = bits, U32, 1096, [3:3]
; total TS size = 1100
lua_fuelAdd = scalar, F32, 1100, "g", 1, 0
lua_fuelMult = scalar, F32, 1104, "", 1, 0
lua_clutchUpState = bits, U32, 1108, [0:0]
lua_brakePedalState = bits, U32, 1108, [1:1]
lua_acRequestState = bits, U32, 1108, [2:2]
lua_luaDisableEtb = bits, U32, 1108, [3:3]
lua_luaIgnCut = bits, U32, 1108, [4:4]
sd_tCharge = scalar, S16, 1112, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1116, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1128, "", 1, 0
crankingFuel_fuel = scalar, U16, 1132, "mg", 0.01, 0
baroCorrection = scalar, F32, 1136, "", 1, 0
hellenBoardId = scalar, S16, 1140, "id", 1, 0
clutchUpState = scalar, S08, 1142, "", 1, 0
clutchDownState = scalar, S08, 1143, "", 1, 0
brakePedalState = scalar, S08, 1144, "", 1, 0
startStopState = scalar, S08, 1145, "", 1, 0
smartChipState = scalar, S08, 1146, "", 1, 0
smartChipRestartCounter = scalar, S08, 1147, "", 1, 0
smartChipAliveCounter = scalar, S08, 1148, "", 1, 0
startStopPhysicalState = bits, U32, 1152, [0:0]
acrActive = bits, U32, 1152, [1:1]
acrEngineMovedRecently = bits, U32, 1152, [2:2]
heaterControlEnabled = bits, U32, 1152, [3:3]
luaDigitalState0 = bits, U32, 1152, [4:4]
luaDigitalState1 = bits, U32, 1152, [5:5]
luaDigitalState2 = bits, U32, 1152, [6:6]
luaDigitalState3 = bits, U32, 1152, [7:7]
startStopStateToggleCounter = scalar, U32, 1156, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1160, "", 1, 0
luaHardSparkSkip = scalar, F32, 1164, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1168, "", 1, 0
desiredRpmLimit = scalar, S16, 1172, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1176, "", 1, 0
globalSparkCounter = scalar, U32, 1180, "", 1, 0
fuelingLoad = scalar, F32, 1184, "", 1, 0
ignitionLoad = scalar, F32, 1188, "", 1, 0
veTableYAxis = scalar, U16, 1192, "%", 0.01, 0
overDwellCounter = scalar, U08, 1194, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1195, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1196, "", 1, 0
; total TS size = 1200
tpsFrom = scalar, F32, 1200
tpsTo = scalar, F32, 1204
deltaTps = scalar, F32, 1208
extraFuel = scalar, F32, 1212, "", 1, 0
valueFromTable = scalar, F32, 1216, "", 1, 0
isAboveAccelThreshold = bits, U32, 1220, [0:0]
isBelowDecelThreshold = bits, U32, 1220, [1:1]
isTimeToResetAccumulator = bits, U32, 1220, [2:2]
isFractionalEnrichment = bits, U32, 1220, [3:3]
belowEpsilon = bits, U32, 1220, [4:4]
tooShort = bits, U32, 1220, [5:5]
fractionalInjFuel = scalar, F32, 1224, "", 1, 0
accumulatedValue = scalar, F32, 1228, "", 1, 0
maxExtraPerCycle = scalar, F32, 1232, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1236, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1240, "", 1, 0
cycleCnt = scalar, S32, 1244, "", 1, 0
; total TS size = 1248
hwEventCounters1 = scalar, U32, 1248, "", 1, 0
hwEventCounters2 = scalar, U32, 1252, "", 1, 0
hwEventCounters3 = scalar, U32, 1256, "", 1, 0
hwEventCounters4 = scalar, U32, 1260, "", 1, 0
hwEventCounters5 = scalar, U32, 1264, "", 1, 0
hwEventCounters6 = scalar, U32, 1268, "", 1, 0
vvtCamCounter = scalar, U32, 1272, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1280, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1284, "", 1, 0
mapVvt_map_peak = scalar, U08, 1285, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1288, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1292, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1296, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1300, "deg", 1, 0
isDecodingMapCam = bits, U32, 1304, [0:0]
; total TS size = 1308
crankSynchronizationCounter0 = scalar, U32, 1308, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1312, "", 1, 0
vvtToothDurations00 = scalar, U32, 1316, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1320, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
triggerStateIndex0 = scalar, U08, 1344, "", 1, 0
vvtStateIndex0 = scalar, U08, 1345, "", 1, 0
; total TS size = 1348
crankSynchronizationCounter1 = scalar, U32, 1348, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1352, "", 1, 0
vvtToothDurations01 = scalar, U32, 1356, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1360, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
triggerStateIndex1 = scalar, U08, 1384, "", 1, 0
vvtStateIndex1 = scalar, U08, 1385, "", 1, 0
; total TS size = 1388
crankSynchronizationCounter2 = scalar, U32, 1388, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1392, "", 1, 0
vvtToothDurations02 = scalar, U32, 1396, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1400, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
triggerStateIndex2 = scalar, U08, 1424, "", 1, 0
vvtStateIndex2 = scalar, U08, 1425, "", 1, 0
; total TS size = 1428
crankSynchronizationCounter3 = scalar, U32, 1428, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1432, "", 1, 0
vvtToothDurations03 = scalar, U32, 1436, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1440, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
triggerStateIndex3 = scalar, U08, 1464, "", 1, 0
vvtStateIndex3 = scalar, U08, 1465, "", 1, 0
; total TS size = 1468
crankSynchronizationCounter4 = scalar, U32, 1468, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1472, "", 1, 0
vvtToothDurations04 = scalar, U32, 1476, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1480, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
triggerStateIndex4 = scalar, U08, 1504, "", 1, 0
vvtStateIndex4 = scalar, U08, 1505, "", 1, 0
; total TS size = 1508
camResyncCounter = scalar, U08, 1508, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1512, [0:0]
; total TS size = 1516
wallFuelCorrection = scalar, F32, 1516, "", 1, 0
wallFuel = scalar, F32, 1520, "", 1, 0
; total TS size = 1524
idleState = bits, S32, 1524, [0:2], "not important"
currentIdlePosition = scalar, F32, 1528
baseIdlePosition = scalar, F32, 1532
idleClosedLoop = scalar, F32, 1536
iacByTpsTaper = scalar, F32, 1540
throttlePedalUpState = scalar, S32, 1544, "", 1, 0
mightResetPid = bits, U32, 1548, [0:0]
shouldResetPid = bits, U32, 1548, [1:1]
wasResetPid = bits, U32, 1548, [2:2]
mustResetPid = bits, U32, 1548, [3:3]
isCranking = bits, U32, 1548, [4:4]
isIacTableForCoasting = bits, U32, 1548, [5:5]
notIdling = bits, U32, 1548, [6:6]
needReset = bits, U32, 1548, [7:7]
isInDeadZone = bits, U32, 1548, [8:8]
isBlipping = bits, U32, 1548, [9:9]
useClosedLoop = bits, U32, 1548, [10:10]
badTps = bits, U32, 1548, [11:11]
looksLikeRunning = bits, U32, 1548, [12:12]
looksLikeCoasting = bits, U32, 1548, [13:13]
looksLikeCrankToIdle = bits, U32, 1548, [14:14]
isIdleCoasting = bits, U32, 1548, [15:15]
isIdleClosedLoop = bits, U32, 1548, [16:16]
idleTarget = scalar, S32, 1552, "", 1, 0
targetRpmByClt = scalar, S32, 1556, "", 1, 0
targetRpmAc = scalar, S32, 1560, "", 1, 0
iacByRpmTaper = scalar, F32, 1564
luaAdd = scalar, F32, 1568
; total TS size = 1572
idlePosition0 = scalar, F32, 1572, "per", 1,0
trim0 = scalar, F32, 1576, "", 1, 0
luaAdjustment0 = scalar, F32, 1580, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1584, "per", 1,0
etbFeedForward0 = scalar, F32, 1588
etbIntegralError0 = scalar, F32, 1592, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1596, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1600, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1604, [0:0]
jamDetected0 = bits, U32, 1604, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1608, "per", 1,0
etbDutyAverage0 = scalar, F32, 1612, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1616, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1618, "count", 1,0
etbErrorCode0 = scalar, S08, 1620, "", 1, 0
tcEtbDrop0 = scalar, S08, 1621, "", 1, 0
jamTimer0 = scalar, U16, 1622, "sec", 0.01, 0
; total TS size = 1624
idlePosition1 = scalar, F32, 1624, "per", 1,0
trim1 = scalar, F32, 1628, "", 1, 0
luaAdjustment1 = scalar, F32, 1632, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1636, "per", 1,0
etbFeedForward1 = scalar, F32, 1640
etbIntegralError1 = scalar, F32, 1644, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1648, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1652, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1656, [0:0]
jamDetected1 = bits, U32, 1656, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1660, "per", 1,0
etbDutyAverage1 = scalar, F32, 1664, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1668, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1670, "count", 1,0
etbErrorCode1 = scalar, S08, 1672, "", 1, 0
tcEtbDrop1 = scalar, S08, 1673, "", 1, 0
jamTimer1 = scalar, U16, 1674, "sec", 0.01, 0
; total TS size = 1676
faultCode0 = scalar, U08, 1676, "", 1, 0
heaterDuty0 = scalar, U08, 1677, "%", 1, 0
pumpDuty0 = scalar, U08, 1678, "%", 1, 0
tempC0 = scalar, U16, 1680, "C", 1, 0
nernstVoltage0 = scalar, U16, 1682, "V", 0.001, 0
esr0 = scalar, U16, 1684, "ohm", 1, 0
; total TS size = 1688
faultCode1 = scalar, U08, 1688, "", 1, 0
heaterDuty1 = scalar, U08, 1689, "%", 1, 0
pumpDuty1 = scalar, U08, 1690, "%", 1, 0
tempC1 = scalar, U16, 1692, "C", 1, 0
nernstVoltage1 = scalar, U16, 1694, "V", 0.001, 0
esr1 = scalar, U16, 1696, "ohm", 1, 0
; total TS size = 1700
dcOutput0 = scalar, F32, 1700, "per", 1,0
isEnabled0_int = scalar, U08, 1704, "per", 1,0
isEnabled0 = bits, U32, 1708, [0:0]
; total TS size = 1712
value0 = scalar, U16, 1712, "value", 1,0
value1 = scalar, U16, 1714, "value", 1,0
errorRate = scalar, F32, 1716, "ratio", 1,0
; total TS size = 1720
lambdaCurrentlyGood = bits, U32, 1720, [0:0]
lambdaMonitorCut = bits, U32, 1720, [1:1]
lambdaTimeSinceGood = scalar, U16, 1724, "sec", 0.01, 0
; total TS size = 1728
vvtTarget = scalar, U16, 1720, "deg", 0.1, 0
vvtOutput = scalar, U08, 1722, "%", 0.5, 0
; total TS size = 1724
lambdaCurrentlyGood = bits, U32, 1724, [0:0]
lambdaMonitorCut = bits, U32, 1724, [1:1]
lambdaTimeSinceGood = scalar, U16, 1728, "sec", 0.01, 0
; total TS size = 1732
time = { timeNow }
@ -4916,6 +4919,8 @@ gaugeCategory = Transmission
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
idealEngineTorqueGauge = idealEngineTorque, "idealEngineTorque", "", 0, 100, 0, 0, 100, 100, 4, 4
pressureControlGauge = pressureControlDuty, "EPC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
torqueConverterGauge = torqueConverterDuty, "TC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
gaugeCategory = Knock
knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
@ -5050,6 +5055,7 @@ gaugeCategory = GPPWM Outputs
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
[KeyActions]
@ -5503,6 +5509,9 @@ entry = tcuCurrentGear, "Current Gear", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = pressureControlDuty, "TCU: EPC Duty", int, "%d"
entry = torqueConverterDuty, "TCU: TC Duty", int, "%d"
entry = isShifting, "isShifting", int, "%d"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
@ -6417,13 +6426,19 @@ dialog = knock_controllerDialog, "knock_controller"
liveGraph = knock_controller_5_Graph, "Graph", South
graphLine = m_maximumRetard
indicatorPanel = tcu_controllerIndicatorPanel, 2
indicator = {isShifting}, "isShifting No", "isShifting Yes"
dialog = tcu_controllerDialog, "tcu_controller"
panel = tcu_controllerIndicatorPanel
liveGraph = tcu_controller_1_Graph, "Graph", South
graphLine = tcuCurrentGear
graphLine = tcRatio
graphLine = lastShiftTime
graphLine = tcu_currentRange
liveGraph = tcu_controller_2_Graph, "Graph", South
graphLine = pressureControlDuty
graphLine = torqueConverterDuty
indicatorPanel = throttle_modelIndicatorPanel, 2
indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.20.alphax-4chan.696747527"
signature = "rusEFI master.2024.04.20.alphax-4chan.4285252013"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.20.alphax-4chan.696747527" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.20.alphax-4chan.4285252013" ; 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
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:15:03 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:43:16 UTC 2024
pageSize = 22656
page = 1
@ -2541,7 +2541,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1728
ochBlockSize = 1732
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3090,354 +3090,357 @@ tcuCurrentGear = scalar, S08, 948, "gear", 1, 0
tcRatio = scalar, U16, 950, "value", 0.01, 0
lastShiftTime = scalar, F32, 952, "", 1, 0
tcu_currentRange = scalar, U08, 956, "", 1, 0
; total TS size = 960
throttleUseWotModel = bits, U32, 960, [0:0]
throttleModelCrossoverAngle = scalar, S16, 964, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 968, "g/s", 1, 0
; total TS size = 972
m_requested_pump = scalar, F32, 972, "", 1, 0
fuel_requested_percent = scalar, F32, 976, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 980, "", 1, 0
noValve = bits, U32, 984, [0:0]
angleAboveMin = bits, U32, 984, [1:1]
isHpfpInactive = bits, U32, 984, [2:2]
m_pressureTarget_kPa = scalar, F32, 988, "", 1, 0
nextLobe = scalar, F32, 992, "", 1, 0
di_nextStart = scalar, F32, 996, "v", 1, 0
; total TS size = 1000
m_deadtime = scalar, F32, 1000, "ms", 1, 0
pressureDelta = scalar, F32, 1004, "kPa", 1, 0
pressureRatio = scalar, F32, 1008, "", 1, 0
; total TS size = 1012
retardThresholdRpm = scalar, S32, 1012, "", 1, 0
combinedConditions = bits, U32, 1016, [0:0]
launchActivatePinState = bits, U32, 1016, [1:1]
isLaunchPreCondition = bits, U32, 1016, [2:2]
isLaunchCondition = bits, U32, 1016, [3:3]
isSwitchActivated = bits, U32, 1016, [4:4]
isClutchActivated = bits, U32, 1016, [5:5]
isValidInputPin = bits, U32, 1016, [6:6]
activateSwitchCondition = bits, U32, 1016, [7:7]
rpmCondition = bits, U32, 1016, [8:8]
speedCondition = bits, U32, 1016, [9:9]
tpsCondition = bits, U32, 1016, [10:10]
; total TS size = 1020
isAntilagCondition = bits, U32, 1020, [0:0]
ALSMinRPMCondition = bits, U32, 1020, [1:1]
ALSMaxRPMCondition = bits, U32, 1020, [2:2]
ALSMinCLTCondition = bits, U32, 1020, [3:3]
ALSMaxCLTCondition = bits, U32, 1020, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1020, [5:5]
isALSSwitchActivated = bits, U32, 1020, [6:6]
ALSActivatePinState = bits, U32, 1020, [7:7]
ALSSwitchCondition = bits, U32, 1020, [8:8]
ALSTimerCondition = bits, U32, 1020, [9:9]
fuelALSCorrection = scalar, F32, 1024, "", 1, 0
timingALSCorrection = scalar, S16, 1028, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1030, "deg", 0.01, 0
; total TS size = 1032
isTpsInvalid = bits, U32, 1032, [0:0]
m_shouldResetPid = bits, U32, 1032, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1032, [2:2]
isNotClosedLoop = bits, U32, 1032, [3:3]
isZeroRpm = bits, U32, 1032, [4:4]
hasInitBoost = bits, U32, 1032, [5:5]
rpmTooLow = bits, U32, 1032, [6:6]
tpsTooLow = bits, U32, 1032, [7:7]
mapTooLow = bits, U32, 1032, [8:8]
isPlantValid = bits, U32, 1032, [9:9]
isBoostControlled = bits, U32, 1032, [10:10]
luaTargetAdd = scalar, S16, 1036, "v", 0.5,0
boostOutput = scalar, S16, 1038, "percent", 0.01,0
luaTargetMult = scalar, F32, 1040, "v", 1,0
openLoopPart = scalar, F32, 1044, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1048, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1052, "%", 0.5,0
boostControlTarget = scalar, S16, 1054, "kPa", 0.03333333333333333,0
; total TS size = 1056
acButtonState = scalar, S08, 1056, "", 1, 0
m_acEnabled = bits, U32, 1060, [0:0]
engineTooSlow = bits, U32, 1060, [1:1]
engineTooFast = bits, U32, 1060, [2:2]
noClt = bits, U32, 1060, [3:3]
engineTooHot = bits, U32, 1060, [4:4]
tpsTooHigh = bits, U32, 1060, [5:5]
isDisabledByLua = bits, U32, 1060, [6:6]
acCompressorState = bits, U32, 1060, [7:7]
latest_usage_ac_control = scalar, S32, 1064, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1068, "", 1, 0
; total TS size = 1072
cranking0 = bits, U32, 1072, [0:0]
notRunning0 = bits, U32, 1072, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1072, [2:2]
brokenClt0 = bits, U32, 1072, [3:3]
enabledForAc0 = bits, U32, 1072, [4:4]
hot0 = bits, U32, 1072, [5:5]
cold0 = bits, U32, 1072, [6:6]
disabledBySpeed0 = bits, U32, 1072, [7:7]
tempAlive0 = scalar, U08, 1076, "", 1, 0
tempCode0 = scalar, U08, 1077, "", 1, 0
; total TS size = 1080
cranking1 = bits, U32, 1080, [0:0]
notRunning1 = bits, U32, 1080, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1080, [2:2]
brokenClt1 = bits, U32, 1080, [3:3]
enabledForAc1 = bits, U32, 1080, [4:4]
hot1 = bits, U32, 1080, [5:5]
cold1 = bits, U32, 1080, [6:6]
disabledBySpeed1 = bits, U32, 1080, [7:7]
tempAlive1 = scalar, U08, 1084, "", 1, 0
tempCode1 = scalar, U08, 1085, "", 1, 0
; total TS size = 1088
isPrime = bits, U32, 1088, [0:0]
engineTurnedRecently = bits, U32, 1088, [1:1]
isFuelPumpOn = bits, U32, 1088, [2:2]
ignitionOn = bits, U32, 1088, [3:3]
pressureControlDuty = scalar, S08, 957, "%", 1,0
torqueConverterDuty = scalar, S08, 958, "%", 1,0
isShifting = bits, U32, 960, [0:0]
; total TS size = 964
throttleUseWotModel = bits, U32, 964, [0:0]
throttleModelCrossoverAngle = scalar, S16, 968, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 972, "g/s", 1, 0
; total TS size = 976
m_requested_pump = scalar, F32, 976, "", 1, 0
fuel_requested_percent = scalar, F32, 980, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 984, "", 1, 0
noValve = bits, U32, 988, [0:0]
angleAboveMin = bits, U32, 988, [1:1]
isHpfpInactive = bits, U32, 988, [2:2]
m_pressureTarget_kPa = scalar, F32, 992, "", 1, 0
nextLobe = scalar, F32, 996, "", 1, 0
di_nextStart = scalar, F32, 1000, "v", 1, 0
; total TS size = 1004
m_deadtime = scalar, F32, 1004, "ms", 1, 0
pressureDelta = scalar, F32, 1008, "kPa", 1, 0
pressureRatio = scalar, F32, 1012, "", 1, 0
; total TS size = 1016
retardThresholdRpm = scalar, S32, 1016, "", 1, 0
combinedConditions = bits, U32, 1020, [0:0]
launchActivatePinState = bits, U32, 1020, [1:1]
isLaunchPreCondition = bits, U32, 1020, [2:2]
isLaunchCondition = bits, U32, 1020, [3:3]
isSwitchActivated = bits, U32, 1020, [4:4]
isClutchActivated = bits, U32, 1020, [5:5]
isValidInputPin = bits, U32, 1020, [6:6]
activateSwitchCondition = bits, U32, 1020, [7:7]
rpmCondition = bits, U32, 1020, [8:8]
speedCondition = bits, U32, 1020, [9:9]
tpsCondition = bits, U32, 1020, [10:10]
; total TS size = 1024
isAntilagCondition = bits, U32, 1024, [0:0]
ALSMinRPMCondition = bits, U32, 1024, [1:1]
ALSMaxRPMCondition = bits, U32, 1024, [2:2]
ALSMinCLTCondition = bits, U32, 1024, [3:3]
ALSMaxCLTCondition = bits, U32, 1024, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1024, [5:5]
isALSSwitchActivated = bits, U32, 1024, [6:6]
ALSActivatePinState = bits, U32, 1024, [7:7]
ALSSwitchCondition = bits, U32, 1024, [8:8]
ALSTimerCondition = bits, U32, 1024, [9:9]
fuelALSCorrection = scalar, F32, 1028, "", 1, 0
timingALSCorrection = scalar, S16, 1032, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1034, "deg", 0.01, 0
; total TS size = 1036
isTpsInvalid = bits, U32, 1036, [0:0]
m_shouldResetPid = bits, U32, 1036, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1036, [2:2]
isNotClosedLoop = bits, U32, 1036, [3:3]
isZeroRpm = bits, U32, 1036, [4:4]
hasInitBoost = bits, U32, 1036, [5:5]
rpmTooLow = bits, U32, 1036, [6:6]
tpsTooLow = bits, U32, 1036, [7:7]
mapTooLow = bits, U32, 1036, [8:8]
isPlantValid = bits, U32, 1036, [9:9]
isBoostControlled = bits, U32, 1036, [10:10]
luaTargetAdd = scalar, S16, 1040, "v", 0.5,0
boostOutput = scalar, S16, 1042, "percent", 0.01,0
luaTargetMult = scalar, F32, 1044, "v", 1,0
openLoopPart = scalar, F32, 1048, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1052, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1056, "%", 0.5,0
boostControlTarget = scalar, S16, 1058, "kPa", 0.03333333333333333,0
; total TS size = 1060
acButtonState = scalar, S08, 1060, "", 1, 0
m_acEnabled = bits, U32, 1064, [0:0]
engineTooSlow = bits, U32, 1064, [1:1]
engineTooFast = bits, U32, 1064, [2:2]
noClt = bits, U32, 1064, [3:3]
engineTooHot = bits, U32, 1064, [4:4]
tpsTooHigh = bits, U32, 1064, [5:5]
isDisabledByLua = bits, U32, 1064, [6:6]
acCompressorState = bits, U32, 1064, [7:7]
latest_usage_ac_control = scalar, S32, 1068, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1072, "", 1, 0
; total TS size = 1076
cranking0 = bits, U32, 1076, [0:0]
notRunning0 = bits, U32, 1076, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1076, [2:2]
brokenClt0 = bits, U32, 1076, [3:3]
enabledForAc0 = bits, U32, 1076, [4:4]
hot0 = bits, U32, 1076, [5:5]
cold0 = bits, U32, 1076, [6:6]
disabledBySpeed0 = bits, U32, 1076, [7:7]
tempAlive0 = scalar, U08, 1080, "", 1, 0
tempCode0 = scalar, U08, 1081, "", 1, 0
; total TS size = 1084
cranking1 = bits, U32, 1084, [0:0]
notRunning1 = bits, U32, 1084, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1084, [2:2]
brokenClt1 = bits, U32, 1084, [3:3]
enabledForAc1 = bits, U32, 1084, [4:4]
hot1 = bits, U32, 1084, [5:5]
cold1 = bits, U32, 1084, [6:6]
disabledBySpeed1 = bits, U32, 1084, [7:7]
tempAlive1 = scalar, U08, 1088, "", 1, 0
tempCode1 = scalar, U08, 1089, "", 1, 0
; total TS size = 1092
isBenchTest = bits, U32, 1092, [0:0]
hasIgnitionVoltage = bits, U32, 1092, [1:1]
mainRelayState = bits, U32, 1092, [2:2]
delayedShutoffRequested = bits, U32, 1092, [3:3]
isPrime = bits, U32, 1092, [0:0]
engineTurnedRecently = bits, U32, 1092, [1:1]
isFuelPumpOn = bits, U32, 1092, [2:2]
ignitionOn = bits, U32, 1092, [3:3]
; total TS size = 1096
lua_fuelAdd = scalar, F32, 1096, "g", 1, 0
lua_fuelMult = scalar, F32, 1100, "", 1, 0
lua_clutchUpState = bits, U32, 1104, [0:0]
lua_brakePedalState = bits, U32, 1104, [1:1]
lua_acRequestState = bits, U32, 1104, [2:2]
lua_luaDisableEtb = bits, U32, 1104, [3:3]
lua_luaIgnCut = bits, U32, 1104, [4:4]
sd_tCharge = scalar, S16, 1108, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1112, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1116, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_fuel = scalar, U16, 1128, "mg", 0.01, 0
baroCorrection = scalar, F32, 1132, "", 1, 0
hellenBoardId = scalar, S16, 1136, "id", 1, 0
clutchUpState = scalar, S08, 1138, "", 1, 0
clutchDownState = scalar, S08, 1139, "", 1, 0
brakePedalState = scalar, S08, 1140, "", 1, 0
startStopState = scalar, S08, 1141, "", 1, 0
smartChipState = scalar, S08, 1142, "", 1, 0
smartChipRestartCounter = scalar, S08, 1143, "", 1, 0
smartChipAliveCounter = scalar, S08, 1144, "", 1, 0
startStopPhysicalState = bits, U32, 1148, [0:0]
acrActive = bits, U32, 1148, [1:1]
acrEngineMovedRecently = bits, U32, 1148, [2:2]
heaterControlEnabled = bits, U32, 1148, [3:3]
luaDigitalState0 = bits, U32, 1148, [4:4]
luaDigitalState1 = bits, U32, 1148, [5:5]
luaDigitalState2 = bits, U32, 1148, [6:6]
luaDigitalState3 = bits, U32, 1148, [7:7]
startStopStateToggleCounter = scalar, U32, 1152, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1156, "", 1, 0
luaHardSparkSkip = scalar, F32, 1160, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1164, "", 1, 0
desiredRpmLimit = scalar, S16, 1168, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1172, "", 1, 0
globalSparkCounter = scalar, U32, 1176, "", 1, 0
fuelingLoad = scalar, F32, 1180, "", 1, 0
ignitionLoad = scalar, F32, 1184, "", 1, 0
veTableYAxis = scalar, U16, 1188, "%", 0.01, 0
overDwellCounter = scalar, U08, 1190, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1191, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1192, "", 1, 0
; total TS size = 1196
tpsFrom = scalar, F32, 1196
tpsTo = scalar, F32, 1200
deltaTps = scalar, F32, 1204
extraFuel = scalar, F32, 1208, "", 1, 0
valueFromTable = scalar, F32, 1212, "", 1, 0
isAboveAccelThreshold = bits, U32, 1216, [0:0]
isBelowDecelThreshold = bits, U32, 1216, [1:1]
isTimeToResetAccumulator = bits, U32, 1216, [2:2]
isFractionalEnrichment = bits, U32, 1216, [3:3]
belowEpsilon = bits, U32, 1216, [4:4]
tooShort = bits, U32, 1216, [5:5]
fractionalInjFuel = scalar, F32, 1220, "", 1, 0
accumulatedValue = scalar, F32, 1224, "", 1, 0
maxExtraPerCycle = scalar, F32, 1228, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1232, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1236, "", 1, 0
cycleCnt = scalar, S32, 1240, "", 1, 0
; total TS size = 1244
hwEventCounters1 = scalar, U32, 1244, "", 1, 0
hwEventCounters2 = scalar, U32, 1248, "", 1, 0
hwEventCounters3 = scalar, U32, 1252, "", 1, 0
hwEventCounters4 = scalar, U32, 1256, "", 1, 0
hwEventCounters5 = scalar, U32, 1260, "", 1, 0
hwEventCounters6 = scalar, U32, 1264, "", 1, 0
vvtCamCounter = scalar, U32, 1268, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1272, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1280, "", 1, 0
mapVvt_map_peak = scalar, U08, 1281, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1284, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1288, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1292, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1296, "deg", 1, 0
isDecodingMapCam = bits, U32, 1300, [0:0]
; total TS size = 1304
crankSynchronizationCounter0 = scalar, U32, 1304, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1308, "", 1, 0
vvtToothDurations00 = scalar, U32, 1312, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1316, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1320, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
triggerStateIndex0 = scalar, U08, 1340, "", 1, 0
vvtStateIndex0 = scalar, U08, 1341, "", 1, 0
; total TS size = 1344
crankSynchronizationCounter1 = scalar, U32, 1344, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1348, "", 1, 0
vvtToothDurations01 = scalar, U32, 1352, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1356, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
triggerStateIndex1 = scalar, U08, 1380, "", 1, 0
vvtStateIndex1 = scalar, U08, 1381, "", 1, 0
; total TS size = 1384
crankSynchronizationCounter2 = scalar, U32, 1384, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1388, "", 1, 0
vvtToothDurations02 = scalar, U32, 1392, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1396, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
triggerStateIndex2 = scalar, U08, 1420, "", 1, 0
vvtStateIndex2 = scalar, U08, 1421, "", 1, 0
; total TS size = 1424
crankSynchronizationCounter3 = scalar, U32, 1424, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1428, "", 1, 0
vvtToothDurations03 = scalar, U32, 1432, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1436, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
triggerStateIndex3 = scalar, U08, 1460, "", 1, 0
vvtStateIndex3 = scalar, U08, 1461, "", 1, 0
; total TS size = 1464
crankSynchronizationCounter4 = scalar, U32, 1464, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1468, "", 1, 0
vvtToothDurations04 = scalar, U32, 1472, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1476, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
triggerStateIndex4 = scalar, U08, 1500, "", 1, 0
vvtStateIndex4 = scalar, U08, 1501, "", 1, 0
; total TS size = 1504
camResyncCounter = scalar, U08, 1504, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1508, [0:0]
; total TS size = 1512
wallFuelCorrection = scalar, F32, 1512, "", 1, 0
wallFuel = scalar, F32, 1516, "", 1, 0
; total TS size = 1520
idleState = bits, S32, 1520, [0:2], "not important"
currentIdlePosition = scalar, F32, 1524
baseIdlePosition = scalar, F32, 1528
idleClosedLoop = scalar, F32, 1532
iacByTpsTaper = scalar, F32, 1536
throttlePedalUpState = scalar, S32, 1540, "", 1, 0
mightResetPid = bits, U32, 1544, [0:0]
shouldResetPid = bits, U32, 1544, [1:1]
wasResetPid = bits, U32, 1544, [2:2]
mustResetPid = bits, U32, 1544, [3:3]
isCranking = bits, U32, 1544, [4:4]
isIacTableForCoasting = bits, U32, 1544, [5:5]
notIdling = bits, U32, 1544, [6:6]
needReset = bits, U32, 1544, [7:7]
isInDeadZone = bits, U32, 1544, [8:8]
isBlipping = bits, U32, 1544, [9:9]
useClosedLoop = bits, U32, 1544, [10:10]
badTps = bits, U32, 1544, [11:11]
looksLikeRunning = bits, U32, 1544, [12:12]
looksLikeCoasting = bits, U32, 1544, [13:13]
looksLikeCrankToIdle = bits, U32, 1544, [14:14]
isIdleCoasting = bits, U32, 1544, [15:15]
isIdleClosedLoop = bits, U32, 1544, [16:16]
idleTarget = scalar, S32, 1548, "", 1, 0
targetRpmByClt = scalar, S32, 1552, "", 1, 0
targetRpmAc = scalar, S32, 1556, "", 1, 0
iacByRpmTaper = scalar, F32, 1560
luaAdd = scalar, F32, 1564
; total TS size = 1568
idlePosition0 = scalar, F32, 1568, "per", 1,0
trim0 = scalar, F32, 1572, "", 1, 0
luaAdjustment0 = scalar, F32, 1576, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1580, "per", 1,0
etbFeedForward0 = scalar, F32, 1584
etbIntegralError0 = scalar, F32, 1588, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1592, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1596, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1600, [0:0]
jamDetected0 = bits, U32, 1600, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1604, "per", 1,0
etbDutyAverage0 = scalar, F32, 1608, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1612, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1614, "count", 1,0
etbErrorCode0 = scalar, S08, 1616, "", 1, 0
tcEtbDrop0 = scalar, S08, 1617, "", 1, 0
jamTimer0 = scalar, U16, 1618, "sec", 0.01, 0
; total TS size = 1620
idlePosition1 = scalar, F32, 1620, "per", 1,0
trim1 = scalar, F32, 1624, "", 1, 0
luaAdjustment1 = scalar, F32, 1628, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1632, "per", 1,0
etbFeedForward1 = scalar, F32, 1636
etbIntegralError1 = scalar, F32, 1640, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1644, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1648, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1652, [0:0]
jamDetected1 = bits, U32, 1652, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1656, "per", 1,0
etbDutyAverage1 = scalar, F32, 1660, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1664, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1666, "count", 1,0
etbErrorCode1 = scalar, S08, 1668, "", 1, 0
tcEtbDrop1 = scalar, S08, 1669, "", 1, 0
jamTimer1 = scalar, U16, 1670, "sec", 0.01, 0
; total TS size = 1672
faultCode0 = scalar, U08, 1672, "", 1, 0
heaterDuty0 = scalar, U08, 1673, "%", 1, 0
pumpDuty0 = scalar, U08, 1674, "%", 1, 0
tempC0 = scalar, U16, 1676, "C", 1, 0
nernstVoltage0 = scalar, U16, 1678, "V", 0.001, 0
esr0 = scalar, U16, 1680, "ohm", 1, 0
; total TS size = 1684
faultCode1 = scalar, U08, 1684, "", 1, 0
heaterDuty1 = scalar, U08, 1685, "%", 1, 0
pumpDuty1 = scalar, U08, 1686, "%", 1, 0
tempC1 = scalar, U16, 1688, "C", 1, 0
nernstVoltage1 = scalar, U16, 1690, "V", 0.001, 0
esr1 = scalar, U16, 1692, "ohm", 1, 0
; total TS size = 1696
dcOutput0 = scalar, F32, 1696, "per", 1,0
isEnabled0_int = scalar, U08, 1700, "per", 1,0
isEnabled0 = bits, U32, 1704, [0:0]
; total TS size = 1708
value0 = scalar, U16, 1708, "value", 1,0
value1 = scalar, U16, 1710, "value", 1,0
errorRate = scalar, F32, 1712, "ratio", 1,0
; total TS size = 1716
vvtTarget = scalar, U16, 1716, "deg", 0.1, 0
vvtOutput = scalar, U08, 1718, "%", 0.5, 0
isBenchTest = bits, U32, 1096, [0:0]
hasIgnitionVoltage = bits, U32, 1096, [1:1]
mainRelayState = bits, U32, 1096, [2:2]
delayedShutoffRequested = bits, U32, 1096, [3:3]
; total TS size = 1100
lua_fuelAdd = scalar, F32, 1100, "g", 1, 0
lua_fuelMult = scalar, F32, 1104, "", 1, 0
lua_clutchUpState = bits, U32, 1108, [0:0]
lua_brakePedalState = bits, U32, 1108, [1:1]
lua_acRequestState = bits, U32, 1108, [2:2]
lua_luaDisableEtb = bits, U32, 1108, [3:3]
lua_luaIgnCut = bits, U32, 1108, [4:4]
sd_tCharge = scalar, S16, 1112, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1116, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1128, "", 1, 0
crankingFuel_fuel = scalar, U16, 1132, "mg", 0.01, 0
baroCorrection = scalar, F32, 1136, "", 1, 0
hellenBoardId = scalar, S16, 1140, "id", 1, 0
clutchUpState = scalar, S08, 1142, "", 1, 0
clutchDownState = scalar, S08, 1143, "", 1, 0
brakePedalState = scalar, S08, 1144, "", 1, 0
startStopState = scalar, S08, 1145, "", 1, 0
smartChipState = scalar, S08, 1146, "", 1, 0
smartChipRestartCounter = scalar, S08, 1147, "", 1, 0
smartChipAliveCounter = scalar, S08, 1148, "", 1, 0
startStopPhysicalState = bits, U32, 1152, [0:0]
acrActive = bits, U32, 1152, [1:1]
acrEngineMovedRecently = bits, U32, 1152, [2:2]
heaterControlEnabled = bits, U32, 1152, [3:3]
luaDigitalState0 = bits, U32, 1152, [4:4]
luaDigitalState1 = bits, U32, 1152, [5:5]
luaDigitalState2 = bits, U32, 1152, [6:6]
luaDigitalState3 = bits, U32, 1152, [7:7]
startStopStateToggleCounter = scalar, U32, 1156, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1160, "", 1, 0
luaHardSparkSkip = scalar, F32, 1164, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1168, "", 1, 0
desiredRpmLimit = scalar, S16, 1172, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1176, "", 1, 0
globalSparkCounter = scalar, U32, 1180, "", 1, 0
fuelingLoad = scalar, F32, 1184, "", 1, 0
ignitionLoad = scalar, F32, 1188, "", 1, 0
veTableYAxis = scalar, U16, 1192, "%", 0.01, 0
overDwellCounter = scalar, U08, 1194, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1195, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1196, "", 1, 0
; total TS size = 1200
tpsFrom = scalar, F32, 1200
tpsTo = scalar, F32, 1204
deltaTps = scalar, F32, 1208
extraFuel = scalar, F32, 1212, "", 1, 0
valueFromTable = scalar, F32, 1216, "", 1, 0
isAboveAccelThreshold = bits, U32, 1220, [0:0]
isBelowDecelThreshold = bits, U32, 1220, [1:1]
isTimeToResetAccumulator = bits, U32, 1220, [2:2]
isFractionalEnrichment = bits, U32, 1220, [3:3]
belowEpsilon = bits, U32, 1220, [4:4]
tooShort = bits, U32, 1220, [5:5]
fractionalInjFuel = scalar, F32, 1224, "", 1, 0
accumulatedValue = scalar, F32, 1228, "", 1, 0
maxExtraPerCycle = scalar, F32, 1232, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1236, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1240, "", 1, 0
cycleCnt = scalar, S32, 1244, "", 1, 0
; total TS size = 1248
hwEventCounters1 = scalar, U32, 1248, "", 1, 0
hwEventCounters2 = scalar, U32, 1252, "", 1, 0
hwEventCounters3 = scalar, U32, 1256, "", 1, 0
hwEventCounters4 = scalar, U32, 1260, "", 1, 0
hwEventCounters5 = scalar, U32, 1264, "", 1, 0
hwEventCounters6 = scalar, U32, 1268, "", 1, 0
vvtCamCounter = scalar, U32, 1272, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1280, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1284, "", 1, 0
mapVvt_map_peak = scalar, U08, 1285, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1288, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1292, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1296, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1300, "deg", 1, 0
isDecodingMapCam = bits, U32, 1304, [0:0]
; total TS size = 1308
crankSynchronizationCounter0 = scalar, U32, 1308, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1312, "", 1, 0
vvtToothDurations00 = scalar, U32, 1316, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1320, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
triggerStateIndex0 = scalar, U08, 1344, "", 1, 0
vvtStateIndex0 = scalar, U08, 1345, "", 1, 0
; total TS size = 1348
crankSynchronizationCounter1 = scalar, U32, 1348, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1352, "", 1, 0
vvtToothDurations01 = scalar, U32, 1356, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1360, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
triggerStateIndex1 = scalar, U08, 1384, "", 1, 0
vvtStateIndex1 = scalar, U08, 1385, "", 1, 0
; total TS size = 1388
crankSynchronizationCounter2 = scalar, U32, 1388, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1392, "", 1, 0
vvtToothDurations02 = scalar, U32, 1396, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1400, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
triggerStateIndex2 = scalar, U08, 1424, "", 1, 0
vvtStateIndex2 = scalar, U08, 1425, "", 1, 0
; total TS size = 1428
crankSynchronizationCounter3 = scalar, U32, 1428, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1432, "", 1, 0
vvtToothDurations03 = scalar, U32, 1436, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1440, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
triggerStateIndex3 = scalar, U08, 1464, "", 1, 0
vvtStateIndex3 = scalar, U08, 1465, "", 1, 0
; total TS size = 1468
crankSynchronizationCounter4 = scalar, U32, 1468, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1472, "", 1, 0
vvtToothDurations04 = scalar, U32, 1476, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1480, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
triggerStateIndex4 = scalar, U08, 1504, "", 1, 0
vvtStateIndex4 = scalar, U08, 1505, "", 1, 0
; total TS size = 1508
camResyncCounter = scalar, U08, 1508, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1512, [0:0]
; total TS size = 1516
wallFuelCorrection = scalar, F32, 1516, "", 1, 0
wallFuel = scalar, F32, 1520, "", 1, 0
; total TS size = 1524
idleState = bits, S32, 1524, [0:2], "not important"
currentIdlePosition = scalar, F32, 1528
baseIdlePosition = scalar, F32, 1532
idleClosedLoop = scalar, F32, 1536
iacByTpsTaper = scalar, F32, 1540
throttlePedalUpState = scalar, S32, 1544, "", 1, 0
mightResetPid = bits, U32, 1548, [0:0]
shouldResetPid = bits, U32, 1548, [1:1]
wasResetPid = bits, U32, 1548, [2:2]
mustResetPid = bits, U32, 1548, [3:3]
isCranking = bits, U32, 1548, [4:4]
isIacTableForCoasting = bits, U32, 1548, [5:5]
notIdling = bits, U32, 1548, [6:6]
needReset = bits, U32, 1548, [7:7]
isInDeadZone = bits, U32, 1548, [8:8]
isBlipping = bits, U32, 1548, [9:9]
useClosedLoop = bits, U32, 1548, [10:10]
badTps = bits, U32, 1548, [11:11]
looksLikeRunning = bits, U32, 1548, [12:12]
looksLikeCoasting = bits, U32, 1548, [13:13]
looksLikeCrankToIdle = bits, U32, 1548, [14:14]
isIdleCoasting = bits, U32, 1548, [15:15]
isIdleClosedLoop = bits, U32, 1548, [16:16]
idleTarget = scalar, S32, 1552, "", 1, 0
targetRpmByClt = scalar, S32, 1556, "", 1, 0
targetRpmAc = scalar, S32, 1560, "", 1, 0
iacByRpmTaper = scalar, F32, 1564
luaAdd = scalar, F32, 1568
; total TS size = 1572
idlePosition0 = scalar, F32, 1572, "per", 1,0
trim0 = scalar, F32, 1576, "", 1, 0
luaAdjustment0 = scalar, F32, 1580, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1584, "per", 1,0
etbFeedForward0 = scalar, F32, 1588
etbIntegralError0 = scalar, F32, 1592, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1596, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1600, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1604, [0:0]
jamDetected0 = bits, U32, 1604, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1608, "per", 1,0
etbDutyAverage0 = scalar, F32, 1612, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1616, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1618, "count", 1,0
etbErrorCode0 = scalar, S08, 1620, "", 1, 0
tcEtbDrop0 = scalar, S08, 1621, "", 1, 0
jamTimer0 = scalar, U16, 1622, "sec", 0.01, 0
; total TS size = 1624
idlePosition1 = scalar, F32, 1624, "per", 1,0
trim1 = scalar, F32, 1628, "", 1, 0
luaAdjustment1 = scalar, F32, 1632, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1636, "per", 1,0
etbFeedForward1 = scalar, F32, 1640
etbIntegralError1 = scalar, F32, 1644, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1648, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1652, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1656, [0:0]
jamDetected1 = bits, U32, 1656, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1660, "per", 1,0
etbDutyAverage1 = scalar, F32, 1664, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1668, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1670, "count", 1,0
etbErrorCode1 = scalar, S08, 1672, "", 1, 0
tcEtbDrop1 = scalar, S08, 1673, "", 1, 0
jamTimer1 = scalar, U16, 1674, "sec", 0.01, 0
; total TS size = 1676
faultCode0 = scalar, U08, 1676, "", 1, 0
heaterDuty0 = scalar, U08, 1677, "%", 1, 0
pumpDuty0 = scalar, U08, 1678, "%", 1, 0
tempC0 = scalar, U16, 1680, "C", 1, 0
nernstVoltage0 = scalar, U16, 1682, "V", 0.001, 0
esr0 = scalar, U16, 1684, "ohm", 1, 0
; total TS size = 1688
faultCode1 = scalar, U08, 1688, "", 1, 0
heaterDuty1 = scalar, U08, 1689, "%", 1, 0
pumpDuty1 = scalar, U08, 1690, "%", 1, 0
tempC1 = scalar, U16, 1692, "C", 1, 0
nernstVoltage1 = scalar, U16, 1694, "V", 0.001, 0
esr1 = scalar, U16, 1696, "ohm", 1, 0
; total TS size = 1700
dcOutput0 = scalar, F32, 1700, "per", 1,0
isEnabled0_int = scalar, U08, 1704, "per", 1,0
isEnabled0 = bits, U32, 1708, [0:0]
; total TS size = 1712
value0 = scalar, U16, 1712, "value", 1,0
value1 = scalar, U16, 1714, "value", 1,0
errorRate = scalar, F32, 1716, "ratio", 1,0
; total TS size = 1720
lambdaCurrentlyGood = bits, U32, 1720, [0:0]
lambdaMonitorCut = bits, U32, 1720, [1:1]
lambdaTimeSinceGood = scalar, U16, 1724, "sec", 0.01, 0
; total TS size = 1728
vvtTarget = scalar, U16, 1720, "deg", 0.1, 0
vvtOutput = scalar, U08, 1722, "%", 0.5, 0
; total TS size = 1724
lambdaCurrentlyGood = bits, U32, 1724, [0:0]
lambdaMonitorCut = bits, U32, 1724, [1:1]
lambdaTimeSinceGood = scalar, U16, 1728, "sec", 0.01, 0
; total TS size = 1732
time = { timeNow }
@ -4916,6 +4919,8 @@ gaugeCategory = Transmission
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
idealEngineTorqueGauge = idealEngineTorque, "idealEngineTorque", "", 0, 100, 0, 0, 100, 100, 4, 4
pressureControlGauge = pressureControlDuty, "EPC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
torqueConverterGauge = torqueConverterDuty, "TC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
gaugeCategory = Knock
knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
@ -5050,6 +5055,8 @@ gaugeCategory = GPPWM Outputs
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
indicatorTemplate = {isShifting}, "In Gear", "Shifting", white, black, green, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
[KeyActions]
@ -5503,6 +5510,9 @@ entry = tcuCurrentGear, "Current Gear", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = pressureControlDuty, "TCU: EPC Duty", int, "%d"
entry = torqueConverterDuty, "TCU: TC Duty", int, "%d"
entry = isShifting, "isShifting", int, "%d"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
@ -6437,13 +6447,19 @@ dialog = knock_controllerDialog, "knock_controller"
liveGraph = knock_controller_5_Graph, "Graph", South
graphLine = m_maximumRetard
indicatorPanel = tcu_controllerIndicatorPanel, 2
indicator = {isShifting}, "isShifting No", "isShifting Yes"
dialog = tcu_controllerDialog, "tcu_controller"
panel = tcu_controllerIndicatorPanel
liveGraph = tcu_controller_1_Graph, "Graph", South
graphLine = tcuCurrentGear
graphLine = tcRatio
graphLine = lastShiftTime
graphLine = tcu_currentRange
liveGraph = tcu_controller_2_Graph, "Graph", South
graphLine = pressureControlDuty
graphLine = torqueConverterDuty
indicatorPanel = throttle_modelIndicatorPanel, 2
indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.20.alphax-4chan_f7.696747527"
signature = "rusEFI master.2024.04.20.alphax-4chan_f7.4285252013"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.20.alphax-4chan_f7.696747527" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.20.alphax-4chan_f7.4285252013" ; 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
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:15:01 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:43:15 UTC 2024
pageSize = 22656
page = 1
@ -2541,7 +2541,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1728
ochBlockSize = 1732
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3090,354 +3090,357 @@ tcuCurrentGear = scalar, S08, 948, "gear", 1, 0
tcRatio = scalar, U16, 950, "value", 0.01, 0
lastShiftTime = scalar, F32, 952, "", 1, 0
tcu_currentRange = scalar, U08, 956, "", 1, 0
; total TS size = 960
throttleUseWotModel = bits, U32, 960, [0:0]
throttleModelCrossoverAngle = scalar, S16, 964, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 968, "g/s", 1, 0
; total TS size = 972
m_requested_pump = scalar, F32, 972, "", 1, 0
fuel_requested_percent = scalar, F32, 976, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 980, "", 1, 0
noValve = bits, U32, 984, [0:0]
angleAboveMin = bits, U32, 984, [1:1]
isHpfpInactive = bits, U32, 984, [2:2]
m_pressureTarget_kPa = scalar, F32, 988, "", 1, 0
nextLobe = scalar, F32, 992, "", 1, 0
di_nextStart = scalar, F32, 996, "v", 1, 0
; total TS size = 1000
m_deadtime = scalar, F32, 1000, "ms", 1, 0
pressureDelta = scalar, F32, 1004, "kPa", 1, 0
pressureRatio = scalar, F32, 1008, "", 1, 0
; total TS size = 1012
retardThresholdRpm = scalar, S32, 1012, "", 1, 0
combinedConditions = bits, U32, 1016, [0:0]
launchActivatePinState = bits, U32, 1016, [1:1]
isLaunchPreCondition = bits, U32, 1016, [2:2]
isLaunchCondition = bits, U32, 1016, [3:3]
isSwitchActivated = bits, U32, 1016, [4:4]
isClutchActivated = bits, U32, 1016, [5:5]
isValidInputPin = bits, U32, 1016, [6:6]
activateSwitchCondition = bits, U32, 1016, [7:7]
rpmCondition = bits, U32, 1016, [8:8]
speedCondition = bits, U32, 1016, [9:9]
tpsCondition = bits, U32, 1016, [10:10]
; total TS size = 1020
isAntilagCondition = bits, U32, 1020, [0:0]
ALSMinRPMCondition = bits, U32, 1020, [1:1]
ALSMaxRPMCondition = bits, U32, 1020, [2:2]
ALSMinCLTCondition = bits, U32, 1020, [3:3]
ALSMaxCLTCondition = bits, U32, 1020, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1020, [5:5]
isALSSwitchActivated = bits, U32, 1020, [6:6]
ALSActivatePinState = bits, U32, 1020, [7:7]
ALSSwitchCondition = bits, U32, 1020, [8:8]
ALSTimerCondition = bits, U32, 1020, [9:9]
fuelALSCorrection = scalar, F32, 1024, "", 1, 0
timingALSCorrection = scalar, S16, 1028, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1030, "deg", 0.01, 0
; total TS size = 1032
isTpsInvalid = bits, U32, 1032, [0:0]
m_shouldResetPid = bits, U32, 1032, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1032, [2:2]
isNotClosedLoop = bits, U32, 1032, [3:3]
isZeroRpm = bits, U32, 1032, [4:4]
hasInitBoost = bits, U32, 1032, [5:5]
rpmTooLow = bits, U32, 1032, [6:6]
tpsTooLow = bits, U32, 1032, [7:7]
mapTooLow = bits, U32, 1032, [8:8]
isPlantValid = bits, U32, 1032, [9:9]
isBoostControlled = bits, U32, 1032, [10:10]
luaTargetAdd = scalar, S16, 1036, "v", 0.5,0
boostOutput = scalar, S16, 1038, "percent", 0.01,0
luaTargetMult = scalar, F32, 1040, "v", 1,0
openLoopPart = scalar, F32, 1044, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1048, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1052, "%", 0.5,0
boostControlTarget = scalar, S16, 1054, "kPa", 0.03333333333333333,0
; total TS size = 1056
acButtonState = scalar, S08, 1056, "", 1, 0
m_acEnabled = bits, U32, 1060, [0:0]
engineTooSlow = bits, U32, 1060, [1:1]
engineTooFast = bits, U32, 1060, [2:2]
noClt = bits, U32, 1060, [3:3]
engineTooHot = bits, U32, 1060, [4:4]
tpsTooHigh = bits, U32, 1060, [5:5]
isDisabledByLua = bits, U32, 1060, [6:6]
acCompressorState = bits, U32, 1060, [7:7]
latest_usage_ac_control = scalar, S32, 1064, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1068, "", 1, 0
; total TS size = 1072
cranking0 = bits, U32, 1072, [0:0]
notRunning0 = bits, U32, 1072, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1072, [2:2]
brokenClt0 = bits, U32, 1072, [3:3]
enabledForAc0 = bits, U32, 1072, [4:4]
hot0 = bits, U32, 1072, [5:5]
cold0 = bits, U32, 1072, [6:6]
disabledBySpeed0 = bits, U32, 1072, [7:7]
tempAlive0 = scalar, U08, 1076, "", 1, 0
tempCode0 = scalar, U08, 1077, "", 1, 0
; total TS size = 1080
cranking1 = bits, U32, 1080, [0:0]
notRunning1 = bits, U32, 1080, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1080, [2:2]
brokenClt1 = bits, U32, 1080, [3:3]
enabledForAc1 = bits, U32, 1080, [4:4]
hot1 = bits, U32, 1080, [5:5]
cold1 = bits, U32, 1080, [6:6]
disabledBySpeed1 = bits, U32, 1080, [7:7]
tempAlive1 = scalar, U08, 1084, "", 1, 0
tempCode1 = scalar, U08, 1085, "", 1, 0
; total TS size = 1088
isPrime = bits, U32, 1088, [0:0]
engineTurnedRecently = bits, U32, 1088, [1:1]
isFuelPumpOn = bits, U32, 1088, [2:2]
ignitionOn = bits, U32, 1088, [3:3]
pressureControlDuty = scalar, S08, 957, "%", 1,0
torqueConverterDuty = scalar, S08, 958, "%", 1,0
isShifting = bits, U32, 960, [0:0]
; total TS size = 964
throttleUseWotModel = bits, U32, 964, [0:0]
throttleModelCrossoverAngle = scalar, S16, 968, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 972, "g/s", 1, 0
; total TS size = 976
m_requested_pump = scalar, F32, 976, "", 1, 0
fuel_requested_percent = scalar, F32, 980, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 984, "", 1, 0
noValve = bits, U32, 988, [0:0]
angleAboveMin = bits, U32, 988, [1:1]
isHpfpInactive = bits, U32, 988, [2:2]
m_pressureTarget_kPa = scalar, F32, 992, "", 1, 0
nextLobe = scalar, F32, 996, "", 1, 0
di_nextStart = scalar, F32, 1000, "v", 1, 0
; total TS size = 1004
m_deadtime = scalar, F32, 1004, "ms", 1, 0
pressureDelta = scalar, F32, 1008, "kPa", 1, 0
pressureRatio = scalar, F32, 1012, "", 1, 0
; total TS size = 1016
retardThresholdRpm = scalar, S32, 1016, "", 1, 0
combinedConditions = bits, U32, 1020, [0:0]
launchActivatePinState = bits, U32, 1020, [1:1]
isLaunchPreCondition = bits, U32, 1020, [2:2]
isLaunchCondition = bits, U32, 1020, [3:3]
isSwitchActivated = bits, U32, 1020, [4:4]
isClutchActivated = bits, U32, 1020, [5:5]
isValidInputPin = bits, U32, 1020, [6:6]
activateSwitchCondition = bits, U32, 1020, [7:7]
rpmCondition = bits, U32, 1020, [8:8]
speedCondition = bits, U32, 1020, [9:9]
tpsCondition = bits, U32, 1020, [10:10]
; total TS size = 1024
isAntilagCondition = bits, U32, 1024, [0:0]
ALSMinRPMCondition = bits, U32, 1024, [1:1]
ALSMaxRPMCondition = bits, U32, 1024, [2:2]
ALSMinCLTCondition = bits, U32, 1024, [3:3]
ALSMaxCLTCondition = bits, U32, 1024, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1024, [5:5]
isALSSwitchActivated = bits, U32, 1024, [6:6]
ALSActivatePinState = bits, U32, 1024, [7:7]
ALSSwitchCondition = bits, U32, 1024, [8:8]
ALSTimerCondition = bits, U32, 1024, [9:9]
fuelALSCorrection = scalar, F32, 1028, "", 1, 0
timingALSCorrection = scalar, S16, 1032, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1034, "deg", 0.01, 0
; total TS size = 1036
isTpsInvalid = bits, U32, 1036, [0:0]
m_shouldResetPid = bits, U32, 1036, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1036, [2:2]
isNotClosedLoop = bits, U32, 1036, [3:3]
isZeroRpm = bits, U32, 1036, [4:4]
hasInitBoost = bits, U32, 1036, [5:5]
rpmTooLow = bits, U32, 1036, [6:6]
tpsTooLow = bits, U32, 1036, [7:7]
mapTooLow = bits, U32, 1036, [8:8]
isPlantValid = bits, U32, 1036, [9:9]
isBoostControlled = bits, U32, 1036, [10:10]
luaTargetAdd = scalar, S16, 1040, "v", 0.5,0
boostOutput = scalar, S16, 1042, "percent", 0.01,0
luaTargetMult = scalar, F32, 1044, "v", 1,0
openLoopPart = scalar, F32, 1048, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1052, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1056, "%", 0.5,0
boostControlTarget = scalar, S16, 1058, "kPa", 0.03333333333333333,0
; total TS size = 1060
acButtonState = scalar, S08, 1060, "", 1, 0
m_acEnabled = bits, U32, 1064, [0:0]
engineTooSlow = bits, U32, 1064, [1:1]
engineTooFast = bits, U32, 1064, [2:2]
noClt = bits, U32, 1064, [3:3]
engineTooHot = bits, U32, 1064, [4:4]
tpsTooHigh = bits, U32, 1064, [5:5]
isDisabledByLua = bits, U32, 1064, [6:6]
acCompressorState = bits, U32, 1064, [7:7]
latest_usage_ac_control = scalar, S32, 1068, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1072, "", 1, 0
; total TS size = 1076
cranking0 = bits, U32, 1076, [0:0]
notRunning0 = bits, U32, 1076, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1076, [2:2]
brokenClt0 = bits, U32, 1076, [3:3]
enabledForAc0 = bits, U32, 1076, [4:4]
hot0 = bits, U32, 1076, [5:5]
cold0 = bits, U32, 1076, [6:6]
disabledBySpeed0 = bits, U32, 1076, [7:7]
tempAlive0 = scalar, U08, 1080, "", 1, 0
tempCode0 = scalar, U08, 1081, "", 1, 0
; total TS size = 1084
cranking1 = bits, U32, 1084, [0:0]
notRunning1 = bits, U32, 1084, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1084, [2:2]
brokenClt1 = bits, U32, 1084, [3:3]
enabledForAc1 = bits, U32, 1084, [4:4]
hot1 = bits, U32, 1084, [5:5]
cold1 = bits, U32, 1084, [6:6]
disabledBySpeed1 = bits, U32, 1084, [7:7]
tempAlive1 = scalar, U08, 1088, "", 1, 0
tempCode1 = scalar, U08, 1089, "", 1, 0
; total TS size = 1092
isBenchTest = bits, U32, 1092, [0:0]
hasIgnitionVoltage = bits, U32, 1092, [1:1]
mainRelayState = bits, U32, 1092, [2:2]
delayedShutoffRequested = bits, U32, 1092, [3:3]
isPrime = bits, U32, 1092, [0:0]
engineTurnedRecently = bits, U32, 1092, [1:1]
isFuelPumpOn = bits, U32, 1092, [2:2]
ignitionOn = bits, U32, 1092, [3:3]
; total TS size = 1096
lua_fuelAdd = scalar, F32, 1096, "g", 1, 0
lua_fuelMult = scalar, F32, 1100, "", 1, 0
lua_clutchUpState = bits, U32, 1104, [0:0]
lua_brakePedalState = bits, U32, 1104, [1:1]
lua_acRequestState = bits, U32, 1104, [2:2]
lua_luaDisableEtb = bits, U32, 1104, [3:3]
lua_luaIgnCut = bits, U32, 1104, [4:4]
sd_tCharge = scalar, S16, 1108, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1112, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1116, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_fuel = scalar, U16, 1128, "mg", 0.01, 0
baroCorrection = scalar, F32, 1132, "", 1, 0
hellenBoardId = scalar, S16, 1136, "id", 1, 0
clutchUpState = scalar, S08, 1138, "", 1, 0
clutchDownState = scalar, S08, 1139, "", 1, 0
brakePedalState = scalar, S08, 1140, "", 1, 0
startStopState = scalar, S08, 1141, "", 1, 0
smartChipState = scalar, S08, 1142, "", 1, 0
smartChipRestartCounter = scalar, S08, 1143, "", 1, 0
smartChipAliveCounter = scalar, S08, 1144, "", 1, 0
startStopPhysicalState = bits, U32, 1148, [0:0]
acrActive = bits, U32, 1148, [1:1]
acrEngineMovedRecently = bits, U32, 1148, [2:2]
heaterControlEnabled = bits, U32, 1148, [3:3]
luaDigitalState0 = bits, U32, 1148, [4:4]
luaDigitalState1 = bits, U32, 1148, [5:5]
luaDigitalState2 = bits, U32, 1148, [6:6]
luaDigitalState3 = bits, U32, 1148, [7:7]
startStopStateToggleCounter = scalar, U32, 1152, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1156, "", 1, 0
luaHardSparkSkip = scalar, F32, 1160, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1164, "", 1, 0
desiredRpmLimit = scalar, S16, 1168, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1172, "", 1, 0
globalSparkCounter = scalar, U32, 1176, "", 1, 0
fuelingLoad = scalar, F32, 1180, "", 1, 0
ignitionLoad = scalar, F32, 1184, "", 1, 0
veTableYAxis = scalar, U16, 1188, "%", 0.01, 0
overDwellCounter = scalar, U08, 1190, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1191, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1192, "", 1, 0
; total TS size = 1196
tpsFrom = scalar, F32, 1196
tpsTo = scalar, F32, 1200
deltaTps = scalar, F32, 1204
extraFuel = scalar, F32, 1208, "", 1, 0
valueFromTable = scalar, F32, 1212, "", 1, 0
isAboveAccelThreshold = bits, U32, 1216, [0:0]
isBelowDecelThreshold = bits, U32, 1216, [1:1]
isTimeToResetAccumulator = bits, U32, 1216, [2:2]
isFractionalEnrichment = bits, U32, 1216, [3:3]
belowEpsilon = bits, U32, 1216, [4:4]
tooShort = bits, U32, 1216, [5:5]
fractionalInjFuel = scalar, F32, 1220, "", 1, 0
accumulatedValue = scalar, F32, 1224, "", 1, 0
maxExtraPerCycle = scalar, F32, 1228, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1232, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1236, "", 1, 0
cycleCnt = scalar, S32, 1240, "", 1, 0
; total TS size = 1244
hwEventCounters1 = scalar, U32, 1244, "", 1, 0
hwEventCounters2 = scalar, U32, 1248, "", 1, 0
hwEventCounters3 = scalar, U32, 1252, "", 1, 0
hwEventCounters4 = scalar, U32, 1256, "", 1, 0
hwEventCounters5 = scalar, U32, 1260, "", 1, 0
hwEventCounters6 = scalar, U32, 1264, "", 1, 0
vvtCamCounter = scalar, U32, 1268, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1272, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1280, "", 1, 0
mapVvt_map_peak = scalar, U08, 1281, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1284, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1288, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1292, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1296, "deg", 1, 0
isDecodingMapCam = bits, U32, 1300, [0:0]
; total TS size = 1304
crankSynchronizationCounter0 = scalar, U32, 1304, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1308, "", 1, 0
vvtToothDurations00 = scalar, U32, 1312, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1316, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1320, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
triggerStateIndex0 = scalar, U08, 1340, "", 1, 0
vvtStateIndex0 = scalar, U08, 1341, "", 1, 0
; total TS size = 1344
crankSynchronizationCounter1 = scalar, U32, 1344, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1348, "", 1, 0
vvtToothDurations01 = scalar, U32, 1352, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1356, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
triggerStateIndex1 = scalar, U08, 1380, "", 1, 0
vvtStateIndex1 = scalar, U08, 1381, "", 1, 0
; total TS size = 1384
crankSynchronizationCounter2 = scalar, U32, 1384, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1388, "", 1, 0
vvtToothDurations02 = scalar, U32, 1392, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1396, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
triggerStateIndex2 = scalar, U08, 1420, "", 1, 0
vvtStateIndex2 = scalar, U08, 1421, "", 1, 0
; total TS size = 1424
crankSynchronizationCounter3 = scalar, U32, 1424, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1428, "", 1, 0
vvtToothDurations03 = scalar, U32, 1432, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1436, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
triggerStateIndex3 = scalar, U08, 1460, "", 1, 0
vvtStateIndex3 = scalar, U08, 1461, "", 1, 0
; total TS size = 1464
crankSynchronizationCounter4 = scalar, U32, 1464, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1468, "", 1, 0
vvtToothDurations04 = scalar, U32, 1472, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1476, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
triggerStateIndex4 = scalar, U08, 1500, "", 1, 0
vvtStateIndex4 = scalar, U08, 1501, "", 1, 0
; total TS size = 1504
camResyncCounter = scalar, U08, 1504, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1508, [0:0]
; total TS size = 1512
wallFuelCorrection = scalar, F32, 1512, "", 1, 0
wallFuel = scalar, F32, 1516, "", 1, 0
; total TS size = 1520
idleState = bits, S32, 1520, [0:2], "not important"
currentIdlePosition = scalar, F32, 1524
baseIdlePosition = scalar, F32, 1528
idleClosedLoop = scalar, F32, 1532
iacByTpsTaper = scalar, F32, 1536
throttlePedalUpState = scalar, S32, 1540, "", 1, 0
mightResetPid = bits, U32, 1544, [0:0]
shouldResetPid = bits, U32, 1544, [1:1]
wasResetPid = bits, U32, 1544, [2:2]
mustResetPid = bits, U32, 1544, [3:3]
isCranking = bits, U32, 1544, [4:4]
isIacTableForCoasting = bits, U32, 1544, [5:5]
notIdling = bits, U32, 1544, [6:6]
needReset = bits, U32, 1544, [7:7]
isInDeadZone = bits, U32, 1544, [8:8]
isBlipping = bits, U32, 1544, [9:9]
useClosedLoop = bits, U32, 1544, [10:10]
badTps = bits, U32, 1544, [11:11]
looksLikeRunning = bits, U32, 1544, [12:12]
looksLikeCoasting = bits, U32, 1544, [13:13]
looksLikeCrankToIdle = bits, U32, 1544, [14:14]
isIdleCoasting = bits, U32, 1544, [15:15]
isIdleClosedLoop = bits, U32, 1544, [16:16]
idleTarget = scalar, S32, 1548, "", 1, 0
targetRpmByClt = scalar, S32, 1552, "", 1, 0
targetRpmAc = scalar, S32, 1556, "", 1, 0
iacByRpmTaper = scalar, F32, 1560
luaAdd = scalar, F32, 1564
; total TS size = 1568
idlePosition0 = scalar, F32, 1568, "per", 1,0
trim0 = scalar, F32, 1572, "", 1, 0
luaAdjustment0 = scalar, F32, 1576, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1580, "per", 1,0
etbFeedForward0 = scalar, F32, 1584
etbIntegralError0 = scalar, F32, 1588, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1592, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1596, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1600, [0:0]
jamDetected0 = bits, U32, 1600, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1604, "per", 1,0
etbDutyAverage0 = scalar, F32, 1608, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1612, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1614, "count", 1,0
etbErrorCode0 = scalar, S08, 1616, "", 1, 0
tcEtbDrop0 = scalar, S08, 1617, "", 1, 0
jamTimer0 = scalar, U16, 1618, "sec", 0.01, 0
; total TS size = 1620
idlePosition1 = scalar, F32, 1620, "per", 1,0
trim1 = scalar, F32, 1624, "", 1, 0
luaAdjustment1 = scalar, F32, 1628, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1632, "per", 1,0
etbFeedForward1 = scalar, F32, 1636
etbIntegralError1 = scalar, F32, 1640, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1644, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1648, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1652, [0:0]
jamDetected1 = bits, U32, 1652, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1656, "per", 1,0
etbDutyAverage1 = scalar, F32, 1660, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1664, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1666, "count", 1,0
etbErrorCode1 = scalar, S08, 1668, "", 1, 0
tcEtbDrop1 = scalar, S08, 1669, "", 1, 0
jamTimer1 = scalar, U16, 1670, "sec", 0.01, 0
; total TS size = 1672
faultCode0 = scalar, U08, 1672, "", 1, 0
heaterDuty0 = scalar, U08, 1673, "%", 1, 0
pumpDuty0 = scalar, U08, 1674, "%", 1, 0
tempC0 = scalar, U16, 1676, "C", 1, 0
nernstVoltage0 = scalar, U16, 1678, "V", 0.001, 0
esr0 = scalar, U16, 1680, "ohm", 1, 0
; total TS size = 1684
faultCode1 = scalar, U08, 1684, "", 1, 0
heaterDuty1 = scalar, U08, 1685, "%", 1, 0
pumpDuty1 = scalar, U08, 1686, "%", 1, 0
tempC1 = scalar, U16, 1688, "C", 1, 0
nernstVoltage1 = scalar, U16, 1690, "V", 0.001, 0
esr1 = scalar, U16, 1692, "ohm", 1, 0
; total TS size = 1696
dcOutput0 = scalar, F32, 1696, "per", 1,0
isEnabled0_int = scalar, U08, 1700, "per", 1,0
isEnabled0 = bits, U32, 1704, [0:0]
; total TS size = 1708
value0 = scalar, U16, 1708, "value", 1,0
value1 = scalar, U16, 1710, "value", 1,0
errorRate = scalar, F32, 1712, "ratio", 1,0
; total TS size = 1716
vvtTarget = scalar, U16, 1716, "deg", 0.1, 0
vvtOutput = scalar, U08, 1718, "%", 0.5, 0
isBenchTest = bits, U32, 1096, [0:0]
hasIgnitionVoltage = bits, U32, 1096, [1:1]
mainRelayState = bits, U32, 1096, [2:2]
delayedShutoffRequested = bits, U32, 1096, [3:3]
; total TS size = 1100
lua_fuelAdd = scalar, F32, 1100, "g", 1, 0
lua_fuelMult = scalar, F32, 1104, "", 1, 0
lua_clutchUpState = bits, U32, 1108, [0:0]
lua_brakePedalState = bits, U32, 1108, [1:1]
lua_acRequestState = bits, U32, 1108, [2:2]
lua_luaDisableEtb = bits, U32, 1108, [3:3]
lua_luaIgnCut = bits, U32, 1108, [4:4]
sd_tCharge = scalar, S16, 1112, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1116, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1128, "", 1, 0
crankingFuel_fuel = scalar, U16, 1132, "mg", 0.01, 0
baroCorrection = scalar, F32, 1136, "", 1, 0
hellenBoardId = scalar, S16, 1140, "id", 1, 0
clutchUpState = scalar, S08, 1142, "", 1, 0
clutchDownState = scalar, S08, 1143, "", 1, 0
brakePedalState = scalar, S08, 1144, "", 1, 0
startStopState = scalar, S08, 1145, "", 1, 0
smartChipState = scalar, S08, 1146, "", 1, 0
smartChipRestartCounter = scalar, S08, 1147, "", 1, 0
smartChipAliveCounter = scalar, S08, 1148, "", 1, 0
startStopPhysicalState = bits, U32, 1152, [0:0]
acrActive = bits, U32, 1152, [1:1]
acrEngineMovedRecently = bits, U32, 1152, [2:2]
heaterControlEnabled = bits, U32, 1152, [3:3]
luaDigitalState0 = bits, U32, 1152, [4:4]
luaDigitalState1 = bits, U32, 1152, [5:5]
luaDigitalState2 = bits, U32, 1152, [6:6]
luaDigitalState3 = bits, U32, 1152, [7:7]
startStopStateToggleCounter = scalar, U32, 1156, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1160, "", 1, 0
luaHardSparkSkip = scalar, F32, 1164, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1168, "", 1, 0
desiredRpmLimit = scalar, S16, 1172, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1176, "", 1, 0
globalSparkCounter = scalar, U32, 1180, "", 1, 0
fuelingLoad = scalar, F32, 1184, "", 1, 0
ignitionLoad = scalar, F32, 1188, "", 1, 0
veTableYAxis = scalar, U16, 1192, "%", 0.01, 0
overDwellCounter = scalar, U08, 1194, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1195, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1196, "", 1, 0
; total TS size = 1200
tpsFrom = scalar, F32, 1200
tpsTo = scalar, F32, 1204
deltaTps = scalar, F32, 1208
extraFuel = scalar, F32, 1212, "", 1, 0
valueFromTable = scalar, F32, 1216, "", 1, 0
isAboveAccelThreshold = bits, U32, 1220, [0:0]
isBelowDecelThreshold = bits, U32, 1220, [1:1]
isTimeToResetAccumulator = bits, U32, 1220, [2:2]
isFractionalEnrichment = bits, U32, 1220, [3:3]
belowEpsilon = bits, U32, 1220, [4:4]
tooShort = bits, U32, 1220, [5:5]
fractionalInjFuel = scalar, F32, 1224, "", 1, 0
accumulatedValue = scalar, F32, 1228, "", 1, 0
maxExtraPerCycle = scalar, F32, 1232, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1236, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1240, "", 1, 0
cycleCnt = scalar, S32, 1244, "", 1, 0
; total TS size = 1248
hwEventCounters1 = scalar, U32, 1248, "", 1, 0
hwEventCounters2 = scalar, U32, 1252, "", 1, 0
hwEventCounters3 = scalar, U32, 1256, "", 1, 0
hwEventCounters4 = scalar, U32, 1260, "", 1, 0
hwEventCounters5 = scalar, U32, 1264, "", 1, 0
hwEventCounters6 = scalar, U32, 1268, "", 1, 0
vvtCamCounter = scalar, U32, 1272, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1280, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1284, "", 1, 0
mapVvt_map_peak = scalar, U08, 1285, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1288, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1292, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1296, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1300, "deg", 1, 0
isDecodingMapCam = bits, U32, 1304, [0:0]
; total TS size = 1308
crankSynchronizationCounter0 = scalar, U32, 1308, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1312, "", 1, 0
vvtToothDurations00 = scalar, U32, 1316, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1320, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
triggerStateIndex0 = scalar, U08, 1344, "", 1, 0
vvtStateIndex0 = scalar, U08, 1345, "", 1, 0
; total TS size = 1348
crankSynchronizationCounter1 = scalar, U32, 1348, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1352, "", 1, 0
vvtToothDurations01 = scalar, U32, 1356, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1360, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
triggerStateIndex1 = scalar, U08, 1384, "", 1, 0
vvtStateIndex1 = scalar, U08, 1385, "", 1, 0
; total TS size = 1388
crankSynchronizationCounter2 = scalar, U32, 1388, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1392, "", 1, 0
vvtToothDurations02 = scalar, U32, 1396, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1400, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
triggerStateIndex2 = scalar, U08, 1424, "", 1, 0
vvtStateIndex2 = scalar, U08, 1425, "", 1, 0
; total TS size = 1428
crankSynchronizationCounter3 = scalar, U32, 1428, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1432, "", 1, 0
vvtToothDurations03 = scalar, U32, 1436, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1440, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
triggerStateIndex3 = scalar, U08, 1464, "", 1, 0
vvtStateIndex3 = scalar, U08, 1465, "", 1, 0
; total TS size = 1468
crankSynchronizationCounter4 = scalar, U32, 1468, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1472, "", 1, 0
vvtToothDurations04 = scalar, U32, 1476, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1480, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
triggerStateIndex4 = scalar, U08, 1504, "", 1, 0
vvtStateIndex4 = scalar, U08, 1505, "", 1, 0
; total TS size = 1508
camResyncCounter = scalar, U08, 1508, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1512, [0:0]
; total TS size = 1516
wallFuelCorrection = scalar, F32, 1516, "", 1, 0
wallFuel = scalar, F32, 1520, "", 1, 0
; total TS size = 1524
idleState = bits, S32, 1524, [0:2], "not important"
currentIdlePosition = scalar, F32, 1528
baseIdlePosition = scalar, F32, 1532
idleClosedLoop = scalar, F32, 1536
iacByTpsTaper = scalar, F32, 1540
throttlePedalUpState = scalar, S32, 1544, "", 1, 0
mightResetPid = bits, U32, 1548, [0:0]
shouldResetPid = bits, U32, 1548, [1:1]
wasResetPid = bits, U32, 1548, [2:2]
mustResetPid = bits, U32, 1548, [3:3]
isCranking = bits, U32, 1548, [4:4]
isIacTableForCoasting = bits, U32, 1548, [5:5]
notIdling = bits, U32, 1548, [6:6]
needReset = bits, U32, 1548, [7:7]
isInDeadZone = bits, U32, 1548, [8:8]
isBlipping = bits, U32, 1548, [9:9]
useClosedLoop = bits, U32, 1548, [10:10]
badTps = bits, U32, 1548, [11:11]
looksLikeRunning = bits, U32, 1548, [12:12]
looksLikeCoasting = bits, U32, 1548, [13:13]
looksLikeCrankToIdle = bits, U32, 1548, [14:14]
isIdleCoasting = bits, U32, 1548, [15:15]
isIdleClosedLoop = bits, U32, 1548, [16:16]
idleTarget = scalar, S32, 1552, "", 1, 0
targetRpmByClt = scalar, S32, 1556, "", 1, 0
targetRpmAc = scalar, S32, 1560, "", 1, 0
iacByRpmTaper = scalar, F32, 1564
luaAdd = scalar, F32, 1568
; total TS size = 1572
idlePosition0 = scalar, F32, 1572, "per", 1,0
trim0 = scalar, F32, 1576, "", 1, 0
luaAdjustment0 = scalar, F32, 1580, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1584, "per", 1,0
etbFeedForward0 = scalar, F32, 1588
etbIntegralError0 = scalar, F32, 1592, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1596, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1600, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1604, [0:0]
jamDetected0 = bits, U32, 1604, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1608, "per", 1,0
etbDutyAverage0 = scalar, F32, 1612, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1616, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1618, "count", 1,0
etbErrorCode0 = scalar, S08, 1620, "", 1, 0
tcEtbDrop0 = scalar, S08, 1621, "", 1, 0
jamTimer0 = scalar, U16, 1622, "sec", 0.01, 0
; total TS size = 1624
idlePosition1 = scalar, F32, 1624, "per", 1,0
trim1 = scalar, F32, 1628, "", 1, 0
luaAdjustment1 = scalar, F32, 1632, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1636, "per", 1,0
etbFeedForward1 = scalar, F32, 1640
etbIntegralError1 = scalar, F32, 1644, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1648, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1652, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1656, [0:0]
jamDetected1 = bits, U32, 1656, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1660, "per", 1,0
etbDutyAverage1 = scalar, F32, 1664, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1668, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1670, "count", 1,0
etbErrorCode1 = scalar, S08, 1672, "", 1, 0
tcEtbDrop1 = scalar, S08, 1673, "", 1, 0
jamTimer1 = scalar, U16, 1674, "sec", 0.01, 0
; total TS size = 1676
faultCode0 = scalar, U08, 1676, "", 1, 0
heaterDuty0 = scalar, U08, 1677, "%", 1, 0
pumpDuty0 = scalar, U08, 1678, "%", 1, 0
tempC0 = scalar, U16, 1680, "C", 1, 0
nernstVoltage0 = scalar, U16, 1682, "V", 0.001, 0
esr0 = scalar, U16, 1684, "ohm", 1, 0
; total TS size = 1688
faultCode1 = scalar, U08, 1688, "", 1, 0
heaterDuty1 = scalar, U08, 1689, "%", 1, 0
pumpDuty1 = scalar, U08, 1690, "%", 1, 0
tempC1 = scalar, U16, 1692, "C", 1, 0
nernstVoltage1 = scalar, U16, 1694, "V", 0.001, 0
esr1 = scalar, U16, 1696, "ohm", 1, 0
; total TS size = 1700
dcOutput0 = scalar, F32, 1700, "per", 1,0
isEnabled0_int = scalar, U08, 1704, "per", 1,0
isEnabled0 = bits, U32, 1708, [0:0]
; total TS size = 1712
value0 = scalar, U16, 1712, "value", 1,0
value1 = scalar, U16, 1714, "value", 1,0
errorRate = scalar, F32, 1716, "ratio", 1,0
; total TS size = 1720
lambdaCurrentlyGood = bits, U32, 1720, [0:0]
lambdaMonitorCut = bits, U32, 1720, [1:1]
lambdaTimeSinceGood = scalar, U16, 1724, "sec", 0.01, 0
; total TS size = 1728
vvtTarget = scalar, U16, 1720, "deg", 0.1, 0
vvtOutput = scalar, U08, 1722, "%", 0.5, 0
; total TS size = 1724
lambdaCurrentlyGood = bits, U32, 1724, [0:0]
lambdaMonitorCut = bits, U32, 1724, [1:1]
lambdaTimeSinceGood = scalar, U16, 1728, "sec", 0.01, 0
; total TS size = 1732
time = { timeNow }
@ -4916,6 +4919,8 @@ gaugeCategory = Transmission
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
idealEngineTorqueGauge = idealEngineTorque, "idealEngineTorque", "", 0, 100, 0, 0, 100, 100, 4, 4
pressureControlGauge = pressureControlDuty, "EPC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
torqueConverterGauge = torqueConverterDuty, "TC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
gaugeCategory = Knock
knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
@ -5050,6 +5055,8 @@ gaugeCategory = GPPWM Outputs
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
indicatorTemplate = {isShifting}, "In Gear", "Shifting", white, black, green, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
[KeyActions]
@ -5503,6 +5510,9 @@ entry = tcuCurrentGear, "Current Gear", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = pressureControlDuty, "TCU: EPC Duty", int, "%d"
entry = torqueConverterDuty, "TCU: TC Duty", int, "%d"
entry = isShifting, "isShifting", int, "%d"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
@ -6437,13 +6447,19 @@ dialog = knock_controllerDialog, "knock_controller"
liveGraph = knock_controller_5_Graph, "Graph", South
graphLine = m_maximumRetard
indicatorPanel = tcu_controllerIndicatorPanel, 2
indicator = {isShifting}, "isShifting No", "isShifting Yes"
dialog = tcu_controllerDialog, "tcu_controller"
panel = tcu_controllerIndicatorPanel
liveGraph = tcu_controller_1_Graph, "Graph", South
graphLine = tcuCurrentGear
graphLine = tcRatio
graphLine = lastShiftTime
graphLine = tcu_currentRange
liveGraph = tcu_controller_2_Graph, "Graph", South
graphLine = pressureControlDuty
graphLine = torqueConverterDuty
indicatorPanel = throttle_modelIndicatorPanel, 2
indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.20.alphax-8chan-revA.1645448234"
signature = "rusEFI master.2024.04.20.alphax-8chan-revA.3036662656"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.20.alphax-8chan-revA.1645448234" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.20.alphax-8chan-revA.3036662656" ; 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
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:15:11 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 03:43:24 UTC 2024
pageSize = 22656
page = 1
@ -2541,7 +2541,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1728
ochBlockSize = 1732
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3090,354 +3090,357 @@ tcuCurrentGear = scalar, S08, 948, "gear", 1, 0
tcRatio = scalar, U16, 950, "value", 0.01, 0
lastShiftTime = scalar, F32, 952, "", 1, 0
tcu_currentRange = scalar, U08, 956, "", 1, 0
; total TS size = 960
throttleUseWotModel = bits, U32, 960, [0:0]
throttleModelCrossoverAngle = scalar, S16, 964, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 968, "g/s", 1, 0
; total TS size = 972
m_requested_pump = scalar, F32, 972, "", 1, 0
fuel_requested_percent = scalar, F32, 976, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 980, "", 1, 0
noValve = bits, U32, 984, [0:0]
angleAboveMin = bits, U32, 984, [1:1]
isHpfpInactive = bits, U32, 984, [2:2]
m_pressureTarget_kPa = scalar, F32, 988, "", 1, 0
nextLobe = scalar, F32, 992, "", 1, 0
di_nextStart = scalar, F32, 996, "v", 1, 0
; total TS size = 1000
m_deadtime = scalar, F32, 1000, "ms", 1, 0
pressureDelta = scalar, F32, 1004, "kPa", 1, 0
pressureRatio = scalar, F32, 1008, "", 1, 0
; total TS size = 1012
retardThresholdRpm = scalar, S32, 1012, "", 1, 0
combinedConditions = bits, U32, 1016, [0:0]
launchActivatePinState = bits, U32, 1016, [1:1]
isLaunchPreCondition = bits, U32, 1016, [2:2]
isLaunchCondition = bits, U32, 1016, [3:3]
isSwitchActivated = bits, U32, 1016, [4:4]
isClutchActivated = bits, U32, 1016, [5:5]
isValidInputPin = bits, U32, 1016, [6:6]
activateSwitchCondition = bits, U32, 1016, [7:7]
rpmCondition = bits, U32, 1016, [8:8]
speedCondition = bits, U32, 1016, [9:9]
tpsCondition = bits, U32, 1016, [10:10]
; total TS size = 1020
isAntilagCondition = bits, U32, 1020, [0:0]
ALSMinRPMCondition = bits, U32, 1020, [1:1]
ALSMaxRPMCondition = bits, U32, 1020, [2:2]
ALSMinCLTCondition = bits, U32, 1020, [3:3]
ALSMaxCLTCondition = bits, U32, 1020, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1020, [5:5]
isALSSwitchActivated = bits, U32, 1020, [6:6]
ALSActivatePinState = bits, U32, 1020, [7:7]
ALSSwitchCondition = bits, U32, 1020, [8:8]
ALSTimerCondition = bits, U32, 1020, [9:9]
fuelALSCorrection = scalar, F32, 1024, "", 1, 0
timingALSCorrection = scalar, S16, 1028, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1030, "deg", 0.01, 0
; total TS size = 1032
isTpsInvalid = bits, U32, 1032, [0:0]
m_shouldResetPid = bits, U32, 1032, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1032, [2:2]
isNotClosedLoop = bits, U32, 1032, [3:3]
isZeroRpm = bits, U32, 1032, [4:4]
hasInitBoost = bits, U32, 1032, [5:5]
rpmTooLow = bits, U32, 1032, [6:6]
tpsTooLow = bits, U32, 1032, [7:7]
mapTooLow = bits, U32, 1032, [8:8]
isPlantValid = bits, U32, 1032, [9:9]
isBoostControlled = bits, U32, 1032, [10:10]
luaTargetAdd = scalar, S16, 1036, "v", 0.5,0
boostOutput = scalar, S16, 1038, "percent", 0.01,0
luaTargetMult = scalar, F32, 1040, "v", 1,0
openLoopPart = scalar, F32, 1044, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1048, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1052, "%", 0.5,0
boostControlTarget = scalar, S16, 1054, "kPa", 0.03333333333333333,0
; total TS size = 1056
acButtonState = scalar, S08, 1056, "", 1, 0
m_acEnabled = bits, U32, 1060, [0:0]
engineTooSlow = bits, U32, 1060, [1:1]
engineTooFast = bits, U32, 1060, [2:2]
noClt = bits, U32, 1060, [3:3]
engineTooHot = bits, U32, 1060, [4:4]
tpsTooHigh = bits, U32, 1060, [5:5]
isDisabledByLua = bits, U32, 1060, [6:6]
acCompressorState = bits, U32, 1060, [7:7]
latest_usage_ac_control = scalar, S32, 1064, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1068, "", 1, 0
; total TS size = 1072
cranking0 = bits, U32, 1072, [0:0]
notRunning0 = bits, U32, 1072, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1072, [2:2]
brokenClt0 = bits, U32, 1072, [3:3]
enabledForAc0 = bits, U32, 1072, [4:4]
hot0 = bits, U32, 1072, [5:5]
cold0 = bits, U32, 1072, [6:6]
disabledBySpeed0 = bits, U32, 1072, [7:7]
tempAlive0 = scalar, U08, 1076, "", 1, 0
tempCode0 = scalar, U08, 1077, "", 1, 0
; total TS size = 1080
cranking1 = bits, U32, 1080, [0:0]
notRunning1 = bits, U32, 1080, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1080, [2:2]
brokenClt1 = bits, U32, 1080, [3:3]
enabledForAc1 = bits, U32, 1080, [4:4]
hot1 = bits, U32, 1080, [5:5]
cold1 = bits, U32, 1080, [6:6]
disabledBySpeed1 = bits, U32, 1080, [7:7]
tempAlive1 = scalar, U08, 1084, "", 1, 0
tempCode1 = scalar, U08, 1085, "", 1, 0
; total TS size = 1088
isPrime = bits, U32, 1088, [0:0]
engineTurnedRecently = bits, U32, 1088, [1:1]
isFuelPumpOn = bits, U32, 1088, [2:2]
ignitionOn = bits, U32, 1088, [3:3]
pressureControlDuty = scalar, S08, 957, "%", 1,0
torqueConverterDuty = scalar, S08, 958, "%", 1,0
isShifting = bits, U32, 960, [0:0]
; total TS size = 964
throttleUseWotModel = bits, U32, 964, [0:0]
throttleModelCrossoverAngle = scalar, S16, 968, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 972, "g/s", 1, 0
; total TS size = 976
m_requested_pump = scalar, F32, 976, "", 1, 0
fuel_requested_percent = scalar, F32, 980, "", 1, 0
fuel_requested_percent_pi = scalar, F32, 984, "", 1, 0
noValve = bits, U32, 988, [0:0]
angleAboveMin = bits, U32, 988, [1:1]
isHpfpInactive = bits, U32, 988, [2:2]
m_pressureTarget_kPa = scalar, F32, 992, "", 1, 0
nextLobe = scalar, F32, 996, "", 1, 0
di_nextStart = scalar, F32, 1000, "v", 1, 0
; total TS size = 1004
m_deadtime = scalar, F32, 1004, "ms", 1, 0
pressureDelta = scalar, F32, 1008, "kPa", 1, 0
pressureRatio = scalar, F32, 1012, "", 1, 0
; total TS size = 1016
retardThresholdRpm = scalar, S32, 1016, "", 1, 0
combinedConditions = bits, U32, 1020, [0:0]
launchActivatePinState = bits, U32, 1020, [1:1]
isLaunchPreCondition = bits, U32, 1020, [2:2]
isLaunchCondition = bits, U32, 1020, [3:3]
isSwitchActivated = bits, U32, 1020, [4:4]
isClutchActivated = bits, U32, 1020, [5:5]
isValidInputPin = bits, U32, 1020, [6:6]
activateSwitchCondition = bits, U32, 1020, [7:7]
rpmCondition = bits, U32, 1020, [8:8]
speedCondition = bits, U32, 1020, [9:9]
tpsCondition = bits, U32, 1020, [10:10]
; total TS size = 1024
isAntilagCondition = bits, U32, 1024, [0:0]
ALSMinRPMCondition = bits, U32, 1024, [1:1]
ALSMaxRPMCondition = bits, U32, 1024, [2:2]
ALSMinCLTCondition = bits, U32, 1024, [3:3]
ALSMaxCLTCondition = bits, U32, 1024, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1024, [5:5]
isALSSwitchActivated = bits, U32, 1024, [6:6]
ALSActivatePinState = bits, U32, 1024, [7:7]
ALSSwitchCondition = bits, U32, 1024, [8:8]
ALSTimerCondition = bits, U32, 1024, [9:9]
fuelALSCorrection = scalar, F32, 1028, "", 1, 0
timingALSCorrection = scalar, S16, 1032, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1034, "deg", 0.01, 0
; total TS size = 1036
isTpsInvalid = bits, U32, 1036, [0:0]
m_shouldResetPid = bits, U32, 1036, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1036, [2:2]
isNotClosedLoop = bits, U32, 1036, [3:3]
isZeroRpm = bits, U32, 1036, [4:4]
hasInitBoost = bits, U32, 1036, [5:5]
rpmTooLow = bits, U32, 1036, [6:6]
tpsTooLow = bits, U32, 1036, [7:7]
mapTooLow = bits, U32, 1036, [8:8]
isPlantValid = bits, U32, 1036, [9:9]
isBoostControlled = bits, U32, 1036, [10:10]
luaTargetAdd = scalar, S16, 1040, "v", 0.5,0
boostOutput = scalar, S16, 1042, "percent", 0.01,0
luaTargetMult = scalar, F32, 1044, "v", 1,0
openLoopPart = scalar, F32, 1048, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1052, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1056, "%", 0.5,0
boostControlTarget = scalar, S16, 1058, "kPa", 0.03333333333333333,0
; total TS size = 1060
acButtonState = scalar, S08, 1060, "", 1, 0
m_acEnabled = bits, U32, 1064, [0:0]
engineTooSlow = bits, U32, 1064, [1:1]
engineTooFast = bits, U32, 1064, [2:2]
noClt = bits, U32, 1064, [3:3]
engineTooHot = bits, U32, 1064, [4:4]
tpsTooHigh = bits, U32, 1064, [5:5]
isDisabledByLua = bits, U32, 1064, [6:6]
acCompressorState = bits, U32, 1064, [7:7]
latest_usage_ac_control = scalar, S32, 1068, "", 1, 0
acSwitchLastChangeTimeMs = scalar, S32, 1072, "", 1, 0
; total TS size = 1076
cranking0 = bits, U32, 1076, [0:0]
notRunning0 = bits, U32, 1076, [1:1]
disabledWhileEngineStopped0 = bits, U32, 1076, [2:2]
brokenClt0 = bits, U32, 1076, [3:3]
enabledForAc0 = bits, U32, 1076, [4:4]
hot0 = bits, U32, 1076, [5:5]
cold0 = bits, U32, 1076, [6:6]
disabledBySpeed0 = bits, U32, 1076, [7:7]
tempAlive0 = scalar, U08, 1080, "", 1, 0
tempCode0 = scalar, U08, 1081, "", 1, 0
; total TS size = 1084
cranking1 = bits, U32, 1084, [0:0]
notRunning1 = bits, U32, 1084, [1:1]
disabledWhileEngineStopped1 = bits, U32, 1084, [2:2]
brokenClt1 = bits, U32, 1084, [3:3]
enabledForAc1 = bits, U32, 1084, [4:4]
hot1 = bits, U32, 1084, [5:5]
cold1 = bits, U32, 1084, [6:6]
disabledBySpeed1 = bits, U32, 1084, [7:7]
tempAlive1 = scalar, U08, 1088, "", 1, 0
tempCode1 = scalar, U08, 1089, "", 1, 0
; total TS size = 1092
isBenchTest = bits, U32, 1092, [0:0]
hasIgnitionVoltage = bits, U32, 1092, [1:1]
mainRelayState = bits, U32, 1092, [2:2]
delayedShutoffRequested = bits, U32, 1092, [3:3]
isPrime = bits, U32, 1092, [0:0]
engineTurnedRecently = bits, U32, 1092, [1:1]
isFuelPumpOn = bits, U32, 1092, [2:2]
ignitionOn = bits, U32, 1092, [3:3]
; total TS size = 1096
lua_fuelAdd = scalar, F32, 1096, "g", 1, 0
lua_fuelMult = scalar, F32, 1100, "", 1, 0
lua_clutchUpState = bits, U32, 1104, [0:0]
lua_brakePedalState = bits, U32, 1104, [1:1]
lua_acRequestState = bits, U32, 1104, [2:2]
lua_luaDisableEtb = bits, U32, 1104, [3:3]
lua_luaIgnCut = bits, U32, 1104, [4:4]
sd_tCharge = scalar, S16, 1108, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1112, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1116, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_fuel = scalar, U16, 1128, "mg", 0.01, 0
baroCorrection = scalar, F32, 1132, "", 1, 0
hellenBoardId = scalar, S16, 1136, "id", 1, 0
clutchUpState = scalar, S08, 1138, "", 1, 0
clutchDownState = scalar, S08, 1139, "", 1, 0
brakePedalState = scalar, S08, 1140, "", 1, 0
startStopState = scalar, S08, 1141, "", 1, 0
smartChipState = scalar, S08, 1142, "", 1, 0
smartChipRestartCounter = scalar, S08, 1143, "", 1, 0
smartChipAliveCounter = scalar, S08, 1144, "", 1, 0
startStopPhysicalState = bits, U32, 1148, [0:0]
acrActive = bits, U32, 1148, [1:1]
acrEngineMovedRecently = bits, U32, 1148, [2:2]
heaterControlEnabled = bits, U32, 1148, [3:3]
luaDigitalState0 = bits, U32, 1148, [4:4]
luaDigitalState1 = bits, U32, 1148, [5:5]
luaDigitalState2 = bits, U32, 1148, [6:6]
luaDigitalState3 = bits, U32, 1148, [7:7]
startStopStateToggleCounter = scalar, U32, 1152, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1156, "", 1, 0
luaHardSparkSkip = scalar, F32, 1160, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1164, "", 1, 0
desiredRpmLimit = scalar, S16, 1168, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1172, "", 1, 0
globalSparkCounter = scalar, U32, 1176, "", 1, 0
fuelingLoad = scalar, F32, 1180, "", 1, 0
ignitionLoad = scalar, F32, 1184, "", 1, 0
veTableYAxis = scalar, U16, 1188, "%", 0.01, 0
overDwellCounter = scalar, U08, 1190, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1191, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1192, "", 1, 0
; total TS size = 1196
tpsFrom = scalar, F32, 1196
tpsTo = scalar, F32, 1200
deltaTps = scalar, F32, 1204
extraFuel = scalar, F32, 1208, "", 1, 0
valueFromTable = scalar, F32, 1212, "", 1, 0
isAboveAccelThreshold = bits, U32, 1216, [0:0]
isBelowDecelThreshold = bits, U32, 1216, [1:1]
isTimeToResetAccumulator = bits, U32, 1216, [2:2]
isFractionalEnrichment = bits, U32, 1216, [3:3]
belowEpsilon = bits, U32, 1216, [4:4]
tooShort = bits, U32, 1216, [5:5]
fractionalInjFuel = scalar, F32, 1220, "", 1, 0
accumulatedValue = scalar, F32, 1224, "", 1, 0
maxExtraPerCycle = scalar, F32, 1228, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1232, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1236, "", 1, 0
cycleCnt = scalar, S32, 1240, "", 1, 0
; total TS size = 1244
hwEventCounters1 = scalar, U32, 1244, "", 1, 0
hwEventCounters2 = scalar, U32, 1248, "", 1, 0
hwEventCounters3 = scalar, U32, 1252, "", 1, 0
hwEventCounters4 = scalar, U32, 1256, "", 1, 0
hwEventCounters5 = scalar, U32, 1260, "", 1, 0
hwEventCounters6 = scalar, U32, 1264, "", 1, 0
vvtCamCounter = scalar, U32, 1268, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1272, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1280, "", 1, 0
mapVvt_map_peak = scalar, U08, 1281, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1284, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1288, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1292, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1296, "deg", 1, 0
isDecodingMapCam = bits, U32, 1300, [0:0]
; total TS size = 1304
crankSynchronizationCounter0 = scalar, U32, 1304, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1308, "", 1, 0
vvtToothDurations00 = scalar, U32, 1312, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1316, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1320, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
triggerStateIndex0 = scalar, U08, 1340, "", 1, 0
vvtStateIndex0 = scalar, U08, 1341, "", 1, 0
; total TS size = 1344
crankSynchronizationCounter1 = scalar, U32, 1344, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1348, "", 1, 0
vvtToothDurations01 = scalar, U32, 1352, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1356, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
triggerStateIndex1 = scalar, U08, 1380, "", 1, 0
vvtStateIndex1 = scalar, U08, 1381, "", 1, 0
; total TS size = 1384
crankSynchronizationCounter2 = scalar, U32, 1384, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1388, "", 1, 0
vvtToothDurations02 = scalar, U32, 1392, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1396, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
triggerStateIndex2 = scalar, U08, 1420, "", 1, 0
vvtStateIndex2 = scalar, U08, 1421, "", 1, 0
; total TS size = 1424
crankSynchronizationCounter3 = scalar, U32, 1424, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1428, "", 1, 0
vvtToothDurations03 = scalar, U32, 1432, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1436, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
triggerStateIndex3 = scalar, U08, 1460, "", 1, 0
vvtStateIndex3 = scalar, U08, 1461, "", 1, 0
; total TS size = 1464
crankSynchronizationCounter4 = scalar, U32, 1464, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1468, "", 1, 0
vvtToothDurations04 = scalar, U32, 1472, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1476, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
triggerStateIndex4 = scalar, U08, 1500, "", 1, 0
vvtStateIndex4 = scalar, U08, 1501, "", 1, 0
; total TS size = 1504
camResyncCounter = scalar, U08, 1504, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1508, [0:0]
; total TS size = 1512
wallFuelCorrection = scalar, F32, 1512, "", 1, 0
wallFuel = scalar, F32, 1516, "", 1, 0
; total TS size = 1520
idleState = bits, S32, 1520, [0:2], "not important"
currentIdlePosition = scalar, F32, 1524
baseIdlePosition = scalar, F32, 1528
idleClosedLoop = scalar, F32, 1532
iacByTpsTaper = scalar, F32, 1536
throttlePedalUpState = scalar, S32, 1540, "", 1, 0
mightResetPid = bits, U32, 1544, [0:0]
shouldResetPid = bits, U32, 1544, [1:1]
wasResetPid = bits, U32, 1544, [2:2]
mustResetPid = bits, U32, 1544, [3:3]
isCranking = bits, U32, 1544, [4:4]
isIacTableForCoasting = bits, U32, 1544, [5:5]
notIdling = bits, U32, 1544, [6:6]
needReset = bits, U32, 1544, [7:7]
isInDeadZone = bits, U32, 1544, [8:8]
isBlipping = bits, U32, 1544, [9:9]
useClosedLoop = bits, U32, 1544, [10:10]
badTps = bits, U32, 1544, [11:11]
looksLikeRunning = bits, U32, 1544, [12:12]
looksLikeCoasting = bits, U32, 1544, [13:13]
looksLikeCrankToIdle = bits, U32, 1544, [14:14]
isIdleCoasting = bits, U32, 1544, [15:15]
isIdleClosedLoop = bits, U32, 1544, [16:16]
idleTarget = scalar, S32, 1548, "", 1, 0
targetRpmByClt = scalar, S32, 1552, "", 1, 0
targetRpmAc = scalar, S32, 1556, "", 1, 0
iacByRpmTaper = scalar, F32, 1560
luaAdd = scalar, F32, 1564
; total TS size = 1568
idlePosition0 = scalar, F32, 1568, "per", 1,0
trim0 = scalar, F32, 1572, "", 1, 0
luaAdjustment0 = scalar, F32, 1576, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1580, "per", 1,0
etbFeedForward0 = scalar, F32, 1584
etbIntegralError0 = scalar, F32, 1588, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1592, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1596, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1600, [0:0]
jamDetected0 = bits, U32, 1600, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1604, "per", 1,0
etbDutyAverage0 = scalar, F32, 1608, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1612, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1614, "count", 1,0
etbErrorCode0 = scalar, S08, 1616, "", 1, 0
tcEtbDrop0 = scalar, S08, 1617, "", 1, 0
jamTimer0 = scalar, U16, 1618, "sec", 0.01, 0
; total TS size = 1620
idlePosition1 = scalar, F32, 1620, "per", 1,0
trim1 = scalar, F32, 1624, "", 1, 0
luaAdjustment1 = scalar, F32, 1628, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1632, "per", 1,0
etbFeedForward1 = scalar, F32, 1636
etbIntegralError1 = scalar, F32, 1640, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1644, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1648, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1652, [0:0]
jamDetected1 = bits, U32, 1652, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1656, "per", 1,0
etbDutyAverage1 = scalar, F32, 1660, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1664, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1666, "count", 1,0
etbErrorCode1 = scalar, S08, 1668, "", 1, 0
tcEtbDrop1 = scalar, S08, 1669, "", 1, 0
jamTimer1 = scalar, U16, 1670, "sec", 0.01, 0
; total TS size = 1672
faultCode0 = scalar, U08, 1672, "", 1, 0
heaterDuty0 = scalar, U08, 1673, "%", 1, 0
pumpDuty0 = scalar, U08, 1674, "%", 1, 0
tempC0 = scalar, U16, 1676, "C", 1, 0
nernstVoltage0 = scalar, U16, 1678, "V", 0.001, 0
esr0 = scalar, U16, 1680, "ohm", 1, 0
; total TS size = 1684
faultCode1 = scalar, U08, 1684, "", 1, 0
heaterDuty1 = scalar, U08, 1685, "%", 1, 0
pumpDuty1 = scalar, U08, 1686, "%", 1, 0
tempC1 = scalar, U16, 1688, "C", 1, 0
nernstVoltage1 = scalar, U16, 1690, "V", 0.001, 0
esr1 = scalar, U16, 1692, "ohm", 1, 0
; total TS size = 1696
dcOutput0 = scalar, F32, 1696, "per", 1,0
isEnabled0_int = scalar, U08, 1700, "per", 1,0
isEnabled0 = bits, U32, 1704, [0:0]
; total TS size = 1708
value0 = scalar, U16, 1708, "value", 1,0
value1 = scalar, U16, 1710, "value", 1,0
errorRate = scalar, F32, 1712, "ratio", 1,0
; total TS size = 1716
vvtTarget = scalar, U16, 1716, "deg", 0.1, 0
vvtOutput = scalar, U08, 1718, "%", 0.5, 0
isBenchTest = bits, U32, 1096, [0:0]
hasIgnitionVoltage = bits, U32, 1096, [1:1]
mainRelayState = bits, U32, 1096, [2:2]
delayedShutoffRequested = bits, U32, 1096, [3:3]
; total TS size = 1100
lua_fuelAdd = scalar, F32, 1100, "g", 1, 0
lua_fuelMult = scalar, F32, 1104, "", 1, 0
lua_clutchUpState = bits, U32, 1108, [0:0]
lua_brakePedalState = bits, U32, 1108, [1:1]
lua_acRequestState = bits, U32, 1108, [2:2]
lua_luaDisableEtb = bits, U32, 1108, [3:3]
lua_luaIgnCut = bits, U32, 1108, [4:4]
sd_tCharge = scalar, S16, 1112, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1116, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1120, "", 1, 0
crankingFuel_tpsCoefficient = scalar, F32, 1124, "", 1, 0
crankingFuel_durationCoefficient = scalar, F32, 1128, "", 1, 0
crankingFuel_fuel = scalar, U16, 1132, "mg", 0.01, 0
baroCorrection = scalar, F32, 1136, "", 1, 0
hellenBoardId = scalar, S16, 1140, "id", 1, 0
clutchUpState = scalar, S08, 1142, "", 1, 0
clutchDownState = scalar, S08, 1143, "", 1, 0
brakePedalState = scalar, S08, 1144, "", 1, 0
startStopState = scalar, S08, 1145, "", 1, 0
smartChipState = scalar, S08, 1146, "", 1, 0
smartChipRestartCounter = scalar, S08, 1147, "", 1, 0
smartChipAliveCounter = scalar, S08, 1148, "", 1, 0
startStopPhysicalState = bits, U32, 1152, [0:0]
acrActive = bits, U32, 1152, [1:1]
acrEngineMovedRecently = bits, U32, 1152, [2:2]
heaterControlEnabled = bits, U32, 1152, [3:3]
luaDigitalState0 = bits, U32, 1152, [4:4]
luaDigitalState1 = bits, U32, 1152, [5:5]
luaDigitalState2 = bits, U32, 1152, [6:6]
luaDigitalState3 = bits, U32, 1152, [7:7]
startStopStateToggleCounter = scalar, U32, 1156, "", 1, 0
luaSoftSparkSkip = scalar, F32, 1160, "", 1, 0
luaHardSparkSkip = scalar, F32, 1164, "", 1, 0
tractionControlSparkSkip = scalar, F32, 1168, "", 1, 0
desiredRpmLimit = scalar, S16, 1172, "rpm", 1, 0
fuelInjectionCounter = scalar, U32, 1176, "", 1, 0
globalSparkCounter = scalar, U32, 1180, "", 1, 0
fuelingLoad = scalar, F32, 1184, "", 1, 0
ignitionLoad = scalar, F32, 1188, "", 1, 0
veTableYAxis = scalar, U16, 1192, "%", 0.01, 0
overDwellCounter = scalar, U08, 1194, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1195, "", 1, 0
sparkOutOfOrderCounter = scalar, U08, 1196, "", 1, 0
; total TS size = 1200
tpsFrom = scalar, F32, 1200
tpsTo = scalar, F32, 1204
deltaTps = scalar, F32, 1208
extraFuel = scalar, F32, 1212, "", 1, 0
valueFromTable = scalar, F32, 1216, "", 1, 0
isAboveAccelThreshold = bits, U32, 1220, [0:0]
isBelowDecelThreshold = bits, U32, 1220, [1:1]
isTimeToResetAccumulator = bits, U32, 1220, [2:2]
isFractionalEnrichment = bits, U32, 1220, [3:3]
belowEpsilon = bits, U32, 1220, [4:4]
tooShort = bits, U32, 1220, [5:5]
fractionalInjFuel = scalar, F32, 1224, "", 1, 0
accumulatedValue = scalar, F32, 1228, "", 1, 0
maxExtraPerCycle = scalar, F32, 1232, "", 1, 0
maxExtraPerPeriod = scalar, F32, 1236, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1240, "", 1, 0
cycleCnt = scalar, S32, 1244, "", 1, 0
; total TS size = 1248
hwEventCounters1 = scalar, U32, 1248, "", 1, 0
hwEventCounters2 = scalar, U32, 1252, "", 1, 0
hwEventCounters3 = scalar, U32, 1256, "", 1, 0
hwEventCounters4 = scalar, U32, 1260, "", 1, 0
hwEventCounters5 = scalar, U32, 1264, "", 1, 0
hwEventCounters6 = scalar, U32, 1268, "", 1, 0
vvtCamCounter = scalar, U32, 1272, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1276, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1280, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1284, "", 1, 0
mapVvt_map_peak = scalar, U08, 1285, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1288, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1292, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1296, "", 1, 0
mapCamPrevToothAngle = scalar, F32, 1300, "deg", 1, 0
isDecodingMapCam = bits, U32, 1304, [0:0]
; total TS size = 1308
crankSynchronizationCounter0 = scalar, U32, 1308, "", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1312, "", 1, 0
vvtToothDurations00 = scalar, U32, 1316, "us", 1, 0
vvtCurrentPosition0 = scalar, F32, 1320, "sync: Primary Cam Position", 1, 0
vvtToothPosition10 = scalar, F32, 1324, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1328, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
vvtToothPosition40 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
triggerStateIndex0 = scalar, U08, 1344, "", 1, 0
vvtStateIndex0 = scalar, U08, 1345, "", 1, 0
; total TS size = 1348
crankSynchronizationCounter1 = scalar, U32, 1348, "", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1352, "", 1, 0
vvtToothDurations01 = scalar, U32, 1356, "us", 1, 0
vvtCurrentPosition1 = scalar, F32, 1360, "sync: Primary Cam Position", 1, 0
vvtToothPosition11 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1368, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
vvtToothPosition41 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
triggerStateIndex1 = scalar, U08, 1384, "", 1, 0
vvtStateIndex1 = scalar, U08, 1385, "", 1, 0
; total TS size = 1388
crankSynchronizationCounter2 = scalar, U32, 1388, "", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1392, "", 1, 0
vvtToothDurations02 = scalar, U32, 1396, "us", 1, 0
vvtCurrentPosition2 = scalar, F32, 1400, "sync: Primary Cam Position", 1, 0
vvtToothPosition12 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition42 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
triggerStateIndex2 = scalar, U08, 1424, "", 1, 0
vvtStateIndex2 = scalar, U08, 1425, "", 1, 0
; total TS size = 1428
crankSynchronizationCounter3 = scalar, U32, 1428, "", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1432, "", 1, 0
vvtToothDurations03 = scalar, U32, 1436, "us", 1, 0
vvtCurrentPosition3 = scalar, F32, 1440, "sync: Primary Cam Position", 1, 0
vvtToothPosition13 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition43 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
triggerStateIndex3 = scalar, U08, 1464, "", 1, 0
vvtStateIndex3 = scalar, U08, 1465, "", 1, 0
; total TS size = 1468
crankSynchronizationCounter4 = scalar, U32, 1468, "", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1472, "", 1, 0
vvtToothDurations04 = scalar, U32, 1476, "us", 1, 0
vvtCurrentPosition4 = scalar, F32, 1480, "sync: Primary Cam Position", 1, 0
vvtToothPosition14 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition44 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
triggerStateIndex4 = scalar, U08, 1504, "", 1, 0
vvtStateIndex4 = scalar, U08, 1505, "", 1, 0
; total TS size = 1508
camResyncCounter = scalar, U08, 1508, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1512, [0:0]
; total TS size = 1516
wallFuelCorrection = scalar, F32, 1516, "", 1, 0
wallFuel = scalar, F32, 1520, "", 1, 0
; total TS size = 1524
idleState = bits, S32, 1524, [0:2], "not important"
currentIdlePosition = scalar, F32, 1528
baseIdlePosition = scalar, F32, 1532
idleClosedLoop = scalar, F32, 1536
iacByTpsTaper = scalar, F32, 1540
throttlePedalUpState = scalar, S32, 1544, "", 1, 0
mightResetPid = bits, U32, 1548, [0:0]
shouldResetPid = bits, U32, 1548, [1:1]
wasResetPid = bits, U32, 1548, [2:2]
mustResetPid = bits, U32, 1548, [3:3]
isCranking = bits, U32, 1548, [4:4]
isIacTableForCoasting = bits, U32, 1548, [5:5]
notIdling = bits, U32, 1548, [6:6]
needReset = bits, U32, 1548, [7:7]
isInDeadZone = bits, U32, 1548, [8:8]
isBlipping = bits, U32, 1548, [9:9]
useClosedLoop = bits, U32, 1548, [10:10]
badTps = bits, U32, 1548, [11:11]
looksLikeRunning = bits, U32, 1548, [12:12]
looksLikeCoasting = bits, U32, 1548, [13:13]
looksLikeCrankToIdle = bits, U32, 1548, [14:14]
isIdleCoasting = bits, U32, 1548, [15:15]
isIdleClosedLoop = bits, U32, 1548, [16:16]
idleTarget = scalar, S32, 1552, "", 1, 0
targetRpmByClt = scalar, S32, 1556, "", 1, 0
targetRpmAc = scalar, S32, 1560, "", 1, 0
iacByRpmTaper = scalar, F32, 1564
luaAdd = scalar, F32, 1568
; total TS size = 1572
idlePosition0 = scalar, F32, 1572, "per", 1,0
trim0 = scalar, F32, 1576, "", 1, 0
luaAdjustment0 = scalar, F32, 1580, "per", 1,0
m_wastegatePosition0 = scalar, F32, 1584, "per", 1,0
etbFeedForward0 = scalar, F32, 1588
etbIntegralError0 = scalar, F32, 1592, "", 1, 0
etbCurrentTarget0 = scalar, F32, 1596, "%", 1, 0
etbCurrentAdjustedTarget0 = scalar, F32, 1600, "%", 1, 0
etbRevLimitActive0 = bits, U32, 1604, [0:0]
jamDetected0 = bits, U32, 1604, [1:1]
etbDutyRateOfChange0 = scalar, F32, 1608, "per", 1,0
etbDutyAverage0 = scalar, F32, 1612, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1616, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1618, "count", 1,0
etbErrorCode0 = scalar, S08, 1620, "", 1, 0
tcEtbDrop0 = scalar, S08, 1621, "", 1, 0
jamTimer0 = scalar, U16, 1622, "sec", 0.01, 0
; total TS size = 1624
idlePosition1 = scalar, F32, 1624, "per", 1,0
trim1 = scalar, F32, 1628, "", 1, 0
luaAdjustment1 = scalar, F32, 1632, "per", 1,0
m_wastegatePosition1 = scalar, F32, 1636, "per", 1,0
etbFeedForward1 = scalar, F32, 1640
etbIntegralError1 = scalar, F32, 1644, "", 1, 0
etbCurrentTarget1 = scalar, F32, 1648, "%", 1, 0
etbCurrentAdjustedTarget1 = scalar, F32, 1652, "%", 1, 0
etbRevLimitActive1 = bits, U32, 1656, [0:0]
jamDetected1 = bits, U32, 1656, [1:1]
etbDutyRateOfChange1 = scalar, F32, 1660, "per", 1,0
etbDutyAverage1 = scalar, F32, 1664, "per", 1,0
etbTpsErrorCounter1 = scalar, U16, 1668, "count", 1,0
etbPpsErrorCounter1 = scalar, U16, 1670, "count", 1,0
etbErrorCode1 = scalar, S08, 1672, "", 1, 0
tcEtbDrop1 = scalar, S08, 1673, "", 1, 0
jamTimer1 = scalar, U16, 1674, "sec", 0.01, 0
; total TS size = 1676
faultCode0 = scalar, U08, 1676, "", 1, 0
heaterDuty0 = scalar, U08, 1677, "%", 1, 0
pumpDuty0 = scalar, U08, 1678, "%", 1, 0
tempC0 = scalar, U16, 1680, "C", 1, 0
nernstVoltage0 = scalar, U16, 1682, "V", 0.001, 0
esr0 = scalar, U16, 1684, "ohm", 1, 0
; total TS size = 1688
faultCode1 = scalar, U08, 1688, "", 1, 0
heaterDuty1 = scalar, U08, 1689, "%", 1, 0
pumpDuty1 = scalar, U08, 1690, "%", 1, 0
tempC1 = scalar, U16, 1692, "C", 1, 0
nernstVoltage1 = scalar, U16, 1694, "V", 0.001, 0
esr1 = scalar, U16, 1696, "ohm", 1, 0
; total TS size = 1700
dcOutput0 = scalar, F32, 1700, "per", 1,0
isEnabled0_int = scalar, U08, 1704, "per", 1,0
isEnabled0 = bits, U32, 1708, [0:0]
; total TS size = 1712
value0 = scalar, U16, 1712, "value", 1,0
value1 = scalar, U16, 1714, "value", 1,0
errorRate = scalar, F32, 1716, "ratio", 1,0
; total TS size = 1720
lambdaCurrentlyGood = bits, U32, 1720, [0:0]
lambdaMonitorCut = bits, U32, 1720, [1:1]
lambdaTimeSinceGood = scalar, U16, 1724, "sec", 0.01, 0
; total TS size = 1728
vvtTarget = scalar, U16, 1720, "deg", 0.1, 0
vvtOutput = scalar, U08, 1722, "%", 0.5, 0
; total TS size = 1724
lambdaCurrentlyGood = bits, U32, 1724, [0:0]
lambdaMonitorCut = bits, U32, 1724, [1:1]
lambdaTimeSinceGood = scalar, U16, 1728, "sec", 0.01, 0
; total TS size = 1732
time = { timeNow }
@ -4916,6 +4919,8 @@ gaugeCategory = Transmission
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
idealEngineTorqueGauge = idealEngineTorque, "idealEngineTorque", "", 0, 100, 0, 0, 100, 100, 4, 4
pressureControlGauge = pressureControlDuty, "EPC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
torqueConverterGauge = torqueConverterDuty, "TC Duty Cycle", "%", 0, 100, 0, 0, 100, 100, 0, 0
gaugeCategory = Knock
knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
@ -5050,6 +5055,7 @@ gaugeCategory = GPPWM Outputs
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
[KeyActions]
@ -5503,6 +5509,9 @@ entry = tcuCurrentGear, "Current Gear", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = pressureControlDuty, "TCU: EPC Duty", int, "%d"
entry = torqueConverterDuty, "TCU: TC Duty", int, "%d"
entry = isShifting, "isShifting", int, "%d"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
@ -6419,13 +6428,19 @@ dialog = knock_controllerDialog, "knock_controller"
liveGraph = knock_controller_5_Graph, "Graph", South
graphLine = m_maximumRetard
indicatorPanel = tcu_controllerIndicatorPanel, 2
indicator = {isShifting}, "isShifting No", "isShifting Yes"
dialog = tcu_controllerDialog, "tcu_controller"
panel = tcu_controllerIndicatorPanel
liveGraph = tcu_controller_1_Graph, "Graph", South
graphLine = tcuCurrentGear
graphLine = tcRatio
graphLine = lastShiftTime
graphLine = tcu_currentRange
liveGraph = tcu_controller_2_Graph, "Graph", South
graphLine = pressureControlDuty
graphLine = torqueConverterDuty
indicatorPanel = throttle_modelIndicatorPanel, 2
indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes"

Some files were not shown because too many files have changed in this diff Show More