diff --git a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h index f2c986aeea..e1a30ed784 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Aug 30 02:28:07 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Aug 30 06:01:26 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1243,11 +1243,9 @@ struct engine_configuration_s { */ scaled_channel knockRetardReapplyRate; /** - * Maximum amount of knock retard. - deg * offset 566 */ - uint8_t knockRetardMaximum; + uint8_t unused556; /** * Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response. * offset 567 @@ -4966,8 +4964,23 @@ struct persistent_config_s { * offset 21246 */ scaled_channel throttle2TrimRpmBins[6]; + /** + deg + * offset 21252 + */ + scaled_channel maxKnockRetardTable[6][6]; + /** + % + * offset 21288 + */ + uint8_t maxKnockRetardLoadBins[6]; + /** + RPM + * offset 21294 + */ + scaled_channel maxKnockRetardRpmBins[6]; }; -static_assert(sizeof(persistent_config_s) == 21252); +static_assert(sizeof(persistent_config_s) == 21300); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Aug 30 02:28:07 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Aug 30 06:01:26 UTC 2022 diff --git a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h index c240d69f87..894334ff66 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h @@ -1572,7 +1572,6 @@ #define knockDetectionWindowStart_offset 1396 #define knockNoiseRpmBins_offset 16 #define knockRetardAggression_offset 564 -#define knockRetardMaximum_offset 566 #define knockRetardReapplyRate_offset 565 #define knockSamplingDuration_offset 1860 #define l9779_cs_offset 572 @@ -1694,6 +1693,9 @@ #define maxAcTps_offset 14 #define maxCamPhaseResolveRpm_offset 3120 #define maxIdleVss_offset 398 +#define maxKnockRetardLoadBins_offset 21288 +#define maxKnockRetardRpmBins_offset 21294 +#define maxKnockRetardTable_offset 21252 #define mc33816_cs_offset 2072 #define mc33816_driven_offset 1952 #define mc33816_flag0_offset 1484 @@ -1776,7 +1778,7 @@ #define pedalToTpsRpmBins_offset 5536 #define pedalToTpsTable_offset 5464 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 -#define persistent_config_s_size 21252 +#define persistent_config_s_size 21300 #define pid_s_size 20 #define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0 #define PidAutoTune_AutoTunerState_CONVERGED 16 @@ -1935,7 +1937,7 @@ #define show_Frankenso_presets true #define show_test_presets true #define showHumanReadableWarning_offset 960 -#define SIGNATURE_HASH 3830525865 +#define SIGNATURE_HASH 3329553180 #define silentTriggerError_offset 1360 #define skippedWheelOnCam_offset 1360 #define slowAdcAlpha_offset 1600 @@ -2168,7 +2170,7 @@ #define torqueLoadBins_offset 3684 #define torqueRpmBins_offset 3672 #define torqueTable_offset 3636 -#define TOTAL_CONFIG_SIZE 21252 +#define TOTAL_CONFIG_SIZE 21300 #define totalGearsCount_offset 1584 #define tps1_1AdcChannel_offset 456 #define tps1_2AdcChannel_offset 686 @@ -2495,12 +2497,12 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI 2022.08.30.cypress.3830525865" +#define TS_SIGNATURE "rusEFI 2022.08.30.cypress.3329553180" #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 1236 +#define TS_TOTAL_OUTPUT_SIZE 1240 #define TsCalMode_EtbKd 5 #define TsCalMode_EtbKi 4 #define TsCalMode_EtbKp 3 @@ -2538,6 +2540,7 @@ #define unused120b18_offset 120 #define unused1740b2_offset 1628 #define unused4080_offset 3122 +#define unused556_offset 566 #define unused962_offset 1040 #define unused_1484_bit_27_offset 1372 #define unused_1484_bit_29_offset 1372 diff --git a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h index 12b4fe709f..41057be998 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 30 02:28:05 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 30 06:01:24 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1243,11 +1243,9 @@ struct engine_configuration_s { */ scaled_channel knockRetardReapplyRate; /** - * Maximum amount of knock retard. - deg * offset 566 */ - uint8_t knockRetardMaximum; + uint8_t unused556; /** * Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response. * offset 567 @@ -4966,8 +4964,23 @@ struct persistent_config_s { * offset 21246 */ scaled_channel throttle2TrimRpmBins[6]; + /** + deg + * offset 21252 + */ + scaled_channel maxKnockRetardTable[6][6]; + /** + % + * offset 21288 + */ + uint8_t maxKnockRetardLoadBins[6]; + /** + RPM + * offset 21294 + */ + scaled_channel maxKnockRetardRpmBins[6]; }; -static_assert(sizeof(persistent_config_s) == 21252); +static_assert(sizeof(persistent_config_s) == 21300); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 30 02:28:05 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 30 06:01:24 UTC 2022 diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h index 4f694b6c87..19910af2f8 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -1572,7 +1572,6 @@ #define knockDetectionWindowStart_offset 1396 #define knockNoiseRpmBins_offset 16 #define knockRetardAggression_offset 564 -#define knockRetardMaximum_offset 566 #define knockRetardReapplyRate_offset 565 #define knockSamplingDuration_offset 1860 #define l9779_cs_offset 572 @@ -1694,6 +1693,9 @@ #define maxAcTps_offset 14 #define maxCamPhaseResolveRpm_offset 3120 #define maxIdleVss_offset 398 +#define maxKnockRetardLoadBins_offset 21288 +#define maxKnockRetardRpmBins_offset 21294 +#define maxKnockRetardTable_offset 21252 #define mc33816_cs_offset 2072 #define mc33816_driven_offset 1952 #define mc33816_flag0_offset 1484 @@ -1776,7 +1778,7 @@ #define pedalToTpsRpmBins_offset 5536 #define pedalToTpsTable_offset 5464 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 -#define persistent_config_s_size 21252 +#define persistent_config_s_size 21300 #define pid_s_size 20 #define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0 #define PidAutoTune_AutoTunerState_CONVERGED 16 @@ -1935,7 +1937,7 @@ #define show_Frankenso_presets true #define show_test_presets true #define showHumanReadableWarning_offset 960 -#define SIGNATURE_HASH 2357628261 +#define SIGNATURE_HASH 2929938896 #define silentTriggerError_offset 1360 #define skippedWheelOnCam_offset 1360 #define slowAdcAlpha_offset 1600 @@ -2168,7 +2170,7 @@ #define torqueLoadBins_offset 3684 #define torqueRpmBins_offset 3672 #define torqueTable_offset 3636 -#define TOTAL_CONFIG_SIZE 21252 +#define TOTAL_CONFIG_SIZE 21300 #define totalGearsCount_offset 1584 #define tps1_1AdcChannel_offset 456 #define tps1_2AdcChannel_offset 686 @@ -2495,12 +2497,12 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI 2022.08.30.kin.2357628261" +#define TS_SIGNATURE "rusEFI 2022.08.30.kin.2929938896" #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 1236 +#define TS_TOTAL_OUTPUT_SIZE 1240 #define TsCalMode_EtbKd 5 #define TsCalMode_EtbKi 4 #define TsCalMode_EtbKp 3 @@ -2538,6 +2540,7 @@ #define unused120b18_offset 120 #define unused1740b2_offset 1628 #define unused4080_offset 3122 +#define unused556_offset 566 #define unused962_offset 1040 #define unused_1484_bit_27_offset 1372 #define unused_1484_bit_29_offset 1372 diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h index 4dd7c9ebf6..3d6cdc6681 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:09 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:27 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1243,11 +1243,9 @@ struct engine_configuration_s { */ scaled_channel knockRetardReapplyRate; /** - * Maximum amount of knock retard. - deg * offset 566 */ - uint8_t knockRetardMaximum; + uint8_t unused556; /** * Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response. * offset 567 @@ -4966,8 +4964,23 @@ struct persistent_config_s { * offset 21246 */ scaled_channel throttle2TrimRpmBins[6]; + /** + deg + * offset 21252 + */ + scaled_channel maxKnockRetardTable[6][6]; + /** + % + * offset 21288 + */ + uint8_t maxKnockRetardLoadBins[6]; + /** + RPM + * offset 21294 + */ + scaled_channel maxKnockRetardRpmBins[6]; }; -static_assert(sizeof(persistent_config_s) == 21252); +static_assert(sizeof(persistent_config_s) == 21300); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:09 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:27 UTC 2022 diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h index 01f2655b5b..f1cb1b4007 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h @@ -1536,7 +1536,6 @@ #define knockDetectionWindowStart_offset 1396 #define knockNoiseRpmBins_offset 16 #define knockRetardAggression_offset 564 -#define knockRetardMaximum_offset 566 #define knockRetardReapplyRate_offset 565 #define knockSamplingDuration_offset 1860 #define l9779_cs_offset 572 @@ -1658,6 +1657,9 @@ #define maxAcTps_offset 14 #define maxCamPhaseResolveRpm_offset 3120 #define maxIdleVss_offset 398 +#define maxKnockRetardLoadBins_offset 21288 +#define maxKnockRetardRpmBins_offset 21294 +#define maxKnockRetardTable_offset 21252 #define mc33816_cs_offset 2072 #define mc33816_driven_offset 1952 #define mc33816_flag0_offset 1484 @@ -1741,7 +1743,7 @@ #define pedalToTpsRpmBins_offset 5536 #define pedalToTpsTable_offset 5464 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 -#define persistent_config_s_size 21252 +#define persistent_config_s_size 21300 #define pid_s_size 20 #define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0 #define PidAutoTune_AutoTunerState_CONVERGED 16 @@ -1901,7 +1903,7 @@ #define show_Proteus_presets false #define show_test_presets false #define showHumanReadableWarning_offset 960 -#define SIGNATURE_HASH 2639263347 +#define SIGNATURE_HASH 3211406022 #define silentTriggerError_offset 1360 #define skippedWheelOnCam_offset 1360 #define slowAdcAlpha_offset 1600 @@ -2135,7 +2137,7 @@ #define torqueLoadBins_offset 3684 #define torqueRpmBins_offset 3672 #define torqueTable_offset 3636 -#define TOTAL_CONFIG_SIZE 21252 +#define TOTAL_CONFIG_SIZE 21300 #define totalGearsCount_offset 1584 #define tps1_1AdcChannel_offset 456 #define tps1_2AdcChannel_offset 686 @@ -2462,12 +2464,12 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI 2022.08.30.subaru_eg33_f7.2639263347" +#define TS_SIGNATURE "rusEFI 2022.08.30.subaru_eg33_f7.3211406022" #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 1236 +#define TS_TOTAL_OUTPUT_SIZE 1240 #define TsCalMode_EtbKd 5 #define TsCalMode_EtbKi 4 #define TsCalMode_EtbKp 3 @@ -2505,6 +2507,7 @@ #define unused120b18_offset 120 #define unused1740b2_offset 1628 #define unused4080_offset 3122 +#define unused556_offset 566 #define unused962_offset 1040 #define unused_1484_bit_27_offset 1372 #define unused_1484_bit_29_offset 1372 diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index 92be8ccae3..29790de2d3 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -271,6 +271,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" diff --git a/firmware/console/binary/generated/fancy_content.ini b/firmware/console/binary/generated/fancy_content.ini index 52c932fc0d..6481cb657c 100644 --- a/firmware/console/binary/generated/fancy_content.ini +++ b/firmware/console/binary/generated/fancy_content.ini @@ -4,6 +4,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index 1840ebf765..d0f2d8508c 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -523,226 +523,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -772,334 +740,367 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 diff --git a/firmware/console/binary/generated/sensors.java b/firmware/console/binary/generated/sensors.java index 60d31f7212..3cc78807cc 100644 --- a/firmware/console/binary/generated/sensors.java +++ b/firmware/console/binary/generated/sensors.java @@ -388,106 +388,107 @@ unusedAtTheEnd159("unusedAtTheEnd 159", SensorCategory.SENSOR_INPUTS, FieldType. m_knockRetard("Degrees retarded: larger number = more retard", SensorCategory.SENSOR_INPUTS, FieldType.INT, 756, 1.0, -1.0, -1.0, ""), m_knockThreshold("m_knockThreshold", SensorCategory.SENSOR_INPUTS, FieldType.INT, 760, 1.0, -1.0, -1.0, ""), m_knockCount("m_knockCount", SensorCategory.SENSOR_INPUTS, FieldType.INT, 764, 1.0, -1.0, -1.0, ""), -m_requested_pump("Computed requested pump duration in degrees (not including deadtime)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 768, 1.0, -1.0, -1.0, ""), -fuel_requested_percent("fuel_requested_percent", SensorCategory.SENSOR_INPUTS, FieldType.INT, 772, 1.0, -1.0, -1.0, ""), -fuel_requested_percent_pi("fuel_requested_percent_pi", SensorCategory.SENSOR_INPUTS, FieldType.INT, 776, 1.0, -1.0, -1.0, ""), -nextLobe("nextLobe", SensorCategory.SENSOR_INPUTS, FieldType.INT, 784, 1.0, -1.0, -1.0, ""), -di_nextStart("DI: next start", SensorCategory.SENSOR_INPUTS, FieldType.INT, 788, 1.0, 0.0, 100.0, "v"), -m_deadtime("m_deadtime", SensorCategory.SENSOR_INPUTS, FieldType.INT, 792, 1.0, -1.0, -1.0, ""), -pressureDelta("pressureDelta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 796, 1.0, -1.0, -1.0, ""), -pressureRatio("pressureRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 800, 1.0, -1.0, -1.0, ""), -retardThresholdRpm("retardThresholdRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT, 804, 1.0, -1.0, -1.0, ""), -luaTargetAdd("luaTargetAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 816, 1.0, -1.0, -1.0, ""), -luaTargetMult("luaTargetMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 820, 1.0, -1.0, -1.0, ""), -openLoopPart("openLoopPart", SensorCategory.SENSOR_INPUTS, FieldType.INT, 824, 1.0, -1.0, -1.0, ""), -boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 828, 0.5, -50.0, 50.0, "%"), -alignmentFill_at_17("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 829, 1.0, -20.0, 100.0, "units"), -boostControlTarget("Boost Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 830, 0.03333333333333333, 0.0, 0.0, "kPa"), -latest_usage_ac_control("AC latest activity", SensorCategory.SENSOR_INPUTS, FieldType.INT, 836, 1.0, -1.0, -1.0, ""), -acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 840, 1.0, -1.0, -1.0, ""), -lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 856, 1.0, -1.0, -1.0, ""), -sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 868, 1.0, -1.0, -1.0, ""), -targetAFR("targetAFR", SensorCategory.SENSOR_INPUTS, FieldType.INT, 892, 1.0, -1.0, -1.0, ""), -engineCycleDurationMs("engineCycleDurationMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 896, 1.0, -1.0, -1.0, ""), -minRpmKcurrentTPS("minRpmKcurrentTPS", SensorCategory.SENSOR_INPUTS, FieldType.INT, 900, 1.0, -1.0, -1.0, ""), -currentTpsAdc("currentTpsAdc", SensorCategory.SENSOR_INPUTS, FieldType.INT, 904, 1.0, -1.0, -1.0, ""), -tpsVoltageMCU("tpsVoltageMCU", SensorCategory.SENSOR_INPUTS, FieldType.INT, 908, 1.0, -1.0, -1.0, ""), -tpsVoltageBoard("tpsVoltageBoard", SensorCategory.SENSOR_INPUTS, FieldType.INT, 912, 1.0, -1.0, -1.0, ""), -currentBaroCorrectedVE("currentBaroCorrectedVE", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -1.0, -1.0, ""), -injectorFlowCorrection("injectorFlowCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 920, 1.0, -1.0, -1.0, ""), -baroCorrection("baroCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 924, 1.0, -1.0, -1.0, ""), -cranking("cranking", SensorCategory.SENSOR_INPUTS, FieldType.INT, 928, 1.0, -1.0, -1.0, ""), -running("running", SensorCategory.SENSOR_INPUTS, FieldType.INT, 948, 1.0, -1.0, -1.0, ""), -sparkDwell("ignition dwell duration in ms\nSee also dwellAngle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 976, 1.0, -1.0, -1.0, ""), -dwellAngle("ignition dwell duration as crankshaft angle\nNAN if engine is stopped\nSee also sparkDwell", SensorCategory.SENSOR_INPUTS, FieldType.INT, 980, 1.0, -1.0, -1.0, ""), -cltTimingCorrection("cltTimingCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 984, 0.01, -20.0, 20.0, "deg"), -timingIatCorrection("timingIatCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 986, 0.01, -20.0, 20.0, "deg"), -timingPidCorrection("timingPidCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 988, 0.01, -20.0, 20.0, "deg"), -hellenBoardId("Detected Board ID", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 990, 1.0, 0.0, 3000.0, "id"), -egt1("egt1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 996, 1.0, -1.0, -1.0, ""), -egt2("egt2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1000, 1.0, -1.0, -1.0, ""), -desiredRpmLimit("User-defined RPM hard limit", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1004, 1.0, 0.0, 30000.0, "rpm"), -alignmentFill_at_150("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1006, 1.0, -20.0, 100.0, "units"), -fuelInjectionCounter("fuelInjectionCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1008, 1.0, -1.0, -1.0, ""), -sparkCounter("sparkCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1012, 1.0, -1.0, -1.0, ""), -tpsFrom("tpsFrom", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1016, 1.0, -1.0, -1.0, ""), -tpsTo("tpsTo", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1020, 1.0, -1.0, -1.0, ""), -deltaTps("deltaTps", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1024, 1.0, -1.0, -1.0, ""), -extraFuel("extraFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1028, 1.0, -1.0, -1.0, ""), -valueFromTable("valueFromTable", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1032, 1.0, -1.0, -1.0, ""), -fractionalInjFuel("fractionalInjFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1040, 1.0, -1.0, -1.0, ""), -accumulatedValue("accumulatedValue", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1044, 1.0, -1.0, -1.0, ""), -maxExtraPerCycle("maxExtraPerCycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1048, 1.0, -1.0, -1.0, ""), -maxExtraPerPeriod("maxExtraPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1052, 1.0, -1.0, -1.0, ""), -maxInjectedPerPeriod("maxInjectedPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1056, 1.0, -1.0, -1.0, ""), -cycleCnt("cycleCnt", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1060, 1.0, -1.0, -1.0, ""), -hwEventCounters1("Hardware events since boot 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1064, 1.0, -1.0, -1.0, ""), -hwEventCounters2("Hardware events since boot 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1068, 1.0, -1.0, -1.0, ""), -hwEventCounters3("Hardware events since boot 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1072, 1.0, -1.0, -1.0, ""), -hwEventCounters4("Hardware events since boot 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1076, 1.0, -1.0, -1.0, ""), -hwEventCounters5("Hardware events since boot 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1080, 1.0, -1.0, -1.0, ""), -hwEventCounters6("Hardware events since boot 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1084, 1.0, -1.0, -1.0, ""), -vvtCamCounter("vvtCamCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1088, 1.0, -1.0, -1.0, ""), -mapVvt_MAP_AT_SPECIAL_POINT("mapVvt_MAP_AT_SPECIAL_POINT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1092, 1.0, -10000.0, 10000.0, ""), -mapVvt_MAP_AT_DIFF("mapVvt_MAP_AT_DIFF", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -10000.0, 10000.0, ""), -mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1100, 1.0, -10000.0, 10000.0, ""), -mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1101, 1.0, -10000.0, 10000.0, ""), -alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1102, 1.0, -20.0, 100.0, "units"), -totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1104, 1.0, -1.0, -1.0, ""), -vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1108, 1.0, -10000.0, 10000.0, ""), -vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -10000.0, 10000.0, ""), -triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -10000.0, 10000.0, ""), -triggerActualSyncGapRatio("trigger: unused field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, -1.0, -1.0, ""), -triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1124, 1.0, -1.0, -1.0, ""), -vvtCounter("vvtCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1125, 1.0, -1.0, -1.0, ""), -camResyncCounter("camResyncCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1126, 1.0, -1.0, -1.0, ""), -vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1127, 1.0, -1.0, -1.0, ""), -wallFuelCorrection("fuel injection time correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1132, 1.0, -1.0, -1.0, ""), -wallFuel("Amount of fuel on the wall, in ms of injector open time for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1136, 1.0, -1.0, -1.0, ""), -idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1140, 1.0, -1.0, -1.0, ""), -currentIdlePosition("idle: current position\nthat's current position with CLT and IAT corrections", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1144, 1.0, -1.0, -1.0, ""), -baseIdlePosition("idle: base value\ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1148, 1.0, -1.0, -1.0, ""), -iacByTpsTaper("idle: iacByTpsTaper portion of idle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -1.0, -1.0, ""), -throttlePedalUpState("true in IDLE throttle pedal state, false if driver is touching the pedal\ntodo: better name for this field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -1.0, -1.0, ""), -targetRpmByClt("idle: target by CLT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1164, 1.0, -1.0, -1.0, ""), -targetRpmAcBump("idle: A/C bump", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1168, 1.0, -1.0, -1.0, ""), -iacByRpmTaper("idle: iacByRpmTaper portion of idle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1172, 1.0, -1.0, -1.0, ""), -luaAdd("idle: Lua Adder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""), -baseDwell("baseDwell", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1180, 1.0, -1.0, -1.0, ""), -dwellVoltageCorrection("dwellVoltageCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -1.0, -1.0, ""), -luaTimingAdd("luaTimingAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1188, 1.0, -1.0, -1.0, ""), -luaTimingMult("luaTimingMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1192, 1.0, -1.0, -1.0, ""), -idlePosition("idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1196, 1.0, -1.0, -1.0, ""), -trim("trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1200, 1.0, -1.0, -1.0, ""), -luaAdjustment("luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204, 1.0, -1.0, -1.0, ""), -etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1208, 1.0, -1.0, -1.0, ""), -etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1212, 1.0, -10000.0, 10000.0, ""), -etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1216, 1.0, -10000.0, 10000.0, "%"), -faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1224, 1.0, -1.0, -1.0, ""), -heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1225, 1.0, 0.0, 100.0, "%"), -pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1226, 1.0, 0.0, 100.0, "%"), -alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1227, 1.0, -20.0, 100.0, "units"), -tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1228, 1.0, 500.0, 1000.0, "C"), -nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1230, 0.001, 0.0, 1.0, "V"), -esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1232, 1.0, -1.0, -1.0, ""), -alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1234, 1.0, -20.0, 100.0, "units"), +m_maximumRetard("m_maximumRetard", SensorCategory.SENSOR_INPUTS, FieldType.INT, 768, 1.0, -1.0, -1.0, ""), +m_requested_pump("Computed requested pump duration in degrees (not including deadtime)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 772, 1.0, -1.0, -1.0, ""), +fuel_requested_percent("fuel_requested_percent", SensorCategory.SENSOR_INPUTS, FieldType.INT, 776, 1.0, -1.0, -1.0, ""), +fuel_requested_percent_pi("fuel_requested_percent_pi", SensorCategory.SENSOR_INPUTS, FieldType.INT, 780, 1.0, -1.0, -1.0, ""), +nextLobe("nextLobe", SensorCategory.SENSOR_INPUTS, FieldType.INT, 788, 1.0, -1.0, -1.0, ""), +di_nextStart("DI: next start", SensorCategory.SENSOR_INPUTS, FieldType.INT, 792, 1.0, 0.0, 100.0, "v"), +m_deadtime("m_deadtime", SensorCategory.SENSOR_INPUTS, FieldType.INT, 796, 1.0, -1.0, -1.0, ""), +pressureDelta("pressureDelta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 800, 1.0, -1.0, -1.0, ""), +pressureRatio("pressureRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 804, 1.0, -1.0, -1.0, ""), +retardThresholdRpm("retardThresholdRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT, 808, 1.0, -1.0, -1.0, ""), +luaTargetAdd("luaTargetAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 820, 1.0, -1.0, -1.0, ""), +luaTargetMult("luaTargetMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 824, 1.0, -1.0, -1.0, ""), +openLoopPart("openLoopPart", SensorCategory.SENSOR_INPUTS, FieldType.INT, 828, 1.0, -1.0, -1.0, ""), +boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 832, 0.5, -50.0, 50.0, "%"), +alignmentFill_at_17("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 833, 1.0, -20.0, 100.0, "units"), +boostControlTarget("Boost Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 834, 0.03333333333333333, 0.0, 0.0, "kPa"), +latest_usage_ac_control("AC latest activity", SensorCategory.SENSOR_INPUTS, FieldType.INT, 840, 1.0, -1.0, -1.0, ""), +acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 844, 1.0, -1.0, -1.0, ""), +lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 860, 1.0, -1.0, -1.0, ""), +sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 872, 1.0, -1.0, -1.0, ""), +targetAFR("targetAFR", SensorCategory.SENSOR_INPUTS, FieldType.INT, 896, 1.0, -1.0, -1.0, ""), +engineCycleDurationMs("engineCycleDurationMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 900, 1.0, -1.0, -1.0, ""), +minRpmKcurrentTPS("minRpmKcurrentTPS", SensorCategory.SENSOR_INPUTS, FieldType.INT, 904, 1.0, -1.0, -1.0, ""), +currentTpsAdc("currentTpsAdc", SensorCategory.SENSOR_INPUTS, FieldType.INT, 908, 1.0, -1.0, -1.0, ""), +tpsVoltageMCU("tpsVoltageMCU", SensorCategory.SENSOR_INPUTS, FieldType.INT, 912, 1.0, -1.0, -1.0, ""), +tpsVoltageBoard("tpsVoltageBoard", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -1.0, -1.0, ""), +currentBaroCorrectedVE("currentBaroCorrectedVE", SensorCategory.SENSOR_INPUTS, FieldType.INT, 920, 1.0, -1.0, -1.0, ""), +injectorFlowCorrection("injectorFlowCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 924, 1.0, -1.0, -1.0, ""), +baroCorrection("baroCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 928, 1.0, -1.0, -1.0, ""), +cranking("cranking", SensorCategory.SENSOR_INPUTS, FieldType.INT, 932, 1.0, -1.0, -1.0, ""), +running("running", SensorCategory.SENSOR_INPUTS, FieldType.INT, 952, 1.0, -1.0, -1.0, ""), +sparkDwell("ignition dwell duration in ms\nSee also dwellAngle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 980, 1.0, -1.0, -1.0, ""), +dwellAngle("ignition dwell duration as crankshaft angle\nNAN if engine is stopped\nSee also sparkDwell", SensorCategory.SENSOR_INPUTS, FieldType.INT, 984, 1.0, -1.0, -1.0, ""), +cltTimingCorrection("cltTimingCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 988, 0.01, -20.0, 20.0, "deg"), +timingIatCorrection("timingIatCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 990, 0.01, -20.0, 20.0, "deg"), +timingPidCorrection("timingPidCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 992, 0.01, -20.0, 20.0, "deg"), +hellenBoardId("Detected Board ID", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 994, 1.0, 0.0, 3000.0, "id"), +egt1("egt1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1000, 1.0, -1.0, -1.0, ""), +egt2("egt2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1004, 1.0, -1.0, -1.0, ""), +desiredRpmLimit("User-defined RPM hard limit", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1008, 1.0, 0.0, 30000.0, "rpm"), +alignmentFill_at_150("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1010, 1.0, -20.0, 100.0, "units"), +fuelInjectionCounter("fuelInjectionCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1012, 1.0, -1.0, -1.0, ""), +sparkCounter("sparkCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1016, 1.0, -1.0, -1.0, ""), +tpsFrom("tpsFrom", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1020, 1.0, -1.0, -1.0, ""), +tpsTo("tpsTo", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1024, 1.0, -1.0, -1.0, ""), +deltaTps("deltaTps", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1028, 1.0, -1.0, -1.0, ""), +extraFuel("extraFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1032, 1.0, -1.0, -1.0, ""), +valueFromTable("valueFromTable", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1036, 1.0, -1.0, -1.0, ""), +fractionalInjFuel("fractionalInjFuel", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1044, 1.0, -1.0, -1.0, ""), +accumulatedValue("accumulatedValue", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1048, 1.0, -1.0, -1.0, ""), +maxExtraPerCycle("maxExtraPerCycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1052, 1.0, -1.0, -1.0, ""), +maxExtraPerPeriod("maxExtraPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1056, 1.0, -1.0, -1.0, ""), +maxInjectedPerPeriod("maxInjectedPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1060, 1.0, -1.0, -1.0, ""), +cycleCnt("cycleCnt", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1064, 1.0, -1.0, -1.0, ""), +hwEventCounters1("Hardware events since boot 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1068, 1.0, -1.0, -1.0, ""), +hwEventCounters2("Hardware events since boot 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1072, 1.0, -1.0, -1.0, ""), +hwEventCounters3("Hardware events since boot 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1076, 1.0, -1.0, -1.0, ""), +hwEventCounters4("Hardware events since boot 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1080, 1.0, -1.0, -1.0, ""), +hwEventCounters5("Hardware events since boot 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1084, 1.0, -1.0, -1.0, ""), +hwEventCounters6("Hardware events since boot 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1088, 1.0, -1.0, -1.0, ""), +vvtCamCounter("vvtCamCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1092, 1.0, -1.0, -1.0, ""), +mapVvt_MAP_AT_SPECIAL_POINT("mapVvt_MAP_AT_SPECIAL_POINT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -10000.0, 10000.0, ""), +mapVvt_MAP_AT_DIFF("mapVvt_MAP_AT_DIFF", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, -10000.0, 10000.0, ""), +mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1104, 1.0, -10000.0, 10000.0, ""), +mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1105, 1.0, -10000.0, 10000.0, ""), +alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1106, 1.0, -20.0, 100.0, "units"), +totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1108, 1.0, -1.0, -1.0, ""), +vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -10000.0, 10000.0, ""), +vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -10000.0, 10000.0, ""), +triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, -10000.0, 10000.0, ""), +triggerActualSyncGapRatio("trigger: unused field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1124, 1.0, -1.0, -1.0, ""), +triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1128, 1.0, -1.0, -1.0, ""), +vvtCounter("vvtCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1129, 1.0, -1.0, -1.0, ""), +camResyncCounter("camResyncCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1130, 1.0, -1.0, -1.0, ""), +vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1131, 1.0, -1.0, -1.0, ""), +wallFuelCorrection("fuel injection time correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1136, 1.0, -1.0, -1.0, ""), +wallFuel("Amount of fuel on the wall, in ms of injector open time for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1140, 1.0, -1.0, -1.0, ""), +idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1144, 1.0, -1.0, -1.0, ""), +currentIdlePosition("idle: current position\nthat's current position with CLT and IAT corrections", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1148, 1.0, -1.0, -1.0, ""), +baseIdlePosition("idle: base value\ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -1.0, -1.0, ""), +iacByTpsTaper("idle: iacByTpsTaper portion of idle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -1.0, -1.0, ""), +throttlePedalUpState("true in IDLE throttle pedal state, false if driver is touching the pedal\ntodo: better name for this field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -1.0, -1.0, ""), +targetRpmByClt("idle: target by CLT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1168, 1.0, -1.0, -1.0, ""), +targetRpmAcBump("idle: A/C bump", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1172, 1.0, -1.0, -1.0, ""), +iacByRpmTaper("idle: iacByRpmTaper portion of idle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""), +luaAdd("idle: Lua Adder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1180, 1.0, -1.0, -1.0, ""), +baseDwell("baseDwell", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -1.0, -1.0, ""), +dwellVoltageCorrection("dwellVoltageCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1188, 1.0, -1.0, -1.0, ""), +luaTimingAdd("luaTimingAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1192, 1.0, -1.0, -1.0, ""), +luaTimingMult("luaTimingMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1196, 1.0, -1.0, -1.0, ""), +idlePosition("idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1200, 1.0, -1.0, -1.0, ""), +trim("trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204, 1.0, -1.0, -1.0, ""), +luaAdjustment("luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1208, 1.0, -1.0, -1.0, ""), +etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1212, 1.0, -1.0, -1.0, ""), +etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1216, 1.0, -10000.0, 10000.0, ""), +etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1220, 1.0, -10000.0, 10000.0, "%"), +faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1228, 1.0, -1.0, -1.0, ""), +heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1229, 1.0, 0.0, 100.0, "%"), +pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1230, 1.0, 0.0, 100.0, "%"), +alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1231, 1.0, -20.0, 100.0, "units"), +tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1232, 1.0, 500.0, 1000.0, "C"), +nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1234, 0.001, 0.0, 1.0, "V"), +esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1236, 1.0, -1.0, -1.0, ""), +alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1238, 1.0, -20.0, 100.0, "units"), diff --git a/firmware/console/binary/generated/total_live_data_generated.h b/firmware/console/binary/generated/total_live_data_generated.h index ca48a4eb52..cb208d8930 100644 --- a/firmware/console/binary/generated/total_live_data_generated.h +++ b/firmware/console/binary/generated/total_live_data_generated.h @@ -1,2 +1,2 @@ // generated by gen_live_documentation.sh / UsagesReader.java -#define TS_TOTAL_OUTPUT_SIZE 1236 \ No newline at end of file +#define TS_TOTAL_OUTPUT_SIZE 1240 \ No newline at end of file diff --git a/firmware/controllers/engine_cycle/knock_controller_generated.h b/firmware/controllers/engine_cycle/knock_controller_generated.h index 27f71c7e91..7310a2161d 100644 --- a/firmware/controllers/engine_cycle/knock_controller_generated.h +++ b/firmware/controllers/engine_cycle/knock_controller_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle\knock_controller.txt Fri Apr 29 15:13:26 EDT 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt Tue Aug 30 06:01:23 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -18,8 +18,12 @@ struct knock_controller_s { * offset 8 */ uint32_t m_knockCount = (uint32_t)0; + /** + * offset 12 + */ + float m_maximumRetard = (float)0; }; -static_assert(sizeof(knock_controller_s) == 12); +static_assert(sizeof(knock_controller_s) == 16); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle\knock_controller.txt Fri Apr 29 15:13:26 EDT 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt Tue Aug 30 06:01:23 UTC 2022 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures.h b/firmware/controllers/generated/engine_configuration_generated_structures.h index ccfc2302f8..48d4d24917 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:12 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:17 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1243,11 +1243,9 @@ struct engine_configuration_s { */ scaled_channel knockRetardReapplyRate; /** - * Maximum amount of knock retard. - deg * offset 566 */ - uint8_t knockRetardMaximum; + uint8_t unused556; /** * Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response. * offset 567 @@ -4966,8 +4964,23 @@ struct persistent_config_s { * offset 21246 */ scaled_channel throttle2TrimRpmBins[6]; + /** + deg + * offset 21252 + */ + scaled_channel maxKnockRetardTable[6][6]; + /** + % + * offset 21288 + */ + uint8_t maxKnockRetardLoadBins[6]; + /** + RPM + * offset 21294 + */ + scaled_channel maxKnockRetardRpmBins[6]; }; -static_assert(sizeof(persistent_config_s) == 21252); +static_assert(sizeof(persistent_config_s) == 21300); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:12 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:17 UTC 2022 diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 2017d61013..02e0d26dc7 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -1572,7 +1572,6 @@ #define knockDetectionWindowStart_offset 1396 #define knockNoiseRpmBins_offset 16 #define knockRetardAggression_offset 564 -#define knockRetardMaximum_offset 566 #define knockRetardReapplyRate_offset 565 #define knockSamplingDuration_offset 1860 #define l9779_cs_offset 572 @@ -1694,6 +1693,9 @@ #define maxAcTps_offset 14 #define maxCamPhaseResolveRpm_offset 3120 #define maxIdleVss_offset 398 +#define maxKnockRetardLoadBins_offset 21288 +#define maxKnockRetardRpmBins_offset 21294 +#define maxKnockRetardTable_offset 21252 #define mc33816_cs_offset 2072 #define mc33816_driven_offset 1952 #define mc33816_flag0_offset 1484 @@ -1776,7 +1778,7 @@ #define pedalToTpsRpmBins_offset 5536 #define pedalToTpsTable_offset 5464 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 -#define persistent_config_s_size 21252 +#define persistent_config_s_size 21300 #define pid_s_size 20 #define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0 #define PidAutoTune_AutoTunerState_CONVERGED 16 @@ -1935,7 +1937,7 @@ #define show_Frankenso_presets true #define show_test_presets true #define showHumanReadableWarning_offset 960 -#define SIGNATURE_HASH 3830525865 +#define SIGNATURE_HASH 3329553180 #define silentTriggerError_offset 1360 #define skippedWheelOnCam_offset 1360 #define slowAdcAlpha_offset 1600 @@ -2168,7 +2170,7 @@ #define torqueLoadBins_offset 3684 #define torqueRpmBins_offset 3672 #define torqueTable_offset 3636 -#define TOTAL_CONFIG_SIZE 21252 +#define TOTAL_CONFIG_SIZE 21300 #define totalGearsCount_offset 1584 #define tps1_1AdcChannel_offset 456 #define tps1_2AdcChannel_offset 686 @@ -2495,12 +2497,12 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI 2022.08.30.all.3830525865" +#define TS_SIGNATURE "rusEFI 2022.08.30.all.3329553180" #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 1236 +#define TS_TOTAL_OUTPUT_SIZE 1240 #define TsCalMode_EtbKd 5 #define TsCalMode_EtbKi 4 #define TsCalMode_EtbKp 3 @@ -2538,6 +2540,7 @@ #define unused120b18_offset 120 #define unused1740b2_offset 1628 #define unused4080_offset 3122 +#define unused556_offset 566 #define unused962_offset 1040 #define unused_1484_bit_27_offset 1372 #define unused_1484_bit_29_offset 1372 diff --git a/firmware/controllers/generated/signature_48way.h b/firmware/controllers/generated/signature_48way.h index 657fbdc756..6f0cf5424b 100644 --- a/firmware/controllers/generated/signature_48way.h +++ b/firmware/controllers/generated/signature_48way.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 4084606950 -#define TS_SIGNATURE "rusEFI 2022.08.30.48way.4084606950" +#define SIGNATURE_HASH 3511941971 +#define TS_SIGNATURE "rusEFI 2022.08.30.48way.3511941971" diff --git a/firmware/controllers/generated/signature_all.h b/firmware/controllers/generated/signature_all.h index 5e06f80c31..0eeacd1a4a 100644 --- a/firmware/controllers/generated/signature_all.h +++ b/firmware/controllers/generated/signature_all.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3830525865 -#define TS_SIGNATURE "rusEFI 2022.08.30.all.3830525865" +#define SIGNATURE_HASH 3329553180 +#define TS_SIGNATURE "rusEFI 2022.08.30.all.3329553180" diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index 740576285b..6a8a7c3ee4 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3594760901 -#define TS_SIGNATURE "rusEFI 2022.08.30.alphax-2chan.3594760901" +#define SIGNATURE_HASH 4100353648 +#define TS_SIGNATURE "rusEFI 2022.08.30.alphax-2chan.4100353648" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index 80534087b4..245c15e38c 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1867377702 -#define TS_SIGNATURE "rusEFI 2022.08.30.alphax-4chan.1867377702" +#define SIGNATURE_HASH 1298673811 +#define TS_SIGNATURE "rusEFI 2022.08.30.alphax-4chan.1298673811" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 3ed61aaf3a..a289e96b5c 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 4170963598 -#define TS_SIGNATURE "rusEFI 2022.08.30.atlas.4170963598" +#define SIGNATURE_HASH 3669886523 +#define TS_SIGNATURE "rusEFI 2022.08.30.atlas.3669886523" diff --git a/firmware/controllers/generated/signature_core8.h b/firmware/controllers/generated/signature_core8.h index 4d78e2fd45..33e4a7f484 100644 --- a/firmware/controllers/generated/signature_core8.h +++ b/firmware/controllers/generated/signature_core8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 314408528 -#define TS_SIGNATURE "rusEFI 2022.08.30.core8.314408528" +#define SIGNATURE_HASH 815309541 +#define TS_SIGNATURE "rusEFI 2022.08.30.core8.815309541" diff --git a/firmware/controllers/generated/signature_cypress.h b/firmware/controllers/generated/signature_cypress.h index 0710f8be30..2032689461 100644 --- a/firmware/controllers/generated/signature_cypress.h +++ b/firmware/controllers/generated/signature_cypress.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null // -#define SIGNATURE_HASH 3830525865 -#define TS_SIGNATURE "rusEFI 2022.08.30.cypress.3830525865" +#define SIGNATURE_HASH 3329553180 +#define TS_SIGNATURE "rusEFI 2022.08.30.cypress.3329553180" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index 1d83551578..80b751c06d 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3830525865 -#define TS_SIGNATURE "rusEFI 2022.08.30.f407-discovery.3830525865" +#define SIGNATURE_HASH 3329553180 +#define TS_SIGNATURE "rusEFI 2022.08.30.f407-discovery.3329553180" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 7235caa697..3b2071559a 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3830525865 -#define TS_SIGNATURE "rusEFI 2022.08.30.f429-discovery.3830525865" +#define SIGNATURE_HASH 3329553180 +#define TS_SIGNATURE "rusEFI 2022.08.30.f429-discovery.3329553180" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index a4644b489f..449e4b8c54 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 2789069677 -#define TS_SIGNATURE "rusEFI 2022.08.30.frankenso_na6.2789069677" +#define SIGNATURE_HASH 2216169432 +#define TS_SIGNATURE "rusEFI 2022.08.30.frankenso_na6.2216169432" diff --git a/firmware/controllers/generated/signature_harley81.h b/firmware/controllers/generated/signature_harley81.h index 96fab61cc1..805fa5bc08 100644 --- a/firmware/controllers/generated/signature_harley81.h +++ b/firmware/controllers/generated/signature_harley81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 346827398 -#define TS_SIGNATURE "rusEFI 2022.08.30.harley81.346827398" +#define SIGNATURE_HASH 915011123 +#define TS_SIGNATURE "rusEFI 2022.08.30.harley81.915011123" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 916cd338b0..8dcd1bc4da 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1345759775 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen-gm-e67.1345759775" +#define SIGNATURE_HASH 1913878186 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen-gm-e67.1913878186" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index c01fd4d605..61a6a5c2e2 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1037704805 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen-nb1.1037704805" +#define SIGNATURE_HASH 536855248 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen-nb1.536855248" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index d7969dea96..c669db42d1 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1821349699 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen121nissan.1821349699" +#define SIGNATURE_HASH 1319783414 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen121nissan.1319783414" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 7722e96604..80c327f1f2 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 2490428627 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen121vag.2490428627" +#define SIGNATURE_HASH 3059036262 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen121vag.3059036262" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index f39c876caa..51393b4afa 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 447681175 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen128.447681175" +#define SIGNATURE_HASH 948620834 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen128.948620834" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 6750a019b2..aeed3ad870 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 2082364717 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen154hyundai.2082364717" +#define SIGNATURE_HASH 1580958104 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen154hyundai.1580958104" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 56fda05ea6..9ce0eb6adf 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 376309421 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen72.376309421" +#define SIGNATURE_HASH 877386264 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen72.877386264" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 83c91db37f..66c679173f 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3336894371 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen81.3336894371" +#define SIGNATURE_HASH 3837864726 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen81.3837864726" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 276cfdb826..4b0139cf1a 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 4054072421 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellen88bmw.4054072421" +#define SIGNATURE_HASH 3548504272 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellen88bmw.3548504272" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 94d0e05fa6..4592b2b545 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 564359467 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellenNA6.564359467" +#define SIGNATURE_HASH 59157918 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellenNA6.59157918" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 06b1cf0dc3..5927bd5d0d 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1146658369 -#define TS_SIGNATURE "rusEFI 2022.08.30.hellenNA8_96.1146658369" +#define SIGNATURE_HASH 1719485172 +#define TS_SIGNATURE "rusEFI 2022.08.30.hellenNA8_96.1719485172" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index 9b98d5aa68..0fd7fd357d 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null // -#define SIGNATURE_HASH 2357628261 -#define TS_SIGNATURE "rusEFI 2022.08.30.kin.2357628261" +#define SIGNATURE_HASH 2929938896 +#define TS_SIGNATURE "rusEFI 2022.08.30.kin.2929938896" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 8a573f036a..e08b3bced7 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 730309471 -#define TS_SIGNATURE "rusEFI 2022.08.30.mre_f4.730309471" +#define SIGNATURE_HASH 161644522 +#define TS_SIGNATURE "rusEFI 2022.08.30.mre_f4.161644522" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index df694eb679..699db91af9 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 730309471 -#define TS_SIGNATURE "rusEFI 2022.08.30.mre_f7.730309471" +#define SIGNATURE_HASH 161644522 +#define TS_SIGNATURE "rusEFI 2022.08.30.mre_f7.161644522" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 76a851449d..30ad55d123 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3032217167 -#define TS_SIGNATURE "rusEFI 2022.08.30.prometheus_405.3032217167" +#define SIGNATURE_HASH 2526948090 +#define TS_SIGNATURE "rusEFI 2022.08.30.prometheus_405.2526948090" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 1790a4ef9e..cf0c4db536 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3032217167 -#define TS_SIGNATURE "rusEFI 2022.08.30.prometheus_469.3032217167" +#define SIGNATURE_HASH 2526948090 +#define TS_SIGNATURE "rusEFI 2022.08.30.prometheus_469.2526948090" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 2e3cc5c1d2..de0ccb8b57 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1100802271 -#define TS_SIGNATURE "rusEFI 2022.08.30.proteus_f4.1100802271" +#define SIGNATURE_HASH 1673081962 +#define TS_SIGNATURE "rusEFI 2022.08.30.proteus_f4.1673081962" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index 109e134548..3ee99f42a6 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1100802271 -#define TS_SIGNATURE "rusEFI 2022.08.30.proteus_f7.1100802271" +#define SIGNATURE_HASH 1673081962 +#define TS_SIGNATURE "rusEFI 2022.08.30.proteus_f7.1673081962" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index 3f359677bc..a0e2e6a9b9 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1100802271 -#define TS_SIGNATURE "rusEFI 2022.08.30.proteus_h7.1100802271" +#define SIGNATURE_HASH 1673081962 +#define TS_SIGNATURE "rusEFI 2022.08.30.proteus_h7.1673081962" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 53a9cb9444..8f8eb33c32 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh null // -#define SIGNATURE_HASH 2639263347 -#define TS_SIGNATURE "rusEFI 2022.08.30.subaru_eg33_f7.2639263347" +#define SIGNATURE_HASH 3211406022 +#define TS_SIGNATURE "rusEFI 2022.08.30.subaru_eg33_f7.3211406022" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 301f1db19c..b90425840d 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 1314513405 -#define TS_SIGNATURE "rusEFI 2022.08.30.tdg-pdm8.1314513405" +#define SIGNATURE_HASH 1820081480 +#define TS_SIGNATURE "rusEFI 2022.08.30.tdg-pdm8.1820081480" diff --git a/firmware/controllers/lua/generated/value_lookup_generated.cpp b/firmware/controllers/lua/generated/value_lookup_generated.cpp index cd34265ffb..58e50e804d 100644 --- a/firmware/controllers/lua/generated/value_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/value_lookup_generated.cpp @@ -298,8 +298,6 @@ float getConfigValueByName(const char *name) { return engineConfiguration->knockRetardAggression; if (strEqualCaseInsensitive(name, "knockRetardReapplyRate")) return engineConfiguration->knockRetardReapplyRate; - if (strEqualCaseInsensitive(name, "knockRetardMaximum")) - return engineConfiguration->knockRetardMaximum; if (strEqualCaseInsensitive(name, "vssFilterReciprocal")) return engineConfiguration->vssFilterReciprocal; if (strEqualCaseInsensitive(name, "vssGearRatio")) @@ -1210,11 +1208,6 @@ void setConfigValueByName(const char *name, float value) { engineConfiguration->knockRetardReapplyRate = (int)value; return; } - if (strEqualCaseInsensitive(name, "knockRetardMaximum")) - { - engineConfiguration->knockRetardMaximum = (int)value; - return; - } if (strEqualCaseInsensitive(name, "vssFilterReciprocal")) { engineConfiguration->vssFilterReciprocal = (int)value; diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index a877f1b99c..4759998ca0 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.all.3830525865" + signature = "rusEFI 2022.08.30.all.3329553180" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.all.3830525865" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.all.3329553180" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:10 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:14 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_48way.ini b/firmware/tunerstudio/generated/rusefi_48way.ini index 3edaff23f5..f781638b4d 100644 --- a/firmware/tunerstudio/generated/rusefi_48way.ini +++ b/firmware/tunerstudio/generated/rusefi_48way.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.48way.4084606950" + signature = "rusEFI 2022.08.30.48way.3511941971" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.48way.4084606950" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.48way.3511941971" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:47 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:56 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5194,7 +5204,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5388,6 +5399,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 5ee7563ba5..04fa408000 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.alphax-2chan.3594760901" + signature = "rusEFI 2022.08.30.alphax-2chan.4100353648" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.alphax-2chan.3594760901" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.alphax-2chan.4100353648" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:11 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:29 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5385,6 +5395,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 9786f88a14..ee34d77342 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.alphax-4chan.1867377702" + signature = "rusEFI 2022.08.30.alphax-4chan.1298673811" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.alphax-4chan.1867377702" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.alphax-4chan.1298673811" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:13 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:30 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 1b8e4d405a..433709246e 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.atlas.4170963598" + signature = "rusEFI 2022.08.30.atlas.3669886523" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.atlas.4170963598" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.atlas.3669886523" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:06 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:11 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index e8421e7445..c9106cb8e4 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.core8.314408528" + signature = "rusEFI 2022.08.30.core8.815309541" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.core8.314408528" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.core8.815309541" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:45 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:55 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5194,7 +5204,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5388,6 +5399,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 1e7076e4d8..46aa5dc8e0 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.cypress.3830525865" + signature = "rusEFI 2022.08.30.cypress.3329553180" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.cypress.3830525865" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.cypress.3329553180" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Aug 30 02:28:07 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Aug 30 06:01:26 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index e04ffc67dc..de77b3b26d 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.f407-discovery.3830525865" + signature = "rusEFI 2022.08.30.f407-discovery.3329553180" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.f407-discovery.3830525865" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.f407-discovery.3329553180" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:02 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:08 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 8cceabbf99..ea9dd8795e 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.f429-discovery.3830525865" + signature = "rusEFI 2022.08.30.f429-discovery.3329553180" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.f429-discovery.3830525865" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.f429-discovery.3329553180" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:04 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:09 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 39ce918712..caece626ba 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.frankenso_na6.2789069677" + signature = "rusEFI 2022.08.30.frankenso_na6.2216169432" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.frankenso_na6.2789069677" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.frankenso_na6.2216169432" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:49 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:58 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index 44cd47ac64..c16b0e8aef 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.harley81.346827398" + signature = "rusEFI 2022.08.30.harley81.915011123" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.harley81.346827398" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.harley81.915011123" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:15 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:32 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 9a17f39b92..b7da892b8a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen-gm-e67.1345759775" + signature = "rusEFI 2022.08.30.hellen-gm-e67.1913878186" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen-gm-e67.1345759775" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen-gm-e67.1913878186" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:34 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:47 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 7a5290aea5..c8bccf7c70 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen-nb1.1037704805" + signature = "rusEFI 2022.08.30.hellen-nb1.536855248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen-nb1.1037704805" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen-nb1.536855248" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:32 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:45 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 439d02b1c5..6d9e83ee5c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen121nissan.1821349699" + signature = "rusEFI 2022.08.30.hellen121nissan.1319783414" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen121nissan.1821349699" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen121nissan.1319783414" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:21 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:37 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 00639d639a..899153536b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen121vag.2490428627" + signature = "rusEFI 2022.08.30.hellen121vag.3059036262" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen121vag.2490428627" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen121vag.3059036262" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:19 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:35 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index 86758e7dbe..70072ae4b7 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen128.447681175" + signature = "rusEFI 2022.08.30.hellen128.948620834" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen128.447681175" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen128.948620834" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:17 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:34 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 4d0375554c..c2d45998ce 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen154hyundai.2082364717" + signature = "rusEFI 2022.08.30.hellen154hyundai.1580958104" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen154hyundai.2082364717" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen154hyundai.1580958104" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:23 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:39 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 04ef58bb45..108c681bfd 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen72.376309421" + signature = "rusEFI 2022.08.30.hellen72.877386264" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen72.376309421" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen72.877386264" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:28 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:42 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 782245057a..23310299ed 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen81.3336894371" + signature = "rusEFI 2022.08.30.hellen81.3837864726" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen81.3336894371" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen81.3837864726" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:30 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:44 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5386,6 +5396,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 83224fd18f..9fd88aaf01 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellen88bmw.4054072421" + signature = "rusEFI 2022.08.30.hellen88bmw.3548504272" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellen88bmw.4054072421" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellen88bmw.3548504272" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:26 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:40 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 04b1ee0c22..3fe16afa98 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellenNA6.564359467" + signature = "rusEFI 2022.08.30.hellenNA6.59157918" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellenNA6.564359467" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellenNA6.59157918" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:36 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:49 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index eed85c62cb..666a13ffec 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.hellenNA8_96.1146658369" + signature = "rusEFI 2022.08.30.hellenNA8_96.1719485172" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.hellenNA8_96.1146658369" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.hellenNA8_96.1719485172" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:38 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:50 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5193,7 +5203,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5387,6 +5398,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index a5386309f2..a7dee88a72 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.kin.2357628261" + signature = "rusEFI 2022.08.30.kin.2929938896" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.kin.2357628261" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.kin.2929938896" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 30 02:28:05 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 30 06:01:24 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index fcd65d3bbd..7fe2c8d03b 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.mre_f4.730309471" + signature = "rusEFI 2022.08.30.mre_f4.161644522" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.mre_f4.730309471" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.mre_f4.161644522" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:42 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:53 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5194,7 +5204,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5388,6 +5399,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 59b07e1649..03daab5252 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.mre_f7.730309471" + signature = "rusEFI 2022.08.30.mre_f7.161644522" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.mre_f7.730309471" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.mre_f7.161644522" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:40 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:52 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5194,7 +5204,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5388,6 +5399,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 2628c75543..724a3a3282 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.prometheus_405.3032217167" + signature = "rusEFI 2022.08.30.prometheus_405.2526948090" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.prometheus_405.3032217167" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.prometheus_405.2526948090" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:53 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:01 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5385,6 +5395,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index d381cf5f9b..6ffda93814 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.prometheus_469.3032217167" + signature = "rusEFI 2022.08.30.prometheus_469.2526948090" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.prometheus_469.3032217167" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.prometheus_469.2526948090" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:51 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:59 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5385,6 +5395,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 3444712523..13fa1f448c 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.proteus_f4.1100802271" + signature = "rusEFI 2022.08.30.proteus_f4.1673081962" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.proteus_f4.1100802271" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.proteus_f4.1673081962" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:57 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:04 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5189,7 +5199,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5384,6 +5395,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 9dc8b6373c..b3294b839c 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.proteus_f7.1100802271" + signature = "rusEFI 2022.08.30.proteus_f7.1673081962" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.proteus_f7.1100802271" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.proteus_f7.1673081962" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:55 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:03 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5189,7 +5199,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5384,6 +5395,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 3e33ec3188..4eb7299b26 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.proteus_h7.1100802271" + signature = "rusEFI 2022.08.30.proteus_h7.1673081962" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.proteus_h7.1100802271" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.proteus_h7.1673081962" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:00 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:06 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5189,7 +5199,8 @@ menuDialog = main subMenu = rotaryDialog, "Rotary" subMenu = std_separator - subMenu = softwareKnock, "Software Knock" + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" subMenu = std_separator subMenu = smLaunchControl, "Launch Control" @@ -5384,6 +5395,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index d702723a01..9969442a55 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.subaru_eg33_f7.2639263347" + signature = "rusEFI 2022.08.30.subaru_eg33_f7.3211406022" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.subaru_eg33_f7.2639263347" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.subaru_eg33_f7.3211406022" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Aug 30 02:28:09 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Aug 30 06:01:27 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5387,6 +5397,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 423c87b0cf..e871c90618 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2022.08.30.tdg-pdm8.1314513405" + signature = "rusEFI 2022.08.30.tdg-pdm8.1820081480" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature = "rusEFI 2022.08.30.tdg-pdm8.1314513405" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2022.08.30.tdg-pdm8.1820081480" ; 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 @@ -86,9 +86,9 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:08 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:13 UTC 2022 -pageSize = 21252 +pageSize = 21300 page = 1 engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA" sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 @@ -244,7 +244,7 @@ idle_solenoidPinMode = bits, U08, 558, [0:1], "default", "default inverted", "op manIdlePosition = scalar, F32, 560, "%", 1, 0, 0, 100, 0 knockRetardAggression = scalar, U08, 564, "%", 0.1, 0, 0, 20, 1 knockRetardReapplyRate = scalar, U08, 565, "deg/s", 0.1, 0, 0, 10, 1 -knockRetardMaximum = scalar, U08, 566, "deg", 1, 0, 0, 30, 0 +unused556 = scalar, U08, 566, "", 1, 0, 0, 1, 0 vssFilterReciprocal = scalar, U08, 567, "", 1, 0, 2, 200, 0 vssGearRatio = scalar, U16, 568, "ratio", 0.001, 0, 0, 60, 3 vssToothCount = scalar, U08, 570, "count", 1, 0, 1, 100, 0 @@ -1368,7 +1368,10 @@ tcu_32Vals = array, U08, 21196, [8], "%", 1, 0, 0, 255, 0 throttle2TrimTable = array, S08, 21204, [6x6], "%", 0.1, 0, -10, 10, 1 throttle2TrimTpsBins = array, U08, 21240, [6], "%", 1, 0, 0, 120, 0 throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 -; total TS size = 21252 +maxKnockRetardTable = array, U08, 21252, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 21288, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 21294, [6], "RPM", 100.0, 0, 0, 25000, 0 +; total TS size = 21300 [SettingContextHelp] engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type" sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" @@ -1468,7 +1471,6 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 manIdlePosition = "Value between 0 and 100 used in Manual mode" knockRetardAggression = "Ignition timing to remove when a knock event occurs." knockRetardReapplyRate = "After a knock event, reapply timing at this rate." - knockRetardMaximum = "Maximum amount of knock retard." vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." @@ -2114,7 +2116,7 @@ throttle2TrimRpmBins = array, U08, 21246, [6], "RPM", 100.0, 0, 0, 25000, 0 ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = 1236 + ochBlockSize = 1240 ; ; see TunerStudioOutputChannels struct @@ -2645,226 +2647,194 @@ unusedAtTheEnd159 = scalar, U08, 755, "", 1, 0 m_knockRetard = scalar, F32, 756, "", 1, 0 m_knockThreshold = scalar, F32, 760, "", 1, 0 m_knockCount = scalar, U32, 764, "", 1, 0 -; total TS size = 768 -m_requested_pump = scalar, F32, 768, "", 1, 0 -fuel_requested_percent = scalar, F32, 772, "", 1, 0 -fuel_requested_percent_pi = scalar, F32, 776, "", 1, 0 -noValve = bits, U32, 780, [0:0] -angleAboveMin = bits, U32, 780, [1:1] -isHpfpInactive = bits, U32, 780, [2:2] -unusedBit_6_3 = bits, U32, 780, [3:3] -unusedBit_6_4 = bits, U32, 780, [4:4] -unusedBit_6_5 = bits, U32, 780, [5:5] -unusedBit_6_6 = bits, U32, 780, [6:6] -unusedBit_6_7 = bits, U32, 780, [7:7] -unusedBit_6_8 = bits, U32, 780, [8:8] -unusedBit_6_9 = bits, U32, 780, [9:9] -unusedBit_6_10 = bits, U32, 780, [10:10] -unusedBit_6_11 = bits, U32, 780, [11:11] -unusedBit_6_12 = bits, U32, 780, [12:12] -unusedBit_6_13 = bits, U32, 780, [13:13] -unusedBit_6_14 = bits, U32, 780, [14:14] -unusedBit_6_15 = bits, U32, 780, [15:15] -unusedBit_6_16 = bits, U32, 780, [16:16] -unusedBit_6_17 = bits, U32, 780, [17:17] -unusedBit_6_18 = bits, U32, 780, [18:18] -unusedBit_6_19 = bits, U32, 780, [19:19] -unusedBit_6_20 = bits, U32, 780, [20:20] -unusedBit_6_21 = bits, U32, 780, [21:21] -unusedBit_6_22 = bits, U32, 780, [22:22] -unusedBit_6_23 = bits, U32, 780, [23:23] -unusedBit_6_24 = bits, U32, 780, [24:24] -unusedBit_6_25 = bits, U32, 780, [25:25] -unusedBit_6_26 = bits, U32, 780, [26:26] -unusedBit_6_27 = bits, U32, 780, [27:27] -unusedBit_6_28 = bits, U32, 780, [28:28] -unusedBit_6_29 = bits, U32, 780, [29:29] -unusedBit_6_30 = bits, U32, 780, [30:30] -unusedBit_6_31 = bits, U32, 780, [31:31] -nextLobe = scalar, F32, 784, "", 1, 0 -di_nextStart = scalar, F32, 788, "v", 1, 0 -; total TS size = 792 -m_deadtime = scalar, F32, 792, "", 1, 0 -pressureDelta = scalar, F32, 796, "", 1, 0 -pressureRatio = scalar, F32, 800, "", 1, 0 -; total TS size = 804 -retardThresholdRpm = scalar, S32, 804, "", 1, 0 -combinedConditions = bits, U32, 808, [0:0] -launchActivatePinState = bits, U32, 808, [1:1] -isLaunchCondition = bits, U32, 808, [2:2] -isSwitchActivated = bits, U32, 808, [3:3] -isClutchActivated = bits, U32, 808, [4:4] -isValidInputPin = bits, U32, 808, [5:5] -activateSwitchCondition = bits, U32, 808, [6:6] -rpmCondition = bits, U32, 808, [7:7] -speedCondition = bits, U32, 808, [8:8] -tpsCondition = bits, U32, 808, [9:9] -unusedBit_11_10 = bits, U32, 808, [10:10] -unusedBit_11_11 = bits, U32, 808, [11:11] -unusedBit_11_12 = bits, U32, 808, [12:12] -unusedBit_11_13 = bits, U32, 808, [13:13] -unusedBit_11_14 = bits, U32, 808, [14:14] -unusedBit_11_15 = bits, U32, 808, [15:15] -unusedBit_11_16 = bits, U32, 808, [16:16] -unusedBit_11_17 = bits, U32, 808, [17:17] -unusedBit_11_18 = bits, U32, 808, [18:18] -unusedBit_11_19 = bits, U32, 808, [19:19] -unusedBit_11_20 = bits, U32, 808, [20:20] -unusedBit_11_21 = bits, U32, 808, [21:21] -unusedBit_11_22 = bits, U32, 808, [22:22] -unusedBit_11_23 = bits, U32, 808, [23:23] -unusedBit_11_24 = bits, U32, 808, [24:24] -unusedBit_11_25 = bits, U32, 808, [25:25] -unusedBit_11_26 = bits, U32, 808, [26:26] -unusedBit_11_27 = bits, U32, 808, [27:27] -unusedBit_11_28 = bits, U32, 808, [28:28] -unusedBit_11_29 = bits, U32, 808, [29:29] -unusedBit_11_30 = bits, U32, 808, [30:30] -unusedBit_11_31 = bits, U32, 808, [31:31] -; total TS size = 812 -isTpsInvalid = bits, U32, 812, [0:0] -m_shouldResetPid = bits, U32, 812, [1:1] -isBelowClosedLoopThreshold = bits, U32, 812, [2:2] -isNotClosedLoop = bits, U32, 812, [3:3] -isZeroRpm = bits, U32, 812, [4:4] -unusedBit_5_5 = bits, U32, 812, [5:5] -unusedBit_5_6 = bits, U32, 812, [6:6] -unusedBit_5_7 = bits, U32, 812, [7:7] -unusedBit_5_8 = bits, U32, 812, [8:8] -unusedBit_5_9 = bits, U32, 812, [9:9] -unusedBit_5_10 = bits, U32, 812, [10:10] -unusedBit_5_11 = bits, U32, 812, [11:11] -unusedBit_5_12 = bits, U32, 812, [12:12] -unusedBit_5_13 = bits, U32, 812, [13:13] -unusedBit_5_14 = bits, U32, 812, [14:14] -unusedBit_5_15 = bits, U32, 812, [15:15] -unusedBit_5_16 = bits, U32, 812, [16:16] -unusedBit_5_17 = bits, U32, 812, [17:17] -unusedBit_5_18 = bits, U32, 812, [18:18] -unusedBit_5_19 = bits, U32, 812, [19:19] -unusedBit_5_20 = bits, U32, 812, [20:20] -unusedBit_5_21 = bits, U32, 812, [21:21] -unusedBit_5_22 = bits, U32, 812, [22:22] -unusedBit_5_23 = bits, U32, 812, [23:23] -unusedBit_5_24 = bits, U32, 812, [24:24] -unusedBit_5_25 = bits, U32, 812, [25:25] -unusedBit_5_26 = bits, U32, 812, [26:26] -unusedBit_5_27 = bits, U32, 812, [27:27] -unusedBit_5_28 = bits, U32, 812, [28:28] -unusedBit_5_29 = bits, U32, 812, [29:29] -unusedBit_5_30 = bits, U32, 812, [30:30] -unusedBit_5_31 = bits, U32, 812, [31:31] -luaTargetAdd = scalar, F32, 816, "", 1, 0 -luaTargetMult = scalar, F32, 820, "", 1, 0 -openLoopPart = scalar, F32, 824, "", 1, 0 -boostControllerClosedLoopPart = scalar, S08, 828, "%", 0.5, 0 -boostControlTarget = scalar, S16, 830, "kPa", 0.03333333333333333, 0 -; total TS size = 832 -acButtonState = bits, U32, 832, [0:0] -m_acEnabled = bits, U32, 832, [1:1] -engineTooSlow = bits, U32, 832, [2:2] -engineTooFast = bits, U32, 832, [3:3] -noClt = bits, U32, 832, [4:4] -engineTooHot = bits, U32, 832, [5:5] -tpsTooHigh = bits, U32, 832, [6:6] -isDisabledByLua = bits, U32, 832, [7:7] -unusedBit_8_8 = bits, U32, 832, [8:8] -unusedBit_8_9 = bits, U32, 832, [9:9] -unusedBit_8_10 = bits, U32, 832, [10:10] -unusedBit_8_11 = bits, U32, 832, [11:11] -unusedBit_8_12 = bits, U32, 832, [12:12] -unusedBit_8_13 = bits, U32, 832, [13:13] -unusedBit_8_14 = bits, U32, 832, [14:14] -unusedBit_8_15 = bits, U32, 832, [15:15] -unusedBit_8_16 = bits, U32, 832, [16:16] -unusedBit_8_17 = bits, U32, 832, [17:17] -unusedBit_8_18 = bits, U32, 832, [18:18] -unusedBit_8_19 = bits, U32, 832, [19:19] -unusedBit_8_20 = bits, U32, 832, [20:20] -unusedBit_8_21 = bits, U32, 832, [21:21] -unusedBit_8_22 = bits, U32, 832, [22:22] -unusedBit_8_23 = bits, U32, 832, [23:23] -unusedBit_8_24 = bits, U32, 832, [24:24] -unusedBit_8_25 = bits, U32, 832, [25:25] -unusedBit_8_26 = bits, U32, 832, [26:26] -unusedBit_8_27 = bits, U32, 832, [27:27] -unusedBit_8_28 = bits, U32, 832, [28:28] -unusedBit_8_29 = bits, U32, 832, [29:29] -unusedBit_8_30 = bits, U32, 832, [30:30] -unusedBit_8_31 = bits, U32, 832, [31:31] -latest_usage_ac_control = scalar, S32, 836, "", 1, 0 -acSwitchLastChangeTimeMs = scalar, S32, 840, "", 1, 0 -; total TS size = 844 -cranking = bits, U32, 844, [0:0] -notRunning = bits, U32, 844, [1:1] -disabledWhileEngineStopped = bits, U32, 844, [2:2] -brokenClt = bits, U32, 844, [3:3] -enabledForAc = bits, U32, 844, [4:4] -hot = bits, U32, 844, [5:5] -cold = bits, U32, 844, [6:6] -unusedBit_7_7 = bits, U32, 844, [7:7] -unusedBit_7_8 = bits, U32, 844, [8:8] -unusedBit_7_9 = bits, U32, 844, [9:9] -unusedBit_7_10 = bits, U32, 844, [10:10] -unusedBit_7_11 = bits, U32, 844, [11:11] -unusedBit_7_12 = bits, U32, 844, [12:12] -unusedBit_7_13 = bits, U32, 844, [13:13] -unusedBit_7_14 = bits, U32, 844, [14:14] -unusedBit_7_15 = bits, U32, 844, [15:15] -unusedBit_7_16 = bits, U32, 844, [16:16] -unusedBit_7_17 = bits, U32, 844, [17:17] -unusedBit_7_18 = bits, U32, 844, [18:18] -unusedBit_7_19 = bits, U32, 844, [19:19] -unusedBit_7_20 = bits, U32, 844, [20:20] -unusedBit_7_21 = bits, U32, 844, [21:21] -unusedBit_7_22 = bits, U32, 844, [22:22] -unusedBit_7_23 = bits, U32, 844, [23:23] -unusedBit_7_24 = bits, U32, 844, [24:24] -unusedBit_7_25 = bits, U32, 844, [25:25] -unusedBit_7_26 = bits, U32, 844, [26:26] -unusedBit_7_27 = bits, U32, 844, [27:27] -unusedBit_7_28 = bits, U32, 844, [28:28] -unusedBit_7_29 = bits, U32, 844, [29:29] -unusedBit_7_30 = bits, U32, 844, [30:30] -unusedBit_7_31 = bits, U32, 844, [31:31] +m_maximumRetard = scalar, F32, 768, "", 1, 0 +; total TS size = 772 +m_requested_pump = scalar, F32, 772, "", 1, 0 +fuel_requested_percent = scalar, F32, 776, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 780, "", 1, 0 +noValve = bits, U32, 784, [0:0] +angleAboveMin = bits, U32, 784, [1:1] +isHpfpInactive = bits, U32, 784, [2:2] +unusedBit_6_3 = bits, U32, 784, [3:3] +unusedBit_6_4 = bits, U32, 784, [4:4] +unusedBit_6_5 = bits, U32, 784, [5:5] +unusedBit_6_6 = bits, U32, 784, [6:6] +unusedBit_6_7 = bits, U32, 784, [7:7] +unusedBit_6_8 = bits, U32, 784, [8:8] +unusedBit_6_9 = bits, U32, 784, [9:9] +unusedBit_6_10 = bits, U32, 784, [10:10] +unusedBit_6_11 = bits, U32, 784, [11:11] +unusedBit_6_12 = bits, U32, 784, [12:12] +unusedBit_6_13 = bits, U32, 784, [13:13] +unusedBit_6_14 = bits, U32, 784, [14:14] +unusedBit_6_15 = bits, U32, 784, [15:15] +unusedBit_6_16 = bits, U32, 784, [16:16] +unusedBit_6_17 = bits, U32, 784, [17:17] +unusedBit_6_18 = bits, U32, 784, [18:18] +unusedBit_6_19 = bits, U32, 784, [19:19] +unusedBit_6_20 = bits, U32, 784, [20:20] +unusedBit_6_21 = bits, U32, 784, [21:21] +unusedBit_6_22 = bits, U32, 784, [22:22] +unusedBit_6_23 = bits, U32, 784, [23:23] +unusedBit_6_24 = bits, U32, 784, [24:24] +unusedBit_6_25 = bits, U32, 784, [25:25] +unusedBit_6_26 = bits, U32, 784, [26:26] +unusedBit_6_27 = bits, U32, 784, [27:27] +unusedBit_6_28 = bits, U32, 784, [28:28] +unusedBit_6_29 = bits, U32, 784, [29:29] +unusedBit_6_30 = bits, U32, 784, [30:30] +unusedBit_6_31 = bits, U32, 784, [31:31] +nextLobe = scalar, F32, 788, "", 1, 0 +di_nextStart = scalar, F32, 792, "v", 1, 0 +; total TS size = 796 +m_deadtime = scalar, F32, 796, "", 1, 0 +pressureDelta = scalar, F32, 800, "", 1, 0 +pressureRatio = scalar, F32, 804, "", 1, 0 +; total TS size = 808 +retardThresholdRpm = scalar, S32, 808, "", 1, 0 +combinedConditions = bits, U32, 812, [0:0] +launchActivatePinState = bits, U32, 812, [1:1] +isLaunchCondition = bits, U32, 812, [2:2] +isSwitchActivated = bits, U32, 812, [3:3] +isClutchActivated = bits, U32, 812, [4:4] +isValidInputPin = bits, U32, 812, [5:5] +activateSwitchCondition = bits, U32, 812, [6:6] +rpmCondition = bits, U32, 812, [7:7] +speedCondition = bits, U32, 812, [8:8] +tpsCondition = bits, U32, 812, [9:9] +unusedBit_11_10 = bits, U32, 812, [10:10] +unusedBit_11_11 = bits, U32, 812, [11:11] +unusedBit_11_12 = bits, U32, 812, [12:12] +unusedBit_11_13 = bits, U32, 812, [13:13] +unusedBit_11_14 = bits, U32, 812, [14:14] +unusedBit_11_15 = bits, U32, 812, [15:15] +unusedBit_11_16 = bits, U32, 812, [16:16] +unusedBit_11_17 = bits, U32, 812, [17:17] +unusedBit_11_18 = bits, U32, 812, [18:18] +unusedBit_11_19 = bits, U32, 812, [19:19] +unusedBit_11_20 = bits, U32, 812, [20:20] +unusedBit_11_21 = bits, U32, 812, [21:21] +unusedBit_11_22 = bits, U32, 812, [22:22] +unusedBit_11_23 = bits, U32, 812, [23:23] +unusedBit_11_24 = bits, U32, 812, [24:24] +unusedBit_11_25 = bits, U32, 812, [25:25] +unusedBit_11_26 = bits, U32, 812, [26:26] +unusedBit_11_27 = bits, U32, 812, [27:27] +unusedBit_11_28 = bits, U32, 812, [28:28] +unusedBit_11_29 = bits, U32, 812, [29:29] +unusedBit_11_30 = bits, U32, 812, [30:30] +unusedBit_11_31 = bits, U32, 812, [31:31] +; total TS size = 816 +isTpsInvalid = bits, U32, 816, [0:0] +m_shouldResetPid = bits, U32, 816, [1:1] +isBelowClosedLoopThreshold = bits, U32, 816, [2:2] +isNotClosedLoop = bits, U32, 816, [3:3] +isZeroRpm = bits, U32, 816, [4:4] +unusedBit_5_5 = bits, U32, 816, [5:5] +unusedBit_5_6 = bits, U32, 816, [6:6] +unusedBit_5_7 = bits, U32, 816, [7:7] +unusedBit_5_8 = bits, U32, 816, [8:8] +unusedBit_5_9 = bits, U32, 816, [9:9] +unusedBit_5_10 = bits, U32, 816, [10:10] +unusedBit_5_11 = bits, U32, 816, [11:11] +unusedBit_5_12 = bits, U32, 816, [12:12] +unusedBit_5_13 = bits, U32, 816, [13:13] +unusedBit_5_14 = bits, U32, 816, [14:14] +unusedBit_5_15 = bits, U32, 816, [15:15] +unusedBit_5_16 = bits, U32, 816, [16:16] +unusedBit_5_17 = bits, U32, 816, [17:17] +unusedBit_5_18 = bits, U32, 816, [18:18] +unusedBit_5_19 = bits, U32, 816, [19:19] +unusedBit_5_20 = bits, U32, 816, [20:20] +unusedBit_5_21 = bits, U32, 816, [21:21] +unusedBit_5_22 = bits, U32, 816, [22:22] +unusedBit_5_23 = bits, U32, 816, [23:23] +unusedBit_5_24 = bits, U32, 816, [24:24] +unusedBit_5_25 = bits, U32, 816, [25:25] +unusedBit_5_26 = bits, U32, 816, [26:26] +unusedBit_5_27 = bits, U32, 816, [27:27] +unusedBit_5_28 = bits, U32, 816, [28:28] +unusedBit_5_29 = bits, U32, 816, [29:29] +unusedBit_5_30 = bits, U32, 816, [30:30] +unusedBit_5_31 = bits, U32, 816, [31:31] +luaTargetAdd = scalar, F32, 820, "", 1, 0 +luaTargetMult = scalar, F32, 824, "", 1, 0 +openLoopPart = scalar, F32, 828, "", 1, 0 +boostControllerClosedLoopPart = scalar, S08, 832, "%", 0.5, 0 +boostControlTarget = scalar, S16, 834, "kPa", 0.03333333333333333, 0 +; total TS size = 836 +acButtonState = bits, U32, 836, [0:0] +m_acEnabled = bits, U32, 836, [1:1] +engineTooSlow = bits, U32, 836, [2:2] +engineTooFast = bits, U32, 836, [3:3] +noClt = bits, U32, 836, [4:4] +engineTooHot = bits, U32, 836, [5:5] +tpsTooHigh = bits, U32, 836, [6:6] +isDisabledByLua = bits, U32, 836, [7:7] +unusedBit_8_8 = bits, U32, 836, [8:8] +unusedBit_8_9 = bits, U32, 836, [9:9] +unusedBit_8_10 = bits, U32, 836, [10:10] +unusedBit_8_11 = bits, U32, 836, [11:11] +unusedBit_8_12 = bits, U32, 836, [12:12] +unusedBit_8_13 = bits, U32, 836, [13:13] +unusedBit_8_14 = bits, U32, 836, [14:14] +unusedBit_8_15 = bits, U32, 836, [15:15] +unusedBit_8_16 = bits, U32, 836, [16:16] +unusedBit_8_17 = bits, U32, 836, [17:17] +unusedBit_8_18 = bits, U32, 836, [18:18] +unusedBit_8_19 = bits, U32, 836, [19:19] +unusedBit_8_20 = bits, U32, 836, [20:20] +unusedBit_8_21 = bits, U32, 836, [21:21] +unusedBit_8_22 = bits, U32, 836, [22:22] +unusedBit_8_23 = bits, U32, 836, [23:23] +unusedBit_8_24 = bits, U32, 836, [24:24] +unusedBit_8_25 = bits, U32, 836, [25:25] +unusedBit_8_26 = bits, U32, 836, [26:26] +unusedBit_8_27 = bits, U32, 836, [27:27] +unusedBit_8_28 = bits, U32, 836, [28:28] +unusedBit_8_29 = bits, U32, 836, [29:29] +unusedBit_8_30 = bits, U32, 836, [30:30] +unusedBit_8_31 = bits, U32, 836, [31:31] +latest_usage_ac_control = scalar, S32, 840, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 844, "", 1, 0 ; total TS size = 848 -isPrime = bits, U32, 848, [0:0] -engineTurnedRecently = bits, U32, 848, [1:1] -isFuelPumpOn = bits, U32, 848, [2:2] -ignitionOn = bits, U32, 848, [3:3] -unusedBit_4_4 = bits, U32, 848, [4:4] -unusedBit_4_5 = bits, U32, 848, [5:5] -unusedBit_4_6 = bits, U32, 848, [6:6] -unusedBit_4_7 = bits, U32, 848, [7:7] -unusedBit_4_8 = bits, U32, 848, [8:8] -unusedBit_4_9 = bits, U32, 848, [9:9] -unusedBit_4_10 = bits, U32, 848, [10:10] -unusedBit_4_11 = bits, U32, 848, [11:11] -unusedBit_4_12 = bits, U32, 848, [12:12] -unusedBit_4_13 = bits, U32, 848, [13:13] -unusedBit_4_14 = bits, U32, 848, [14:14] -unusedBit_4_15 = bits, U32, 848, [15:15] -unusedBit_4_16 = bits, U32, 848, [16:16] -unusedBit_4_17 = bits, U32, 848, [17:17] -unusedBit_4_18 = bits, U32, 848, [18:18] -unusedBit_4_19 = bits, U32, 848, [19:19] -unusedBit_4_20 = bits, U32, 848, [20:20] -unusedBit_4_21 = bits, U32, 848, [21:21] -unusedBit_4_22 = bits, U32, 848, [22:22] -unusedBit_4_23 = bits, U32, 848, [23:23] -unusedBit_4_24 = bits, U32, 848, [24:24] -unusedBit_4_25 = bits, U32, 848, [25:25] -unusedBit_4_26 = bits, U32, 848, [26:26] -unusedBit_4_27 = bits, U32, 848, [27:27] -unusedBit_4_28 = bits, U32, 848, [28:28] -unusedBit_4_29 = bits, U32, 848, [29:29] -unusedBit_4_30 = bits, U32, 848, [30:30] -unusedBit_4_31 = bits, U32, 848, [31:31] +cranking = bits, U32, 848, [0:0] +notRunning = bits, U32, 848, [1:1] +disabledWhileEngineStopped = bits, U32, 848, [2:2] +brokenClt = bits, U32, 848, [3:3] +enabledForAc = bits, U32, 848, [4:4] +hot = bits, U32, 848, [5:5] +cold = bits, U32, 848, [6:6] +unusedBit_7_7 = bits, U32, 848, [7:7] +unusedBit_7_8 = bits, U32, 848, [8:8] +unusedBit_7_9 = bits, U32, 848, [9:9] +unusedBit_7_10 = bits, U32, 848, [10:10] +unusedBit_7_11 = bits, U32, 848, [11:11] +unusedBit_7_12 = bits, U32, 848, [12:12] +unusedBit_7_13 = bits, U32, 848, [13:13] +unusedBit_7_14 = bits, U32, 848, [14:14] +unusedBit_7_15 = bits, U32, 848, [15:15] +unusedBit_7_16 = bits, U32, 848, [16:16] +unusedBit_7_17 = bits, U32, 848, [17:17] +unusedBit_7_18 = bits, U32, 848, [18:18] +unusedBit_7_19 = bits, U32, 848, [19:19] +unusedBit_7_20 = bits, U32, 848, [20:20] +unusedBit_7_21 = bits, U32, 848, [21:21] +unusedBit_7_22 = bits, U32, 848, [22:22] +unusedBit_7_23 = bits, U32, 848, [23:23] +unusedBit_7_24 = bits, U32, 848, [24:24] +unusedBit_7_25 = bits, U32, 848, [25:25] +unusedBit_7_26 = bits, U32, 848, [26:26] +unusedBit_7_27 = bits, U32, 848, [27:27] +unusedBit_7_28 = bits, U32, 848, [28:28] +unusedBit_7_29 = bits, U32, 848, [29:29] +unusedBit_7_30 = bits, U32, 848, [30:30] +unusedBit_7_31 = bits, U32, 848, [31:31] ; total TS size = 852 -isBenchTest = bits, U32, 852, [0:0] -hasIgnitionVoltage = bits, U32, 852, [1:1] -mainRelayState = bits, U32, 852, [2:2] -delayedShutoffRequested = bits, U32, 852, [3:3] +isPrime = bits, U32, 852, [0:0] +engineTurnedRecently = bits, U32, 852, [1:1] +isFuelPumpOn = bits, U32, 852, [2:2] +ignitionOn = bits, U32, 852, [3:3] unusedBit_4_4 = bits, U32, 852, [4:4] unusedBit_4_5 = bits, U32, 852, [5:5] unusedBit_4_6 = bits, U32, 852, [6:6] @@ -2894,337 +2864,370 @@ unusedBit_4_29 = bits, U32, 852, [29:29] unusedBit_4_30 = bits, U32, 852, [30:30] unusedBit_4_31 = bits, U32, 852, [31:31] ; total TS size = 856 -lua_fuelAdd = scalar, F32, 856, "", 1, 0 -lua_fuelMult = scalar, F32, 860, "", 1, 0 -lua_clutchUpState = bits, U32, 864, [0:0] -lua_brakePedalState = bits, U32, 864, [1:1] -lua_acRequestState = bits, U32, 864, [2:2] -lua_unusedBit_5_3 = bits, U32, 864, [3:3] -lua_unusedBit_5_4 = bits, U32, 864, [4:4] -lua_unusedBit_5_5 = bits, U32, 864, [5:5] -lua_unusedBit_5_6 = bits, U32, 864, [6:6] -lua_unusedBit_5_7 = bits, U32, 864, [7:7] -lua_unusedBit_5_8 = bits, U32, 864, [8:8] -lua_unusedBit_5_9 = bits, U32, 864, [9:9] -lua_unusedBit_5_10 = bits, U32, 864, [10:10] -lua_unusedBit_5_11 = bits, U32, 864, [11:11] -lua_unusedBit_5_12 = bits, U32, 864, [12:12] -lua_unusedBit_5_13 = bits, U32, 864, [13:13] -lua_unusedBit_5_14 = bits, U32, 864, [14:14] -lua_unusedBit_5_15 = bits, U32, 864, [15:15] -lua_unusedBit_5_16 = bits, U32, 864, [16:16] -lua_unusedBit_5_17 = bits, U32, 864, [17:17] -lua_unusedBit_5_18 = bits, U32, 864, [18:18] -lua_unusedBit_5_19 = bits, U32, 864, [19:19] -lua_unusedBit_5_20 = bits, U32, 864, [20:20] -lua_unusedBit_5_21 = bits, U32, 864, [21:21] -lua_unusedBit_5_22 = bits, U32, 864, [22:22] -lua_unusedBit_5_23 = bits, U32, 864, [23:23] -lua_unusedBit_5_24 = bits, U32, 864, [24:24] -lua_unusedBit_5_25 = bits, U32, 864, [25:25] -lua_unusedBit_5_26 = bits, U32, 864, [26:26] -lua_unusedBit_5_27 = bits, U32, 864, [27:27] -lua_unusedBit_5_28 = bits, U32, 864, [28:28] -lua_unusedBit_5_29 = bits, U32, 864, [29:29] -lua_unusedBit_5_30 = bits, U32, 864, [30:30] -lua_unusedBit_5_31 = bits, U32, 864, [31:31] -sd_isTChargeAirModel = bits, U32, 868, [0:0] -sd_unusedBit_1_1 = bits, U32, 868, [1:1] -sd_unusedBit_1_2 = bits, U32, 868, [2:2] -sd_unusedBit_1_3 = bits, U32, 868, [3:3] -sd_unusedBit_1_4 = bits, U32, 868, [4:4] -sd_unusedBit_1_5 = bits, U32, 868, [5:5] -sd_unusedBit_1_6 = bits, U32, 868, [6:6] -sd_unusedBit_1_7 = bits, U32, 868, [7:7] -sd_unusedBit_1_8 = bits, U32, 868, [8:8] -sd_unusedBit_1_9 = bits, U32, 868, [9:9] -sd_unusedBit_1_10 = bits, U32, 868, [10:10] -sd_unusedBit_1_11 = bits, U32, 868, [11:11] -sd_unusedBit_1_12 = bits, U32, 868, [12:12] -sd_unusedBit_1_13 = bits, U32, 868, [13:13] -sd_unusedBit_1_14 = bits, U32, 868, [14:14] -sd_unusedBit_1_15 = bits, U32, 868, [15:15] -sd_unusedBit_1_16 = bits, U32, 868, [16:16] -sd_unusedBit_1_17 = bits, U32, 868, [17:17] -sd_unusedBit_1_18 = bits, U32, 868, [18:18] -sd_unusedBit_1_19 = bits, U32, 868, [19:19] -sd_unusedBit_1_20 = bits, U32, 868, [20:20] -sd_unusedBit_1_21 = bits, U32, 868, [21:21] -sd_unusedBit_1_22 = bits, U32, 868, [22:22] -sd_unusedBit_1_23 = bits, U32, 868, [23:23] -sd_unusedBit_1_24 = bits, U32, 868, [24:24] -sd_unusedBit_1_25 = bits, U32, 868, [25:25] -sd_unusedBit_1_26 = bits, U32, 868, [26:26] -sd_unusedBit_1_27 = bits, U32, 868, [27:27] -sd_unusedBit_1_28 = bits, U32, 868, [28:28] -sd_unusedBit_1_29 = bits, U32, 868, [29:29] -sd_unusedBit_1_30 = bits, U32, 868, [30:30] -sd_unusedBit_1_31 = bits, U32, 868, [31:31] -sd_airMassInOneCylinder = scalar, F32, 872, "", 1, 0 -sd_tCharge = scalar, F32, 876, "", 1, 0 -sd_tChargeK = scalar, F32, 880, "", 1, 0 -sd_Tcharge_coff = scalar, F32, 884, "", 1, 0 -sd_airFlow = scalar, F32, 888, "", 1, 0 -targetAFR = scalar, F32, 892, "", 1, 0 -engineCycleDurationMs = scalar, F32, 896, "", 1, 0 -minRpmKcurrentTPS = scalar, F32, 900, "", 1, 0 -currentTpsAdc = scalar, S32, 904, "", 1, 0 -tpsVoltageMCU = scalar, F32, 908, "", 1, 0 -tpsVoltageBoard = scalar, F32, 912, "", 1, 0 -currentBaroCorrectedVE = scalar, F32, 916, "", 1, 0 -injectorFlowCorrection = scalar, F32, 920, "", 1, 0 -baroCorrection = scalar, F32, 924, "", 1, 0 -cranking_baseFuel = scalar, F32, 928, "", 1, 0 -cranking_coolantTemperatureCoefficient = scalar, F32, 932, "", 1, 0 -cranking_tpsCoefficient = scalar, F32, 936, "", 1, 0 -cranking_durationCoefficient = scalar, F32, 940, "", 1, 0 -cranking_fuel = scalar, F32, 944, "", 1, 0 -running_postCrankingFuelCorrection = scalar, F32, 948, "", 1, 0 -running_intakeTemperatureCoefficient = scalar, F32, 952, "", 1, 0 -running_coolantTemperatureCoefficient = scalar, F32, 956, "", 1, 0 -running_timeSinceCrankingInSecs = scalar, F32, 960, "", 1, 0 -running_injectorLag = scalar, F32, 964, "", 1, 0 -running_baseFuel = scalar, F32, 968, "", 1, 0 -running_fuel = scalar, F32, 972, "", 1, 0 -sparkDwell = scalar, F32, 976, "", 1, 0 -dwellAngle = scalar, F32, 980, "", 1, 0 -cltTimingCorrection = scalar, S16, 984, "deg", 0.01, 0 -timingIatCorrection = scalar, S16, 986, "deg", 0.01, 0 -timingPidCorrection = scalar, S16, 988, "deg", 0.01, 0 -hellenBoardId = scalar, S16, 990, "id", 1, 0 -clutchUpState = bits, U32, 992, [0:0] -clutchDownState = bits, U32, 992, [1:1] -brakePedalState = bits, U32, 992, [2:2] -unusedBit_22_3 = bits, U32, 992, [3:3] -unusedBit_22_4 = bits, U32, 992, [4:4] -unusedBit_22_5 = bits, U32, 992, [5:5] -unusedBit_22_6 = bits, U32, 992, [6:6] -unusedBit_22_7 = bits, U32, 992, [7:7] -unusedBit_22_8 = bits, U32, 992, [8:8] -unusedBit_22_9 = bits, U32, 992, [9:9] -unusedBit_22_10 = bits, U32, 992, [10:10] -unusedBit_22_11 = bits, U32, 992, [11:11] -unusedBit_22_12 = bits, U32, 992, [12:12] -unusedBit_22_13 = bits, U32, 992, [13:13] -unusedBit_22_14 = bits, U32, 992, [14:14] -unusedBit_22_15 = bits, U32, 992, [15:15] -unusedBit_22_16 = bits, U32, 992, [16:16] -unusedBit_22_17 = bits, U32, 992, [17:17] -unusedBit_22_18 = bits, U32, 992, [18:18] -unusedBit_22_19 = bits, U32, 992, [19:19] -unusedBit_22_20 = bits, U32, 992, [20:20] -unusedBit_22_21 = bits, U32, 992, [21:21] -unusedBit_22_22 = bits, U32, 992, [22:22] -unusedBit_22_23 = bits, U32, 992, [23:23] -unusedBit_22_24 = bits, U32, 992, [24:24] -unusedBit_22_25 = bits, U32, 992, [25:25] -unusedBit_22_26 = bits, U32, 992, [26:26] -unusedBit_22_27 = bits, U32, 992, [27:27] -unusedBit_22_28 = bits, U32, 992, [28:28] -unusedBit_22_29 = bits, U32, 992, [29:29] -unusedBit_22_30 = bits, U32, 992, [30:30] -unusedBit_22_31 = bits, U32, 992, [31:31] -egt1 = scalar, F32, 996, "", 1, 0 -egt2 = scalar, F32, 1000, "", 1, 0 -desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0 -fuelInjectionCounter = scalar, S32, 1008, "", 1, 0 -sparkCounter = scalar, S32, 1012, "", 1, 0 -; total TS size = 1016 -tpsFrom = scalar, F32, 1016 -tpsTo = scalar, F32, 1020 -deltaTps = scalar, F32, 1024 -extraFuel = scalar, F32, 1028, "", 1, 0 -valueFromTable = scalar, F32, 1032, "", 1, 0 -isAboveAccelThreshold = bits, U32, 1036, [0:0] -isBelowDecelThreshold = bits, U32, 1036, [1:1] -isTimeToResetAccumulator = bits, U32, 1036, [2:2] -isFractionalEnrichment = bits, U32, 1036, [3:3] -belowEpsilon = bits, U32, 1036, [4:4] -tooShort = bits, U32, 1036, [5:5] -unusedBit_11_6 = bits, U32, 1036, [6:6] -unusedBit_11_7 = bits, U32, 1036, [7:7] -unusedBit_11_8 = bits, U32, 1036, [8:8] -unusedBit_11_9 = bits, U32, 1036, [9:9] -unusedBit_11_10 = bits, U32, 1036, [10:10] -unusedBit_11_11 = bits, U32, 1036, [11:11] -unusedBit_11_12 = bits, U32, 1036, [12:12] -unusedBit_11_13 = bits, U32, 1036, [13:13] -unusedBit_11_14 = bits, U32, 1036, [14:14] -unusedBit_11_15 = bits, U32, 1036, [15:15] -unusedBit_11_16 = bits, U32, 1036, [16:16] -unusedBit_11_17 = bits, U32, 1036, [17:17] -unusedBit_11_18 = bits, U32, 1036, [18:18] -unusedBit_11_19 = bits, U32, 1036, [19:19] -unusedBit_11_20 = bits, U32, 1036, [20:20] -unusedBit_11_21 = bits, U32, 1036, [21:21] -unusedBit_11_22 = bits, U32, 1036, [22:22] -unusedBit_11_23 = bits, U32, 1036, [23:23] -unusedBit_11_24 = bits, U32, 1036, [24:24] -unusedBit_11_25 = bits, U32, 1036, [25:25] -unusedBit_11_26 = bits, U32, 1036, [26:26] -unusedBit_11_27 = bits, U32, 1036, [27:27] -unusedBit_11_28 = bits, U32, 1036, [28:28] -unusedBit_11_29 = bits, U32, 1036, [29:29] -unusedBit_11_30 = bits, U32, 1036, [30:30] -unusedBit_11_31 = bits, U32, 1036, [31:31] -fractionalInjFuel = scalar, F32, 1040, "", 1, 0 -accumulatedValue = scalar, F32, 1044, "", 1, 0 -maxExtraPerCycle = scalar, F32, 1048, "", 1, 0 -maxExtraPerPeriod = scalar, F32, 1052, "", 1, 0 -maxInjectedPerPeriod = scalar, F32, 1056, "", 1, 0 -cycleCnt = scalar, S32, 1060, "", 1, 0 -; total TS size = 1064 -hwEventCounters1 = scalar, S32, 1064, "", 1, 0 -hwEventCounters2 = scalar, S32, 1068, "", 1, 0 -hwEventCounters3 = scalar, S32, 1072, "", 1, 0 -hwEventCounters4 = scalar, S32, 1076, "", 1, 0 -hwEventCounters5 = scalar, S32, 1080, "", 1, 0 -hwEventCounters6 = scalar, S32, 1084, "", 1, 0 -vvtCamCounter = scalar, S32, 1088, "", 1, 0 -mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1092, "", 1, 0 -mapVvt_MAP_AT_DIFF = scalar, F32, 1096, "", 1, 0 -mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1100, "", 1, 0 -mapVvt_map_peak = scalar, U08, 1101, "", 1, 0 -; total TS size = 1104 -totalRevolutionCounter = scalar, U32, 1104, "", 1, 0 -vvtSyncGapRatio = scalar, F32, 1108, "", 1, 0 -vvtCurrentPosition = scalar, F32, 1112, "", 1, 0 -triggerSyncGapRatio = scalar, F32, 1116, "", 1, 0 -triggerActualSyncGapRatio = scalar, F32, 1120, "", 1, 0 -triggerStateIndex = scalar, U08, 1124, "", 1, 0 -vvtCounter = scalar, U08, 1125, "", 1, 0 -camResyncCounter = scalar, U08, 1126, "", 1, 0 -vvtStateIndex = scalar, U08, 1127, "", 1, 0 -; total TS size = 1128 -m_hasSynchronizedPhase = bits, U32, 1128, [0:0] -unusedBit_1_1 = bits, U32, 1128, [1:1] -unusedBit_1_2 = bits, U32, 1128, [2:2] -unusedBit_1_3 = bits, U32, 1128, [3:3] -unusedBit_1_4 = bits, U32, 1128, [4:4] -unusedBit_1_5 = bits, U32, 1128, [5:5] -unusedBit_1_6 = bits, U32, 1128, [6:6] -unusedBit_1_7 = bits, U32, 1128, [7:7] -unusedBit_1_8 = bits, U32, 1128, [8:8] -unusedBit_1_9 = bits, U32, 1128, [9:9] -unusedBit_1_10 = bits, U32, 1128, [10:10] -unusedBit_1_11 = bits, U32, 1128, [11:11] -unusedBit_1_12 = bits, U32, 1128, [12:12] -unusedBit_1_13 = bits, U32, 1128, [13:13] -unusedBit_1_14 = bits, U32, 1128, [14:14] -unusedBit_1_15 = bits, U32, 1128, [15:15] -unusedBit_1_16 = bits, U32, 1128, [16:16] -unusedBit_1_17 = bits, U32, 1128, [17:17] -unusedBit_1_18 = bits, U32, 1128, [18:18] -unusedBit_1_19 = bits, U32, 1128, [19:19] -unusedBit_1_20 = bits, U32, 1128, [20:20] -unusedBit_1_21 = bits, U32, 1128, [21:21] -unusedBit_1_22 = bits, U32, 1128, [22:22] -unusedBit_1_23 = bits, U32, 1128, [23:23] -unusedBit_1_24 = bits, U32, 1128, [24:24] -unusedBit_1_25 = bits, U32, 1128, [25:25] -unusedBit_1_26 = bits, U32, 1128, [26:26] -unusedBit_1_27 = bits, U32, 1128, [27:27] -unusedBit_1_28 = bits, U32, 1128, [28:28] -unusedBit_1_29 = bits, U32, 1128, [29:29] -unusedBit_1_30 = bits, U32, 1128, [30:30] -unusedBit_1_31 = bits, U32, 1128, [31:31] +isBenchTest = bits, U32, 856, [0:0] +hasIgnitionVoltage = bits, U32, 856, [1:1] +mainRelayState = bits, U32, 856, [2:2] +delayedShutoffRequested = bits, U32, 856, [3:3] +unusedBit_4_4 = bits, U32, 856, [4:4] +unusedBit_4_5 = bits, U32, 856, [5:5] +unusedBit_4_6 = bits, U32, 856, [6:6] +unusedBit_4_7 = bits, U32, 856, [7:7] +unusedBit_4_8 = bits, U32, 856, [8:8] +unusedBit_4_9 = bits, U32, 856, [9:9] +unusedBit_4_10 = bits, U32, 856, [10:10] +unusedBit_4_11 = bits, U32, 856, [11:11] +unusedBit_4_12 = bits, U32, 856, [12:12] +unusedBit_4_13 = bits, U32, 856, [13:13] +unusedBit_4_14 = bits, U32, 856, [14:14] +unusedBit_4_15 = bits, U32, 856, [15:15] +unusedBit_4_16 = bits, U32, 856, [16:16] +unusedBit_4_17 = bits, U32, 856, [17:17] +unusedBit_4_18 = bits, U32, 856, [18:18] +unusedBit_4_19 = bits, U32, 856, [19:19] +unusedBit_4_20 = bits, U32, 856, [20:20] +unusedBit_4_21 = bits, U32, 856, [21:21] +unusedBit_4_22 = bits, U32, 856, [22:22] +unusedBit_4_23 = bits, U32, 856, [23:23] +unusedBit_4_24 = bits, U32, 856, [24:24] +unusedBit_4_25 = bits, U32, 856, [25:25] +unusedBit_4_26 = bits, U32, 856, [26:26] +unusedBit_4_27 = bits, U32, 856, [27:27] +unusedBit_4_28 = bits, U32, 856, [28:28] +unusedBit_4_29 = bits, U32, 856, [29:29] +unusedBit_4_30 = bits, U32, 856, [30:30] +unusedBit_4_31 = bits, U32, 856, [31:31] +; total TS size = 860 +lua_fuelAdd = scalar, F32, 860, "", 1, 0 +lua_fuelMult = scalar, F32, 864, "", 1, 0 +lua_clutchUpState = bits, U32, 868, [0:0] +lua_brakePedalState = bits, U32, 868, [1:1] +lua_acRequestState = bits, U32, 868, [2:2] +lua_unusedBit_5_3 = bits, U32, 868, [3:3] +lua_unusedBit_5_4 = bits, U32, 868, [4:4] +lua_unusedBit_5_5 = bits, U32, 868, [5:5] +lua_unusedBit_5_6 = bits, U32, 868, [6:6] +lua_unusedBit_5_7 = bits, U32, 868, [7:7] +lua_unusedBit_5_8 = bits, U32, 868, [8:8] +lua_unusedBit_5_9 = bits, U32, 868, [9:9] +lua_unusedBit_5_10 = bits, U32, 868, [10:10] +lua_unusedBit_5_11 = bits, U32, 868, [11:11] +lua_unusedBit_5_12 = bits, U32, 868, [12:12] +lua_unusedBit_5_13 = bits, U32, 868, [13:13] +lua_unusedBit_5_14 = bits, U32, 868, [14:14] +lua_unusedBit_5_15 = bits, U32, 868, [15:15] +lua_unusedBit_5_16 = bits, U32, 868, [16:16] +lua_unusedBit_5_17 = bits, U32, 868, [17:17] +lua_unusedBit_5_18 = bits, U32, 868, [18:18] +lua_unusedBit_5_19 = bits, U32, 868, [19:19] +lua_unusedBit_5_20 = bits, U32, 868, [20:20] +lua_unusedBit_5_21 = bits, U32, 868, [21:21] +lua_unusedBit_5_22 = bits, U32, 868, [22:22] +lua_unusedBit_5_23 = bits, U32, 868, [23:23] +lua_unusedBit_5_24 = bits, U32, 868, [24:24] +lua_unusedBit_5_25 = bits, U32, 868, [25:25] +lua_unusedBit_5_26 = bits, U32, 868, [26:26] +lua_unusedBit_5_27 = bits, U32, 868, [27:27] +lua_unusedBit_5_28 = bits, U32, 868, [28:28] +lua_unusedBit_5_29 = bits, U32, 868, [29:29] +lua_unusedBit_5_30 = bits, U32, 868, [30:30] +lua_unusedBit_5_31 = bits, U32, 868, [31:31] +sd_isTChargeAirModel = bits, U32, 872, [0:0] +sd_unusedBit_1_1 = bits, U32, 872, [1:1] +sd_unusedBit_1_2 = bits, U32, 872, [2:2] +sd_unusedBit_1_3 = bits, U32, 872, [3:3] +sd_unusedBit_1_4 = bits, U32, 872, [4:4] +sd_unusedBit_1_5 = bits, U32, 872, [5:5] +sd_unusedBit_1_6 = bits, U32, 872, [6:6] +sd_unusedBit_1_7 = bits, U32, 872, [7:7] +sd_unusedBit_1_8 = bits, U32, 872, [8:8] +sd_unusedBit_1_9 = bits, U32, 872, [9:9] +sd_unusedBit_1_10 = bits, U32, 872, [10:10] +sd_unusedBit_1_11 = bits, U32, 872, [11:11] +sd_unusedBit_1_12 = bits, U32, 872, [12:12] +sd_unusedBit_1_13 = bits, U32, 872, [13:13] +sd_unusedBit_1_14 = bits, U32, 872, [14:14] +sd_unusedBit_1_15 = bits, U32, 872, [15:15] +sd_unusedBit_1_16 = bits, U32, 872, [16:16] +sd_unusedBit_1_17 = bits, U32, 872, [17:17] +sd_unusedBit_1_18 = bits, U32, 872, [18:18] +sd_unusedBit_1_19 = bits, U32, 872, [19:19] +sd_unusedBit_1_20 = bits, U32, 872, [20:20] +sd_unusedBit_1_21 = bits, U32, 872, [21:21] +sd_unusedBit_1_22 = bits, U32, 872, [22:22] +sd_unusedBit_1_23 = bits, U32, 872, [23:23] +sd_unusedBit_1_24 = bits, U32, 872, [24:24] +sd_unusedBit_1_25 = bits, U32, 872, [25:25] +sd_unusedBit_1_26 = bits, U32, 872, [26:26] +sd_unusedBit_1_27 = bits, U32, 872, [27:27] +sd_unusedBit_1_28 = bits, U32, 872, [28:28] +sd_unusedBit_1_29 = bits, U32, 872, [29:29] +sd_unusedBit_1_30 = bits, U32, 872, [30:30] +sd_unusedBit_1_31 = bits, U32, 872, [31:31] +sd_airMassInOneCylinder = scalar, F32, 876, "", 1, 0 +sd_tCharge = scalar, F32, 880, "", 1, 0 +sd_tChargeK = scalar, F32, 884, "", 1, 0 +sd_Tcharge_coff = scalar, F32, 888, "", 1, 0 +sd_airFlow = scalar, F32, 892, "", 1, 0 +targetAFR = scalar, F32, 896, "", 1, 0 +engineCycleDurationMs = scalar, F32, 900, "", 1, 0 +minRpmKcurrentTPS = scalar, F32, 904, "", 1, 0 +currentTpsAdc = scalar, S32, 908, "", 1, 0 +tpsVoltageMCU = scalar, F32, 912, "", 1, 0 +tpsVoltageBoard = scalar, F32, 916, "", 1, 0 +currentBaroCorrectedVE = scalar, F32, 920, "", 1, 0 +injectorFlowCorrection = scalar, F32, 924, "", 1, 0 +baroCorrection = scalar, F32, 928, "", 1, 0 +cranking_baseFuel = scalar, F32, 932, "", 1, 0 +cranking_coolantTemperatureCoefficient = scalar, F32, 936, "", 1, 0 +cranking_tpsCoefficient = scalar, F32, 940, "", 1, 0 +cranking_durationCoefficient = scalar, F32, 944, "", 1, 0 +cranking_fuel = scalar, F32, 948, "", 1, 0 +running_postCrankingFuelCorrection = scalar, F32, 952, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 956, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 960, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 964, "", 1, 0 +running_injectorLag = scalar, F32, 968, "", 1, 0 +running_baseFuel = scalar, F32, 972, "", 1, 0 +running_fuel = scalar, F32, 976, "", 1, 0 +sparkDwell = scalar, F32, 980, "", 1, 0 +dwellAngle = scalar, F32, 984, "", 1, 0 +cltTimingCorrection = scalar, S16, 988, "deg", 0.01, 0 +timingIatCorrection = scalar, S16, 990, "deg", 0.01, 0 +timingPidCorrection = scalar, S16, 992, "deg", 0.01, 0 +hellenBoardId = scalar, S16, 994, "id", 1, 0 +clutchUpState = bits, U32, 996, [0:0] +clutchDownState = bits, U32, 996, [1:1] +brakePedalState = bits, U32, 996, [2:2] +unusedBit_22_3 = bits, U32, 996, [3:3] +unusedBit_22_4 = bits, U32, 996, [4:4] +unusedBit_22_5 = bits, U32, 996, [5:5] +unusedBit_22_6 = bits, U32, 996, [6:6] +unusedBit_22_7 = bits, U32, 996, [7:7] +unusedBit_22_8 = bits, U32, 996, [8:8] +unusedBit_22_9 = bits, U32, 996, [9:9] +unusedBit_22_10 = bits, U32, 996, [10:10] +unusedBit_22_11 = bits, U32, 996, [11:11] +unusedBit_22_12 = bits, U32, 996, [12:12] +unusedBit_22_13 = bits, U32, 996, [13:13] +unusedBit_22_14 = bits, U32, 996, [14:14] +unusedBit_22_15 = bits, U32, 996, [15:15] +unusedBit_22_16 = bits, U32, 996, [16:16] +unusedBit_22_17 = bits, U32, 996, [17:17] +unusedBit_22_18 = bits, U32, 996, [18:18] +unusedBit_22_19 = bits, U32, 996, [19:19] +unusedBit_22_20 = bits, U32, 996, [20:20] +unusedBit_22_21 = bits, U32, 996, [21:21] +unusedBit_22_22 = bits, U32, 996, [22:22] +unusedBit_22_23 = bits, U32, 996, [23:23] +unusedBit_22_24 = bits, U32, 996, [24:24] +unusedBit_22_25 = bits, U32, 996, [25:25] +unusedBit_22_26 = bits, U32, 996, [26:26] +unusedBit_22_27 = bits, U32, 996, [27:27] +unusedBit_22_28 = bits, U32, 996, [28:28] +unusedBit_22_29 = bits, U32, 996, [29:29] +unusedBit_22_30 = bits, U32, 996, [30:30] +unusedBit_22_31 = bits, U32, 996, [31:31] +egt1 = scalar, F32, 1000, "", 1, 0 +egt2 = scalar, F32, 1004, "", 1, 0 +desiredRpmLimit = scalar, S16, 1008, "rpm", 1, 0 +fuelInjectionCounter = scalar, S32, 1012, "", 1, 0 +sparkCounter = scalar, S32, 1016, "", 1, 0 +; total TS size = 1020 +tpsFrom = scalar, F32, 1020 +tpsTo = scalar, F32, 1024 +deltaTps = scalar, F32, 1028 +extraFuel = scalar, F32, 1032, "", 1, 0 +valueFromTable = scalar, F32, 1036, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1040, [0:0] +isBelowDecelThreshold = bits, U32, 1040, [1:1] +isTimeToResetAccumulator = bits, U32, 1040, [2:2] +isFractionalEnrichment = bits, U32, 1040, [3:3] +belowEpsilon = bits, U32, 1040, [4:4] +tooShort = bits, U32, 1040, [5:5] +unusedBit_11_6 = bits, U32, 1040, [6:6] +unusedBit_11_7 = bits, U32, 1040, [7:7] +unusedBit_11_8 = bits, U32, 1040, [8:8] +unusedBit_11_9 = bits, U32, 1040, [9:9] +unusedBit_11_10 = bits, U32, 1040, [10:10] +unusedBit_11_11 = bits, U32, 1040, [11:11] +unusedBit_11_12 = bits, U32, 1040, [12:12] +unusedBit_11_13 = bits, U32, 1040, [13:13] +unusedBit_11_14 = bits, U32, 1040, [14:14] +unusedBit_11_15 = bits, U32, 1040, [15:15] +unusedBit_11_16 = bits, U32, 1040, [16:16] +unusedBit_11_17 = bits, U32, 1040, [17:17] +unusedBit_11_18 = bits, U32, 1040, [18:18] +unusedBit_11_19 = bits, U32, 1040, [19:19] +unusedBit_11_20 = bits, U32, 1040, [20:20] +unusedBit_11_21 = bits, U32, 1040, [21:21] +unusedBit_11_22 = bits, U32, 1040, [22:22] +unusedBit_11_23 = bits, U32, 1040, [23:23] +unusedBit_11_24 = bits, U32, 1040, [24:24] +unusedBit_11_25 = bits, U32, 1040, [25:25] +unusedBit_11_26 = bits, U32, 1040, [26:26] +unusedBit_11_27 = bits, U32, 1040, [27:27] +unusedBit_11_28 = bits, U32, 1040, [28:28] +unusedBit_11_29 = bits, U32, 1040, [29:29] +unusedBit_11_30 = bits, U32, 1040, [30:30] +unusedBit_11_31 = bits, U32, 1040, [31:31] +fractionalInjFuel = scalar, F32, 1044, "", 1, 0 +accumulatedValue = scalar, F32, 1048, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1052, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1056, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1060, "", 1, 0 +cycleCnt = scalar, S32, 1064, "", 1, 0 +; total TS size = 1068 +hwEventCounters1 = scalar, S32, 1068, "", 1, 0 +hwEventCounters2 = scalar, S32, 1072, "", 1, 0 +hwEventCounters3 = scalar, S32, 1076, "", 1, 0 +hwEventCounters4 = scalar, S32, 1080, "", 1, 0 +hwEventCounters5 = scalar, S32, 1084, "", 1, 0 +hwEventCounters6 = scalar, S32, 1088, "", 1, 0 +vvtCamCounter = scalar, S32, 1092, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1105, "", 1, 0 +; total TS size = 1108 +totalRevolutionCounter = scalar, U32, 1108, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0 +vvtCurrentPosition = scalar, F32, 1116, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1120, "", 1, 0 +triggerActualSyncGapRatio = scalar, F32, 1124, "", 1, 0 +triggerStateIndex = scalar, U08, 1128, "", 1, 0 +vvtCounter = scalar, U08, 1129, "", 1, 0 +camResyncCounter = scalar, U08, 1130, "", 1, 0 +vvtStateIndex = scalar, U08, 1131, "", 1, 0 ; total TS size = 1132 -wallFuelCorrection = scalar, F32, 1132, "", 1, 0 -wallFuel = scalar, F32, 1136, "", 1, 0 -; total TS size = 1140 -idleState = bits, S32, 1140, [0:2], "not important" -currentIdlePosition = scalar, F32, 1144 -baseIdlePosition = scalar, F32, 1148 -iacByTpsTaper = scalar, F32, 1152 -throttlePedalUpState = scalar, S32, 1156, "", 1, 0 -mightResetPid = bits, U32, 1160, [0:0] -shouldResetPid = bits, U32, 1160, [1:1] -wasResetPid = bits, U32, 1160, [2:2] -mustResetPid = bits, U32, 1160, [3:3] -isCranking = bits, U32, 1160, [4:4] -useIacTableForCoasting = bits, U32, 1160, [5:5] -notIdling = bits, U32, 1160, [6:6] -needReset = bits, U32, 1160, [7:7] -isInDeadZone = bits, U32, 1160, [8:8] -isBlipping = bits, U32, 1160, [9:9] -useClosedLoop = bits, U32, 1160, [10:10] -badTps = bits, U32, 1160, [11:11] -looksLikeRunning = bits, U32, 1160, [12:12] -looksLikeCoasting = bits, U32, 1160, [13:13] -looksLikeCrankToIdle = bits, U32, 1160, [14:14] -isVerboseIAC = bits, U32, 1160, [15:15] -isIdleCoasting = bits, U32, 1160, [16:16] -unusedBit_22_17 = bits, U32, 1160, [17:17] -unusedBit_22_18 = bits, U32, 1160, [18:18] -unusedBit_22_19 = bits, U32, 1160, [19:19] -unusedBit_22_20 = bits, U32, 1160, [20:20] -unusedBit_22_21 = bits, U32, 1160, [21:21] -unusedBit_22_22 = bits, U32, 1160, [22:22] -unusedBit_22_23 = bits, U32, 1160, [23:23] -unusedBit_22_24 = bits, U32, 1160, [24:24] -unusedBit_22_25 = bits, U32, 1160, [25:25] -unusedBit_22_26 = bits, U32, 1160, [26:26] -unusedBit_22_27 = bits, U32, 1160, [27:27] -unusedBit_22_28 = bits, U32, 1160, [28:28] -unusedBit_22_29 = bits, U32, 1160, [29:29] -unusedBit_22_30 = bits, U32, 1160, [30:30] -unusedBit_22_31 = bits, U32, 1160, [31:31] -targetRpmByClt = scalar, S32, 1164, "", 1, 0 -targetRpmAcBump = scalar, S32, 1168, "", 1, 0 -iacByRpmTaper = scalar, F32, 1172 -luaAdd = scalar, F32, 1176 -; total TS size = 1180 -baseDwell = scalar, F32, 1180, "", 1, 0 -dwellVoltageCorrection = scalar, F32, 1184, "", 1, 0 -luaTimingAdd = scalar, F32, 1188, "", 1, 0 -luaTimingMult = scalar, F32, 1192, "", 1, 0 -; total TS size = 1196 -idlePosition = scalar, F32, 1196, "", 1, 0 -trim = scalar, F32, 1200, "", 1, 0 -luaAdjustment = scalar, F32, 1204, "", 1, 0 -etbFeedForward = scalar, F32, 1208 -etbIntegralError = scalar, F32, 1212, "", 1, 0 -etbCurrentTarget = scalar, F32, 1216, "%", 1, 0 -etbRevLimitActive = bits, U32, 1220, [0:0] -unusedBit_7_1 = bits, U32, 1220, [1:1] -unusedBit_7_2 = bits, U32, 1220, [2:2] -unusedBit_7_3 = bits, U32, 1220, [3:3] -unusedBit_7_4 = bits, U32, 1220, [4:4] -unusedBit_7_5 = bits, U32, 1220, [5:5] -unusedBit_7_6 = bits, U32, 1220, [6:6] -unusedBit_7_7 = bits, U32, 1220, [7:7] -unusedBit_7_8 = bits, U32, 1220, [8:8] -unusedBit_7_9 = bits, U32, 1220, [9:9] -unusedBit_7_10 = bits, U32, 1220, [10:10] -unusedBit_7_11 = bits, U32, 1220, [11:11] -unusedBit_7_12 = bits, U32, 1220, [12:12] -unusedBit_7_13 = bits, U32, 1220, [13:13] -unusedBit_7_14 = bits, U32, 1220, [14:14] -unusedBit_7_15 = bits, U32, 1220, [15:15] -unusedBit_7_16 = bits, U32, 1220, [16:16] -unusedBit_7_17 = bits, U32, 1220, [17:17] -unusedBit_7_18 = bits, U32, 1220, [18:18] -unusedBit_7_19 = bits, U32, 1220, [19:19] -unusedBit_7_20 = bits, U32, 1220, [20:20] -unusedBit_7_21 = bits, U32, 1220, [21:21] -unusedBit_7_22 = bits, U32, 1220, [22:22] -unusedBit_7_23 = bits, U32, 1220, [23:23] -unusedBit_7_24 = bits, U32, 1220, [24:24] -unusedBit_7_25 = bits, U32, 1220, [25:25] -unusedBit_7_26 = bits, U32, 1220, [26:26] -unusedBit_7_27 = bits, U32, 1220, [27:27] -unusedBit_7_28 = bits, U32, 1220, [28:28] -unusedBit_7_29 = bits, U32, 1220, [29:29] -unusedBit_7_30 = bits, U32, 1220, [30:30] -unusedBit_7_31 = bits, U32, 1220, [31:31] -; total TS size = 1224 -faultCode = scalar, U08, 1224, "", 1, 0 -heaterDuty = scalar, U08, 1225, "%", 1, 0 -pumpDuty = scalar, U08, 1226, "%", 1, 0 -tempC = scalar, U16, 1228, "C", 1, 0 -nernstVoltage = scalar, U16, 1230, "V", 0.001, 0 -esr = scalar, U16, 1232, "", 1, 0 -; total TS size = 1236 +m_hasSynchronizedPhase = bits, U32, 1132, [0:0] +unusedBit_1_1 = bits, U32, 1132, [1:1] +unusedBit_1_2 = bits, U32, 1132, [2:2] +unusedBit_1_3 = bits, U32, 1132, [3:3] +unusedBit_1_4 = bits, U32, 1132, [4:4] +unusedBit_1_5 = bits, U32, 1132, [5:5] +unusedBit_1_6 = bits, U32, 1132, [6:6] +unusedBit_1_7 = bits, U32, 1132, [7:7] +unusedBit_1_8 = bits, U32, 1132, [8:8] +unusedBit_1_9 = bits, U32, 1132, [9:9] +unusedBit_1_10 = bits, U32, 1132, [10:10] +unusedBit_1_11 = bits, U32, 1132, [11:11] +unusedBit_1_12 = bits, U32, 1132, [12:12] +unusedBit_1_13 = bits, U32, 1132, [13:13] +unusedBit_1_14 = bits, U32, 1132, [14:14] +unusedBit_1_15 = bits, U32, 1132, [15:15] +unusedBit_1_16 = bits, U32, 1132, [16:16] +unusedBit_1_17 = bits, U32, 1132, [17:17] +unusedBit_1_18 = bits, U32, 1132, [18:18] +unusedBit_1_19 = bits, U32, 1132, [19:19] +unusedBit_1_20 = bits, U32, 1132, [20:20] +unusedBit_1_21 = bits, U32, 1132, [21:21] +unusedBit_1_22 = bits, U32, 1132, [22:22] +unusedBit_1_23 = bits, U32, 1132, [23:23] +unusedBit_1_24 = bits, U32, 1132, [24:24] +unusedBit_1_25 = bits, U32, 1132, [25:25] +unusedBit_1_26 = bits, U32, 1132, [26:26] +unusedBit_1_27 = bits, U32, 1132, [27:27] +unusedBit_1_28 = bits, U32, 1132, [28:28] +unusedBit_1_29 = bits, U32, 1132, [29:29] +unusedBit_1_30 = bits, U32, 1132, [30:30] +unusedBit_1_31 = bits, U32, 1132, [31:31] +; total TS size = 1136 +wallFuelCorrection = scalar, F32, 1136, "", 1, 0 +wallFuel = scalar, F32, 1140, "", 1, 0 +; total TS size = 1144 +idleState = bits, S32, 1144, [0:2], "not important" +currentIdlePosition = scalar, F32, 1148 +baseIdlePosition = scalar, F32, 1152 +iacByTpsTaper = scalar, F32, 1156 +throttlePedalUpState = scalar, S32, 1160, "", 1, 0 +mightResetPid = bits, U32, 1164, [0:0] +shouldResetPid = bits, U32, 1164, [1:1] +wasResetPid = bits, U32, 1164, [2:2] +mustResetPid = bits, U32, 1164, [3:3] +isCranking = bits, U32, 1164, [4:4] +useIacTableForCoasting = bits, U32, 1164, [5:5] +notIdling = bits, U32, 1164, [6:6] +needReset = bits, U32, 1164, [7:7] +isInDeadZone = bits, U32, 1164, [8:8] +isBlipping = bits, U32, 1164, [9:9] +useClosedLoop = bits, U32, 1164, [10:10] +badTps = bits, U32, 1164, [11:11] +looksLikeRunning = bits, U32, 1164, [12:12] +looksLikeCoasting = bits, U32, 1164, [13:13] +looksLikeCrankToIdle = bits, U32, 1164, [14:14] +isVerboseIAC = bits, U32, 1164, [15:15] +isIdleCoasting = bits, U32, 1164, [16:16] +unusedBit_22_17 = bits, U32, 1164, [17:17] +unusedBit_22_18 = bits, U32, 1164, [18:18] +unusedBit_22_19 = bits, U32, 1164, [19:19] +unusedBit_22_20 = bits, U32, 1164, [20:20] +unusedBit_22_21 = bits, U32, 1164, [21:21] +unusedBit_22_22 = bits, U32, 1164, [22:22] +unusedBit_22_23 = bits, U32, 1164, [23:23] +unusedBit_22_24 = bits, U32, 1164, [24:24] +unusedBit_22_25 = bits, U32, 1164, [25:25] +unusedBit_22_26 = bits, U32, 1164, [26:26] +unusedBit_22_27 = bits, U32, 1164, [27:27] +unusedBit_22_28 = bits, U32, 1164, [28:28] +unusedBit_22_29 = bits, U32, 1164, [29:29] +unusedBit_22_30 = bits, U32, 1164, [30:30] +unusedBit_22_31 = bits, U32, 1164, [31:31] +targetRpmByClt = scalar, S32, 1168, "", 1, 0 +targetRpmAcBump = scalar, S32, 1172, "", 1, 0 +iacByRpmTaper = scalar, F32, 1176 +luaAdd = scalar, F32, 1180 +; total TS size = 1184 +baseDwell = scalar, F32, 1184, "", 1, 0 +dwellVoltageCorrection = scalar, F32, 1188, "", 1, 0 +luaTimingAdd = scalar, F32, 1192, "", 1, 0 +luaTimingMult = scalar, F32, 1196, "", 1, 0 +; total TS size = 1200 +idlePosition = scalar, F32, 1200, "", 1, 0 +trim = scalar, F32, 1204, "", 1, 0 +luaAdjustment = scalar, F32, 1208, "", 1, 0 +etbFeedForward = scalar, F32, 1212 +etbIntegralError = scalar, F32, 1216, "", 1, 0 +etbCurrentTarget = scalar, F32, 1220, "%", 1, 0 +etbRevLimitActive = bits, U32, 1224, [0:0] +unusedBit_7_1 = bits, U32, 1224, [1:1] +unusedBit_7_2 = bits, U32, 1224, [2:2] +unusedBit_7_3 = bits, U32, 1224, [3:3] +unusedBit_7_4 = bits, U32, 1224, [4:4] +unusedBit_7_5 = bits, U32, 1224, [5:5] +unusedBit_7_6 = bits, U32, 1224, [6:6] +unusedBit_7_7 = bits, U32, 1224, [7:7] +unusedBit_7_8 = bits, U32, 1224, [8:8] +unusedBit_7_9 = bits, U32, 1224, [9:9] +unusedBit_7_10 = bits, U32, 1224, [10:10] +unusedBit_7_11 = bits, U32, 1224, [11:11] +unusedBit_7_12 = bits, U32, 1224, [12:12] +unusedBit_7_13 = bits, U32, 1224, [13:13] +unusedBit_7_14 = bits, U32, 1224, [14:14] +unusedBit_7_15 = bits, U32, 1224, [15:15] +unusedBit_7_16 = bits, U32, 1224, [16:16] +unusedBit_7_17 = bits, U32, 1224, [17:17] +unusedBit_7_18 = bits, U32, 1224, [18:18] +unusedBit_7_19 = bits, U32, 1224, [19:19] +unusedBit_7_20 = bits, U32, 1224, [20:20] +unusedBit_7_21 = bits, U32, 1224, [21:21] +unusedBit_7_22 = bits, U32, 1224, [22:22] +unusedBit_7_23 = bits, U32, 1224, [23:23] +unusedBit_7_24 = bits, U32, 1224, [24:24] +unusedBit_7_25 = bits, U32, 1224, [25:25] +unusedBit_7_26 = bits, U32, 1224, [26:26] +unusedBit_7_27 = bits, U32, 1224, [27:27] +unusedBit_7_28 = bits, U32, 1224, [28:28] +unusedBit_7_29 = bits, U32, 1224, [29:29] +unusedBit_7_30 = bits, U32, 1224, [30:30] +unusedBit_7_31 = bits, U32, 1224, [31:31] +; total TS size = 1228 +faultCode = scalar, U08, 1228, "", 1, 0 +heaterDuty = scalar, U08, 1229, "%", 1, 0 +pumpDuty = scalar, U08, 1230, "%", 1, 0 +tempC = scalar, U16, 1232, "C", 1, 0 +nernstVoltage = scalar, U16, 1234, "V", 0.001, 0 +esr = scalar, U16, 1236, "", 1, 0 +; total TS size = 1240 time = { timeNow } @@ -4001,6 +4004,12 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" zBins = throttle2TrimTable gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + #if LAMBDA table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 #else @@ -4702,6 +4711,7 @@ entry = extiOverflowCount, "extiOverflowCount", int, "%d" entry = m_knockRetard, "Degrees retarded: larger number = more retard", float, "%.3f" entry = m_knockThreshold, "m_knockThreshold", float, "%.3f" entry = m_knockCount, "m_knockCount", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" entry = m_requested_pump, "Computed requested pump duration in degrees (not including deadtime)", float, "%.3f" entry = fuel_requested_percent, "fuel_requested_percent", float, "%.3f" entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.3f" @@ -5391,6 +5401,7 @@ dialog = knock_controllerDialog, "knock_controller" graphLine = m_knockRetard graphLine = m_knockThreshold graphLine = m_knockCount + graphLine = m_maximumRetard indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 indicator = {noValve}, "noValve No", "noValve Yes" diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java index c4f340b410..4e6f4f2db7 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 02:29:12 UTC 2022 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 30 06:02:17 UTC 2022 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1539,7 +1539,6 @@ public class Fields { public static final int knockDetectionWindowStart_offset = 1396; public static final int knockNoiseRpmBins_offset = 16; public static final int knockRetardAggression_offset = 564; - public static final int knockRetardMaximum_offset = 566; public static final int knockRetardReapplyRate_offset = 565; public static final int knockSamplingDuration_offset = 1860; public static final int l9779_cs_offset = 572; @@ -1655,6 +1654,9 @@ public class Fields { public static final int maxAcTps_offset = 14; public static final int maxCamPhaseResolveRpm_offset = 3120; public static final int maxIdleVss_offset = 398; + public static final int maxKnockRetardLoadBins_offset = 21288; + public static final int maxKnockRetardRpmBins_offset = 21294; + public static final int maxKnockRetardTable_offset = 21252; public static final int mc33816_cs_offset = 2072; public static final int mc33816_driven_offset = 1952; public static final int mc33816_flag0_offset = 1484; @@ -1734,7 +1736,7 @@ public class Fields { public static final int pedalToTpsPedalBins_offset = 5528; public static final int pedalToTpsRpmBins_offset = 5536; public static final int pedalToTpsTable_offset = 5464; - public static final int persistent_config_s_size = 21252; + public static final int persistent_config_s_size = 21300; public static final int pid_s_size = 20; public static final int PidAutoTune_AutoTunerState_AUTOTUNER_OFF = 0; public static final int PidAutoTune_AutoTunerState_CONVERGED = 16; @@ -2107,7 +2109,7 @@ public class Fields { public static final int torqueLoadBins_offset = 3684; public static final int torqueRpmBins_offset = 3672; public static final int torqueTable_offset = 3636; - public static final int TOTAL_CONFIG_SIZE = 21252; + public static final int TOTAL_CONFIG_SIZE = 21300; public static final int totalGearsCount_offset = 1584; public static final int tps1_1AdcChannel_offset = 456; public static final int tps1_2AdcChannel_offset = 686; @@ -2377,10 +2379,10 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI 2022.08.30.all.3830525865"; + public static final String TS_SIGNATURE = "rusEFI 2022.08.30.all.3329553180"; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; - public static final int TS_TOTAL_OUTPUT_SIZE = 1236; + public static final int TS_TOTAL_OUTPUT_SIZE = 1240; public static final int TsCalMode_EtbKd = 5; public static final int TsCalMode_EtbKi = 4; public static final int TsCalMode_EtbKp = 3; @@ -2417,6 +2419,7 @@ public class Fields { public static final int unused120b18_offset = 120; public static final int unused1740b2_offset = 1628; public static final int unused4080_offset = 3122; + public static final int unused556_offset = 566; public static final int unused962_offset = 1040; public static final int unused_1484_bit_27_offset = 1372; public static final int unused_1484_bit_29_offset = 1372; @@ -2744,7 +2747,7 @@ public class Fields { public static final Field MANIDLEPOSITION = Field.create("MANIDLEPOSITION", 560, FieldType.FLOAT); public static final Field KNOCKRETARDAGGRESSION = Field.create("KNOCKRETARDAGGRESSION", 564, FieldType.INT8).setScale(0.1); public static final Field KNOCKRETARDREAPPLYRATE = Field.create("KNOCKRETARDREAPPLYRATE", 565, FieldType.INT8).setScale(0.1); - public static final Field KNOCKRETARDMAXIMUM = Field.create("KNOCKRETARDMAXIMUM", 566, FieldType.INT8).setScale(1.0); + public static final Field UNUSED556 = Field.create("UNUSED556", 566, FieldType.INT8).setScale(1.0); public static final Field VSSFILTERRECIPROCAL = Field.create("VSSFILTERRECIPROCAL", 567, FieldType.INT8).setScale(1.0); public static final Field VSSGEARRATIO = Field.create("VSSGEARRATIO", 568, FieldType.INT16).setScale(0.001); public static final Field VSSTOOTHCOUNT = Field.create("VSSTOOTHCOUNT", 570, FieldType.INT8).setScale(1.0); @@ -3947,6 +3950,9 @@ public class Fields { public static final Field THROTTLE2TRIMTABLE = Field.create("THROTTLE2TRIMTABLE", 21204, FieldType.INT8).setScale(0.1); public static final Field THROTTLE2TRIMTPSBINS = Field.create("THROTTLE2TRIMTPSBINS", 21240, FieldType.INT8).setScale(1.0); public static final Field THROTTLE2TRIMRPMBINS = Field.create("THROTTLE2TRIMRPMBINS", 21246, FieldType.INT8).setScale(100.0); + public static final Field MAXKNOCKRETARDTABLE = Field.create("MAXKNOCKRETARDTABLE", 21252, FieldType.INT8).setScale(0.25); + public static final Field MAXKNOCKRETARDLOADBINS = Field.create("MAXKNOCKRETARDLOADBINS", 21288, FieldType.INT8).setScale(1.0); + public static final Field MAXKNOCKRETARDRPMBINS = Field.create("MAXKNOCKRETARDRPMBINS", 21294, FieldType.INT8).setScale(100.0); public static final Field[] VALUES = { ENGINETYPE, SENSORSNIFFERRPMTHRESHOLD, @@ -4119,7 +4125,7 @@ public class Fields { MANIDLEPOSITION, KNOCKRETARDAGGRESSION, KNOCKRETARDREAPPLYRATE, - KNOCKRETARDMAXIMUM, + UNUSED556, VSSFILTERRECIPROCAL, VSSGEARRATIO, VSSTOOTHCOUNT, @@ -5306,5 +5312,8 @@ public class Fields { THROTTLE2TRIMTABLE, THROTTLE2TRIMTPSBINS, THROTTLE2TRIMRPMBINS, + MAXKNOCKRETARDTABLE, + MAXKNOCKRETARDLOADBINS, + MAXKNOCKRETARDRPMBINS, }; } diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/KnockController.java b/java_console/models/src/main/java/com/rusefi/config/generated/KnockController.java index 198b75fbae..c28a0dce0c 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/KnockController.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/KnockController.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt Mon Aug 15 21:21:42 UTC 2022 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt Tue Aug 30 06:01:23 UTC 2022 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -9,9 +9,11 @@ public class KnockController { public static final Field M_KNOCKRETARD = Field.create("M_KNOCKRETARD", 0, FieldType.FLOAT); public static final Field M_KNOCKTHRESHOLD = Field.create("M_KNOCKTHRESHOLD", 4, FieldType.FLOAT); public static final Field M_KNOCKCOUNT = Field.create("M_KNOCKCOUNT", 8, FieldType.INT).setScale(1.0); + public static final Field M_MAXIMUMRETARD = Field.create("M_MAXIMUMRETARD", 12, FieldType.FLOAT); public static final Field[] VALUES = { M_KNOCKRETARD, M_KNOCKTHRESHOLD, M_KNOCKCOUNT, + M_MAXIMUMRETARD, }; }