Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-11-26 16:47:46 +00:00
parent f535166585
commit ccc43831d8
12 changed files with 1127 additions and 1136 deletions

View File

@ -661,8 +661,6 @@ entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d" entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d" entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d" entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "Sync: total cams front counter", int, "%d" entry = vvtCamCounter, "Sync: total cams front counter", int, "%d"
entry = mapVvt_MAP_AT_SPECIAL_POINT, "InstantMAP at readout angle", float, "%.3f" entry = mapVvt_MAP_AT_SPECIAL_POINT, "InstantMAP at readout angle", float, "%.3f"
entry = mapVvt_MAP_AT_DIFF, "InstantMAP delta @ readout angles", float, "%.3f" entry = mapVvt_MAP_AT_DIFF, "InstantMAP delta @ readout angles", float, "%.3f"

View File

@ -377,18 +377,16 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = hwEventCounters3 graphLine = hwEventCounters3
graphLine = hwEventCounters4 graphLine = hwEventCounters4
liveGraph = trigger_central_2_Graph, "Graph", South liveGraph = trigger_central_2_Graph, "Graph", South
graphLine = hwEventCounters5
graphLine = hwEventCounters6
graphLine = vvtCamCounter graphLine = vvtCamCounter
graphLine = mapVvt_MAP_AT_SPECIAL_POINT graphLine = mapVvt_MAP_AT_SPECIAL_POINT
liveGraph = trigger_central_3_Graph, "Graph", South
graphLine = mapVvt_MAP_AT_DIFF graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT graphLine = mapVvt_MAP_AT_CYCLE_COUNT
liveGraph = trigger_central_3_Graph, "Graph", South
graphLine = mapVvt_sync_counter graphLine = mapVvt_sync_counter
graphLine = currentEngineDecodedPhase graphLine = currentEngineDecodedPhase
liveGraph = trigger_central_4_Graph, "Graph", South
graphLine = triggerToothAngleError graphLine = triggerToothAngleError
graphLine = triggerIgnoredToothCount graphLine = triggerIgnoredToothCount
liveGraph = trigger_central_4_Graph, "Graph", South
graphLine = mapCamPrevToothAngle graphLine = mapCamPrevToothAngle
graphLine = triggerElapsedUs graphLine = triggerElapsedUs

View File

@ -60,14 +60,14 @@ LDS_extra,
#define ENGINE_STATE_BASE_ADDRESS 1196 #define ENGINE_STATE_BASE_ADDRESS 1196
#define TPS_ACCEL_STATE_BASE_ADDRESS 1296 #define TPS_ACCEL_STATE_BASE_ADDRESS 1296
#define TRIGGER_CENTRAL_BASE_ADDRESS 1344 #define TRIGGER_CENTRAL_BASE_ADDRESS 1344
#define TRIGGER_STATE_BASE_ADDRESS 1408 #define TRIGGER_STATE_BASE_ADDRESS 1392
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1608 #define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1592
#define WALL_FUEL_STATE_BASE_ADDRESS 1616 #define WALL_FUEL_STATE_BASE_ADDRESS 1600
#define IDLE_STATE_BASE_ADDRESS 1624 #define IDLE_STATE_BASE_ADDRESS 1608
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1672 #define ELECTRONIC_THROTTLE_BASE_ADDRESS 1656
#define WIDEBAND_STATE_BASE_ADDRESS 1768 #define WIDEBAND_STATE_BASE_ADDRESS 1752
#define DC_MOTORS_BASE_ADDRESS 1792 #define DC_MOTORS_BASE_ADDRESS 1776
#define SENT_STATE_BASE_ADDRESS 1804 #define SENT_STATE_BASE_ADDRESS 1788
#define VVT_BASE_ADDRESS 1812 #define VVT_BASE_ADDRESS 1796
#define LAMBDA_MONITOR_BASE_ADDRESS 1816 #define LAMBDA_MONITOR_BASE_ADDRESS 1800
#define EXTRA_BASE_ADDRESS 1824 #define EXTRA_BASE_ADDRESS 1808

View File

@ -730,281 +730,279 @@ maxExtraPerPeriod = scalar, F32, 1332, "", 1, 0
maxInjectedPerPeriod = scalar, F32, 1336, "", 1, 0 maxInjectedPerPeriod = scalar, F32, 1336, "", 1, 0
cycleCnt = scalar, S32, 1340, "", 1, 0 cycleCnt = scalar, S32, 1340, "", 1, 0
; total TS size = 1344 ; total TS size = 1344
hwEventCounters1 = scalar, U32, 1344, "", 1, 0 hwEventCounters1 = scalar, U16, 1344, "", 1, 0
hwEventCounters2 = scalar, U32, 1348, "", 1, 0 hwEventCounters2 = scalar, U16, 1346, "", 1, 0
hwEventCounters3 = scalar, U32, 1352, "", 1, 0 hwEventCounters3 = scalar, U16, 1348, "", 1, 0
hwEventCounters4 = scalar, U32, 1356, "", 1, 0 hwEventCounters4 = scalar, U16, 1350, "", 1, 0
hwEventCounters5 = scalar, U32, 1360, "", 1, 0 vvtCamCounter = scalar, U16, 1352, "", 1, 0
hwEventCounters6 = scalar, U32, 1364, "", 1, 0 mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1356, "kPa", 1, 0
vvtCamCounter = scalar, U32, 1368, "", 1, 0 mapVvt_MAP_AT_DIFF = scalar, F32, 1360, "kPa", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1372, "kPa", 1, 0 mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1364, "distance", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1376, "kPa", 1, 0 mapVvt_sync_counter = scalar, U08, 1365, "counter", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1380, "distance", 1, 0 currentEngineDecodedPhase = scalar, F32, 1368, "deg", 1, 0
mapVvt_sync_counter = scalar, U08, 1381, "counter", 1, 0 triggerToothAngleError = scalar, F32, 1372, "deg", 1, 0
currentEngineDecodedPhase = scalar, F32, 1384, "deg", 1, 0 triggerIgnoredToothCount = scalar, U08, 1376, "", 1, 0
triggerToothAngleError = scalar, F32, 1388, "deg", 1, 0 mapCamPrevToothAngle = scalar, F32, 1380, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1392, "", 1, 0 isDecodingMapCam = bits, U32, 1384, [0:0]
mapCamPrevToothAngle = scalar, F32, 1396, "deg", 1, 0 triggerElapsedUs = scalar, U32, 1388, "", 1, 0
isDecodingMapCam = bits, U32, 1400, [0:0] ; total TS size = 1392
triggerElapsedUs = scalar, U32, 1404, "", 1, 0 crankSynchronizationCounter0 = scalar, U32, 1392, "", 1, 0
; total TS size = 1408 vvtSyncGapRatio0 = scalar, F32, 1396, "", 1, 0
crankSynchronizationCounter0 = scalar, U32, 1408, "", 1, 0 vvtToothDurations00 = scalar, U32, 1400, "us", 1, 0
vvtSyncGapRatio0 = scalar, F32, 1412, "", 1, 0 vvtCurrentPosition0 = scalar, F32, 1404, "sync: Primary Cam Position", 1, 0
vvtToothDurations00 = scalar, U32, 1416, "us", 1, 0 vvtToothPosition10 = scalar, F32, 1408, "sync: Cam Tooth Position", 1, 0
vvtCurrentPosition0 = scalar, F32, 1420, "sync: Primary Cam Position", 1, 0 vvtToothPosition20 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
vvtToothPosition10 = scalar, F32, 1424, "sync: Cam Tooth Position", 1, 0 vvtToothPosition30 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
vvtToothPosition20 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0 vvtToothPosition40 = scalar, F32, 1420, "sync: Cam Tooth Position", 1, 0
vvtToothPosition30 = scalar, F32, 1432, "sync: Cam Tooth Position", 1, 0 triggerSyncGapRatio0 = scalar, F32, 1424, "", 1, 0
vvtToothPosition40 = scalar, F32, 1436, "sync: Cam Tooth Position", 1, 0 triggerStateIndex0 = scalar, U08, 1428, "", 1, 0
triggerSyncGapRatio0 = scalar, F32, 1440, "", 1, 0 vvtStateIndex0 = scalar, U08, 1429, "", 1, 0
triggerStateIndex0 = scalar, U08, 1444, "", 1, 0 ; total TS size = 1432
vvtStateIndex0 = scalar, U08, 1445, "", 1, 0 crankSynchronizationCounter1 = scalar, U32, 1432, "", 1, 0
; total TS size = 1448 vvtSyncGapRatio1 = scalar, F32, 1436, "", 1, 0
crankSynchronizationCounter1 = scalar, U32, 1448, "", 1, 0 vvtToothDurations01 = scalar, U32, 1440, "us", 1, 0
vvtSyncGapRatio1 = scalar, F32, 1452, "", 1, 0 vvtCurrentPosition1 = scalar, F32, 1444, "sync: Primary Cam Position", 1, 0
vvtToothDurations01 = scalar, U32, 1456, "us", 1, 0 vvtToothPosition11 = scalar, F32, 1448, "sync: Cam Tooth Position", 1, 0
vvtCurrentPosition1 = scalar, F32, 1460, "sync: Primary Cam Position", 1, 0 vvtToothPosition21 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
vvtToothPosition11 = scalar, F32, 1464, "sync: Cam Tooth Position", 1, 0 vvtToothPosition31 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
vvtToothPosition21 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0 vvtToothPosition41 = scalar, F32, 1460, "sync: Cam Tooth Position", 1, 0
vvtToothPosition31 = scalar, F32, 1472, "sync: Cam Tooth Position", 1, 0 triggerSyncGapRatio1 = scalar, F32, 1464, "", 1, 0
vvtToothPosition41 = scalar, F32, 1476, "sync: Cam Tooth Position", 1, 0 triggerStateIndex1 = scalar, U08, 1468, "", 1, 0
triggerSyncGapRatio1 = scalar, F32, 1480, "", 1, 0 vvtStateIndex1 = scalar, U08, 1469, "", 1, 0
triggerStateIndex1 = scalar, U08, 1484, "", 1, 0 ; total TS size = 1472
vvtStateIndex1 = scalar, U08, 1485, "", 1, 0 crankSynchronizationCounter2 = scalar, U32, 1472, "", 1, 0
; total TS size = 1488 vvtSyncGapRatio2 = scalar, F32, 1476, "", 1, 0
crankSynchronizationCounter2 = scalar, U32, 1488, "", 1, 0 vvtToothDurations02 = scalar, U32, 1480, "us", 1, 0
vvtSyncGapRatio2 = scalar, F32, 1492, "", 1, 0 vvtCurrentPosition2 = scalar, F32, 1484, "sync: Primary Cam Position", 1, 0
vvtToothDurations02 = scalar, U32, 1496, "us", 1, 0 vvtToothPosition12 = scalar, F32, 1488, "sync: Cam Tooth Position", 1, 0
vvtCurrentPosition2 = scalar, F32, 1500, "sync: Primary Cam Position", 1, 0 vvtToothPosition22 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
vvtToothPosition12 = scalar, F32, 1504, "sync: Cam Tooth Position", 1, 0 vvtToothPosition32 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
vvtToothPosition22 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0 vvtToothPosition42 = scalar, F32, 1500, "sync: Cam Tooth Position", 1, 0
vvtToothPosition32 = scalar, F32, 1512, "sync: Cam Tooth Position", 1, 0 triggerSyncGapRatio2 = scalar, F32, 1504, "", 1, 0
vvtToothPosition42 = scalar, F32, 1516, "sync: Cam Tooth Position", 1, 0 triggerStateIndex2 = scalar, U08, 1508, "", 1, 0
triggerSyncGapRatio2 = scalar, F32, 1520, "", 1, 0 vvtStateIndex2 = scalar, U08, 1509, "", 1, 0
triggerStateIndex2 = scalar, U08, 1524, "", 1, 0 ; total TS size = 1512
vvtStateIndex2 = scalar, U08, 1525, "", 1, 0 crankSynchronizationCounter3 = scalar, U32, 1512, "", 1, 0
; total TS size = 1528 vvtSyncGapRatio3 = scalar, F32, 1516, "", 1, 0
crankSynchronizationCounter3 = scalar, U32, 1528, "", 1, 0 vvtToothDurations03 = scalar, U32, 1520, "us", 1, 0
vvtSyncGapRatio3 = scalar, F32, 1532, "", 1, 0 vvtCurrentPosition3 = scalar, F32, 1524, "sync: Primary Cam Position", 1, 0
vvtToothDurations03 = scalar, U32, 1536, "us", 1, 0 vvtToothPosition13 = scalar, F32, 1528, "sync: Cam Tooth Position", 1, 0
vvtCurrentPosition3 = scalar, F32, 1540, "sync: Primary Cam Position", 1, 0 vvtToothPosition23 = scalar, F32, 1532, "sync: Cam Tooth Position", 1, 0
vvtToothPosition13 = scalar, F32, 1544, "sync: Cam Tooth Position", 1, 0 vvtToothPosition33 = scalar, F32, 1536, "sync: Cam Tooth Position", 1, 0
vvtToothPosition23 = scalar, F32, 1548, "sync: Cam Tooth Position", 1, 0 vvtToothPosition43 = scalar, F32, 1540, "sync: Cam Tooth Position", 1, 0
vvtToothPosition33 = scalar, F32, 1552, "sync: Cam Tooth Position", 1, 0 triggerSyncGapRatio3 = scalar, F32, 1544, "", 1, 0
vvtToothPosition43 = scalar, F32, 1556, "sync: Cam Tooth Position", 1, 0 triggerStateIndex3 = scalar, U08, 1548, "", 1, 0
triggerSyncGapRatio3 = scalar, F32, 1560, "", 1, 0 vvtStateIndex3 = scalar, U08, 1549, "", 1, 0
triggerStateIndex3 = scalar, U08, 1564, "", 1, 0 ; total TS size = 1552
vvtStateIndex3 = scalar, U08, 1565, "", 1, 0 crankSynchronizationCounter4 = scalar, U32, 1552, "", 1, 0
; total TS size = 1568 vvtSyncGapRatio4 = scalar, F32, 1556, "", 1, 0
crankSynchronizationCounter4 = scalar, U32, 1568, "", 1, 0 vvtToothDurations04 = scalar, U32, 1560, "us", 1, 0
vvtSyncGapRatio4 = scalar, F32, 1572, "", 1, 0 vvtCurrentPosition4 = scalar, F32, 1564, "sync: Primary Cam Position", 1, 0
vvtToothDurations04 = scalar, U32, 1576, "us", 1, 0 vvtToothPosition14 = scalar, F32, 1568, "sync: Cam Tooth Position", 1, 0
vvtCurrentPosition4 = scalar, F32, 1580, "sync: Primary Cam Position", 1, 0 vvtToothPosition24 = scalar, F32, 1572, "sync: Cam Tooth Position", 1, 0
vvtToothPosition14 = scalar, F32, 1584, "sync: Cam Tooth Position", 1, 0 vvtToothPosition34 = scalar, F32, 1576, "sync: Cam Tooth Position", 1, 0
vvtToothPosition24 = scalar, F32, 1588, "sync: Cam Tooth Position", 1, 0 vvtToothPosition44 = scalar, F32, 1580, "sync: Cam Tooth Position", 1, 0
vvtToothPosition34 = scalar, F32, 1592, "sync: Cam Tooth Position", 1, 0 triggerSyncGapRatio4 = scalar, F32, 1584, "", 1, 0
vvtToothPosition44 = scalar, F32, 1596, "sync: Cam Tooth Position", 1, 0 triggerStateIndex4 = scalar, U08, 1588, "", 1, 0
triggerSyncGapRatio4 = scalar, F32, 1600, "", 1, 0 vvtStateIndex4 = scalar, U08, 1589, "", 1, 0
triggerStateIndex4 = scalar, U08, 1604, "", 1, 0 ; total TS size = 1592
vvtStateIndex4 = scalar, U08, 1605, "", 1, 0 camResyncCounter = scalar, U08, 1592, "", 1, 0
m_hasSynchronizedPhase = bits, U32, 1596, [0:0]
; total TS size = 1600
wallFuelCorrection = scalar, F32, 1600, "", 1, 0
wallFuel = scalar, F32, 1604, "", 1, 0
; total TS size = 1608 ; total TS size = 1608
camResyncCounter = scalar, U08, 1608, "", 1, 0 idleState = bits, S32, 1608, [0:2], "not important"
m_hasSynchronizedPhase = bits, U32, 1612, [0:0] currentIdlePosition = scalar, F32, 1612
; total TS size = 1616 baseIdlePosition = scalar, F32, 1616
wallFuelCorrection = scalar, F32, 1616, "", 1, 0 idleClosedLoop = scalar, F32, 1620
wallFuel = scalar, F32, 1620, "", 1, 0 iacByTpsTaper = scalar, F32, 1624
; total TS size = 1624 throttlePedalUpState = scalar, S32, 1628, "", 1, 0
idleState = bits, S32, 1624, [0:2], "not important" mightResetPid = bits, U32, 1632, [0:0]
currentIdlePosition = scalar, F32, 1628 shouldResetPid = bits, U32, 1632, [1:1]
baseIdlePosition = scalar, F32, 1632 wasResetPid = bits, U32, 1632, [2:2]
idleClosedLoop = scalar, F32, 1636 mustResetPid = bits, U32, 1632, [3:3]
iacByTpsTaper = scalar, F32, 1640 isCranking = bits, U32, 1632, [4:4]
throttlePedalUpState = scalar, S32, 1644, "", 1, 0 isIacTableForCoasting = bits, U32, 1632, [5:5]
mightResetPid = bits, U32, 1648, [0:0] notIdling = bits, U32, 1632, [6:6]
shouldResetPid = bits, U32, 1648, [1:1] needReset = bits, U32, 1632, [7:7]
wasResetPid = bits, U32, 1648, [2:2] isInDeadZone = bits, U32, 1632, [8:8]
mustResetPid = bits, U32, 1648, [3:3] isBlipping = bits, U32, 1632, [9:9]
isCranking = bits, U32, 1648, [4:4] useClosedLoop = bits, U32, 1632, [10:10]
isIacTableForCoasting = bits, U32, 1648, [5:5] badTps = bits, U32, 1632, [11:11]
notIdling = bits, U32, 1648, [6:6] looksLikeRunning = bits, U32, 1632, [12:12]
needReset = bits, U32, 1648, [7:7] looksLikeCoasting = bits, U32, 1632, [13:13]
isInDeadZone = bits, U32, 1648, [8:8] looksLikeCrankToIdle = bits, U32, 1632, [14:14]
isBlipping = bits, U32, 1648, [9:9] isIdleCoasting = bits, U32, 1632, [15:15]
useClosedLoop = bits, U32, 1648, [10:10] isIdleClosedLoop = bits, U32, 1632, [16:16]
badTps = bits, U32, 1648, [11:11] idleTarget = scalar, S32, 1636, "", 1, 0
looksLikeRunning = bits, U32, 1648, [12:12] targetRpmByClt = scalar, S32, 1640, "", 1, 0
looksLikeCoasting = bits, U32, 1648, [13:13] targetRpmAc = scalar, S32, 1644, "", 1, 0
looksLikeCrankToIdle = bits, U32, 1648, [14:14] iacByRpmTaper = scalar, F32, 1648
isIdleCoasting = bits, U32, 1648, [15:15] luaAdd = scalar, F32, 1652
isIdleClosedLoop = bits, U32, 1648, [16:16] ; total TS size = 1656
idleTarget = scalar, S32, 1652, "", 1, 0 targetWithIdlePosition0 = scalar, F32, 1656, "per", 1,0
targetRpmByClt = scalar, S32, 1656, "", 1, 0 trim0 = scalar, F32, 1660, "", 1, 0
targetRpmAc = scalar, S32, 1660, "", 1, 0 luaAdjustment0 = scalar, F32, 1664, "per", 1,0
iacByRpmTaper = scalar, F32, 1664 m_wastegatePosition0 = scalar, F32, 1668, "per", 1,0
luaAdd = scalar, F32, 1668 etbFeedForward0 = scalar, F32, 1672
; total TS size = 1672 etbIntegralError0 = scalar, F32, 1676, "", 1, 0
targetWithIdlePosition0 = scalar, F32, 1672, "per", 1,0 etbCurrentTarget0 = scalar, F32, 1680, "%", 1, 0
trim0 = scalar, F32, 1676, "", 1, 0 etbCurrentAdjustedTarget0 = scalar, F32, 1684, "%", 1, 0
luaAdjustment0 = scalar, F32, 1680, "per", 1,0 etbRevLimitActive0 = bits, U32, 1688, [0:0]
m_wastegatePosition0 = scalar, F32, 1684, "per", 1,0 jamDetected0 = bits, U32, 1688, [1:1]
etbFeedForward0 = scalar, F32, 1688 validPlantPosition0 = bits, U32, 1688, [2:2]
etbIntegralError0 = scalar, F32, 1692, "", 1, 0 etbTpsErrorCounter0 = scalar, U16, 1692, "count", 1,0
etbCurrentTarget0 = scalar, F32, 1696, "%", 1, 0 etbPpsErrorCounter0 = scalar, U16, 1694, "count", 1,0
etbCurrentAdjustedTarget0 = scalar, F32, 1700, "%", 1, 0 etbErrorCode0 = scalar, S08, 1696, "", 1, 0
etbRevLimitActive0 = bits, U32, 1704, [0:0] etbErrorCodeBlinker0 = scalar, S08, 1697, "", 1, 0
jamDetected0 = bits, U32, 1704, [1:1] tcEtbDrop0 = scalar, S08, 1698, "%", 1, 0
validPlantPosition0 = bits, U32, 1704, [2:2] jamTimer0 = scalar, U16, 1700, "sec", 0.01, 0
etbTpsErrorCounter0 = scalar, U16, 1708, "count", 1,0 adjustedEtbTarget0 = scalar, S08, 1702, "%", 1, 0
etbPpsErrorCounter0 = scalar, U16, 1710, "count", 1,0 state0 = scalar, U08, 1703, "", 1, 0
etbErrorCode0 = scalar, S08, 1712, "", 1, 0 ; total TS size = 1704
etbErrorCodeBlinker0 = scalar, S08, 1713, "", 1, 0 targetWithIdlePosition1 = scalar, F32, 1704, "per", 1,0
tcEtbDrop0 = scalar, S08, 1714, "%", 1, 0 trim1 = scalar, F32, 1708, "", 1, 0
jamTimer0 = scalar, U16, 1716, "sec", 0.01, 0 luaAdjustment1 = scalar, F32, 1712, "per", 1,0
adjustedEtbTarget0 = scalar, S08, 1718, "%", 1, 0 m_wastegatePosition1 = scalar, F32, 1716, "per", 1,0
state0 = scalar, U08, 1719, "", 1, 0 etbFeedForward1 = scalar, F32, 1720
; total TS size = 1720 etbIntegralError1 = scalar, F32, 1724, "", 1, 0
targetWithIdlePosition1 = scalar, F32, 1720, "per", 1,0 etbCurrentTarget1 = scalar, F32, 1728, "%", 1, 0
trim1 = scalar, F32, 1724, "", 1, 0 etbCurrentAdjustedTarget1 = scalar, F32, 1732, "%", 1, 0
luaAdjustment1 = scalar, F32, 1728, "per", 1,0 etbRevLimitActive1 = bits, U32, 1736, [0:0]
m_wastegatePosition1 = scalar, F32, 1732, "per", 1,0 jamDetected1 = bits, U32, 1736, [1:1]
etbFeedForward1 = scalar, F32, 1736 validPlantPosition1 = bits, U32, 1736, [2:2]
etbIntegralError1 = scalar, F32, 1740, "", 1, 0 etbTpsErrorCounter1 = scalar, U16, 1740, "count", 1,0
etbCurrentTarget1 = scalar, F32, 1744, "%", 1, 0 etbPpsErrorCounter1 = scalar, U16, 1742, "count", 1,0
etbCurrentAdjustedTarget1 = scalar, F32, 1748, "%", 1, 0 etbErrorCode1 = scalar, S08, 1744, "", 1, 0
etbRevLimitActive1 = bits, U32, 1752, [0:0] etbErrorCodeBlinker1 = scalar, S08, 1745, "", 1, 0
jamDetected1 = bits, U32, 1752, [1:1] tcEtbDrop1 = scalar, S08, 1746, "%", 1, 0
validPlantPosition1 = bits, U32, 1752, [2:2] jamTimer1 = scalar, U16, 1748, "sec", 0.01, 0
etbTpsErrorCounter1 = scalar, U16, 1756, "count", 1,0 adjustedEtbTarget1 = scalar, S08, 1750, "%", 1, 0
etbPpsErrorCounter1 = scalar, U16, 1758, "count", 1,0 state1 = scalar, U08, 1751, "", 1, 0
etbErrorCode1 = scalar, S08, 1760, "", 1, 0 ; total TS size = 1752
etbErrorCodeBlinker1 = scalar, S08, 1761, "", 1, 0 faultCode0 = scalar, U08, 1752, "", 1, 0
tcEtbDrop1 = scalar, S08, 1762, "%", 1, 0 heaterDuty0 = scalar, U08, 1753, "%", 1, 0
jamTimer1 = scalar, U16, 1764, "sec", 0.01, 0 pumpDuty0 = scalar, U08, 1754, "%", 1, 0
adjustedEtbTarget1 = scalar, S08, 1766, "%", 1, 0 tempC0 = scalar, U16, 1756, "C", 1, 0
state1 = scalar, U08, 1767, "", 1, 0 nernstVoltage0 = scalar, U16, 1758, "V", 0.001, 0
; total TS size = 1768 esr0 = scalar, U16, 1760, "ohm", 1, 0
faultCode0 = scalar, U08, 1768, "", 1, 0 ; total TS size = 1764
heaterDuty0 = scalar, U08, 1769, "%", 1, 0 faultCode1 = scalar, U08, 1764, "", 1, 0
pumpDuty0 = scalar, U08, 1770, "%", 1, 0 heaterDuty1 = scalar, U08, 1765, "%", 1, 0
tempC0 = scalar, U16, 1772, "C", 1, 0 pumpDuty1 = scalar, U08, 1766, "%", 1, 0
nernstVoltage0 = scalar, U16, 1774, "V", 0.001, 0 tempC1 = scalar, U16, 1768, "C", 1, 0
esr0 = scalar, U16, 1776, "ohm", 1, 0 nernstVoltage1 = scalar, U16, 1770, "V", 0.001, 0
; total TS size = 1780 esr1 = scalar, U16, 1772, "ohm", 1, 0
faultCode1 = scalar, U08, 1780, "", 1, 0 ; total TS size = 1776
heaterDuty1 = scalar, U08, 1781, "%", 1, 0 dcOutput0 = scalar, F32, 1776, "per", 1,0
pumpDuty1 = scalar, U08, 1782, "%", 1, 0 isEnabled0_int = scalar, U08, 1780, "per", 1,0
tempC1 = scalar, U16, 1784, "C", 1, 0 isEnabled0 = bits, U32, 1784, [0:0]
nernstVoltage1 = scalar, U16, 1786, "V", 0.001, 0 ; total TS size = 1788
esr1 = scalar, U16, 1788, "ohm", 1, 0 value0 = scalar, U16, 1788, "value", 1,0
; total TS size = 1792 value1 = scalar, U16, 1790, "value", 1,0
dcOutput0 = scalar, F32, 1792, "per", 1,0 errorRate = scalar, F32, 1792, "ratio", 1,0
isEnabled0_int = scalar, U08, 1796, "per", 1,0 ; total TS size = 1796
isEnabled0 = bits, U32, 1800, [0:0] vvtTarget = scalar, U16, 1796, "deg", 0.1, 0
; total TS size = 1804 vvtOutput = scalar, U08, 1798, "%", 0.5, 0
value0 = scalar, U16, 1804, "value", 1,0 ; total TS size = 1800
value1 = scalar, U16, 1806, "value", 1,0 lambdaCurrentlyGood = bits, U32, 1800, [0:0]
errorRate = scalar, F32, 1808, "ratio", 1,0 lambdaMonitorCut = bits, U32, 1800, [1:1]
; total TS size = 1812 lambdaTimeSinceGood = scalar, U16, 1804, "sec", 0.01, 0
vvtTarget = scalar, U16, 1812, "deg", 0.1, 0 ; total TS size = 1808
vvtOutput = scalar, U08, 1814, "%", 0.5, 0 extraField = scalar, S32, 1808, "", 1, 0
; total TS size = 1816 extraCustomGauge = scalar, S32, 1812, "", 1, 0
lambdaCurrentlyGood = bits, U32, 1816, [0:0] customBit = bits, U32, 1816, [0:0]
lambdaMonitorCut = bits, U32, 1816, [1:1] unusedAtTheExtraEnd1 = scalar, U08, 1820, "", 1, 0
lambdaTimeSinceGood = scalar, U16, 1820, "sec", 0.01, 0 unusedAtTheExtraEnd2 = scalar, U08, 1821, "", 1, 0
; total TS size = 1824 unusedAtTheExtraEnd3 = scalar, U08, 1822, "", 1, 0
extraField = scalar, S32, 1824, "", 1, 0 unusedAtTheExtraEnd4 = scalar, U08, 1823, "", 1, 0
extraCustomGauge = scalar, S32, 1828, "", 1, 0 unusedAtTheExtraEnd5 = scalar, U08, 1824, "", 1, 0
customBit = bits, U32, 1832, [0:0] unusedAtTheExtraEnd6 = scalar, U08, 1825, "", 1, 0
unusedAtTheExtraEnd1 = scalar, U08, 1836, "", 1, 0 unusedAtTheExtraEnd7 = scalar, U08, 1826, "", 1, 0
unusedAtTheExtraEnd2 = scalar, U08, 1837, "", 1, 0 unusedAtTheExtraEnd8 = scalar, U08, 1827, "", 1, 0
unusedAtTheExtraEnd3 = scalar, U08, 1838, "", 1, 0 unusedAtTheExtraEnd9 = scalar, U08, 1828, "", 1, 0
unusedAtTheExtraEnd4 = scalar, U08, 1839, "", 1, 0 unusedAtTheExtraEnd10 = scalar, U08, 1829, "", 1, 0
unusedAtTheExtraEnd5 = scalar, U08, 1840, "", 1, 0 unusedAtTheExtraEnd11 = scalar, U08, 1830, "", 1, 0
unusedAtTheExtraEnd6 = scalar, U08, 1841, "", 1, 0 unusedAtTheExtraEnd12 = scalar, U08, 1831, "", 1, 0
unusedAtTheExtraEnd7 = scalar, U08, 1842, "", 1, 0 unusedAtTheExtraEnd13 = scalar, U08, 1832, "", 1, 0
unusedAtTheExtraEnd8 = scalar, U08, 1843, "", 1, 0 unusedAtTheExtraEnd14 = scalar, U08, 1833, "", 1, 0
unusedAtTheExtraEnd9 = scalar, U08, 1844, "", 1, 0 unusedAtTheExtraEnd15 = scalar, U08, 1834, "", 1, 0
unusedAtTheExtraEnd10 = scalar, U08, 1845, "", 1, 0 unusedAtTheExtraEnd16 = scalar, U08, 1835, "", 1, 0
unusedAtTheExtraEnd11 = scalar, U08, 1846, "", 1, 0 unusedAtTheExtraEnd17 = scalar, U08, 1836, "", 1, 0
unusedAtTheExtraEnd12 = scalar, U08, 1847, "", 1, 0 unusedAtTheExtraEnd18 = scalar, U08, 1837, "", 1, 0
unusedAtTheExtraEnd13 = scalar, U08, 1848, "", 1, 0 unusedAtTheExtraEnd19 = scalar, U08, 1838, "", 1, 0
unusedAtTheExtraEnd14 = scalar, U08, 1849, "", 1, 0 unusedAtTheExtraEnd20 = scalar, U08, 1839, "", 1, 0
unusedAtTheExtraEnd15 = scalar, U08, 1850, "", 1, 0 unusedAtTheExtraEnd21 = scalar, U08, 1840, "", 1, 0
unusedAtTheExtraEnd16 = scalar, U08, 1851, "", 1, 0 unusedAtTheExtraEnd22 = scalar, U08, 1841, "", 1, 0
unusedAtTheExtraEnd17 = scalar, U08, 1852, "", 1, 0 unusedAtTheExtraEnd23 = scalar, U08, 1842, "", 1, 0
unusedAtTheExtraEnd18 = scalar, U08, 1853, "", 1, 0 unusedAtTheExtraEnd24 = scalar, U08, 1843, "", 1, 0
unusedAtTheExtraEnd19 = scalar, U08, 1854, "", 1, 0 unusedAtTheExtraEnd25 = scalar, U08, 1844, "", 1, 0
unusedAtTheExtraEnd20 = scalar, U08, 1855, "", 1, 0 unusedAtTheExtraEnd26 = scalar, U08, 1845, "", 1, 0
unusedAtTheExtraEnd21 = scalar, U08, 1856, "", 1, 0 unusedAtTheExtraEnd27 = scalar, U08, 1846, "", 1, 0
unusedAtTheExtraEnd22 = scalar, U08, 1857, "", 1, 0 unusedAtTheExtraEnd28 = scalar, U08, 1847, "", 1, 0
unusedAtTheExtraEnd23 = scalar, U08, 1858, "", 1, 0 unusedAtTheExtraEnd29 = scalar, U08, 1848, "", 1, 0
unusedAtTheExtraEnd24 = scalar, U08, 1859, "", 1, 0 unusedAtTheExtraEnd30 = scalar, U08, 1849, "", 1, 0
unusedAtTheExtraEnd25 = scalar, U08, 1860, "", 1, 0 unusedAtTheExtraEnd31 = scalar, U08, 1850, "", 1, 0
unusedAtTheExtraEnd26 = scalar, U08, 1861, "", 1, 0 unusedAtTheExtraEnd32 = scalar, U08, 1851, "", 1, 0
unusedAtTheExtraEnd27 = scalar, U08, 1862, "", 1, 0 unusedAtTheExtraEnd33 = scalar, U08, 1852, "", 1, 0
unusedAtTheExtraEnd28 = scalar, U08, 1863, "", 1, 0 unusedAtTheExtraEnd34 = scalar, U08, 1853, "", 1, 0
unusedAtTheExtraEnd29 = scalar, U08, 1864, "", 1, 0 unusedAtTheExtraEnd35 = scalar, U08, 1854, "", 1, 0
unusedAtTheExtraEnd30 = scalar, U08, 1865, "", 1, 0 unusedAtTheExtraEnd36 = scalar, U08, 1855, "", 1, 0
unusedAtTheExtraEnd31 = scalar, U08, 1866, "", 1, 0 unusedAtTheExtraEnd37 = scalar, U08, 1856, "", 1, 0
unusedAtTheExtraEnd32 = scalar, U08, 1867, "", 1, 0 unusedAtTheExtraEnd38 = scalar, U08, 1857, "", 1, 0
unusedAtTheExtraEnd33 = scalar, U08, 1868, "", 1, 0 unusedAtTheExtraEnd39 = scalar, U08, 1858, "", 1, 0
unusedAtTheExtraEnd34 = scalar, U08, 1869, "", 1, 0 unusedAtTheExtraEnd40 = scalar, U08, 1859, "", 1, 0
unusedAtTheExtraEnd35 = scalar, U08, 1870, "", 1, 0 unusedAtTheExtraEnd41 = scalar, U08, 1860, "", 1, 0
unusedAtTheExtraEnd36 = scalar, U08, 1871, "", 1, 0 unusedAtTheExtraEnd42 = scalar, U08, 1861, "", 1, 0
unusedAtTheExtraEnd37 = scalar, U08, 1872, "", 1, 0 unusedAtTheExtraEnd43 = scalar, U08, 1862, "", 1, 0
unusedAtTheExtraEnd38 = scalar, U08, 1873, "", 1, 0 unusedAtTheExtraEnd44 = scalar, U08, 1863, "", 1, 0
unusedAtTheExtraEnd39 = scalar, U08, 1874, "", 1, 0 unusedAtTheExtraEnd45 = scalar, U08, 1864, "", 1, 0
unusedAtTheExtraEnd40 = scalar, U08, 1875, "", 1, 0 unusedAtTheExtraEnd46 = scalar, U08, 1865, "", 1, 0
unusedAtTheExtraEnd41 = scalar, U08, 1876, "", 1, 0 unusedAtTheExtraEnd47 = scalar, U08, 1866, "", 1, 0
unusedAtTheExtraEnd42 = scalar, U08, 1877, "", 1, 0 unusedAtTheExtraEnd48 = scalar, U08, 1867, "", 1, 0
unusedAtTheExtraEnd43 = scalar, U08, 1878, "", 1, 0 unusedAtTheExtraEnd49 = scalar, U08, 1868, "", 1, 0
unusedAtTheExtraEnd44 = scalar, U08, 1879, "", 1, 0 unusedAtTheExtraEnd50 = scalar, U08, 1869, "", 1, 0
unusedAtTheExtraEnd45 = scalar, U08, 1880, "", 1, 0 unusedAtTheExtraEnd51 = scalar, U08, 1870, "", 1, 0
unusedAtTheExtraEnd46 = scalar, U08, 1881, "", 1, 0 unusedAtTheExtraEnd52 = scalar, U08, 1871, "", 1, 0
unusedAtTheExtraEnd47 = scalar, U08, 1882, "", 1, 0 unusedAtTheExtraEnd53 = scalar, U08, 1872, "", 1, 0
unusedAtTheExtraEnd48 = scalar, U08, 1883, "", 1, 0 unusedAtTheExtraEnd54 = scalar, U08, 1873, "", 1, 0
unusedAtTheExtraEnd49 = scalar, U08, 1884, "", 1, 0 unusedAtTheExtraEnd55 = scalar, U08, 1874, "", 1, 0
unusedAtTheExtraEnd50 = scalar, U08, 1885, "", 1, 0 unusedAtTheExtraEnd56 = scalar, U08, 1875, "", 1, 0
unusedAtTheExtraEnd51 = scalar, U08, 1886, "", 1, 0 unusedAtTheExtraEnd57 = scalar, U08, 1876, "", 1, 0
unusedAtTheExtraEnd52 = scalar, U08, 1887, "", 1, 0 unusedAtTheExtraEnd58 = scalar, U08, 1877, "", 1, 0
unusedAtTheExtraEnd53 = scalar, U08, 1888, "", 1, 0 unusedAtTheExtraEnd59 = scalar, U08, 1878, "", 1, 0
unusedAtTheExtraEnd54 = scalar, U08, 1889, "", 1, 0 unusedAtTheExtraEnd60 = scalar, U08, 1879, "", 1, 0
unusedAtTheExtraEnd55 = scalar, U08, 1890, "", 1, 0 unusedAtTheExtraEnd61 = scalar, U08, 1880, "", 1, 0
unusedAtTheExtraEnd56 = scalar, U08, 1891, "", 1, 0 unusedAtTheExtraEnd62 = scalar, U08, 1881, "", 1, 0
unusedAtTheExtraEnd57 = scalar, U08, 1892, "", 1, 0 unusedAtTheExtraEnd63 = scalar, U08, 1882, "", 1, 0
unusedAtTheExtraEnd58 = scalar, U08, 1893, "", 1, 0 unusedAtTheExtraEnd64 = scalar, U08, 1883, "", 1, 0
unusedAtTheExtraEnd59 = scalar, U08, 1894, "", 1, 0 unusedAtTheExtraEnd65 = scalar, U08, 1884, "", 1, 0
unusedAtTheExtraEnd60 = scalar, U08, 1895, "", 1, 0 unusedAtTheExtraEnd66 = scalar, U08, 1885, "", 1, 0
unusedAtTheExtraEnd61 = scalar, U08, 1896, "", 1, 0 unusedAtTheExtraEnd67 = scalar, U08, 1886, "", 1, 0
unusedAtTheExtraEnd62 = scalar, U08, 1897, "", 1, 0 unusedAtTheExtraEnd68 = scalar, U08, 1887, "", 1, 0
unusedAtTheExtraEnd63 = scalar, U08, 1898, "", 1, 0 unusedAtTheExtraEnd69 = scalar, U08, 1888, "", 1, 0
unusedAtTheExtraEnd64 = scalar, U08, 1899, "", 1, 0 unusedAtTheExtraEnd70 = scalar, U08, 1889, "", 1, 0
unusedAtTheExtraEnd65 = scalar, U08, 1900, "", 1, 0 unusedAtTheExtraEnd71 = scalar, U08, 1890, "", 1, 0
unusedAtTheExtraEnd66 = scalar, U08, 1901, "", 1, 0 unusedAtTheExtraEnd72 = scalar, U08, 1891, "", 1, 0
unusedAtTheExtraEnd67 = scalar, U08, 1902, "", 1, 0 unusedAtTheExtraEnd73 = scalar, U08, 1892, "", 1, 0
unusedAtTheExtraEnd68 = scalar, U08, 1903, "", 1, 0 unusedAtTheExtraEnd74 = scalar, U08, 1893, "", 1, 0
unusedAtTheExtraEnd69 = scalar, U08, 1904, "", 1, 0 unusedAtTheExtraEnd75 = scalar, U08, 1894, "", 1, 0
unusedAtTheExtraEnd70 = scalar, U08, 1905, "", 1, 0 unusedAtTheExtraEnd76 = scalar, U08, 1895, "", 1, 0
unusedAtTheExtraEnd71 = scalar, U08, 1906, "", 1, 0 unusedAtTheExtraEnd77 = scalar, U08, 1896, "", 1, 0
unusedAtTheExtraEnd72 = scalar, U08, 1907, "", 1, 0 unusedAtTheExtraEnd78 = scalar, U08, 1897, "", 1, 0
unusedAtTheExtraEnd73 = scalar, U08, 1908, "", 1, 0 unusedAtTheExtraEnd79 = scalar, U08, 1898, "", 1, 0
unusedAtTheExtraEnd74 = scalar, U08, 1909, "", 1, 0 unusedAtTheExtraEnd80 = scalar, U08, 1899, "", 1, 0
unusedAtTheExtraEnd75 = scalar, U08, 1910, "", 1, 0 unusedAtTheExtraEnd81 = scalar, U08, 1900, "", 1, 0
unusedAtTheExtraEnd76 = scalar, U08, 1911, "", 1, 0 unusedAtTheExtraEnd82 = scalar, U08, 1901, "", 1, 0
unusedAtTheExtraEnd77 = scalar, U08, 1912, "", 1, 0 unusedAtTheExtraEnd83 = scalar, U08, 1902, "", 1, 0
unusedAtTheExtraEnd78 = scalar, U08, 1913, "", 1, 0 unusedAtTheExtraEnd84 = scalar, U08, 1903, "", 1, 0
unusedAtTheExtraEnd79 = scalar, U08, 1914, "", 1, 0 unusedAtTheExtraEnd85 = scalar, U08, 1904, "", 1, 0
unusedAtTheExtraEnd80 = scalar, U08, 1915, "", 1, 0 unusedAtTheExtraEnd86 = scalar, U08, 1905, "", 1, 0
unusedAtTheExtraEnd81 = scalar, U08, 1916, "", 1, 0 unusedAtTheExtraEnd87 = scalar, U08, 1906, "", 1, 0
unusedAtTheExtraEnd82 = scalar, U08, 1917, "", 1, 0 unusedAtTheExtraEnd88 = scalar, U08, 1907, "", 1, 0
unusedAtTheExtraEnd83 = scalar, U08, 1918, "", 1, 0 unusedAtTheExtraEnd89 = scalar, U08, 1908, "", 1, 0
unusedAtTheExtraEnd84 = scalar, U08, 1919, "", 1, 0 unusedAtTheExtraEnd90 = scalar, U08, 1909, "", 1, 0
unusedAtTheExtraEnd85 = scalar, U08, 1920, "", 1, 0 unusedAtTheExtraEnd91 = scalar, U08, 1910, "", 1, 0
unusedAtTheExtraEnd86 = scalar, U08, 1921, "", 1, 0 unusedAtTheExtraEnd92 = scalar, U08, 1911, "", 1, 0
unusedAtTheExtraEnd87 = scalar, U08, 1922, "", 1, 0 ; total TS size = 1912
unusedAtTheExtraEnd88 = scalar, U08, 1923, "", 1, 0
unusedAtTheExtraEnd89 = scalar, U08, 1924, "", 1, 0
unusedAtTheExtraEnd90 = scalar, U08, 1925, "", 1, 0
unusedAtTheExtraEnd91 = scalar, U08, 1926, "", 1, 0
unusedAtTheExtraEnd92 = scalar, U08, 1927, "", 1, 0
; total TS size = 1928

View File

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

View File

@ -511,12 +511,6 @@ static const LogField fields[] = {
#if EFI_SHAFT_POSITION_INPUT #if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.hwEventCounters[3], "Hardware events since boot 4", "", 0}, {engine->triggerCentral.hwEventCounters[3], "Hardware events since boot 4", "", 0},
#endif #endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.hwEventCounters[4], "Hardware events since boot 5", "", 0},
#endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.hwEventCounters[5], "Hardware events since boot 6", "", 0},
#endif
#if EFI_SHAFT_POSITION_INPUT #if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.vvtCamCounter, "Sync: total cams front counter", "", 0}, {engine->triggerCentral.vvtCamCounter, "Sync: total cams front counter", "", 0},
#endif #endif

View File

@ -1228,7 +1228,7 @@
#define pedalSensor_NAME "Accelerator pedal" #define pedalSensor_NAME "Accelerator pedal"
#define pedalToTpsTbl_NAME "ETB pedal target" #define pedalToTpsTbl_NAME "ETB pedal target"
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
#define persistent_config_s_size 22968 #define persistent_config_s_size 22976
#define pid_s_size 20 #define pid_s_size 20
#define pin_input_mode_e_auto_enum 0="PI_DEFAULT",2="PI_PULLDOWN",1="PI_PULLUP" #define pin_input_mode_e_auto_enum 0="PI_DEFAULT",2="PI_PULLDOWN",1="PI_PULLUP"
#define pin_input_mode_e_enum "DEFAULT", "PULLUP", "PULLDOWN" #define pin_input_mode_e_enum "DEFAULT", "PULLUP", "PULLDOWN"
@ -1295,7 +1295,7 @@
#define SentEtbType_NONE 0 #define SentEtbType_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 157552751 #define SIGNATURE_HASH 494085714
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1357,7 +1357,7 @@
#define torqueReductionActivationMode_e_enum "Torque Reduction Button", "Launch Button" #define torqueReductionActivationMode_e_enum "Torque Reduction Button", "Launch Button"
#define torqueReductionActivationMode_e_LAUNCH_BUTTON 1 #define torqueReductionActivationMode_e_LAUNCH_BUTTON 1
#define torqueReductionActivationMode_e_TORQUE_REDUCTION_BUTTON 0 #define torqueReductionActivationMode_e_TORQUE_REDUCTION_BUTTON 0
#define TOTAL_CONFIG_SIZE 22968 #define TOTAL_CONFIG_SIZE 22976
#define TPS_2_BYTE_PACKING_MULT 100 #define TPS_2_BYTE_PACKING_MULT 100
#define TPS_PPS_TOO_HIGH_THRESHOLD 110 #define TPS_PPS_TOO_HIGH_THRESHOLD 110
#define TPS_PPS_TOO_LOW_THRESHOLD -10 #define TPS_PPS_TOO_LOW_THRESHOLD -10
@ -1756,14 +1756,14 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2024.11.25.XYZ.157552751" #define TS_SIGNATURE "rusEFI main.2024.11.26.XYZ.494085714"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' #define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t #define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1928 #define TS_TOTAL_OUTPUT_SIZE 1912
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1" #define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2" #define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5 #define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 157552751 #define SIGNATURE_HASH 494085714
#define TS_SIGNATURE "rusEFI main.2024.11.25.XYZ.157552751" #define TS_SIGNATURE "rusEFI main.2024.11.26.XYZ.494085714"

View File

@ -3,178 +3,184 @@
// begin // begin
#pragma once #pragma once
#include "rusefi_types.h" #include "rusefi_types.h"
#define HW_EVENT_TYPES 6 #define HW_EVENT_TYPES 4
// start of trigger_central_s // start of trigger_central_s
struct trigger_central_s { struct trigger_central_s {
/** /**
* Hardware events since boot * Hardware events since boot
* offset 0 * offset 0
*/ */
uint32_t hwEventCounters[HW_EVENT_TYPES]; uint16_t hwEventCounters[HW_EVENT_TYPES];
/** /**
* Sync: total cams front counter * Sync: total cams front counter
* offset 24 * offset 8
*/ */
uint32_t vvtCamCounter = (uint32_t)0; uint16_t vvtCamCounter = (uint16_t)0;
/**
* need 4 byte alignment
* units: units
* offset 10
*/
uint8_t alignmentFill_at_10[2];
/** /**
* InstantMAP at readout angle * InstantMAP at readout angle
* units: kPa * units: kPa
* offset 28 * offset 12
*/ */
float mapVvt_MAP_AT_SPECIAL_POINT = (float)0; float mapVvt_MAP_AT_SPECIAL_POINT = (float)0;
/** /**
* InstantMAP delta @ readout angles * InstantMAP delta @ readout angles
* units: kPa * units: kPa
* offset 32 * offset 16
*/ */
float mapVvt_MAP_AT_DIFF = (float)0; float mapVvt_MAP_AT_DIFF = (float)0;
/** /**
* units: distance * units: distance
* offset 36 * offset 20
*/ */
int8_t mapVvt_MAP_AT_CYCLE_COUNT = (int8_t)0; int8_t mapVvt_MAP_AT_CYCLE_COUNT = (int8_t)0;
/** /**
* Instant MAP sync counter * Instant MAP sync counter
* units: counter * units: counter
* offset 37 * offset 21
*/ */
uint8_t mapVvt_sync_counter = (uint8_t)0; uint8_t mapVvt_sync_counter = (uint8_t)0;
/** /**
* need 4 byte alignment * need 4 byte alignment
* units: units * units: units
* offset 38 * offset 22
*/ */
uint8_t alignmentFill_at_38[2]; uint8_t alignmentFill_at_22[2];
/** /**
* Sync: Engine Phase * Sync: Engine Phase
* units: deg * units: deg
* offset 40 * offset 24
*/ */
float currentEngineDecodedPhase = (float)0; float currentEngineDecodedPhase = (float)0;
/** /**
* Sync: trigger angle error * Sync: trigger angle error
* units: deg * units: deg
* offset 44 * offset 28
*/ */
float triggerToothAngleError = (float)0; float triggerToothAngleError = (float)0;
/** /**
* offset 48 * offset 32
*/ */
uint8_t triggerIgnoredToothCount = (uint8_t)0; uint8_t triggerIgnoredToothCount = (uint8_t)0;
/** /**
* need 4 byte alignment * need 4 byte alignment
* units: units * units: units
* offset 49 * offset 33
*/ */
uint8_t alignmentFill_at_49[3]; uint8_t alignmentFill_at_33[3];
/** /**
* Sync: MAP: prev angle * Sync: MAP: prev angle
* units: deg * units: deg
* offset 52 * offset 36
*/ */
angle_t mapCamPrevToothAngle = (angle_t)0; angle_t mapCamPrevToothAngle = (angle_t)0;
/** /**
offset 56 bit 0 */ offset 40 bit 0 */
bool isDecodingMapCam : 1 {}; bool isDecodingMapCam : 1 {};
/** /**
offset 56 bit 1 */ offset 40 bit 1 */
bool unusedBit_13_1 : 1 {}; bool unusedBit_14_1 : 1 {};
/** /**
offset 56 bit 2 */ offset 40 bit 2 */
bool unusedBit_13_2 : 1 {}; bool unusedBit_14_2 : 1 {};
/** /**
offset 56 bit 3 */ offset 40 bit 3 */
bool unusedBit_13_3 : 1 {}; bool unusedBit_14_3 : 1 {};
/** /**
offset 56 bit 4 */ offset 40 bit 4 */
bool unusedBit_13_4 : 1 {}; bool unusedBit_14_4 : 1 {};
/** /**
offset 56 bit 5 */ offset 40 bit 5 */
bool unusedBit_13_5 : 1 {}; bool unusedBit_14_5 : 1 {};
/** /**
offset 56 bit 6 */ offset 40 bit 6 */
bool unusedBit_13_6 : 1 {}; bool unusedBit_14_6 : 1 {};
/** /**
offset 56 bit 7 */ offset 40 bit 7 */
bool unusedBit_13_7 : 1 {}; bool unusedBit_14_7 : 1 {};
/** /**
offset 56 bit 8 */ offset 40 bit 8 */
bool unusedBit_13_8 : 1 {}; bool unusedBit_14_8 : 1 {};
/** /**
offset 56 bit 9 */ offset 40 bit 9 */
bool unusedBit_13_9 : 1 {}; bool unusedBit_14_9 : 1 {};
/** /**
offset 56 bit 10 */ offset 40 bit 10 */
bool unusedBit_13_10 : 1 {}; bool unusedBit_14_10 : 1 {};
/** /**
offset 56 bit 11 */ offset 40 bit 11 */
bool unusedBit_13_11 : 1 {}; bool unusedBit_14_11 : 1 {};
/** /**
offset 56 bit 12 */ offset 40 bit 12 */
bool unusedBit_13_12 : 1 {}; bool unusedBit_14_12 : 1 {};
/** /**
offset 56 bit 13 */ offset 40 bit 13 */
bool unusedBit_13_13 : 1 {}; bool unusedBit_14_13 : 1 {};
/** /**
offset 56 bit 14 */ offset 40 bit 14 */
bool unusedBit_13_14 : 1 {}; bool unusedBit_14_14 : 1 {};
/** /**
offset 56 bit 15 */ offset 40 bit 15 */
bool unusedBit_13_15 : 1 {}; bool unusedBit_14_15 : 1 {};
/** /**
offset 56 bit 16 */ offset 40 bit 16 */
bool unusedBit_13_16 : 1 {}; bool unusedBit_14_16 : 1 {};
/** /**
offset 56 bit 17 */ offset 40 bit 17 */
bool unusedBit_13_17 : 1 {}; bool unusedBit_14_17 : 1 {};
/** /**
offset 56 bit 18 */ offset 40 bit 18 */
bool unusedBit_13_18 : 1 {}; bool unusedBit_14_18 : 1 {};
/** /**
offset 56 bit 19 */ offset 40 bit 19 */
bool unusedBit_13_19 : 1 {}; bool unusedBit_14_19 : 1 {};
/** /**
offset 56 bit 20 */ offset 40 bit 20 */
bool unusedBit_13_20 : 1 {}; bool unusedBit_14_20 : 1 {};
/** /**
offset 56 bit 21 */ offset 40 bit 21 */
bool unusedBit_13_21 : 1 {}; bool unusedBit_14_21 : 1 {};
/** /**
offset 56 bit 22 */ offset 40 bit 22 */
bool unusedBit_13_22 : 1 {}; bool unusedBit_14_22 : 1 {};
/** /**
offset 56 bit 23 */ offset 40 bit 23 */
bool unusedBit_13_23 : 1 {}; bool unusedBit_14_23 : 1 {};
/** /**
offset 56 bit 24 */ offset 40 bit 24 */
bool unusedBit_13_24 : 1 {}; bool unusedBit_14_24 : 1 {};
/** /**
offset 56 bit 25 */ offset 40 bit 25 */
bool unusedBit_13_25 : 1 {}; bool unusedBit_14_25 : 1 {};
/** /**
offset 56 bit 26 */ offset 40 bit 26 */
bool unusedBit_13_26 : 1 {}; bool unusedBit_14_26 : 1 {};
/** /**
offset 56 bit 27 */ offset 40 bit 27 */
bool unusedBit_13_27 : 1 {}; bool unusedBit_14_27 : 1 {};
/** /**
offset 56 bit 28 */ offset 40 bit 28 */
bool unusedBit_13_28 : 1 {}; bool unusedBit_14_28 : 1 {};
/** /**
offset 56 bit 29 */ offset 40 bit 29 */
bool unusedBit_13_29 : 1 {}; bool unusedBit_14_29 : 1 {};
/** /**
offset 56 bit 30 */ offset 40 bit 30 */
bool unusedBit_13_30 : 1 {}; bool unusedBit_14_30 : 1 {};
/** /**
offset 56 bit 31 */ offset 40 bit 31 */
bool unusedBit_13_31 : 1 {}; bool unusedBit_14_31 : 1 {};
/** /**
* offset 60 * offset 44
*/ */
uint32_t triggerElapsedUs = (uint32_t)0; uint32_t triggerElapsedUs = (uint32_t)0;
}; };
static_assert(sizeof(trigger_central_s) == 64); static_assert(sizeof(trigger_central_s) == 48);
// end // end
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/trigger/trigger_central.txt // this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/trigger/trigger_central.txt

File diff suppressed because it is too large Load Diff

View File

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