parent
7fc4d7f2c7
commit
e9293a0e98
|
@ -539,7 +539,6 @@ entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
|||
entry = acCompressorState, "AC compressor on", int, "%d"
|
||||
entry = acPressureTooLow, "AC pressure too low", int, "%d"
|
||||
entry = acPressureTooHigh, "AC pressure too high", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking0, "cranking0", int, "%d"
|
||||
entry = notRunning0, "notRunning0", int, "%d"
|
||||
entry = disabledWhileEngineStopped0, "disabledWhileEngineStopped0", int, "%d"
|
||||
|
|
|
@ -198,7 +198,6 @@ dialog = ac_controlDialog, "ac_control"
|
|||
panel = ac_controlIndicatorPanel
|
||||
liveGraph = ac_control_1_Graph, "Graph", South
|
||||
graphLine = acButtonState
|
||||
graphLine = acSwitchLastChangeTimeMs
|
||||
|
||||
indicatorPanel = fan_control0IndicatorPanel, 2
|
||||
indicator = {cranking0}, "cranking No", "cranking Yes"
|
||||
|
|
|
@ -51,19 +51,19 @@ LDS_lambda_monitor,
|
|||
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1052
|
||||
#define BOOST_CONTROL_BASE_ADDRESS 1064
|
||||
#define AC_CONTROL_BASE_ADDRESS 1088
|
||||
#define FAN_CONTROL_BASE_ADDRESS 1100
|
||||
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1116
|
||||
#define MAIN_RELAY_BASE_ADDRESS 1120
|
||||
#define ENGINE_STATE_BASE_ADDRESS 1124
|
||||
#define TPS_ACCEL_STATE_BASE_ADDRESS 1224
|
||||
#define TRIGGER_CENTRAL_BASE_ADDRESS 1272
|
||||
#define TRIGGER_STATE_BASE_ADDRESS 1336
|
||||
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1536
|
||||
#define WALL_FUEL_STATE_BASE_ADDRESS 1544
|
||||
#define IDLE_STATE_BASE_ADDRESS 1552
|
||||
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1600
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1712
|
||||
#define DC_MOTORS_BASE_ADDRESS 1736
|
||||
#define SENT_STATE_BASE_ADDRESS 1748
|
||||
#define VVT_BASE_ADDRESS 1756
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1760
|
||||
#define FAN_CONTROL_BASE_ADDRESS 1096
|
||||
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1112
|
||||
#define MAIN_RELAY_BASE_ADDRESS 1116
|
||||
#define ENGINE_STATE_BASE_ADDRESS 1120
|
||||
#define TPS_ACCEL_STATE_BASE_ADDRESS 1220
|
||||
#define TRIGGER_CENTRAL_BASE_ADDRESS 1268
|
||||
#define TRIGGER_STATE_BASE_ADDRESS 1332
|
||||
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1532
|
||||
#define WALL_FUEL_STATE_BASE_ADDRESS 1540
|
||||
#define IDLE_STATE_BASE_ADDRESS 1548
|
||||
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1596
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1708
|
||||
#define DC_MOTORS_BASE_ADDRESS 1732
|
||||
#define SENT_STATE_BASE_ADDRESS 1744
|
||||
#define VVT_BASE_ADDRESS 1752
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1756
|
||||
|
|
|
@ -609,282 +609,281 @@ isDisabledByLua = bits, U32, 1092, [6:6]
|
|||
acCompressorState = bits, U32, 1092, [7:7]
|
||||
acPressureTooLow = bits, U32, 1092, [8:8]
|
||||
acPressureTooHigh = bits, U32, 1092, [9:9]
|
||||
acSwitchLastChangeTimeMs = scalar, S32, 1096, "", 1, 0
|
||||
; total TS size = 1100
|
||||
cranking0 = bits, U32, 1100, [0:0]
|
||||
notRunning0 = bits, U32, 1100, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1100, [2:2]
|
||||
brokenClt0 = bits, U32, 1100, [3:3]
|
||||
enabledForAc0 = bits, U32, 1100, [4:4]
|
||||
hot0 = bits, U32, 1100, [5:5]
|
||||
cold0 = bits, U32, 1100, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1100, [7:7]
|
||||
tempAlive0 = scalar, U08, 1104, "", 1, 0
|
||||
tempCode0 = scalar, U08, 1105, "", 1, 0
|
||||
; total TS size = 1108
|
||||
cranking1 = bits, U32, 1108, [0:0]
|
||||
notRunning1 = bits, U32, 1108, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1108, [2:2]
|
||||
brokenClt1 = bits, U32, 1108, [3:3]
|
||||
enabledForAc1 = bits, U32, 1108, [4:4]
|
||||
hot1 = bits, U32, 1108, [5:5]
|
||||
cold1 = bits, U32, 1108, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1108, [7:7]
|
||||
tempAlive1 = scalar, U08, 1112, "", 1, 0
|
||||
tempCode1 = scalar, U08, 1113, "", 1, 0
|
||||
; total TS size = 1096
|
||||
cranking0 = bits, U32, 1096, [0:0]
|
||||
notRunning0 = bits, U32, 1096, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1096, [2:2]
|
||||
brokenClt0 = bits, U32, 1096, [3:3]
|
||||
enabledForAc0 = bits, U32, 1096, [4:4]
|
||||
hot0 = bits, U32, 1096, [5:5]
|
||||
cold0 = bits, U32, 1096, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1096, [7:7]
|
||||
tempAlive0 = scalar, U08, 1100, "", 1, 0
|
||||
tempCode0 = scalar, U08, 1101, "", 1, 0
|
||||
; total TS size = 1104
|
||||
cranking1 = bits, U32, 1104, [0:0]
|
||||
notRunning1 = bits, U32, 1104, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1104, [2:2]
|
||||
brokenClt1 = bits, U32, 1104, [3:3]
|
||||
enabledForAc1 = bits, U32, 1104, [4:4]
|
||||
hot1 = bits, U32, 1104, [5:5]
|
||||
cold1 = bits, U32, 1104, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1104, [7:7]
|
||||
tempAlive1 = scalar, U08, 1108, "", 1, 0
|
||||
tempCode1 = scalar, U08, 1109, "", 1, 0
|
||||
; total TS size = 1112
|
||||
isPrime = bits, U32, 1112, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1112, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1112, [2:2]
|
||||
ignitionOn = bits, U32, 1112, [3:3]
|
||||
; total TS size = 1116
|
||||
isPrime = bits, U32, 1116, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1116, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1116, [2:2]
|
||||
ignitionOn = bits, U32, 1116, [3:3]
|
||||
isBenchTest = bits, U32, 1116, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1116, [1:1]
|
||||
mainRelayState = bits, U32, 1116, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1116, [3:3]
|
||||
; total TS size = 1120
|
||||
isBenchTest = bits, U32, 1120, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1120, [1:1]
|
||||
mainRelayState = bits, U32, 1120, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1120, [3:3]
|
||||
; total TS size = 1124
|
||||
lua_fuelAdd = scalar, F32, 1124, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1128, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1132, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1132, [1:1]
|
||||
lua_acRequestState = bits, U32, 1132, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1132, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1132, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1132, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1132, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1132, [7:7]
|
||||
sd_tCharge = scalar, S16, 1136, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1140, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1144, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1148, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1152, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1156, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1160, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1164, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1166, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1167, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1168, "", 1, 0
|
||||
startStopState = scalar, S08, 1169, "", 1, 0
|
||||
smartChipState = scalar, S08, 1170, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1171, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1172, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1176, [0:0]
|
||||
acrActive = bits, U32, 1176, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1176, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1176, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1176, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1176, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1176, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1176, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1180, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1184, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1188, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1192, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1196, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1200, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1204, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1208, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1212, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1216, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1218, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1219, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1220, "", 1, 0
|
||||
; total TS size = 1224
|
||||
tpsFrom = scalar, F32, 1224
|
||||
tpsTo = scalar, F32, 1228
|
||||
deltaTps = scalar, F32, 1232
|
||||
extraFuel = scalar, F32, 1236, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1240, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1244, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1244, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1244, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1244, [3:3]
|
||||
belowEpsilon = bits, U32, 1244, [4:4]
|
||||
tooShort = bits, U32, 1244, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1248, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1252, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1256, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1260, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1264, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1268, "", 1, 0
|
||||
; total TS size = 1272
|
||||
hwEventCounters1 = scalar, U32, 1272, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1276, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1280, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1284, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1288, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1292, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1296, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1300, "", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1304, "", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1308, "", 1, 0
|
||||
mapVvt_map_peak = scalar, U08, 1309, "", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1312, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1316, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1320, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1324, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1328, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1332, "", 1, 0
|
||||
; total TS size = 1336
|
||||
crankSynchronizationCounter0 = scalar, U32, 1336, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1344, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1348, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1368, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1372, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1373, "", 1, 0
|
||||
; total TS size = 1376
|
||||
crankSynchronizationCounter1 = scalar, U32, 1376, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1384, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1388, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1408, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1412, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1413, "", 1, 0
|
||||
; total TS size = 1416
|
||||
crankSynchronizationCounter2 = scalar, U32, 1416, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1424, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1428, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1448, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1452, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1453, "", 1, 0
|
||||
; total TS size = 1456
|
||||
crankSynchronizationCounter3 = scalar, U32, 1456, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1464, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1468, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1488, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1492, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1493, "", 1, 0
|
||||
; total TS size = 1496
|
||||
crankSynchronizationCounter4 = scalar, U32, 1496, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1504, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1508, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1524, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1528, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1532, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1533, "", 1, 0
|
||||
; total TS size = 1536
|
||||
camResyncCounter = scalar, U08, 1536, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1540, [0:0]
|
||||
; total TS size = 1544
|
||||
wallFuelCorrection = scalar, F32, 1544, "", 1, 0
|
||||
wallFuel = scalar, F32, 1548, "", 1, 0
|
||||
; total TS size = 1552
|
||||
idleState = bits, S32, 1552, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1556
|
||||
baseIdlePosition = scalar, F32, 1560
|
||||
idleClosedLoop = scalar, F32, 1564
|
||||
iacByTpsTaper = scalar, F32, 1568
|
||||
throttlePedalUpState = scalar, S32, 1572, "", 1, 0
|
||||
mightResetPid = bits, U32, 1576, [0:0]
|
||||
shouldResetPid = bits, U32, 1576, [1:1]
|
||||
wasResetPid = bits, U32, 1576, [2:2]
|
||||
mustResetPid = bits, U32, 1576, [3:3]
|
||||
isCranking = bits, U32, 1576, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1576, [5:5]
|
||||
notIdling = bits, U32, 1576, [6:6]
|
||||
needReset = bits, U32, 1576, [7:7]
|
||||
isInDeadZone = bits, U32, 1576, [8:8]
|
||||
isBlipping = bits, U32, 1576, [9:9]
|
||||
useClosedLoop = bits, U32, 1576, [10:10]
|
||||
badTps = bits, U32, 1576, [11:11]
|
||||
looksLikeRunning = bits, U32, 1576, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1576, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1576, [14:14]
|
||||
isIdleCoasting = bits, U32, 1576, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1576, [16:16]
|
||||
idleTarget = scalar, S32, 1580, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1584, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1588, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1592
|
||||
luaAdd = scalar, F32, 1596
|
||||
; total TS size = 1600
|
||||
targetWithIdlePosition0 = scalar, F32, 1600, "per", 1,0
|
||||
trim0 = scalar, F32, 1604, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1608, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1612, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1616
|
||||
etbIntegralError0 = scalar, F32, 1620, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1624, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1628, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1632, [0:0]
|
||||
jamDetected0 = bits, U32, 1632, [1:1]
|
||||
etbDutyRateOfChange0 = scalar, F32, 1636, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1640, "%", 1,0
|
||||
etbTpsErrorCounter0 = scalar, U16, 1644, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1646, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1648, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1649, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1650, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1652, "%", 1, 0
|
||||
; total TS size = 1656
|
||||
targetWithIdlePosition1 = scalar, F32, 1656, "per", 1,0
|
||||
trim1 = scalar, F32, 1660, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1664, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1668, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1672
|
||||
etbIntegralError1 = scalar, F32, 1676, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1680, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1684, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1688, [0:0]
|
||||
jamDetected1 = bits, U32, 1688, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1692, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1696, "%", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1700, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1702, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1704, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1705, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1706, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1708, "%", 1, 0
|
||||
; total TS size = 1712
|
||||
faultCode0 = scalar, U08, 1712, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1713, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1714, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1716, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1718, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1720, "ohm", 1, 0
|
||||
; total TS size = 1724
|
||||
faultCode1 = scalar, U08, 1724, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1725, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1726, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1728, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1730, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1732, "ohm", 1, 0
|
||||
; total TS size = 1736
|
||||
dcOutput0 = scalar, F32, 1736, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1740, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1744, [0:0]
|
||||
; total TS size = 1748
|
||||
value0 = scalar, U16, 1748, "value", 1,0
|
||||
value1 = scalar, U16, 1750, "value", 1,0
|
||||
errorRate = scalar, F32, 1752, "ratio", 1,0
|
||||
lua_fuelAdd = scalar, F32, 1120, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1124, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1128, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1128, [1:1]
|
||||
lua_acRequestState = bits, U32, 1128, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1128, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1128, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1128, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1128, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7]
|
||||
sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1136, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1144, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1148, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1152, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1156, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1160, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1162, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1163, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1164, "", 1, 0
|
||||
startStopState = scalar, S08, 1165, "", 1, 0
|
||||
smartChipState = scalar, S08, 1166, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1167, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1168, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1172, [0:0]
|
||||
acrActive = bits, U32, 1172, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1172, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1172, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1172, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1172, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1172, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1172, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1176, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1180, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1184, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1188, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1192, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1196, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1200, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1204, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1208, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1212, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1214, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1215, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1216, "", 1, 0
|
||||
; total TS size = 1220
|
||||
tpsFrom = scalar, F32, 1220
|
||||
tpsTo = scalar, F32, 1224
|
||||
deltaTps = scalar, F32, 1228
|
||||
extraFuel = scalar, F32, 1232, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1236, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1240, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1240, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1240, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1240, [3:3]
|
||||
belowEpsilon = bits, U32, 1240, [4:4]
|
||||
tooShort = bits, U32, 1240, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1244, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1248, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1252, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1256, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1260, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1264, "", 1, 0
|
||||
; total TS size = 1268
|
||||
hwEventCounters1 = scalar, U32, 1268, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1272, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1276, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1280, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1284, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1288, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1292, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1304, "", 1, 0
|
||||
mapVvt_map_peak = scalar, U08, 1305, "", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1308, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1312, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1316, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1320, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1324, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1328, "", 1, 0
|
||||
; total TS size = 1332
|
||||
crankSynchronizationCounter0 = scalar, U32, 1332, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1340, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1344, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1348, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1364, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1368, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1369, "", 1, 0
|
||||
; total TS size = 1372
|
||||
crankSynchronizationCounter1 = scalar, U32, 1372, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1380, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1384, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1388, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1404, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1408, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1409, "", 1, 0
|
||||
; total TS size = 1412
|
||||
crankSynchronizationCounter2 = scalar, U32, 1412, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1420, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1424, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1444, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1448, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1449, "", 1, 0
|
||||
; total TS size = 1452
|
||||
crankSynchronizationCounter3 = scalar, U32, 1452, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1460, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1464, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1484, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1488, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1489, "", 1, 0
|
||||
; total TS size = 1492
|
||||
crankSynchronizationCounter4 = scalar, U32, 1492, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1500, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1504, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1524, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1528, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1529, "", 1, 0
|
||||
; total TS size = 1532
|
||||
camResyncCounter = scalar, U08, 1532, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1536, [0:0]
|
||||
; total TS size = 1540
|
||||
wallFuelCorrection = scalar, F32, 1540, "", 1, 0
|
||||
wallFuel = scalar, F32, 1544, "", 1, 0
|
||||
; total TS size = 1548
|
||||
idleState = bits, S32, 1548, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1552
|
||||
baseIdlePosition = scalar, F32, 1556
|
||||
idleClosedLoop = scalar, F32, 1560
|
||||
iacByTpsTaper = scalar, F32, 1564
|
||||
throttlePedalUpState = scalar, S32, 1568, "", 1, 0
|
||||
mightResetPid = bits, U32, 1572, [0:0]
|
||||
shouldResetPid = bits, U32, 1572, [1:1]
|
||||
wasResetPid = bits, U32, 1572, [2:2]
|
||||
mustResetPid = bits, U32, 1572, [3:3]
|
||||
isCranking = bits, U32, 1572, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1572, [5:5]
|
||||
notIdling = bits, U32, 1572, [6:6]
|
||||
needReset = bits, U32, 1572, [7:7]
|
||||
isInDeadZone = bits, U32, 1572, [8:8]
|
||||
isBlipping = bits, U32, 1572, [9:9]
|
||||
useClosedLoop = bits, U32, 1572, [10:10]
|
||||
badTps = bits, U32, 1572, [11:11]
|
||||
looksLikeRunning = bits, U32, 1572, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1572, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1572, [14:14]
|
||||
isIdleCoasting = bits, U32, 1572, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1572, [16:16]
|
||||
idleTarget = scalar, S32, 1576, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1580, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1584, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1588
|
||||
luaAdd = scalar, F32, 1592
|
||||
; total TS size = 1596
|
||||
targetWithIdlePosition0 = scalar, F32, 1596, "per", 1,0
|
||||
trim0 = scalar, F32, 1600, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1604, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1608, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1612
|
||||
etbIntegralError0 = scalar, F32, 1616, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1620, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1624, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1628, [0:0]
|
||||
jamDetected0 = bits, U32, 1628, [1:1]
|
||||
etbDutyRateOfChange0 = scalar, F32, 1632, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1636, "%", 1,0
|
||||
etbTpsErrorCounter0 = scalar, U16, 1640, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1642, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1644, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1645, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1646, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1648, "%", 1, 0
|
||||
; total TS size = 1652
|
||||
targetWithIdlePosition1 = scalar, F32, 1652, "per", 1,0
|
||||
trim1 = scalar, F32, 1656, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1660, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1664, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1668
|
||||
etbIntegralError1 = scalar, F32, 1672, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1676, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1680, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1684, [0:0]
|
||||
jamDetected1 = bits, U32, 1684, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1688, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1692, "%", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1696, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1698, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1700, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1701, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1702, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1704, "%", 1, 0
|
||||
; total TS size = 1708
|
||||
faultCode0 = scalar, U08, 1708, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1709, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1710, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1712, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1714, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1716, "ohm", 1, 0
|
||||
; total TS size = 1720
|
||||
faultCode1 = scalar, U08, 1720, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1721, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1722, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1724, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1726, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1728, "ohm", 1, 0
|
||||
; total TS size = 1732
|
||||
dcOutput0 = scalar, F32, 1732, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1736, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1740, [0:0]
|
||||
; total TS size = 1744
|
||||
value0 = scalar, U16, 1744, "value", 1,0
|
||||
value1 = scalar, U16, 1746, "value", 1,0
|
||||
errorRate = scalar, F32, 1748, "ratio", 1,0
|
||||
; total TS size = 1752
|
||||
vvtTarget = scalar, U16, 1752, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1754, "%", 0.5, 0
|
||||
; total TS size = 1756
|
||||
vvtTarget = scalar, U16, 1756, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1758, "%", 0.5, 0
|
||||
; total TS size = 1760
|
||||
lambdaCurrentlyGood = bits, U32, 1760, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1760, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1764, "sec", 0.01, 0
|
||||
; total TS size = 1768
|
||||
lambdaCurrentlyGood = bits, U32, 1756, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1756, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1760, "sec", 0.01, 0
|
||||
; total TS size = 1764
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// generated by gen_live_documentation.sh / LiveDataProcessor.java
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1768
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1764
|
|
@ -1300,7 +1300,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1668962179
|
||||
#define SIGNATURE_HASH 1769296266
|
||||
#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"
|
||||
|
@ -1748,14 +1748,14 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.13.mega100.1668962179"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.14.mega100.1769296266"
|
||||
#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 1768
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1764
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||
#define TS_TRIGGER_SCOPE_DISABLE 5
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1668962179
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.13.mega100.1668962179"
|
||||
#define SIGNATURE_HASH 1769296266
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.14.mega100.1769296266"
|
||||
|
|
|
@ -122,12 +122,8 @@ struct ac_control_s {
|
|||
/**
|
||||
offset 4 bit 31 */
|
||||
bool unusedBit_12_31 : 1 {};
|
||||
/**
|
||||
* offset 8
|
||||
*/
|
||||
int acSwitchLastChangeTimeMs = (int)0;
|
||||
};
|
||||
static_assert(sizeof(ac_control_s) == 12);
|
||||
static_assert(sizeof(ac_control_s) == 8);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/ac_control.txt
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.09.13.mega100.1668962179"
|
||||
signature = "rusEFI main.2024.09.14.mega100.1769296266"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.09.13.mega100.1668962179" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.09.14.mega100.1769296266" ; 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
|
||||
|
@ -2547,7 +2547,7 @@ minimumOilPressureValues = array, U08, 22960, [8], "kPa", 10.0, 0, 0, 1000, 0
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 1768
|
||||
ochBlockSize = 1764
|
||||
|
||||
; 11.2.3 Full Optimized – High Speed
|
||||
scatteredOchGetCommand = 9
|
||||
|
@ -3173,285 +3173,284 @@ isDisabledByLua = bits, U32, 1092, [6:6]
|
|||
acCompressorState = bits, U32, 1092, [7:7]
|
||||
acPressureTooLow = bits, U32, 1092, [8:8]
|
||||
acPressureTooHigh = bits, U32, 1092, [9:9]
|
||||
acSwitchLastChangeTimeMs = scalar, S32, 1096, "", 1, 0
|
||||
; total TS size = 1100
|
||||
cranking0 = bits, U32, 1100, [0:0]
|
||||
notRunning0 = bits, U32, 1100, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1100, [2:2]
|
||||
brokenClt0 = bits, U32, 1100, [3:3]
|
||||
enabledForAc0 = bits, U32, 1100, [4:4]
|
||||
hot0 = bits, U32, 1100, [5:5]
|
||||
cold0 = bits, U32, 1100, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1100, [7:7]
|
||||
tempAlive0 = scalar, U08, 1104, "", 1, 0
|
||||
tempCode0 = scalar, U08, 1105, "", 1, 0
|
||||
; total TS size = 1108
|
||||
cranking1 = bits, U32, 1108, [0:0]
|
||||
notRunning1 = bits, U32, 1108, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1108, [2:2]
|
||||
brokenClt1 = bits, U32, 1108, [3:3]
|
||||
enabledForAc1 = bits, U32, 1108, [4:4]
|
||||
hot1 = bits, U32, 1108, [5:5]
|
||||
cold1 = bits, U32, 1108, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1108, [7:7]
|
||||
tempAlive1 = scalar, U08, 1112, "", 1, 0
|
||||
tempCode1 = scalar, U08, 1113, "", 1, 0
|
||||
; total TS size = 1096
|
||||
cranking0 = bits, U32, 1096, [0:0]
|
||||
notRunning0 = bits, U32, 1096, [1:1]
|
||||
disabledWhileEngineStopped0 = bits, U32, 1096, [2:2]
|
||||
brokenClt0 = bits, U32, 1096, [3:3]
|
||||
enabledForAc0 = bits, U32, 1096, [4:4]
|
||||
hot0 = bits, U32, 1096, [5:5]
|
||||
cold0 = bits, U32, 1096, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1096, [7:7]
|
||||
tempAlive0 = scalar, U08, 1100, "", 1, 0
|
||||
tempCode0 = scalar, U08, 1101, "", 1, 0
|
||||
; total TS size = 1104
|
||||
cranking1 = bits, U32, 1104, [0:0]
|
||||
notRunning1 = bits, U32, 1104, [1:1]
|
||||
disabledWhileEngineStopped1 = bits, U32, 1104, [2:2]
|
||||
brokenClt1 = bits, U32, 1104, [3:3]
|
||||
enabledForAc1 = bits, U32, 1104, [4:4]
|
||||
hot1 = bits, U32, 1104, [5:5]
|
||||
cold1 = bits, U32, 1104, [6:6]
|
||||
disabledBySpeed1 = bits, U32, 1104, [7:7]
|
||||
tempAlive1 = scalar, U08, 1108, "", 1, 0
|
||||
tempCode1 = scalar, U08, 1109, "", 1, 0
|
||||
; total TS size = 1112
|
||||
isPrime = bits, U32, 1112, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1112, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1112, [2:2]
|
||||
ignitionOn = bits, U32, 1112, [3:3]
|
||||
; total TS size = 1116
|
||||
isPrime = bits, U32, 1116, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1116, [1:1]
|
||||
isFuelPumpOn = bits, U32, 1116, [2:2]
|
||||
ignitionOn = bits, U32, 1116, [3:3]
|
||||
isBenchTest = bits, U32, 1116, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1116, [1:1]
|
||||
mainRelayState = bits, U32, 1116, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1116, [3:3]
|
||||
; total TS size = 1120
|
||||
isBenchTest = bits, U32, 1120, [0:0]
|
||||
hasIgnitionVoltage = bits, U32, 1120, [1:1]
|
||||
mainRelayState = bits, U32, 1120, [2:2]
|
||||
delayedShutoffRequested = bits, U32, 1120, [3:3]
|
||||
; total TS size = 1124
|
||||
lua_fuelAdd = scalar, F32, 1124, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1128, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1132, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1132, [1:1]
|
||||
lua_acRequestState = bits, U32, 1132, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1132, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1132, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1132, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1132, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1132, [7:7]
|
||||
sd_tCharge = scalar, S16, 1136, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1140, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1144, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1148, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1152, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1156, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1160, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1164, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1166, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1167, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1168, "", 1, 0
|
||||
startStopState = scalar, S08, 1169, "", 1, 0
|
||||
smartChipState = scalar, S08, 1170, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1171, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1172, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1176, [0:0]
|
||||
acrActive = bits, U32, 1176, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1176, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1176, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1176, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1176, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1176, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1176, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1180, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1184, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1188, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1192, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1196, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1200, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1204, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1208, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1212, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1216, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1218, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1219, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1220, "", 1, 0
|
||||
; total TS size = 1224
|
||||
tpsFrom = scalar, F32, 1224
|
||||
tpsTo = scalar, F32, 1228
|
||||
deltaTps = scalar, F32, 1232
|
||||
extraFuel = scalar, F32, 1236, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1240, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1244, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1244, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1244, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1244, [3:3]
|
||||
belowEpsilon = bits, U32, 1244, [4:4]
|
||||
tooShort = bits, U32, 1244, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1248, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1252, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1256, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1260, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1264, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1268, "", 1, 0
|
||||
; total TS size = 1272
|
||||
hwEventCounters1 = scalar, U32, 1272, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1276, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1280, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1284, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1288, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1292, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1296, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1300, "", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1304, "", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1308, "", 1, 0
|
||||
mapVvt_map_peak = scalar, U08, 1309, "", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1312, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1316, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1320, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1324, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1328, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1332, "", 1, 0
|
||||
; total TS size = 1336
|
||||
crankSynchronizationCounter0 = scalar, U32, 1336, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1340, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1344, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1348, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1364, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1368, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1372, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1373, "", 1, 0
|
||||
; total TS size = 1376
|
||||
crankSynchronizationCounter1 = scalar, U32, 1376, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1380, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1384, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1388, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1404, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1408, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1412, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1413, "", 1, 0
|
||||
; total TS size = 1416
|
||||
crankSynchronizationCounter2 = scalar, U32, 1416, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1420, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1424, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1428, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1444, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1448, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1452, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1453, "", 1, 0
|
||||
; total TS size = 1456
|
||||
crankSynchronizationCounter3 = scalar, U32, 1456, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1460, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1464, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1468, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1484, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1488, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1492, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1493, "", 1, 0
|
||||
; total TS size = 1496
|
||||
crankSynchronizationCounter4 = scalar, U32, 1496, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1500, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1504, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1508, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1524, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1528, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1532, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1533, "", 1, 0
|
||||
; total TS size = 1536
|
||||
camResyncCounter = scalar, U08, 1536, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1540, [0:0]
|
||||
; total TS size = 1544
|
||||
wallFuelCorrection = scalar, F32, 1544, "", 1, 0
|
||||
wallFuel = scalar, F32, 1548, "", 1, 0
|
||||
; total TS size = 1552
|
||||
idleState = bits, S32, 1552, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1556
|
||||
baseIdlePosition = scalar, F32, 1560
|
||||
idleClosedLoop = scalar, F32, 1564
|
||||
iacByTpsTaper = scalar, F32, 1568
|
||||
throttlePedalUpState = scalar, S32, 1572, "", 1, 0
|
||||
mightResetPid = bits, U32, 1576, [0:0]
|
||||
shouldResetPid = bits, U32, 1576, [1:1]
|
||||
wasResetPid = bits, U32, 1576, [2:2]
|
||||
mustResetPid = bits, U32, 1576, [3:3]
|
||||
isCranking = bits, U32, 1576, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1576, [5:5]
|
||||
notIdling = bits, U32, 1576, [6:6]
|
||||
needReset = bits, U32, 1576, [7:7]
|
||||
isInDeadZone = bits, U32, 1576, [8:8]
|
||||
isBlipping = bits, U32, 1576, [9:9]
|
||||
useClosedLoop = bits, U32, 1576, [10:10]
|
||||
badTps = bits, U32, 1576, [11:11]
|
||||
looksLikeRunning = bits, U32, 1576, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1576, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1576, [14:14]
|
||||
isIdleCoasting = bits, U32, 1576, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1576, [16:16]
|
||||
idleTarget = scalar, S32, 1580, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1584, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1588, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1592
|
||||
luaAdd = scalar, F32, 1596
|
||||
; total TS size = 1600
|
||||
targetWithIdlePosition0 = scalar, F32, 1600, "per", 1,0
|
||||
trim0 = scalar, F32, 1604, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1608, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1612, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1616
|
||||
etbIntegralError0 = scalar, F32, 1620, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1624, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1628, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1632, [0:0]
|
||||
jamDetected0 = bits, U32, 1632, [1:1]
|
||||
etbDutyRateOfChange0 = scalar, F32, 1636, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1640, "%", 1,0
|
||||
etbTpsErrorCounter0 = scalar, U16, 1644, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1646, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1648, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1649, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1650, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1652, "%", 1, 0
|
||||
; total TS size = 1656
|
||||
targetWithIdlePosition1 = scalar, F32, 1656, "per", 1,0
|
||||
trim1 = scalar, F32, 1660, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1664, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1668, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1672
|
||||
etbIntegralError1 = scalar, F32, 1676, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1680, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1684, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1688, [0:0]
|
||||
jamDetected1 = bits, U32, 1688, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1692, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1696, "%", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1700, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1702, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1704, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1705, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1706, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1708, "%", 1, 0
|
||||
; total TS size = 1712
|
||||
faultCode0 = scalar, U08, 1712, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1713, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1714, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1716, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1718, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1720, "ohm", 1, 0
|
||||
; total TS size = 1724
|
||||
faultCode1 = scalar, U08, 1724, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1725, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1726, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1728, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1730, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1732, "ohm", 1, 0
|
||||
; total TS size = 1736
|
||||
dcOutput0 = scalar, F32, 1736, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1740, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1744, [0:0]
|
||||
; total TS size = 1748
|
||||
value0 = scalar, U16, 1748, "value", 1,0
|
||||
value1 = scalar, U16, 1750, "value", 1,0
|
||||
errorRate = scalar, F32, 1752, "ratio", 1,0
|
||||
lua_fuelAdd = scalar, F32, 1120, "g", 1, 0
|
||||
lua_fuelMult = scalar, F32, 1124, "", 1, 0
|
||||
lua_clutchUpState = bits, U32, 1128, [0:0]
|
||||
lua_brakePedalState = bits, U32, 1128, [1:1]
|
||||
lua_acRequestState = bits, U32, 1128, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 1128, [3:3]
|
||||
lua_luaIgnCut = bits, U32, 1128, [4:4]
|
||||
lua_luaFuelCut = bits, U32, 1128, [5:5]
|
||||
lua_clutchDownState = bits, U32, 1128, [6:6]
|
||||
lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7]
|
||||
sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0
|
||||
sd_tChargeK = scalar, F32, 1136, "", 1, 0
|
||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0
|
||||
crankingFuel_tpsCoefficient = scalar, F32, 1144, "", 1, 0
|
||||
crankingFuel_durationCoefficient = scalar, F32, 1148, "", 1, 0
|
||||
crankingFuel_fuel = scalar, U16, 1152, "mg", 0.01, 0
|
||||
baroCorrection = scalar, F32, 1156, "", 1, 0
|
||||
hellenBoardId = scalar, S16, 1160, "id", 1, 0
|
||||
clutchUpState = scalar, S08, 1162, "", 1, 0
|
||||
clutchDownState = scalar, S08, 1163, "", 1, 0
|
||||
brakePedalState = scalar, S08, 1164, "", 1, 0
|
||||
startStopState = scalar, S08, 1165, "", 1, 0
|
||||
smartChipState = scalar, S08, 1166, "", 1, 0
|
||||
smartChipRestartCounter = scalar, S08, 1167, "", 1, 0
|
||||
smartChipAliveCounter = scalar, S08, 1168, "", 1, 0
|
||||
startStopPhysicalState = bits, U32, 1172, [0:0]
|
||||
acrActive = bits, U32, 1172, [1:1]
|
||||
acrEngineMovedRecently = bits, U32, 1172, [2:2]
|
||||
heaterControlEnabled = bits, U32, 1172, [3:3]
|
||||
luaDigitalState0 = bits, U32, 1172, [4:4]
|
||||
luaDigitalState1 = bits, U32, 1172, [5:5]
|
||||
luaDigitalState2 = bits, U32, 1172, [6:6]
|
||||
luaDigitalState3 = bits, U32, 1172, [7:7]
|
||||
startStopStateToggleCounter = scalar, U32, 1176, "", 1, 0
|
||||
luaSoftSparkSkip = scalar, F32, 1180, "", 1, 0
|
||||
luaHardSparkSkip = scalar, F32, 1184, "", 1, 0
|
||||
tractionControlSparkSkip = scalar, F32, 1188, "", 1, 0
|
||||
desiredRpmLimit = scalar, S16, 1192, "rpm", 1, 0
|
||||
fuelInjectionCounter = scalar, U32, 1196, "", 1, 0
|
||||
globalSparkCounter = scalar, U32, 1200, "", 1, 0
|
||||
fuelingLoad = scalar, F32, 1204, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1208, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1212, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1214, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1215, "", 1, 0
|
||||
sparkOutOfOrderCounter = scalar, U08, 1216, "", 1, 0
|
||||
; total TS size = 1220
|
||||
tpsFrom = scalar, F32, 1220
|
||||
tpsTo = scalar, F32, 1224
|
||||
deltaTps = scalar, F32, 1228
|
||||
extraFuel = scalar, F32, 1232, "", 1, 0
|
||||
valueFromTable = scalar, F32, 1236, "", 1, 0
|
||||
isAboveAccelThreshold = bits, U32, 1240, [0:0]
|
||||
isBelowDecelThreshold = bits, U32, 1240, [1:1]
|
||||
isTimeToResetAccumulator = bits, U32, 1240, [2:2]
|
||||
isFractionalEnrichment = bits, U32, 1240, [3:3]
|
||||
belowEpsilon = bits, U32, 1240, [4:4]
|
||||
tooShort = bits, U32, 1240, [5:5]
|
||||
fractionalInjFuel = scalar, F32, 1244, "", 1, 0
|
||||
accumulatedValue = scalar, F32, 1248, "", 1, 0
|
||||
maxExtraPerCycle = scalar, F32, 1252, "", 1, 0
|
||||
maxExtraPerPeriod = scalar, F32, 1256, "", 1, 0
|
||||
maxInjectedPerPeriod = scalar, F32, 1260, "", 1, 0
|
||||
cycleCnt = scalar, S32, 1264, "", 1, 0
|
||||
; total TS size = 1268
|
||||
hwEventCounters1 = scalar, U32, 1268, "", 1, 0
|
||||
hwEventCounters2 = scalar, U32, 1272, "", 1, 0
|
||||
hwEventCounters3 = scalar, U32, 1276, "", 1, 0
|
||||
hwEventCounters4 = scalar, U32, 1280, "", 1, 0
|
||||
hwEventCounters5 = scalar, U32, 1284, "", 1, 0
|
||||
hwEventCounters6 = scalar, U32, 1288, "", 1, 0
|
||||
vvtCamCounter = scalar, U32, 1292, "", 1, 0
|
||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "", 1, 0
|
||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "", 1, 0
|
||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1304, "", 1, 0
|
||||
mapVvt_map_peak = scalar, U08, 1305, "", 1, 0
|
||||
currentEngineDecodedPhase = scalar, F32, 1308, "deg", 1, 0
|
||||
triggerToothAngleError = scalar, F32, 1312, "deg", 1, 0
|
||||
triggerIgnoredToothCount = scalar, U08, 1316, "", 1, 0
|
||||
mapCamPrevToothAngle = scalar, F32, 1320, "deg", 1, 0
|
||||
isDecodingMapCam = bits, U32, 1324, [0:0]
|
||||
triggerElapsedUs = scalar, U32, 1328, "", 1, 0
|
||||
; total TS size = 1332
|
||||
crankSynchronizationCounter0 = scalar, U32, 1332, "", 1, 0
|
||||
vvtSyncGapRatio0 = scalar, F32, 1336, "", 1, 0
|
||||
vvtToothDurations00 = scalar, U32, 1340, "us", 1, 0
|
||||
vvtCurrentPosition0 = scalar, F32, 1344, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition10 = scalar, F32, 1348, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition20 = scalar, F32, 1352, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition30 = scalar, F32, 1356, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition40 = scalar, F32, 1360, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio0 = scalar, F32, 1364, "", 1, 0
|
||||
triggerStateIndex0 = scalar, U08, 1368, "", 1, 0
|
||||
vvtStateIndex0 = scalar, U08, 1369, "", 1, 0
|
||||
; total TS size = 1372
|
||||
crankSynchronizationCounter1 = scalar, U32, 1372, "", 1, 0
|
||||
vvtSyncGapRatio1 = scalar, F32, 1376, "", 1, 0
|
||||
vvtToothDurations01 = scalar, U32, 1380, "us", 1, 0
|
||||
vvtCurrentPosition1 = scalar, F32, 1384, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition11 = scalar, F32, 1388, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition21 = scalar, F32, 1392, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition31 = scalar, F32, 1396, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition41 = scalar, F32, 1400, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio1 = scalar, F32, 1404, "", 1, 0
|
||||
triggerStateIndex1 = scalar, U08, 1408, "", 1, 0
|
||||
vvtStateIndex1 = scalar, U08, 1409, "", 1, 0
|
||||
; total TS size = 1412
|
||||
crankSynchronizationCounter2 = scalar, U32, 1412, "", 1, 0
|
||||
vvtSyncGapRatio2 = scalar, F32, 1416, "", 1, 0
|
||||
vvtToothDurations02 = scalar, U32, 1420, "us", 1, 0
|
||||
vvtCurrentPosition2 = scalar, F32, 1424, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition12 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition22 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition32 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition42 = scalar, F32, 1440, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio2 = scalar, F32, 1444, "", 1, 0
|
||||
triggerStateIndex2 = scalar, U08, 1448, "", 1, 0
|
||||
vvtStateIndex2 = scalar, U08, 1449, "", 1, 0
|
||||
; total TS size = 1452
|
||||
crankSynchronizationCounter3 = scalar, U32, 1452, "", 1, 0
|
||||
vvtSyncGapRatio3 = scalar, F32, 1456, "", 1, 0
|
||||
vvtToothDurations03 = scalar, U32, 1460, "us", 1, 0
|
||||
vvtCurrentPosition3 = scalar, F32, 1464, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition13 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition23 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition33 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition43 = scalar, F32, 1480, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio3 = scalar, F32, 1484, "", 1, 0
|
||||
triggerStateIndex3 = scalar, U08, 1488, "", 1, 0
|
||||
vvtStateIndex3 = scalar, U08, 1489, "", 1, 0
|
||||
; total TS size = 1492
|
||||
crankSynchronizationCounter4 = scalar, U32, 1492, "", 1, 0
|
||||
vvtSyncGapRatio4 = scalar, F32, 1496, "", 1, 0
|
||||
vvtToothDurations04 = scalar, U32, 1500, "us", 1, 0
|
||||
vvtCurrentPosition4 = scalar, F32, 1504, "sync: Primary Cam Position", 1, 0
|
||||
vvtToothPosition14 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition24 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition34 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0
|
||||
vvtToothPosition44 = scalar, F32, 1520, "sync: Cam Tooth Position", 1, 0
|
||||
triggerSyncGapRatio4 = scalar, F32, 1524, "", 1, 0
|
||||
triggerStateIndex4 = scalar, U08, 1528, "", 1, 0
|
||||
vvtStateIndex4 = scalar, U08, 1529, "", 1, 0
|
||||
; total TS size = 1532
|
||||
camResyncCounter = scalar, U08, 1532, "", 1, 0
|
||||
m_hasSynchronizedPhase = bits, U32, 1536, [0:0]
|
||||
; total TS size = 1540
|
||||
wallFuelCorrection = scalar, F32, 1540, "", 1, 0
|
||||
wallFuel = scalar, F32, 1544, "", 1, 0
|
||||
; total TS size = 1548
|
||||
idleState = bits, S32, 1548, [0:2], "not important"
|
||||
currentIdlePosition = scalar, F32, 1552
|
||||
baseIdlePosition = scalar, F32, 1556
|
||||
idleClosedLoop = scalar, F32, 1560
|
||||
iacByTpsTaper = scalar, F32, 1564
|
||||
throttlePedalUpState = scalar, S32, 1568, "", 1, 0
|
||||
mightResetPid = bits, U32, 1572, [0:0]
|
||||
shouldResetPid = bits, U32, 1572, [1:1]
|
||||
wasResetPid = bits, U32, 1572, [2:2]
|
||||
mustResetPid = bits, U32, 1572, [3:3]
|
||||
isCranking = bits, U32, 1572, [4:4]
|
||||
isIacTableForCoasting = bits, U32, 1572, [5:5]
|
||||
notIdling = bits, U32, 1572, [6:6]
|
||||
needReset = bits, U32, 1572, [7:7]
|
||||
isInDeadZone = bits, U32, 1572, [8:8]
|
||||
isBlipping = bits, U32, 1572, [9:9]
|
||||
useClosedLoop = bits, U32, 1572, [10:10]
|
||||
badTps = bits, U32, 1572, [11:11]
|
||||
looksLikeRunning = bits, U32, 1572, [12:12]
|
||||
looksLikeCoasting = bits, U32, 1572, [13:13]
|
||||
looksLikeCrankToIdle = bits, U32, 1572, [14:14]
|
||||
isIdleCoasting = bits, U32, 1572, [15:15]
|
||||
isIdleClosedLoop = bits, U32, 1572, [16:16]
|
||||
idleTarget = scalar, S32, 1576, "", 1, 0
|
||||
targetRpmByClt = scalar, S32, 1580, "", 1, 0
|
||||
targetRpmAc = scalar, S32, 1584, "", 1, 0
|
||||
iacByRpmTaper = scalar, F32, 1588
|
||||
luaAdd = scalar, F32, 1592
|
||||
; total TS size = 1596
|
||||
targetWithIdlePosition0 = scalar, F32, 1596, "per", 1,0
|
||||
trim0 = scalar, F32, 1600, "", 1, 0
|
||||
luaAdjustment0 = scalar, F32, 1604, "per", 1,0
|
||||
m_wastegatePosition0 = scalar, F32, 1608, "per", 1,0
|
||||
etbFeedForward0 = scalar, F32, 1612
|
||||
etbIntegralError0 = scalar, F32, 1616, "", 1, 0
|
||||
etbCurrentTarget0 = scalar, F32, 1620, "%", 1, 0
|
||||
etbCurrentAdjustedTarget0 = scalar, F32, 1624, "%", 1, 0
|
||||
etbRevLimitActive0 = bits, U32, 1628, [0:0]
|
||||
jamDetected0 = bits, U32, 1628, [1:1]
|
||||
etbDutyRateOfChange0 = scalar, F32, 1632, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1636, "%", 1,0
|
||||
etbTpsErrorCounter0 = scalar, U16, 1640, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1642, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1644, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1645, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1646, "sec", 0.01, 0
|
||||
adjustedEtbTarget0 = scalar, S08, 1648, "%", 1, 0
|
||||
; total TS size = 1652
|
||||
targetWithIdlePosition1 = scalar, F32, 1652, "per", 1,0
|
||||
trim1 = scalar, F32, 1656, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1660, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1664, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1668
|
||||
etbIntegralError1 = scalar, F32, 1672, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1676, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1680, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1684, [0:0]
|
||||
jamDetected1 = bits, U32, 1684, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1688, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1692, "%", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1696, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1698, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1700, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1701, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1702, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1704, "%", 1, 0
|
||||
; total TS size = 1708
|
||||
faultCode0 = scalar, U08, 1708, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1709, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1710, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1712, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1714, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1716, "ohm", 1, 0
|
||||
; total TS size = 1720
|
||||
faultCode1 = scalar, U08, 1720, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1721, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1722, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1724, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1726, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1728, "ohm", 1, 0
|
||||
; total TS size = 1732
|
||||
dcOutput0 = scalar, F32, 1732, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1736, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1740, [0:0]
|
||||
; total TS size = 1744
|
||||
value0 = scalar, U16, 1744, "value", 1,0
|
||||
value1 = scalar, U16, 1746, "value", 1,0
|
||||
errorRate = scalar, F32, 1748, "ratio", 1,0
|
||||
; total TS size = 1752
|
||||
vvtTarget = scalar, U16, 1752, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1754, "%", 0.5, 0
|
||||
; total TS size = 1756
|
||||
vvtTarget = scalar, U16, 1756, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1758, "%", 0.5, 0
|
||||
; total TS size = 1760
|
||||
lambdaCurrentlyGood = bits, U32, 1760, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1760, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1764, "sec", 0.01, 0
|
||||
; total TS size = 1768
|
||||
lambdaCurrentlyGood = bits, U32, 1756, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1756, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1760, "sec", 0.01, 0
|
||||
; total TS size = 1764
|
||||
|
||||
|
||||
time = { timeNow }
|
||||
|
@ -5697,7 +5696,6 @@ entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
|||
entry = acCompressorState, "AC compressor on", int, "%d"
|
||||
entry = acPressureTooLow, "AC pressure too low", int, "%d"
|
||||
entry = acPressureTooHigh, "AC pressure too high", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking0, "cranking0", int, "%d"
|
||||
entry = notRunning0, "notRunning0", int, "%d"
|
||||
entry = disabledWhileEngineStopped0, "disabledWhileEngineStopped0", int, "%d"
|
||||
|
@ -6695,7 +6693,6 @@ dialog = ac_controlDialog, "ac_control"
|
|||
panel = ac_controlIndicatorPanel
|
||||
liveGraph = ac_control_1_Graph, "Graph", South
|
||||
graphLine = acButtonState
|
||||
graphLine = acSwitchLastChangeTimeMs
|
||||
|
||||
indicatorPanel = fan_control0IndicatorPanel, 2
|
||||
indicator = {cranking0}, "cranking No", "cranking Yes"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Generated by gen_signature.sh
|
||||
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
||||
! gen_signature.sh Using env variable branch [main]
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.13.mega100.@@SIGNATURE_HASH@@"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.14.mega100.@@SIGNATURE_HASH@@"
|
||||
|
|
Loading…
Reference in New Issue