parent
e55abb5ea9
commit
f2cf1acaa3
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Apr 28 13:56:07 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 29 16:41:22 UTC 2024
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -2874,10 +2874,10 @@ struct engine_configuration_s {
|
||||||
bool invertExhaustCamVVTSignal : 1 {};
|
bool invertExhaustCamVVTSignal : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 1496 bit 30 */
|
offset 1496 bit 30 */
|
||||||
bool unusedBit_514_30 : 1 {};
|
bool enableKnockSpectrogram : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 1496 bit 31 */
|
offset 1496 bit 31 */
|
||||||
bool unusedBit_514_31 : 1 {};
|
bool unusedBit_515_31 : 1 {};
|
||||||
/**
|
/**
|
||||||
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
|
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
|
||||||
* units: cycles
|
* units: cycles
|
||||||
|
@ -5619,4 +5619,4 @@ struct persistent_config_s {
|
||||||
static_assert(sizeof(persistent_config_s) == 22656);
|
static_assert(sizeof(persistent_config_s) == 22656);
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Apr 28 13:56:07 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 29 16:41:22 UTC 2024
|
||||||
|
|
|
@ -582,6 +582,7 @@
|
||||||
#define GAUGE_NAME_KNOCK_8 "knock 8"
|
#define GAUGE_NAME_KNOCK_8 "knock 8"
|
||||||
#define GAUGE_NAME_KNOCK_9 "knock 9"
|
#define GAUGE_NAME_KNOCK_9 "knock 9"
|
||||||
#define GAUGE_NAME_KNOCK_COUNTER "Knock: Count"
|
#define GAUGE_NAME_KNOCK_COUNTER "Knock: Count"
|
||||||
|
#define GAUGE_NAME_KNOCK_FREQ "knock: frequency"
|
||||||
#define GAUGE_NAME_KNOCK_LEVEL "Knock: Current level"
|
#define GAUGE_NAME_KNOCK_LEVEL "Knock: Current level"
|
||||||
#define GAUGE_NAME_KNOCK_RETARD "Knock: Retard"
|
#define GAUGE_NAME_KNOCK_RETARD "Knock: Retard"
|
||||||
#define GAUGE_NAME_LAMBDA "Lambda"
|
#define GAUGE_NAME_LAMBDA "Lambda"
|
||||||
|
@ -1181,6 +1182,7 @@
|
||||||
#define PROTOCOL_HPFP_NAME "hpfp"
|
#define PROTOCOL_HPFP_NAME "hpfp"
|
||||||
#define PROTOCOL_INJ1_SHORT_NAME "i1"
|
#define PROTOCOL_INJ1_SHORT_NAME "i1"
|
||||||
#define PROTOCOL_INJ1_STAGE2_SHORT_NAME "j1"
|
#define PROTOCOL_INJ1_STAGE2_SHORT_NAME "j1"
|
||||||
|
#define PROTOCOL_KNOCK_SPECTROGRAMM "knock_spectrogram"
|
||||||
#define PROTOCOL_MSG "msg"
|
#define PROTOCOL_MSG "msg"
|
||||||
#define PROTOCOL_OUTPIN "outpin"
|
#define PROTOCOL_OUTPIN "outpin"
|
||||||
#define PROTOCOL_SIGNATURE_PREFIX "rusEFI "
|
#define PROTOCOL_SIGNATURE_PREFIX "rusEFI "
|
||||||
|
@ -1233,7 +1235,7 @@
|
||||||
#define show_microRusEFI_presets false
|
#define show_microRusEFI_presets false
|
||||||
#define show_Proteus_presets false
|
#define show_Proteus_presets false
|
||||||
#define show_test_presets false
|
#define show_test_presets false
|
||||||
#define SIGNATURE_HASH 2466252793
|
#define SIGNATURE_HASH 2255806981
|
||||||
#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"
|
||||||
|
@ -1497,6 +1499,10 @@
|
||||||
#define TS_HELLO_COMMAND_char S
|
#define TS_HELLO_COMMAND_char S
|
||||||
#define TS_IO_TEST_COMMAND 'Z'
|
#define TS_IO_TEST_COMMAND 'Z'
|
||||||
#define TS_IO_TEST_COMMAND_char Z
|
#define TS_IO_TEST_COMMAND_char Z
|
||||||
|
#define TS_KNOCK_SPECTROGRAM_DISABLE 'n'
|
||||||
|
#define TS_KNOCK_SPECTROGRAM_DISABLE_char n
|
||||||
|
#define TS_KNOCK_SPECTROGRAM_ENABLE 'm'
|
||||||
|
#define TS_KNOCK_SPECTROGRAM_ENABLE_char m
|
||||||
#define TS_ONLINE_PROTOCOL 'z'
|
#define TS_ONLINE_PROTOCOL 'z'
|
||||||
#define TS_ONLINE_PROTOCOL_char z
|
#define TS_ONLINE_PROTOCOL_char z
|
||||||
#define TS_OUTPUT_COMMAND 'O'
|
#define TS_OUTPUT_COMMAND 'O'
|
||||||
|
@ -1612,14 +1618,14 @@
|
||||||
#define ts_show_vr_threshold_all false
|
#define ts_show_vr_threshold_all false
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define ts_show_vvt_output true
|
#define ts_show_vvt_output true
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.04.28.mega.2466252793"
|
#define TS_SIGNATURE "rusEFI default.2024.04.29.mega.2255806981"
|
||||||
#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 1740
|
#define TS_TOTAL_OUTPUT_SIZE 1744
|
||||||
#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
|
||||||
|
|
|
@ -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 2466252793
|
#define SIGNATURE_HASH 2255806981
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.04.28.mega.2466252793"
|
#define TS_SIGNATURE "rusEFI default.2024.04.29.mega.2255806981"
|
||||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI default.2024.04.28.mega.2466252793"
|
signature = "rusEFI default.2024.04.29.mega.2255806981"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI default.2024.04.28.mega.2466252793" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI default.2024.04.29.mega.2255806981" ; signature is expected to be 7 or more characters.
|
||||||
|
|
||||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||||
useLegacyFTempUnits = false
|
useLegacyFTempUnits = false
|
||||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Apr 28 13:56:07 UTC 2024
|
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 29 16:41:22 UTC 2024
|
||||||
|
|
||||||
pageSize = 22656
|
pageSize = 22656
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -769,6 +769,7 @@ devBit6 = bits, U32, 1496, [26:26], "false", "true"
|
||||||
devBit7 = bits, U32, 1496, [27:27], "false", "true"
|
devBit7 = bits, U32, 1496, [27:27], "false", "true"
|
||||||
skipADC12bitAssert = bits, U32, 1496, [28:28], "false", "true"
|
skipADC12bitAssert = bits, U32, 1496, [28:28], "false", "true"
|
||||||
invertExhaustCamVVTSignal = bits, U32, 1496, [29:29], "Rising", "Falling"
|
invertExhaustCamVVTSignal = bits, U32, 1496, [29:29], "Rising", "Falling"
|
||||||
|
enableKnockSpectrogram = bits, U32, 1496, [30:30], "false", "true"
|
||||||
afterCrankingIACtaperDuration = scalar, S16, 1500, "cycles", 1, 0, 0, 5000, 0
|
afterCrankingIACtaperDuration = scalar, S16, 1500, "cycles", 1, 0, 0, 5000, 0
|
||||||
iacByTpsTaper = scalar, S16, 1502, "percent", 1, 0, 0, 500, 0
|
iacByTpsTaper = scalar, S16, 1502, "percent", 1, 0, 0, 500, 0
|
||||||
auxSerialTxPin = bits, U16, 1504, [0:8], $gpio_list
|
auxSerialTxPin = bits, U16, 1504, [0:8], $gpio_list
|
||||||
|
@ -2541,7 +2542,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
|
||||||
ochGetCommand = "O%2o%2c"
|
ochGetCommand = "O%2o%2c"
|
||||||
|
|
||||||
; see TS_OUTPUT_SIZE in console source code
|
; see TS_OUTPUT_SIZE in console source code
|
||||||
ochBlockSize = 1740
|
ochBlockSize = 1744
|
||||||
|
|
||||||
; 11.2.3 Full Optimized – High Speed
|
; 11.2.3 Full Optimized – High Speed
|
||||||
scatteredOchGetCommand = 9
|
scatteredOchGetCommand = 9
|
||||||
|
@ -3079,362 +3080,363 @@ m_knockRetard = scalar, F32, 940, "deg", 1,0
|
||||||
m_knockThreshold = scalar, F32, 944, "", 1, 0
|
m_knockThreshold = scalar, F32, 944, "", 1, 0
|
||||||
m_knockCount = scalar, U32, 948, "", 1, 0
|
m_knockCount = scalar, U32, 948, "", 1, 0
|
||||||
m_maximumRetard = scalar, F32, 952, "", 1, 0
|
m_maximumRetard = scalar, F32, 952, "", 1, 0
|
||||||
; total TS size = 956
|
m_knockFrequency = scalar, U32, 956, "Hz", 1, 0
|
||||||
tcuCurrentGear = scalar, S08, 956, "gear", 1, 0
|
; total TS size = 960
|
||||||
tcRatio = scalar, U16, 958, "value", 0.01, 0
|
tcuCurrentGear = scalar, S08, 960, "gear", 1, 0
|
||||||
lastShiftTime = scalar, F32, 960, "", 1, 0
|
tcRatio = scalar, U16, 962, "value", 0.01, 0
|
||||||
tcu_currentRange = scalar, U08, 964, "", 1, 0
|
lastShiftTime = scalar, F32, 964, "", 1, 0
|
||||||
pressureControlDuty = scalar, S08, 965, "%", 1,0
|
tcu_currentRange = scalar, U08, 968, "", 1, 0
|
||||||
torqueConverterDuty = scalar, S08, 966, "%", 1,0
|
pressureControlDuty = scalar, S08, 969, "%", 1,0
|
||||||
isShifting = bits, U32, 968, [0:0]
|
torqueConverterDuty = scalar, S08, 970, "%", 1,0
|
||||||
; total TS size = 972
|
isShifting = bits, U32, 972, [0:0]
|
||||||
throttleUseWotModel = bits, U32, 972, [0:0]
|
; total TS size = 976
|
||||||
throttleModelCrossoverAngle = scalar, S16, 976, "%", 0.01, 0
|
throttleUseWotModel = bits, U32, 976, [0:0]
|
||||||
throttleEstimatedFlow = scalar, F32, 980, "g/s", 1, 0
|
throttleModelCrossoverAngle = scalar, S16, 980, "%", 0.01, 0
|
||||||
; total TS size = 984
|
throttleEstimatedFlow = scalar, F32, 984, "g/s", 1, 0
|
||||||
m_requested_pump = scalar, F32, 984, "", 1, 0
|
; total TS size = 988
|
||||||
fuel_requested_percent = scalar, F32, 988, "", 1, 0
|
m_requested_pump = scalar, F32, 988, "", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 992, "", 1, 0
|
fuel_requested_percent = scalar, F32, 992, "", 1, 0
|
||||||
noValve = bits, U32, 996, [0:0]
|
fuel_requested_percent_pi = scalar, F32, 996, "", 1, 0
|
||||||
angleAboveMin = bits, U32, 996, [1:1]
|
noValve = bits, U32, 1000, [0:0]
|
||||||
isHpfpInactive = bits, U32, 996, [2:2]
|
angleAboveMin = bits, U32, 1000, [1:1]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1000, "", 1, 0
|
isHpfpInactive = bits, U32, 1000, [2:2]
|
||||||
nextLobe = scalar, F32, 1004, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1004, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1008, "v", 1, 0
|
nextLobe = scalar, F32, 1008, "", 1, 0
|
||||||
; total TS size = 1012
|
di_nextStart = scalar, F32, 1012, "v", 1, 0
|
||||||
m_deadtime = scalar, F32, 1012, "ms", 1, 0
|
; total TS size = 1016
|
||||||
pressureDelta = scalar, F32, 1016, "kPa", 1, 0
|
m_deadtime = scalar, F32, 1016, "ms", 1, 0
|
||||||
pressureRatio = scalar, F32, 1020, "", 1, 0
|
pressureDelta = scalar, F32, 1020, "kPa", 1, 0
|
||||||
; total TS size = 1024
|
pressureRatio = scalar, F32, 1024, "", 1, 0
|
||||||
retardThresholdRpm = scalar, S32, 1024, "", 1, 0
|
; total TS size = 1028
|
||||||
combinedConditions = bits, U32, 1028, [0:0]
|
retardThresholdRpm = scalar, S32, 1028, "", 1, 0
|
||||||
launchActivatePinState = bits, U32, 1028, [1:1]
|
combinedConditions = bits, U32, 1032, [0:0]
|
||||||
isLaunchPreCondition = bits, U32, 1028, [2:2]
|
launchActivatePinState = bits, U32, 1032, [1:1]
|
||||||
isLaunchCondition = bits, U32, 1028, [3:3]
|
isLaunchPreCondition = bits, U32, 1032, [2:2]
|
||||||
isSwitchActivated = bits, U32, 1028, [4:4]
|
isLaunchCondition = bits, U32, 1032, [3:3]
|
||||||
isClutchActivated = bits, U32, 1028, [5:5]
|
isSwitchActivated = bits, U32, 1032, [4:4]
|
||||||
isValidInputPin = bits, U32, 1028, [6:6]
|
isClutchActivated = bits, U32, 1032, [5:5]
|
||||||
activateSwitchCondition = bits, U32, 1028, [7:7]
|
isValidInputPin = bits, U32, 1032, [6:6]
|
||||||
rpmCondition = bits, U32, 1028, [8:8]
|
activateSwitchCondition = bits, U32, 1032, [7:7]
|
||||||
speedCondition = bits, U32, 1028, [9:9]
|
rpmCondition = bits, U32, 1032, [8:8]
|
||||||
tpsCondition = bits, U32, 1028, [10:10]
|
speedCondition = bits, U32, 1032, [9:9]
|
||||||
; total TS size = 1032
|
tpsCondition = bits, U32, 1032, [10:10]
|
||||||
isAntilagCondition = bits, U32, 1032, [0:0]
|
; total TS size = 1036
|
||||||
ALSMinRPMCondition = bits, U32, 1032, [1:1]
|
isAntilagCondition = bits, U32, 1036, [0:0]
|
||||||
ALSMaxRPMCondition = bits, U32, 1032, [2:2]
|
ALSMinRPMCondition = bits, U32, 1036, [1:1]
|
||||||
ALSMinCLTCondition = bits, U32, 1032, [3:3]
|
ALSMaxRPMCondition = bits, U32, 1036, [2:2]
|
||||||
ALSMaxCLTCondition = bits, U32, 1032, [4:4]
|
ALSMinCLTCondition = bits, U32, 1036, [3:3]
|
||||||
ALSMaxThrottleIntentCondition = bits, U32, 1032, [5:5]
|
ALSMaxCLTCondition = bits, U32, 1036, [4:4]
|
||||||
isALSSwitchActivated = bits, U32, 1032, [6:6]
|
ALSMaxThrottleIntentCondition = bits, U32, 1036, [5:5]
|
||||||
ALSActivatePinState = bits, U32, 1032, [7:7]
|
isALSSwitchActivated = bits, U32, 1036, [6:6]
|
||||||
ALSSwitchCondition = bits, U32, 1032, [8:8]
|
ALSActivatePinState = bits, U32, 1036, [7:7]
|
||||||
ALSTimerCondition = bits, U32, 1032, [9:9]
|
ALSSwitchCondition = bits, U32, 1036, [8:8]
|
||||||
fuelALSCorrection = scalar, F32, 1036, "", 1, 0
|
ALSTimerCondition = bits, U32, 1036, [9:9]
|
||||||
timingALSCorrection = scalar, S16, 1040, "deg", 0.01, 0
|
fuelALSCorrection = scalar, F32, 1040, "", 1, 0
|
||||||
timingALSSkip = scalar, S16, 1042, "deg", 0.01, 0
|
timingALSCorrection = scalar, S16, 1044, "deg", 0.01, 0
|
||||||
; total TS size = 1044
|
timingALSSkip = scalar, S16, 1046, "deg", 0.01, 0
|
||||||
isTpsInvalid = bits, U32, 1044, [0:0]
|
; total TS size = 1048
|
||||||
m_shouldResetPid = bits, U32, 1044, [1:1]
|
isTpsInvalid = bits, U32, 1048, [0:0]
|
||||||
isBelowClosedLoopThreshold = bits, U32, 1044, [2:2]
|
m_shouldResetPid = bits, U32, 1048, [1:1]
|
||||||
isNotClosedLoop = bits, U32, 1044, [3:3]
|
isBelowClosedLoopThreshold = bits, U32, 1048, [2:2]
|
||||||
isZeroRpm = bits, U32, 1044, [4:4]
|
isNotClosedLoop = bits, U32, 1048, [3:3]
|
||||||
hasInitBoost = bits, U32, 1044, [5:5]
|
isZeroRpm = bits, U32, 1048, [4:4]
|
||||||
rpmTooLow = bits, U32, 1044, [6:6]
|
hasInitBoost = bits, U32, 1048, [5:5]
|
||||||
tpsTooLow = bits, U32, 1044, [7:7]
|
rpmTooLow = bits, U32, 1048, [6:6]
|
||||||
mapTooLow = bits, U32, 1044, [8:8]
|
tpsTooLow = bits, U32, 1048, [7:7]
|
||||||
isPlantValid = bits, U32, 1044, [9:9]
|
mapTooLow = bits, U32, 1048, [8:8]
|
||||||
isBoostControlled = bits, U32, 1044, [10:10]
|
isPlantValid = bits, U32, 1048, [9:9]
|
||||||
luaTargetAdd = scalar, S16, 1048, "v", 0.5,0
|
isBoostControlled = bits, U32, 1048, [10:10]
|
||||||
boostOutput = scalar, S16, 1050, "percent", 0.01,0
|
luaTargetAdd = scalar, S16, 1052, "v", 0.5,0
|
||||||
luaTargetMult = scalar, F32, 1052, "v", 1,0
|
boostOutput = scalar, S16, 1054, "percent", 0.01,0
|
||||||
openLoopPart = scalar, F32, 1056, "v", 1,0
|
luaTargetMult = scalar, F32, 1056, "v", 1,0
|
||||||
luaOpenLoopAdd = scalar, F32, 1060, "v", 1,0
|
openLoopPart = scalar, F32, 1060, "v", 1,0
|
||||||
boostControllerClosedLoopPart = scalar, S08, 1064, "%", 0.5,0
|
luaOpenLoopAdd = scalar, F32, 1064, "v", 1,0
|
||||||
boostControlTarget = scalar, S16, 1066, "kPa", 0.03333333333333333,0
|
boostControllerClosedLoopPart = scalar, S08, 1068, "%", 0.5,0
|
||||||
; total TS size = 1068
|
boostControlTarget = scalar, S16, 1070, "kPa", 0.03333333333333333,0
|
||||||
acButtonState = scalar, S08, 1068, "", 1, 0
|
; total TS size = 1072
|
||||||
m_acEnabled = bits, U32, 1072, [0:0]
|
acButtonState = scalar, S08, 1072, "", 1, 0
|
||||||
engineTooSlow = bits, U32, 1072, [1:1]
|
m_acEnabled = bits, U32, 1076, [0:0]
|
||||||
engineTooFast = bits, U32, 1072, [2:2]
|
engineTooSlow = bits, U32, 1076, [1:1]
|
||||||
noClt = bits, U32, 1072, [3:3]
|
engineTooFast = bits, U32, 1076, [2:2]
|
||||||
engineTooHot = bits, U32, 1072, [4:4]
|
noClt = bits, U32, 1076, [3:3]
|
||||||
tpsTooHigh = bits, U32, 1072, [5:5]
|
engineTooHot = bits, U32, 1076, [4:4]
|
||||||
isDisabledByLua = bits, U32, 1072, [6:6]
|
tpsTooHigh = bits, U32, 1076, [5:5]
|
||||||
acCompressorState = bits, U32, 1072, [7:7]
|
isDisabledByLua = bits, U32, 1076, [6:6]
|
||||||
latest_usage_ac_control = scalar, S32, 1076, "", 1, 0
|
acCompressorState = bits, U32, 1076, [7:7]
|
||||||
acSwitchLastChangeTimeMs = scalar, S32, 1080, "", 1, 0
|
latest_usage_ac_control = scalar, S32, 1080, "", 1, 0
|
||||||
; total TS size = 1084
|
acSwitchLastChangeTimeMs = scalar, S32, 1084, "", 1, 0
|
||||||
cranking0 = bits, U32, 1084, [0:0]
|
; total TS size = 1088
|
||||||
notRunning0 = bits, U32, 1084, [1:1]
|
cranking0 = bits, U32, 1088, [0:0]
|
||||||
disabledWhileEngineStopped0 = bits, U32, 1084, [2:2]
|
notRunning0 = bits, U32, 1088, [1:1]
|
||||||
brokenClt0 = bits, U32, 1084, [3:3]
|
disabledWhileEngineStopped0 = bits, U32, 1088, [2:2]
|
||||||
enabledForAc0 = bits, U32, 1084, [4:4]
|
brokenClt0 = bits, U32, 1088, [3:3]
|
||||||
hot0 = bits, U32, 1084, [5:5]
|
enabledForAc0 = bits, U32, 1088, [4:4]
|
||||||
cold0 = bits, U32, 1084, [6:6]
|
hot0 = bits, U32, 1088, [5:5]
|
||||||
disabledBySpeed0 = bits, U32, 1084, [7:7]
|
cold0 = bits, U32, 1088, [6:6]
|
||||||
tempAlive0 = scalar, U08, 1088, "", 1, 0
|
disabledBySpeed0 = bits, U32, 1088, [7:7]
|
||||||
tempCode0 = scalar, U08, 1089, "", 1, 0
|
tempAlive0 = scalar, U08, 1092, "", 1, 0
|
||||||
; total TS size = 1092
|
tempCode0 = scalar, U08, 1093, "", 1, 0
|
||||||
cranking1 = bits, U32, 1092, [0:0]
|
; total TS size = 1096
|
||||||
notRunning1 = bits, U32, 1092, [1:1]
|
cranking1 = bits, U32, 1096, [0:0]
|
||||||
disabledWhileEngineStopped1 = bits, U32, 1092, [2:2]
|
notRunning1 = bits, U32, 1096, [1:1]
|
||||||
brokenClt1 = bits, U32, 1092, [3:3]
|
disabledWhileEngineStopped1 = bits, U32, 1096, [2:2]
|
||||||
enabledForAc1 = bits, U32, 1092, [4:4]
|
brokenClt1 = bits, U32, 1096, [3:3]
|
||||||
hot1 = bits, U32, 1092, [5:5]
|
enabledForAc1 = bits, U32, 1096, [4:4]
|
||||||
cold1 = bits, U32, 1092, [6:6]
|
hot1 = bits, U32, 1096, [5:5]
|
||||||
disabledBySpeed1 = bits, U32, 1092, [7:7]
|
cold1 = bits, U32, 1096, [6:6]
|
||||||
tempAlive1 = scalar, U08, 1096, "", 1, 0
|
disabledBySpeed1 = bits, U32, 1096, [7:7]
|
||||||
tempCode1 = scalar, U08, 1097, "", 1, 0
|
tempAlive1 = scalar, U08, 1100, "", 1, 0
|
||||||
; total TS size = 1100
|
tempCode1 = scalar, U08, 1101, "", 1, 0
|
||||||
isPrime = bits, U32, 1100, [0:0]
|
|
||||||
engineTurnedRecently = bits, U32, 1100, [1:1]
|
|
||||||
isFuelPumpOn = bits, U32, 1100, [2:2]
|
|
||||||
ignitionOn = bits, U32, 1100, [3:3]
|
|
||||||
; total TS size = 1104
|
; total TS size = 1104
|
||||||
isBenchTest = bits, U32, 1104, [0:0]
|
isPrime = bits, U32, 1104, [0:0]
|
||||||
hasIgnitionVoltage = bits, U32, 1104, [1:1]
|
engineTurnedRecently = bits, U32, 1104, [1:1]
|
||||||
mainRelayState = bits, U32, 1104, [2:2]
|
isFuelPumpOn = bits, U32, 1104, [2:2]
|
||||||
delayedShutoffRequested = bits, U32, 1104, [3:3]
|
ignitionOn = bits, U32, 1104, [3:3]
|
||||||
; total TS size = 1108
|
; total TS size = 1108
|
||||||
lua_fuelAdd = scalar, F32, 1108, "g", 1, 0
|
isBenchTest = bits, U32, 1108, [0:0]
|
||||||
lua_fuelMult = scalar, F32, 1112, "", 1, 0
|
hasIgnitionVoltage = bits, U32, 1108, [1:1]
|
||||||
lua_clutchUpState = bits, U32, 1116, [0:0]
|
mainRelayState = bits, U32, 1108, [2:2]
|
||||||
lua_brakePedalState = bits, U32, 1116, [1:1]
|
delayedShutoffRequested = bits, U32, 1108, [3:3]
|
||||||
lua_acRequestState = bits, U32, 1116, [2:2]
|
; total TS size = 1112
|
||||||
lua_luaDisableEtb = bits, U32, 1116, [3:3]
|
lua_fuelAdd = scalar, F32, 1112, "g", 1, 0
|
||||||
lua_luaIgnCut = bits, U32, 1116, [4:4]
|
lua_fuelMult = scalar, F32, 1116, "", 1, 0
|
||||||
sd_tCharge = scalar, S16, 1120, "deg C", 0.01, 0
|
lua_clutchUpState = bits, U32, 1120, [0:0]
|
||||||
sd_tChargeK = scalar, F32, 1124, "", 1, 0
|
lua_brakePedalState = bits, U32, 1120, [1:1]
|
||||||
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1128, "", 1, 0
|
lua_acRequestState = bits, U32, 1120, [2:2]
|
||||||
crankingFuel_tpsCoefficient = scalar, F32, 1132, "", 1, 0
|
lua_luaDisableEtb = bits, U32, 1120, [3:3]
|
||||||
crankingFuel_durationCoefficient = scalar, F32, 1136, "", 1, 0
|
lua_luaIgnCut = bits, U32, 1120, [4:4]
|
||||||
crankingFuel_fuel = scalar, U16, 1140, "mg", 0.01, 0
|
sd_tCharge = scalar, S16, 1124, "deg C", 0.01, 0
|
||||||
baroCorrection = scalar, F32, 1144, "", 1, 0
|
sd_tChargeK = scalar, F32, 1128, "", 1, 0
|
||||||
hellenBoardId = scalar, S16, 1148, "id", 1, 0
|
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1132, "", 1, 0
|
||||||
clutchUpState = scalar, S08, 1150, "", 1, 0
|
crankingFuel_tpsCoefficient = scalar, F32, 1136, "", 1, 0
|
||||||
clutchDownState = scalar, S08, 1151, "", 1, 0
|
crankingFuel_durationCoefficient = scalar, F32, 1140, "", 1, 0
|
||||||
brakePedalState = scalar, S08, 1152, "", 1, 0
|
crankingFuel_fuel = scalar, U16, 1144, "mg", 0.01, 0
|
||||||
startStopState = scalar, S08, 1153, "", 1, 0
|
baroCorrection = scalar, F32, 1148, "", 1, 0
|
||||||
smartChipState = scalar, S08, 1154, "", 1, 0
|
hellenBoardId = scalar, S16, 1152, "id", 1, 0
|
||||||
smartChipRestartCounter = scalar, S08, 1155, "", 1, 0
|
clutchUpState = scalar, S08, 1154, "", 1, 0
|
||||||
smartChipAliveCounter = scalar, S08, 1156, "", 1, 0
|
clutchDownState = scalar, S08, 1155, "", 1, 0
|
||||||
startStopPhysicalState = bits, U32, 1160, [0:0]
|
brakePedalState = scalar, S08, 1156, "", 1, 0
|
||||||
acrActive = bits, U32, 1160, [1:1]
|
startStopState = scalar, S08, 1157, "", 1, 0
|
||||||
acrEngineMovedRecently = bits, U32, 1160, [2:2]
|
smartChipState = scalar, S08, 1158, "", 1, 0
|
||||||
heaterControlEnabled = bits, U32, 1160, [3:3]
|
smartChipRestartCounter = scalar, S08, 1159, "", 1, 0
|
||||||
luaDigitalState0 = bits, U32, 1160, [4:4]
|
smartChipAliveCounter = scalar, S08, 1160, "", 1, 0
|
||||||
luaDigitalState1 = bits, U32, 1160, [5:5]
|
startStopPhysicalState = bits, U32, 1164, [0:0]
|
||||||
luaDigitalState2 = bits, U32, 1160, [6:6]
|
acrActive = bits, U32, 1164, [1:1]
|
||||||
luaDigitalState3 = bits, U32, 1160, [7:7]
|
acrEngineMovedRecently = bits, U32, 1164, [2:2]
|
||||||
startStopStateToggleCounter = scalar, U32, 1164, "", 1, 0
|
heaterControlEnabled = bits, U32, 1164, [3:3]
|
||||||
luaSoftSparkSkip = scalar, F32, 1168, "", 1, 0
|
luaDigitalState0 = bits, U32, 1164, [4:4]
|
||||||
luaHardSparkSkip = scalar, F32, 1172, "", 1, 0
|
luaDigitalState1 = bits, U32, 1164, [5:5]
|
||||||
tractionControlSparkSkip = scalar, F32, 1176, "", 1, 0
|
luaDigitalState2 = bits, U32, 1164, [6:6]
|
||||||
desiredRpmLimit = scalar, S16, 1180, "rpm", 1, 0
|
luaDigitalState3 = bits, U32, 1164, [7:7]
|
||||||
fuelInjectionCounter = scalar, U32, 1184, "", 1, 0
|
startStopStateToggleCounter = scalar, U32, 1168, "", 1, 0
|
||||||
globalSparkCounter = scalar, U32, 1188, "", 1, 0
|
luaSoftSparkSkip = scalar, F32, 1172, "", 1, 0
|
||||||
fuelingLoad = scalar, F32, 1192, "", 1, 0
|
luaHardSparkSkip = scalar, F32, 1176, "", 1, 0
|
||||||
ignitionLoad = scalar, F32, 1196, "", 1, 0
|
tractionControlSparkSkip = scalar, F32, 1180, "", 1, 0
|
||||||
veTableYAxis = scalar, U16, 1200, "%", 0.01, 0
|
desiredRpmLimit = scalar, S16, 1184, "rpm", 1, 0
|
||||||
overDwellCounter = scalar, U08, 1202, "", 1, 0
|
fuelInjectionCounter = scalar, U32, 1188, "", 1, 0
|
||||||
overDwellNotScheduledCounter = scalar, U08, 1203, "", 1, 0
|
globalSparkCounter = scalar, U32, 1192, "", 1, 0
|
||||||
sparkOutOfOrderCounter = scalar, U08, 1204, "", 1, 0
|
fuelingLoad = scalar, F32, 1196, "", 1, 0
|
||||||
; total TS size = 1208
|
ignitionLoad = scalar, F32, 1200, "", 1, 0
|
||||||
tpsFrom = scalar, F32, 1208
|
veTableYAxis = scalar, U16, 1204, "%", 0.01, 0
|
||||||
tpsTo = scalar, F32, 1212
|
overDwellCounter = scalar, U08, 1206, "", 1, 0
|
||||||
deltaTps = scalar, F32, 1216
|
overDwellNotScheduledCounter = scalar, U08, 1207, "", 1, 0
|
||||||
extraFuel = scalar, F32, 1220, "", 1, 0
|
sparkOutOfOrderCounter = scalar, U08, 1208, "", 1, 0
|
||||||
valueFromTable = scalar, F32, 1224, "", 1, 0
|
; total TS size = 1212
|
||||||
isAboveAccelThreshold = bits, U32, 1228, [0:0]
|
tpsFrom = scalar, F32, 1212
|
||||||
isBelowDecelThreshold = bits, U32, 1228, [1:1]
|
tpsTo = scalar, F32, 1216
|
||||||
isTimeToResetAccumulator = bits, U32, 1228, [2:2]
|
deltaTps = scalar, F32, 1220
|
||||||
isFractionalEnrichment = bits, U32, 1228, [3:3]
|
extraFuel = scalar, F32, 1224, "", 1, 0
|
||||||
belowEpsilon = bits, U32, 1228, [4:4]
|
valueFromTable = scalar, F32, 1228, "", 1, 0
|
||||||
tooShort = bits, U32, 1228, [5:5]
|
isAboveAccelThreshold = bits, U32, 1232, [0:0]
|
||||||
fractionalInjFuel = scalar, F32, 1232, "", 1, 0
|
isBelowDecelThreshold = bits, U32, 1232, [1:1]
|
||||||
accumulatedValue = scalar, F32, 1236, "", 1, 0
|
isTimeToResetAccumulator = bits, U32, 1232, [2:2]
|
||||||
maxExtraPerCycle = scalar, F32, 1240, "", 1, 0
|
isFractionalEnrichment = bits, U32, 1232, [3:3]
|
||||||
maxExtraPerPeriod = scalar, F32, 1244, "", 1, 0
|
belowEpsilon = bits, U32, 1232, [4:4]
|
||||||
maxInjectedPerPeriod = scalar, F32, 1248, "", 1, 0
|
tooShort = bits, U32, 1232, [5:5]
|
||||||
cycleCnt = scalar, S32, 1252, "", 1, 0
|
fractionalInjFuel = scalar, F32, 1236, "", 1, 0
|
||||||
; total TS size = 1256
|
accumulatedValue = scalar, F32, 1240, "", 1, 0
|
||||||
hwEventCounters1 = scalar, U32, 1256, "", 1, 0
|
maxExtraPerCycle = scalar, F32, 1244, "", 1, 0
|
||||||
hwEventCounters2 = scalar, U32, 1260, "", 1, 0
|
maxExtraPerPeriod = scalar, F32, 1248, "", 1, 0
|
||||||
hwEventCounters3 = scalar, U32, 1264, "", 1, 0
|
maxInjectedPerPeriod = scalar, F32, 1252, "", 1, 0
|
||||||
hwEventCounters4 = scalar, U32, 1268, "", 1, 0
|
cycleCnt = scalar, S32, 1256, "", 1, 0
|
||||||
hwEventCounters5 = scalar, U32, 1272, "", 1, 0
|
; total TS size = 1260
|
||||||
hwEventCounters6 = scalar, U32, 1276, "", 1, 0
|
hwEventCounters1 = scalar, U32, 1260, "", 1, 0
|
||||||
vvtCamCounter = scalar, U32, 1280, "", 1, 0
|
hwEventCounters2 = scalar, U32, 1264, "", 1, 0
|
||||||
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1284, "", 1, 0
|
hwEventCounters3 = scalar, U32, 1268, "", 1, 0
|
||||||
mapVvt_MAP_AT_DIFF = scalar, F32, 1288, "", 1, 0
|
hwEventCounters4 = scalar, U32, 1272, "", 1, 0
|
||||||
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1292, "", 1, 0
|
hwEventCounters5 = scalar, U32, 1276, "", 1, 0
|
||||||
mapVvt_map_peak = scalar, U08, 1293, "", 1, 0
|
hwEventCounters6 = scalar, U32, 1280, "", 1, 0
|
||||||
currentEngineDecodedPhase = scalar, F32, 1296, "deg", 1, 0
|
vvtCamCounter = scalar, U32, 1284, "", 1, 0
|
||||||
triggerToothAngleError = scalar, F32, 1300, "deg", 1, 0
|
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1288, "", 1, 0
|
||||||
triggerIgnoredToothCount = scalar, U08, 1304, "", 1, 0
|
mapVvt_MAP_AT_DIFF = scalar, F32, 1292, "", 1, 0
|
||||||
mapCamPrevToothAngle = scalar, F32, 1308, "deg", 1, 0
|
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1296, "", 1, 0
|
||||||
isDecodingMapCam = bits, U32, 1312, [0:0]
|
mapVvt_map_peak = scalar, U08, 1297, "", 1, 0
|
||||||
; total TS size = 1316
|
currentEngineDecodedPhase = scalar, F32, 1300, "deg", 1, 0
|
||||||
crankSynchronizationCounter0 = scalar, U32, 1316, "", 1, 0
|
triggerToothAngleError = scalar, F32, 1304, "deg", 1, 0
|
||||||
vvtSyncGapRatio0 = scalar, F32, 1320, "", 1, 0
|
triggerIgnoredToothCount = scalar, U08, 1308, "", 1, 0
|
||||||
vvtToothDurations00 = scalar, U32, 1324, "us", 1, 0
|
mapCamPrevToothAngle = scalar, F32, 1312, "deg", 1, 0
|
||||||
vvtCurrentPosition0 = scalar, F32, 1328, "sync: Primary Cam Position", 1, 0
|
isDecodingMapCam = bits, U32, 1316, [0:0]
|
||||||
vvtToothPosition10 = scalar, F32, 1332, "sync: Cam Tooth Position", 1, 0
|
; total TS size = 1320
|
||||||
vvtToothPosition20 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
|
crankSynchronizationCounter0 = scalar, U32, 1320, "", 1, 0
|
||||||
vvtToothPosition30 = scalar, F32, 1340, "sync: Cam Tooth Position", 1, 0
|
vvtSyncGapRatio0 = scalar, F32, 1324, "", 1, 0
|
||||||
vvtToothPosition40 = scalar, F32, 1344, "sync: Cam Tooth Position", 1, 0
|
vvtToothDurations00 = scalar, U32, 1328, "us", 1, 0
|
||||||
triggerSyncGapRatio0 = scalar, F32, 1348, "", 1, 0
|
vvtCurrentPosition0 = scalar, F32, 1332, "sync: Primary Cam Position", 1, 0
|
||||||
triggerStateIndex0 = scalar, U08, 1352, "", 1, 0
|
vvtToothPosition10 = scalar, F32, 1336, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtStateIndex0 = scalar, U08, 1353, "", 1, 0
|
vvtToothPosition20 = scalar, F32, 1340, "sync: Cam Tooth Position", 1, 0
|
||||||
; total TS size = 1356
|
vvtToothPosition30 = scalar, F32, 1344, "sync: Cam Tooth Position", 1, 0
|
||||||
crankSynchronizationCounter1 = scalar, U32, 1356, "", 1, 0
|
vvtToothPosition40 = scalar, F32, 1348, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtSyncGapRatio1 = scalar, F32, 1360, "", 1, 0
|
triggerSyncGapRatio0 = scalar, F32, 1352, "", 1, 0
|
||||||
vvtToothDurations01 = scalar, U32, 1364, "us", 1, 0
|
triggerStateIndex0 = scalar, U08, 1356, "", 1, 0
|
||||||
vvtCurrentPosition1 = scalar, F32, 1368, "sync: Primary Cam Position", 1, 0
|
vvtStateIndex0 = scalar, U08, 1357, "", 1, 0
|
||||||
vvtToothPosition11 = scalar, F32, 1372, "sync: Cam Tooth Position", 1, 0
|
; total TS size = 1360
|
||||||
vvtToothPosition21 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
|
crankSynchronizationCounter1 = scalar, U32, 1360, "", 1, 0
|
||||||
vvtToothPosition31 = scalar, F32, 1380, "sync: Cam Tooth Position", 1, 0
|
vvtSyncGapRatio1 = scalar, F32, 1364, "", 1, 0
|
||||||
vvtToothPosition41 = scalar, F32, 1384, "sync: Cam Tooth Position", 1, 0
|
vvtToothDurations01 = scalar, U32, 1368, "us", 1, 0
|
||||||
triggerSyncGapRatio1 = scalar, F32, 1388, "", 1, 0
|
vvtCurrentPosition1 = scalar, F32, 1372, "sync: Primary Cam Position", 1, 0
|
||||||
triggerStateIndex1 = scalar, U08, 1392, "", 1, 0
|
vvtToothPosition11 = scalar, F32, 1376, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtStateIndex1 = scalar, U08, 1393, "", 1, 0
|
vvtToothPosition21 = scalar, F32, 1380, "sync: Cam Tooth Position", 1, 0
|
||||||
; total TS size = 1396
|
vvtToothPosition31 = scalar, F32, 1384, "sync: Cam Tooth Position", 1, 0
|
||||||
crankSynchronizationCounter2 = scalar, U32, 1396, "", 1, 0
|
vvtToothPosition41 = scalar, F32, 1388, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtSyncGapRatio2 = scalar, F32, 1400, "", 1, 0
|
triggerSyncGapRatio1 = scalar, F32, 1392, "", 1, 0
|
||||||
vvtToothDurations02 = scalar, U32, 1404, "us", 1, 0
|
triggerStateIndex1 = scalar, U08, 1396, "", 1, 0
|
||||||
vvtCurrentPosition2 = scalar, F32, 1408, "sync: Primary Cam Position", 1, 0
|
vvtStateIndex1 = scalar, U08, 1397, "", 1, 0
|
||||||
vvtToothPosition12 = scalar, F32, 1412, "sync: Cam Tooth Position", 1, 0
|
; total TS size = 1400
|
||||||
vvtToothPosition22 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
|
crankSynchronizationCounter2 = scalar, U32, 1400, "", 1, 0
|
||||||
vvtToothPosition32 = scalar, F32, 1420, "sync: Cam Tooth Position", 1, 0
|
vvtSyncGapRatio2 = scalar, F32, 1404, "", 1, 0
|
||||||
vvtToothPosition42 = scalar, F32, 1424, "sync: Cam Tooth Position", 1, 0
|
vvtToothDurations02 = scalar, U32, 1408, "us", 1, 0
|
||||||
triggerSyncGapRatio2 = scalar, F32, 1428, "", 1, 0
|
vvtCurrentPosition2 = scalar, F32, 1412, "sync: Primary Cam Position", 1, 0
|
||||||
triggerStateIndex2 = scalar, U08, 1432, "", 1, 0
|
vvtToothPosition12 = scalar, F32, 1416, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtStateIndex2 = scalar, U08, 1433, "", 1, 0
|
vvtToothPosition22 = scalar, F32, 1420, "sync: Cam Tooth Position", 1, 0
|
||||||
; total TS size = 1436
|
vvtToothPosition32 = scalar, F32, 1424, "sync: Cam Tooth Position", 1, 0
|
||||||
crankSynchronizationCounter3 = scalar, U32, 1436, "", 1, 0
|
vvtToothPosition42 = scalar, F32, 1428, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtSyncGapRatio3 = scalar, F32, 1440, "", 1, 0
|
triggerSyncGapRatio2 = scalar, F32, 1432, "", 1, 0
|
||||||
vvtToothDurations03 = scalar, U32, 1444, "us", 1, 0
|
triggerStateIndex2 = scalar, U08, 1436, "", 1, 0
|
||||||
vvtCurrentPosition3 = scalar, F32, 1448, "sync: Primary Cam Position", 1, 0
|
vvtStateIndex2 = scalar, U08, 1437, "", 1, 0
|
||||||
vvtToothPosition13 = scalar, F32, 1452, "sync: Cam Tooth Position", 1, 0
|
; total TS size = 1440
|
||||||
vvtToothPosition23 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
|
crankSynchronizationCounter3 = scalar, U32, 1440, "", 1, 0
|
||||||
vvtToothPosition33 = scalar, F32, 1460, "sync: Cam Tooth Position", 1, 0
|
vvtSyncGapRatio3 = scalar, F32, 1444, "", 1, 0
|
||||||
vvtToothPosition43 = scalar, F32, 1464, "sync: Cam Tooth Position", 1, 0
|
vvtToothDurations03 = scalar, U32, 1448, "us", 1, 0
|
||||||
triggerSyncGapRatio3 = scalar, F32, 1468, "", 1, 0
|
vvtCurrentPosition3 = scalar, F32, 1452, "sync: Primary Cam Position", 1, 0
|
||||||
triggerStateIndex3 = scalar, U08, 1472, "", 1, 0
|
vvtToothPosition13 = scalar, F32, 1456, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtStateIndex3 = scalar, U08, 1473, "", 1, 0
|
vvtToothPosition23 = scalar, F32, 1460, "sync: Cam Tooth Position", 1, 0
|
||||||
; total TS size = 1476
|
vvtToothPosition33 = scalar, F32, 1464, "sync: Cam Tooth Position", 1, 0
|
||||||
crankSynchronizationCounter4 = scalar, U32, 1476, "", 1, 0
|
vvtToothPosition43 = scalar, F32, 1468, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtSyncGapRatio4 = scalar, F32, 1480, "", 1, 0
|
triggerSyncGapRatio3 = scalar, F32, 1472, "", 1, 0
|
||||||
vvtToothDurations04 = scalar, U32, 1484, "us", 1, 0
|
triggerStateIndex3 = scalar, U08, 1476, "", 1, 0
|
||||||
vvtCurrentPosition4 = scalar, F32, 1488, "sync: Primary Cam Position", 1, 0
|
vvtStateIndex3 = scalar, U08, 1477, "", 1, 0
|
||||||
vvtToothPosition14 = scalar, F32, 1492, "sync: Cam Tooth Position", 1, 0
|
; total TS size = 1480
|
||||||
vvtToothPosition24 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
|
crankSynchronizationCounter4 = scalar, U32, 1480, "", 1, 0
|
||||||
vvtToothPosition34 = scalar, F32, 1500, "sync: Cam Tooth Position", 1, 0
|
vvtSyncGapRatio4 = scalar, F32, 1484, "", 1, 0
|
||||||
vvtToothPosition44 = scalar, F32, 1504, "sync: Cam Tooth Position", 1, 0
|
vvtToothDurations04 = scalar, U32, 1488, "us", 1, 0
|
||||||
triggerSyncGapRatio4 = scalar, F32, 1508, "", 1, 0
|
vvtCurrentPosition4 = scalar, F32, 1492, "sync: Primary Cam Position", 1, 0
|
||||||
triggerStateIndex4 = scalar, U08, 1512, "", 1, 0
|
vvtToothPosition14 = scalar, F32, 1496, "sync: Cam Tooth Position", 1, 0
|
||||||
vvtStateIndex4 = scalar, U08, 1513, "", 1, 0
|
vvtToothPosition24 = scalar, F32, 1500, "sync: Cam Tooth Position", 1, 0
|
||||||
; total TS size = 1516
|
vvtToothPosition34 = scalar, F32, 1504, "sync: Cam Tooth Position", 1, 0
|
||||||
camResyncCounter = scalar, U08, 1516, "", 1, 0
|
vvtToothPosition44 = scalar, F32, 1508, "sync: Cam Tooth Position", 1, 0
|
||||||
m_hasSynchronizedPhase = bits, U32, 1520, [0:0]
|
triggerSyncGapRatio4 = scalar, F32, 1512, "", 1, 0
|
||||||
; total TS size = 1524
|
triggerStateIndex4 = scalar, U08, 1516, "", 1, 0
|
||||||
wallFuelCorrection = scalar, F32, 1524, "", 1, 0
|
vvtStateIndex4 = scalar, U08, 1517, "", 1, 0
|
||||||
wallFuel = scalar, F32, 1528, "", 1, 0
|
; total TS size = 1520
|
||||||
; total TS size = 1532
|
camResyncCounter = scalar, U08, 1520, "", 1, 0
|
||||||
idleState = bits, S32, 1532, [0:2], "not important"
|
m_hasSynchronizedPhase = bits, U32, 1524, [0:0]
|
||||||
currentIdlePosition = scalar, F32, 1536
|
; total TS size = 1528
|
||||||
baseIdlePosition = scalar, F32, 1540
|
wallFuelCorrection = scalar, F32, 1528, "", 1, 0
|
||||||
idleClosedLoop = scalar, F32, 1544
|
wallFuel = scalar, F32, 1532, "", 1, 0
|
||||||
iacByTpsTaper = scalar, F32, 1548
|
; total TS size = 1536
|
||||||
throttlePedalUpState = scalar, S32, 1552, "", 1, 0
|
idleState = bits, S32, 1536, [0:2], "not important"
|
||||||
mightResetPid = bits, U32, 1556, [0:0]
|
currentIdlePosition = scalar, F32, 1540
|
||||||
shouldResetPid = bits, U32, 1556, [1:1]
|
baseIdlePosition = scalar, F32, 1544
|
||||||
wasResetPid = bits, U32, 1556, [2:2]
|
idleClosedLoop = scalar, F32, 1548
|
||||||
mustResetPid = bits, U32, 1556, [3:3]
|
iacByTpsTaper = scalar, F32, 1552
|
||||||
isCranking = bits, U32, 1556, [4:4]
|
throttlePedalUpState = scalar, S32, 1556, "", 1, 0
|
||||||
isIacTableForCoasting = bits, U32, 1556, [5:5]
|
mightResetPid = bits, U32, 1560, [0:0]
|
||||||
notIdling = bits, U32, 1556, [6:6]
|
shouldResetPid = bits, U32, 1560, [1:1]
|
||||||
needReset = bits, U32, 1556, [7:7]
|
wasResetPid = bits, U32, 1560, [2:2]
|
||||||
isInDeadZone = bits, U32, 1556, [8:8]
|
mustResetPid = bits, U32, 1560, [3:3]
|
||||||
isBlipping = bits, U32, 1556, [9:9]
|
isCranking = bits, U32, 1560, [4:4]
|
||||||
useClosedLoop = bits, U32, 1556, [10:10]
|
isIacTableForCoasting = bits, U32, 1560, [5:5]
|
||||||
badTps = bits, U32, 1556, [11:11]
|
notIdling = bits, U32, 1560, [6:6]
|
||||||
looksLikeRunning = bits, U32, 1556, [12:12]
|
needReset = bits, U32, 1560, [7:7]
|
||||||
looksLikeCoasting = bits, U32, 1556, [13:13]
|
isInDeadZone = bits, U32, 1560, [8:8]
|
||||||
looksLikeCrankToIdle = bits, U32, 1556, [14:14]
|
isBlipping = bits, U32, 1560, [9:9]
|
||||||
isIdleCoasting = bits, U32, 1556, [15:15]
|
useClosedLoop = bits, U32, 1560, [10:10]
|
||||||
isIdleClosedLoop = bits, U32, 1556, [16:16]
|
badTps = bits, U32, 1560, [11:11]
|
||||||
idleTarget = scalar, S32, 1560, "", 1, 0
|
looksLikeRunning = bits, U32, 1560, [12:12]
|
||||||
targetRpmByClt = scalar, S32, 1564, "", 1, 0
|
looksLikeCoasting = bits, U32, 1560, [13:13]
|
||||||
targetRpmAc = scalar, S32, 1568, "", 1, 0
|
looksLikeCrankToIdle = bits, U32, 1560, [14:14]
|
||||||
iacByRpmTaper = scalar, F32, 1572
|
isIdleCoasting = bits, U32, 1560, [15:15]
|
||||||
luaAdd = scalar, F32, 1576
|
isIdleClosedLoop = bits, U32, 1560, [16:16]
|
||||||
; total TS size = 1580
|
idleTarget = scalar, S32, 1564, "", 1, 0
|
||||||
idlePosition0 = scalar, F32, 1580, "per", 1,0
|
targetRpmByClt = scalar, S32, 1568, "", 1, 0
|
||||||
trim0 = scalar, F32, 1584, "", 1, 0
|
targetRpmAc = scalar, S32, 1572, "", 1, 0
|
||||||
luaAdjustment0 = scalar, F32, 1588, "per", 1,0
|
iacByRpmTaper = scalar, F32, 1576
|
||||||
m_wastegatePosition0 = scalar, F32, 1592, "per", 1,0
|
luaAdd = scalar, F32, 1580
|
||||||
etbFeedForward0 = scalar, F32, 1596
|
; total TS size = 1584
|
||||||
etbIntegralError0 = scalar, F32, 1600, "", 1, 0
|
idlePosition0 = scalar, F32, 1584, "per", 1,0
|
||||||
etbCurrentTarget0 = scalar, F32, 1604, "%", 1, 0
|
trim0 = scalar, F32, 1588, "", 1, 0
|
||||||
etbCurrentAdjustedTarget0 = scalar, F32, 1608, "%", 1, 0
|
luaAdjustment0 = scalar, F32, 1592, "per", 1,0
|
||||||
etbRevLimitActive0 = bits, U32, 1612, [0:0]
|
m_wastegatePosition0 = scalar, F32, 1596, "per", 1,0
|
||||||
jamDetected0 = bits, U32, 1612, [1:1]
|
etbFeedForward0 = scalar, F32, 1600
|
||||||
etbDutyRateOfChange0 = scalar, F32, 1616, "per", 1,0
|
etbIntegralError0 = scalar, F32, 1604, "", 1, 0
|
||||||
etbDutyAverage0 = scalar, F32, 1620, "per", 1,0
|
etbCurrentTarget0 = scalar, F32, 1608, "%", 1, 0
|
||||||
etbTpsErrorCounter0 = scalar, U16, 1624, "count", 1,0
|
etbCurrentAdjustedTarget0 = scalar, F32, 1612, "%", 1, 0
|
||||||
etbPpsErrorCounter0 = scalar, U16, 1626, "count", 1,0
|
etbRevLimitActive0 = bits, U32, 1616, [0:0]
|
||||||
etbErrorCode0 = scalar, S08, 1628, "", 1, 0
|
jamDetected0 = bits, U32, 1616, [1:1]
|
||||||
tcEtbDrop0 = scalar, S08, 1629, "", 1, 0
|
etbDutyRateOfChange0 = scalar, F32, 1620, "per", 1,0
|
||||||
jamTimer0 = scalar, U16, 1630, "sec", 0.01, 0
|
etbDutyAverage0 = scalar, F32, 1624, "per", 1,0
|
||||||
; total TS size = 1632
|
etbTpsErrorCounter0 = scalar, U16, 1628, "count", 1,0
|
||||||
idlePosition1 = scalar, F32, 1632, "per", 1,0
|
etbPpsErrorCounter0 = scalar, U16, 1630, "count", 1,0
|
||||||
trim1 = scalar, F32, 1636, "", 1, 0
|
etbErrorCode0 = scalar, S08, 1632, "", 1, 0
|
||||||
luaAdjustment1 = scalar, F32, 1640, "per", 1,0
|
tcEtbDrop0 = scalar, S08, 1633, "", 1, 0
|
||||||
m_wastegatePosition1 = scalar, F32, 1644, "per", 1,0
|
jamTimer0 = scalar, U16, 1634, "sec", 0.01, 0
|
||||||
etbFeedForward1 = scalar, F32, 1648
|
; total TS size = 1636
|
||||||
etbIntegralError1 = scalar, F32, 1652, "", 1, 0
|
idlePosition1 = scalar, F32, 1636, "per", 1,0
|
||||||
etbCurrentTarget1 = scalar, F32, 1656, "%", 1, 0
|
trim1 = scalar, F32, 1640, "", 1, 0
|
||||||
etbCurrentAdjustedTarget1 = scalar, F32, 1660, "%", 1, 0
|
luaAdjustment1 = scalar, F32, 1644, "per", 1,0
|
||||||
etbRevLimitActive1 = bits, U32, 1664, [0:0]
|
m_wastegatePosition1 = scalar, F32, 1648, "per", 1,0
|
||||||
jamDetected1 = bits, U32, 1664, [1:1]
|
etbFeedForward1 = scalar, F32, 1652
|
||||||
etbDutyRateOfChange1 = scalar, F32, 1668, "per", 1,0
|
etbIntegralError1 = scalar, F32, 1656, "", 1, 0
|
||||||
etbDutyAverage1 = scalar, F32, 1672, "per", 1,0
|
etbCurrentTarget1 = scalar, F32, 1660, "%", 1, 0
|
||||||
etbTpsErrorCounter1 = scalar, U16, 1676, "count", 1,0
|
etbCurrentAdjustedTarget1 = scalar, F32, 1664, "%", 1, 0
|
||||||
etbPpsErrorCounter1 = scalar, U16, 1678, "count", 1,0
|
etbRevLimitActive1 = bits, U32, 1668, [0:0]
|
||||||
etbErrorCode1 = scalar, S08, 1680, "", 1, 0
|
jamDetected1 = bits, U32, 1668, [1:1]
|
||||||
tcEtbDrop1 = scalar, S08, 1681, "", 1, 0
|
etbDutyRateOfChange1 = scalar, F32, 1672, "per", 1,0
|
||||||
jamTimer1 = scalar, U16, 1682, "sec", 0.01, 0
|
etbDutyAverage1 = scalar, F32, 1676, "per", 1,0
|
||||||
; total TS size = 1684
|
etbTpsErrorCounter1 = scalar, U16, 1680, "count", 1,0
|
||||||
faultCode0 = scalar, U08, 1684, "", 1, 0
|
etbPpsErrorCounter1 = scalar, U16, 1682, "count", 1,0
|
||||||
heaterDuty0 = scalar, U08, 1685, "%", 1, 0
|
etbErrorCode1 = scalar, S08, 1684, "", 1, 0
|
||||||
pumpDuty0 = scalar, U08, 1686, "%", 1, 0
|
tcEtbDrop1 = scalar, S08, 1685, "", 1, 0
|
||||||
tempC0 = scalar, U16, 1688, "C", 1, 0
|
jamTimer1 = scalar, U16, 1686, "sec", 0.01, 0
|
||||||
nernstVoltage0 = scalar, U16, 1690, "V", 0.001, 0
|
; total TS size = 1688
|
||||||
esr0 = scalar, U16, 1692, "ohm", 1, 0
|
faultCode0 = scalar, U08, 1688, "", 1, 0
|
||||||
; total TS size = 1696
|
heaterDuty0 = scalar, U08, 1689, "%", 1, 0
|
||||||
faultCode1 = scalar, U08, 1696, "", 1, 0
|
pumpDuty0 = scalar, U08, 1690, "%", 1, 0
|
||||||
heaterDuty1 = scalar, U08, 1697, "%", 1, 0
|
tempC0 = scalar, U16, 1692, "C", 1, 0
|
||||||
pumpDuty1 = scalar, U08, 1698, "%", 1, 0
|
nernstVoltage0 = scalar, U16, 1694, "V", 0.001, 0
|
||||||
tempC1 = scalar, U16, 1700, "C", 1, 0
|
esr0 = scalar, U16, 1696, "ohm", 1, 0
|
||||||
nernstVoltage1 = scalar, U16, 1702, "V", 0.001, 0
|
; total TS size = 1700
|
||||||
esr1 = scalar, U16, 1704, "ohm", 1, 0
|
faultCode1 = scalar, U08, 1700, "", 1, 0
|
||||||
; total TS size = 1708
|
heaterDuty1 = scalar, U08, 1701, "%", 1, 0
|
||||||
dcOutput0 = scalar, F32, 1708, "per", 1,0
|
pumpDuty1 = scalar, U08, 1702, "%", 1, 0
|
||||||
isEnabled0_int = scalar, U08, 1712, "per", 1,0
|
tempC1 = scalar, U16, 1704, "C", 1, 0
|
||||||
isEnabled0 = bits, U32, 1716, [0:0]
|
nernstVoltage1 = scalar, U16, 1706, "V", 0.001, 0
|
||||||
; total TS size = 1720
|
esr1 = scalar, U16, 1708, "ohm", 1, 0
|
||||||
value0 = scalar, U16, 1720, "value", 1,0
|
; total TS size = 1712
|
||||||
value1 = scalar, U16, 1722, "value", 1,0
|
dcOutput0 = scalar, F32, 1712, "per", 1,0
|
||||||
errorRate = scalar, F32, 1724, "ratio", 1,0
|
isEnabled0_int = scalar, U08, 1716, "per", 1,0
|
||||||
; total TS size = 1728
|
isEnabled0 = bits, U32, 1720, [0:0]
|
||||||
vvtTarget = scalar, U16, 1728, "deg", 0.1, 0
|
; total TS size = 1724
|
||||||
vvtOutput = scalar, U08, 1730, "%", 0.5, 0
|
value0 = scalar, U16, 1724, "value", 1,0
|
||||||
|
value1 = scalar, U16, 1726, "value", 1,0
|
||||||
|
errorRate = scalar, F32, 1728, "ratio", 1,0
|
||||||
; total TS size = 1732
|
; total TS size = 1732
|
||||||
lambdaCurrentlyGood = bits, U32, 1732, [0:0]
|
vvtTarget = scalar, U16, 1732, "deg", 0.1, 0
|
||||||
lambdaMonitorCut = bits, U32, 1732, [1:1]
|
vvtOutput = scalar, U08, 1734, "%", 0.5, 0
|
||||||
lambdaTimeSinceGood = scalar, U16, 1736, "sec", 0.01, 0
|
; total TS size = 1736
|
||||||
; total TS size = 1740
|
lambdaCurrentlyGood = bits, U32, 1736, [0:0]
|
||||||
|
lambdaMonitorCut = bits, U32, 1736, [1:1]
|
||||||
|
lambdaTimeSinceGood = scalar, U16, 1740, "sec", 0.01, 0
|
||||||
|
; total TS size = 1744
|
||||||
|
|
||||||
|
|
||||||
time = { timeNow }
|
time = { timeNow }
|
||||||
|
@ -5506,6 +5508,7 @@ entry = m_knockRetard, "Knock: Retard", float, "%.3f"
|
||||||
entry = m_knockThreshold, "Knock: Threshold", float, "%.3f"
|
entry = m_knockThreshold, "Knock: Threshold", float, "%.3f"
|
||||||
entry = m_knockCount, "Knock: Count", int, "%d"
|
entry = m_knockCount, "Knock: Count", int, "%d"
|
||||||
entry = m_maximumRetard, "Knock: Max retard", float, "%.3f"
|
entry = m_maximumRetard, "Knock: Max retard", float, "%.3f"
|
||||||
|
entry = m_knockFrequency, "knock: frequency", int, "%d"
|
||||||
entry = tcuCurrentGear, "Current Gear", int, "%d"
|
entry = tcuCurrentGear, "Current Gear", int, "%d"
|
||||||
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
|
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
|
||||||
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
|
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
|
||||||
|
@ -6438,6 +6441,7 @@ dialog = knock_controllerDialog, "knock_controller"
|
||||||
graphLine = m_knockCount
|
graphLine = m_knockCount
|
||||||
liveGraph = knock_controller_5_Graph, "Graph", South
|
liveGraph = knock_controller_5_Graph, "Graph", South
|
||||||
graphLine = m_maximumRetard
|
graphLine = m_maximumRetard
|
||||||
|
graphLine = m_knockFrequency
|
||||||
|
|
||||||
indicatorPanel = tcu_controllerIndicatorPanel, 2
|
indicatorPanel = tcu_controllerIndicatorPanel, 2
|
||||||
indicator = {isShifting}, "isShifting No", "isShifting Yes"
|
indicator = {isShifting}, "isShifting No", "isShifting Yes"
|
||||||
|
|
Loading…
Reference in New Issue