Auto-generated configs and docs
This commit is contained in:
parent
38213bbc00
commit
fd94fe932f
|
@ -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 Apr 26 23:06:17 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Apr 28 12:31:52 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -20,7 +20,7 @@ struct stft_cell_cfg_s {
|
|||
sec
|
||||
* offset 2
|
||||
*/
|
||||
uint16_t timeConstant;
|
||||
scaled_channel<uint16_t, 10, 1> timeConstant;
|
||||
};
|
||||
static_assert(sizeof(stft_cell_cfg_s) == 4);
|
||||
|
||||
|
@ -49,7 +49,7 @@ struct stft_s {
|
|||
%
|
||||
* offset 3
|
||||
*/
|
||||
uint8_t deadband;
|
||||
scaled_channel<uint8_t, 10, 1> deadband;
|
||||
/**
|
||||
* Below this temperature, correction is disabled.
|
||||
C
|
||||
|
@ -61,13 +61,13 @@ struct stft_s {
|
|||
afr
|
||||
* offset 5
|
||||
*/
|
||||
uint8_t minAfr;
|
||||
scaled_channel<uint8_t, 10, 1> minAfr;
|
||||
/**
|
||||
* Above this AFR, correction is paused
|
||||
afr
|
||||
* offset 6
|
||||
*/
|
||||
uint8_t maxAfr;
|
||||
scaled_channel<uint8_t, 10, 1> maxAfr;
|
||||
/**
|
||||
* Delay after starting the engine before beginning closed loop correction.
|
||||
seconds
|
||||
|
@ -1277,13 +1277,13 @@ struct engine_configuration_s {
|
|||
%
|
||||
* offset 620
|
||||
*/
|
||||
uint8_t knockRetardAggression;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardAggression;
|
||||
/**
|
||||
* After a knock event, reapply timing at this rate.
|
||||
deg/s
|
||||
* offset 621
|
||||
*/
|
||||
uint8_t knockRetardReapplyRate;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardReapplyRate;
|
||||
/**
|
||||
* Maximum amount of knock retard.
|
||||
deg
|
||||
|
@ -1773,7 +1773,7 @@ struct engine_configuration_s {
|
|||
volts
|
||||
* offset 769
|
||||
*/
|
||||
uint8_t dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 10, 1> dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
* offset 777
|
||||
*/
|
||||
|
@ -1782,7 +1782,7 @@ struct engine_configuration_s {
|
|||
multiplier
|
||||
* offset 778
|
||||
*/
|
||||
uint8_t dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 50, 1> dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
kg
|
||||
* offset 786
|
||||
|
@ -1800,7 +1800,7 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 790
|
||||
*/
|
||||
uint16_t applyNonlinearBelowPulse;
|
||||
scaled_channel<uint16_t, 1000, 1> applyNonlinearBelowPulse;
|
||||
/**
|
||||
* offset 792
|
||||
*/
|
||||
|
@ -2728,13 +2728,13 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 1544
|
||||
*/
|
||||
uint16_t multisparkSparkDuration;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkSparkDuration;
|
||||
/**
|
||||
* This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table.
|
||||
ms
|
||||
* offset 1546
|
||||
*/
|
||||
uint16_t multisparkDwell;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkDwell;
|
||||
/**
|
||||
* See cltIdleRpmBins
|
||||
* offset 1548
|
||||
|
@ -3156,12 +3156,12 @@ struct engine_configuration_s {
|
|||
kg/h
|
||||
* offset 1760
|
||||
*/
|
||||
uint8_t tchargeBins[16];
|
||||
scaled_channel<uint8_t, 1, 5> tchargeBins[16];
|
||||
/**
|
||||
ratio
|
||||
* offset 1776
|
||||
*/
|
||||
uint8_t tchargeValues[16];
|
||||
scaled_channel<uint8_t, 100, 1> tchargeValues[16];
|
||||
/**
|
||||
counter
|
||||
* offset 1792
|
||||
|
@ -3943,10 +3943,9 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float triggerGapOverrideFrom[GAP_TRACKING_LENGTH];
|
||||
/**
|
||||
Percent
|
||||
* offset 4080
|
||||
*/
|
||||
int8_t fuelTrim[MAX_CYLINDER_COUNT];
|
||||
int8_t unused4080[12];
|
||||
/**
|
||||
to
|
||||
* offset 4092
|
||||
|
@ -4412,7 +4411,7 @@ struct persistent_config_s {
|
|||
kPa
|
||||
* offset 17452
|
||||
*/
|
||||
uint16_t mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
scaled_channel<uint16_t, 100, 1> mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
/**
|
||||
% TPS
|
||||
* offset 17964
|
||||
|
@ -4697,4 +4696,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 21164);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Apr 26 23:06:17 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Apr 28 12:31:52 UTC 2022
|
||||
|
|
|
@ -1002,18 +1002,6 @@
|
|||
#define fuelPumpPin_offset 666
|
||||
#define fuelPumpPinMode_offset 667
|
||||
#define fuelReferencePressure_offset 2036
|
||||
#define fuelTrim10_offset 4089
|
||||
#define fuelTrim11_offset 4090
|
||||
#define fuelTrim12_offset 4091
|
||||
#define fuelTrim1_offset 4080
|
||||
#define fuelTrim2_offset 4081
|
||||
#define fuelTrim3_offset 4082
|
||||
#define fuelTrim4_offset 4083
|
||||
#define fuelTrim5_offset 4084
|
||||
#define fuelTrim6_offset 4085
|
||||
#define fuelTrim7_offset 4086
|
||||
#define fuelTrim8_offset 4087
|
||||
#define fuelTrim9_offset 4088
|
||||
#define fuelTrimLoadBins_offset 20796
|
||||
#define fuelTrimRpmBins_offset 20804
|
||||
#define fuelTrims10_offset 20956
|
||||
|
@ -1774,7 +1762,6 @@
|
|||
#define PACK_MULT_HIGH_PRESSURE 10
|
||||
#define PACK_MULT_LAMBDA 10000
|
||||
#define PACK_MULT_LAMBDA_CFG 147
|
||||
#define PACK_MULT_MAP_ESTIMATE 100
|
||||
#define PACK_MULT_MASS_FLOW 10
|
||||
#define PACK_MULT_MS 300
|
||||
#define PACK_MULT_PERCENT 100
|
||||
|
@ -1937,7 +1924,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define showHumanReadableWarning_offset 896
|
||||
#define SIGNATURE_HASH 582756223
|
||||
#define SIGNATURE_HASH 416196856
|
||||
#define silentTriggerError_offset 1260
|
||||
#define skippedWheelOnCam_offset 1260
|
||||
#define slowAdcAlpha_offset 1712
|
||||
|
@ -2519,7 +2506,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen_cypress.582756223"
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen_cypress.416196856"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -2566,6 +2553,7 @@
|
|||
#define unused17440_offset 17448
|
||||
#define unused184_offset 184
|
||||
#define unused28_offset 28
|
||||
#define unused4080_offset 4080
|
||||
#define unused_1484_bit_24_offset 1272
|
||||
#define unused_1484_bit_25_offset 1272
|
||||
#define unused_1484_bit_26_offset 1272
|
||||
|
|
|
@ -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 Apr 26 23:06:16 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Apr 28 12:31:51 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -20,7 +20,7 @@ struct stft_cell_cfg_s {
|
|||
sec
|
||||
* offset 2
|
||||
*/
|
||||
uint16_t timeConstant;
|
||||
scaled_channel<uint16_t, 10, 1> timeConstant;
|
||||
};
|
||||
static_assert(sizeof(stft_cell_cfg_s) == 4);
|
||||
|
||||
|
@ -49,7 +49,7 @@ struct stft_s {
|
|||
%
|
||||
* offset 3
|
||||
*/
|
||||
uint8_t deadband;
|
||||
scaled_channel<uint8_t, 10, 1> deadband;
|
||||
/**
|
||||
* Below this temperature, correction is disabled.
|
||||
C
|
||||
|
@ -61,13 +61,13 @@ struct stft_s {
|
|||
afr
|
||||
* offset 5
|
||||
*/
|
||||
uint8_t minAfr;
|
||||
scaled_channel<uint8_t, 10, 1> minAfr;
|
||||
/**
|
||||
* Above this AFR, correction is paused
|
||||
afr
|
||||
* offset 6
|
||||
*/
|
||||
uint8_t maxAfr;
|
||||
scaled_channel<uint8_t, 10, 1> maxAfr;
|
||||
/**
|
||||
* Delay after starting the engine before beginning closed loop correction.
|
||||
seconds
|
||||
|
@ -1277,13 +1277,13 @@ struct engine_configuration_s {
|
|||
%
|
||||
* offset 620
|
||||
*/
|
||||
uint8_t knockRetardAggression;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardAggression;
|
||||
/**
|
||||
* After a knock event, reapply timing at this rate.
|
||||
deg/s
|
||||
* offset 621
|
||||
*/
|
||||
uint8_t knockRetardReapplyRate;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardReapplyRate;
|
||||
/**
|
||||
* Maximum amount of knock retard.
|
||||
deg
|
||||
|
@ -1773,7 +1773,7 @@ struct engine_configuration_s {
|
|||
volts
|
||||
* offset 769
|
||||
*/
|
||||
uint8_t dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 10, 1> dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
* offset 777
|
||||
*/
|
||||
|
@ -1782,7 +1782,7 @@ struct engine_configuration_s {
|
|||
multiplier
|
||||
* offset 778
|
||||
*/
|
||||
uint8_t dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 50, 1> dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
kg
|
||||
* offset 786
|
||||
|
@ -1800,7 +1800,7 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 790
|
||||
*/
|
||||
uint16_t applyNonlinearBelowPulse;
|
||||
scaled_channel<uint16_t, 1000, 1> applyNonlinearBelowPulse;
|
||||
/**
|
||||
* offset 792
|
||||
*/
|
||||
|
@ -2728,13 +2728,13 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 1544
|
||||
*/
|
||||
uint16_t multisparkSparkDuration;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkSparkDuration;
|
||||
/**
|
||||
* This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table.
|
||||
ms
|
||||
* offset 1546
|
||||
*/
|
||||
uint16_t multisparkDwell;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkDwell;
|
||||
/**
|
||||
* See cltIdleRpmBins
|
||||
* offset 1548
|
||||
|
@ -3156,12 +3156,12 @@ struct engine_configuration_s {
|
|||
kg/h
|
||||
* offset 1760
|
||||
*/
|
||||
uint8_t tchargeBins[16];
|
||||
scaled_channel<uint8_t, 1, 5> tchargeBins[16];
|
||||
/**
|
||||
ratio
|
||||
* offset 1776
|
||||
*/
|
||||
uint8_t tchargeValues[16];
|
||||
scaled_channel<uint8_t, 100, 1> tchargeValues[16];
|
||||
/**
|
||||
counter
|
||||
* offset 1792
|
||||
|
@ -3937,10 +3937,9 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float triggerGapOverrideFrom[GAP_TRACKING_LENGTH];
|
||||
/**
|
||||
Percent
|
||||
* offset 4052
|
||||
*/
|
||||
int8_t fuelTrim[MAX_CYLINDER_COUNT];
|
||||
int8_t unused4080[12];
|
||||
/**
|
||||
to
|
||||
* offset 4064
|
||||
|
@ -4406,7 +4405,7 @@ struct persistent_config_s {
|
|||
kPa
|
||||
* offset 17424
|
||||
*/
|
||||
uint16_t mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
scaled_channel<uint16_t, 100, 1> mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
/**
|
||||
% TPS
|
||||
* offset 17936
|
||||
|
@ -4691,4 +4690,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 21136);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Apr 26 23:06:16 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Apr 28 12:31:51 UTC 2022
|
||||
|
|
|
@ -988,18 +988,6 @@
|
|||
#define fuelPumpPin_offset 666
|
||||
#define fuelPumpPinMode_offset 667
|
||||
#define fuelReferencePressure_offset 2028
|
||||
#define fuelTrim10_offset 4061
|
||||
#define fuelTrim11_offset 4062
|
||||
#define fuelTrim12_offset 4063
|
||||
#define fuelTrim1_offset 4052
|
||||
#define fuelTrim2_offset 4053
|
||||
#define fuelTrim3_offset 4054
|
||||
#define fuelTrim4_offset 4055
|
||||
#define fuelTrim5_offset 4056
|
||||
#define fuelTrim6_offset 4057
|
||||
#define fuelTrim7_offset 4058
|
||||
#define fuelTrim8_offset 4059
|
||||
#define fuelTrim9_offset 4060
|
||||
#define fuelTrimLoadBins_offset 20768
|
||||
#define fuelTrimRpmBins_offset 20776
|
||||
#define fuelTrims10_offset 20928
|
||||
|
@ -1760,7 +1748,6 @@
|
|||
#define PACK_MULT_HIGH_PRESSURE 10
|
||||
#define PACK_MULT_LAMBDA 10000
|
||||
#define PACK_MULT_LAMBDA_CFG 147
|
||||
#define PACK_MULT_MAP_ESTIMATE 100
|
||||
#define PACK_MULT_MASS_FLOW 10
|
||||
#define PACK_MULT_MS 300
|
||||
#define PACK_MULT_PERCENT 100
|
||||
|
@ -1923,7 +1910,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define showHumanReadableWarning_offset 896
|
||||
#define SIGNATURE_HASH 3709463427
|
||||
#define SIGNATURE_HASH 3882574852
|
||||
#define silentTriggerError_offset 1260
|
||||
#define skippedWheelOnCam_offset 1260
|
||||
#define slowAdcAlpha_offset 1712
|
||||
|
@ -2505,7 +2492,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator true
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.kin.3709463427"
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.kin.3882574852"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -2552,6 +2539,7 @@
|
|||
#define unused17440_offset 17420
|
||||
#define unused184_offset 184
|
||||
#define unused28_offset 28
|
||||
#define unused4080_offset 4052
|
||||
#define unused_1484_bit_24_offset 1272
|
||||
#define unused_1484_bit_25_offset 1272
|
||||
#define unused_1484_bit_26_offset 1272
|
||||
|
|
|
@ -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 Apr 26 23:06:19 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 Thu Apr 28 12:31:53 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -20,7 +20,7 @@ struct stft_cell_cfg_s {
|
|||
sec
|
||||
* offset 2
|
||||
*/
|
||||
uint16_t timeConstant;
|
||||
scaled_channel<uint16_t, 10, 1> timeConstant;
|
||||
};
|
||||
static_assert(sizeof(stft_cell_cfg_s) == 4);
|
||||
|
||||
|
@ -49,7 +49,7 @@ struct stft_s {
|
|||
%
|
||||
* offset 3
|
||||
*/
|
||||
uint8_t deadband;
|
||||
scaled_channel<uint8_t, 10, 1> deadband;
|
||||
/**
|
||||
* Below this temperature, correction is disabled.
|
||||
C
|
||||
|
@ -61,13 +61,13 @@ struct stft_s {
|
|||
afr
|
||||
* offset 5
|
||||
*/
|
||||
uint8_t minAfr;
|
||||
scaled_channel<uint8_t, 10, 1> minAfr;
|
||||
/**
|
||||
* Above this AFR, correction is paused
|
||||
afr
|
||||
* offset 6
|
||||
*/
|
||||
uint8_t maxAfr;
|
||||
scaled_channel<uint8_t, 10, 1> maxAfr;
|
||||
/**
|
||||
* Delay after starting the engine before beginning closed loop correction.
|
||||
seconds
|
||||
|
@ -1277,13 +1277,13 @@ struct engine_configuration_s {
|
|||
%
|
||||
* offset 620
|
||||
*/
|
||||
uint8_t knockRetardAggression;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardAggression;
|
||||
/**
|
||||
* After a knock event, reapply timing at this rate.
|
||||
deg/s
|
||||
* offset 621
|
||||
*/
|
||||
uint8_t knockRetardReapplyRate;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardReapplyRate;
|
||||
/**
|
||||
* Maximum amount of knock retard.
|
||||
deg
|
||||
|
@ -1773,7 +1773,7 @@ struct engine_configuration_s {
|
|||
volts
|
||||
* offset 769
|
||||
*/
|
||||
uint8_t dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 10, 1> dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
* offset 777
|
||||
*/
|
||||
|
@ -1782,7 +1782,7 @@ struct engine_configuration_s {
|
|||
multiplier
|
||||
* offset 778
|
||||
*/
|
||||
uint8_t dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 50, 1> dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
kg
|
||||
* offset 786
|
||||
|
@ -1800,7 +1800,7 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 790
|
||||
*/
|
||||
uint16_t applyNonlinearBelowPulse;
|
||||
scaled_channel<uint16_t, 1000, 1> applyNonlinearBelowPulse;
|
||||
/**
|
||||
* offset 792
|
||||
*/
|
||||
|
@ -2728,13 +2728,13 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 1544
|
||||
*/
|
||||
uint16_t multisparkSparkDuration;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkSparkDuration;
|
||||
/**
|
||||
* This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table.
|
||||
ms
|
||||
* offset 1546
|
||||
*/
|
||||
uint16_t multisparkDwell;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkDwell;
|
||||
/**
|
||||
* See cltIdleRpmBins
|
||||
* offset 1548
|
||||
|
@ -3156,12 +3156,12 @@ struct engine_configuration_s {
|
|||
kg/h
|
||||
* offset 1760
|
||||
*/
|
||||
uint8_t tchargeBins[16];
|
||||
scaled_channel<uint8_t, 1, 5> tchargeBins[16];
|
||||
/**
|
||||
ratio
|
||||
* offset 1776
|
||||
*/
|
||||
uint8_t tchargeValues[16];
|
||||
scaled_channel<uint8_t, 100, 1> tchargeValues[16];
|
||||
/**
|
||||
counter
|
||||
* offset 1792
|
||||
|
@ -3943,10 +3943,9 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float triggerGapOverrideFrom[GAP_TRACKING_LENGTH];
|
||||
/**
|
||||
Percent
|
||||
* offset 4080
|
||||
*/
|
||||
int8_t fuelTrim[MAX_CYLINDER_COUNT];
|
||||
int8_t unused4080[12];
|
||||
/**
|
||||
to
|
||||
* offset 4092
|
||||
|
@ -4412,7 +4411,7 @@ struct persistent_config_s {
|
|||
kPa
|
||||
* offset 17452
|
||||
*/
|
||||
uint16_t mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
scaled_channel<uint16_t, 100, 1> mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
/**
|
||||
% TPS
|
||||
* offset 17964
|
||||
|
@ -4697,4 +4696,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 21164);
|
||||
|
||||
// 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 Apr 26 23:06:19 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 Thu Apr 28 12:31:53 UTC 2022
|
||||
|
|
|
@ -980,18 +980,6 @@
|
|||
#define fuelPumpPin_offset 666
|
||||
#define fuelPumpPinMode_offset 667
|
||||
#define fuelReferencePressure_offset 2036
|
||||
#define fuelTrim10_offset 4089
|
||||
#define fuelTrim11_offset 4090
|
||||
#define fuelTrim12_offset 4091
|
||||
#define fuelTrim1_offset 4080
|
||||
#define fuelTrim2_offset 4081
|
||||
#define fuelTrim3_offset 4082
|
||||
#define fuelTrim4_offset 4083
|
||||
#define fuelTrim5_offset 4084
|
||||
#define fuelTrim6_offset 4085
|
||||
#define fuelTrim7_offset 4086
|
||||
#define fuelTrim8_offset 4087
|
||||
#define fuelTrim9_offset 4088
|
||||
#define fuelTrimLoadBins_offset 20796
|
||||
#define fuelTrimRpmBins_offset 20804
|
||||
#define fuelTrims10_offset 20956
|
||||
|
@ -1752,7 +1740,6 @@
|
|||
#define PACK_MULT_HIGH_PRESSURE 10
|
||||
#define PACK_MULT_LAMBDA 10000
|
||||
#define PACK_MULT_LAMBDA_CFG 147
|
||||
#define PACK_MULT_MAP_ESTIMATE 100
|
||||
#define PACK_MULT_MASS_FLOW 10
|
||||
#define PACK_MULT_MS 300
|
||||
#define PACK_MULT_PERCENT 100
|
||||
|
@ -1916,7 +1903,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define showHumanReadableWarning_offset 896
|
||||
#define SIGNATURE_HASH 2046730562
|
||||
#define SIGNATURE_HASH 1133260485
|
||||
#define silentTriggerError_offset 1260
|
||||
#define skippedWheelOnCam_offset 1260
|
||||
#define slowAdcAlpha_offset 1712
|
||||
|
@ -2498,7 +2485,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port false
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.subaru_eg33_f7.2046730562"
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.subaru_eg33_f7.1133260485"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -2545,6 +2532,7 @@
|
|||
#define unused17440_offset 17448
|
||||
#define unused184_offset 184
|
||||
#define unused28_offset 28
|
||||
#define unused4080_offset 4080
|
||||
#define unused_1484_bit_24_offset 1272
|
||||
#define unused_1484_bit_25_offset 1272
|
||||
#define unused_1484_bit_26_offset 1272
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 26 23:06:23 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:55 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -20,7 +20,7 @@ struct stft_cell_cfg_s {
|
|||
sec
|
||||
* offset 2
|
||||
*/
|
||||
uint16_t timeConstant;
|
||||
scaled_channel<uint16_t, 10, 1> timeConstant;
|
||||
};
|
||||
static_assert(sizeof(stft_cell_cfg_s) == 4);
|
||||
|
||||
|
@ -49,7 +49,7 @@ struct stft_s {
|
|||
%
|
||||
* offset 3
|
||||
*/
|
||||
uint8_t deadband;
|
||||
scaled_channel<uint8_t, 10, 1> deadband;
|
||||
/**
|
||||
* Below this temperature, correction is disabled.
|
||||
C
|
||||
|
@ -61,13 +61,13 @@ struct stft_s {
|
|||
afr
|
||||
* offset 5
|
||||
*/
|
||||
uint8_t minAfr;
|
||||
scaled_channel<uint8_t, 10, 1> minAfr;
|
||||
/**
|
||||
* Above this AFR, correction is paused
|
||||
afr
|
||||
* offset 6
|
||||
*/
|
||||
uint8_t maxAfr;
|
||||
scaled_channel<uint8_t, 10, 1> maxAfr;
|
||||
/**
|
||||
* Delay after starting the engine before beginning closed loop correction.
|
||||
seconds
|
||||
|
@ -1277,13 +1277,13 @@ struct engine_configuration_s {
|
|||
%
|
||||
* offset 620
|
||||
*/
|
||||
uint8_t knockRetardAggression;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardAggression;
|
||||
/**
|
||||
* After a knock event, reapply timing at this rate.
|
||||
deg/s
|
||||
* offset 621
|
||||
*/
|
||||
uint8_t knockRetardReapplyRate;
|
||||
scaled_channel<uint8_t, 10, 1> knockRetardReapplyRate;
|
||||
/**
|
||||
* Maximum amount of knock retard.
|
||||
deg
|
||||
|
@ -1773,7 +1773,7 @@ struct engine_configuration_s {
|
|||
volts
|
||||
* offset 769
|
||||
*/
|
||||
uint8_t dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 10, 1> dwellVoltageCorrVoltBins[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
* offset 777
|
||||
*/
|
||||
|
@ -1782,7 +1782,7 @@ struct engine_configuration_s {
|
|||
multiplier
|
||||
* offset 778
|
||||
*/
|
||||
uint8_t dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
scaled_channel<uint8_t, 50, 1> dwellVoltageCorrValues[DWELL_CURVE_SIZE];
|
||||
/**
|
||||
kg
|
||||
* offset 786
|
||||
|
@ -1800,7 +1800,7 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 790
|
||||
*/
|
||||
uint16_t applyNonlinearBelowPulse;
|
||||
scaled_channel<uint16_t, 1000, 1> applyNonlinearBelowPulse;
|
||||
/**
|
||||
* offset 792
|
||||
*/
|
||||
|
@ -2728,13 +2728,13 @@ struct engine_configuration_s {
|
|||
ms
|
||||
* offset 1544
|
||||
*/
|
||||
uint16_t multisparkSparkDuration;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkSparkDuration;
|
||||
/**
|
||||
* This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table.
|
||||
ms
|
||||
* offset 1546
|
||||
*/
|
||||
uint16_t multisparkDwell;
|
||||
scaled_channel<uint16_t, 1000, 1> multisparkDwell;
|
||||
/**
|
||||
* See cltIdleRpmBins
|
||||
* offset 1548
|
||||
|
@ -3156,12 +3156,12 @@ struct engine_configuration_s {
|
|||
kg/h
|
||||
* offset 1760
|
||||
*/
|
||||
uint8_t tchargeBins[16];
|
||||
scaled_channel<uint8_t, 1, 5> tchargeBins[16];
|
||||
/**
|
||||
ratio
|
||||
* offset 1776
|
||||
*/
|
||||
uint8_t tchargeValues[16];
|
||||
scaled_channel<uint8_t, 100, 1> tchargeValues[16];
|
||||
/**
|
||||
counter
|
||||
* offset 1792
|
||||
|
@ -3943,10 +3943,9 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float triggerGapOverrideFrom[GAP_TRACKING_LENGTH];
|
||||
/**
|
||||
Percent
|
||||
* offset 4080
|
||||
*/
|
||||
int8_t fuelTrim[MAX_CYLINDER_COUNT];
|
||||
int8_t unused4080[12];
|
||||
/**
|
||||
to
|
||||
* offset 4092
|
||||
|
@ -4412,7 +4411,7 @@ struct persistent_config_s {
|
|||
kPa
|
||||
* offset 17452
|
||||
*/
|
||||
uint16_t mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
scaled_channel<uint16_t, 100, 1> mapEstimateTable[FUEL_RPM_COUNT][FUEL_LOAD_COUNT];
|
||||
/**
|
||||
% TPS
|
||||
* offset 17964
|
||||
|
@ -4697,4 +4696,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 21164);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 26 23:06:23 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:55 UTC 2022
|
||||
|
|
|
@ -1002,18 +1002,6 @@
|
|||
#define fuelPumpPin_offset 666
|
||||
#define fuelPumpPinMode_offset 667
|
||||
#define fuelReferencePressure_offset 2036
|
||||
#define fuelTrim10_offset 4089
|
||||
#define fuelTrim11_offset 4090
|
||||
#define fuelTrim12_offset 4091
|
||||
#define fuelTrim1_offset 4080
|
||||
#define fuelTrim2_offset 4081
|
||||
#define fuelTrim3_offset 4082
|
||||
#define fuelTrim4_offset 4083
|
||||
#define fuelTrim5_offset 4084
|
||||
#define fuelTrim6_offset 4085
|
||||
#define fuelTrim7_offset 4086
|
||||
#define fuelTrim8_offset 4087
|
||||
#define fuelTrim9_offset 4088
|
||||
#define fuelTrimLoadBins_offset 20796
|
||||
#define fuelTrimRpmBins_offset 20804
|
||||
#define fuelTrims10_offset 20956
|
||||
|
@ -1774,7 +1762,6 @@
|
|||
#define PACK_MULT_HIGH_PRESSURE 10
|
||||
#define PACK_MULT_LAMBDA 10000
|
||||
#define PACK_MULT_LAMBDA_CFG 147
|
||||
#define PACK_MULT_MAP_ESTIMATE 100
|
||||
#define PACK_MULT_MASS_FLOW 10
|
||||
#define PACK_MULT_MS 300
|
||||
#define PACK_MULT_PERCENT 100
|
||||
|
@ -1937,7 +1924,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define showHumanReadableWarning_offset 896
|
||||
#define SIGNATURE_HASH 1737517429
|
||||
#define SIGNATURE_HASH 1575151346
|
||||
#define silentTriggerError_offset 1260
|
||||
#define skippedWheelOnCam_offset 1260
|
||||
#define slowAdcAlpha_offset 1712
|
||||
|
@ -2519,7 +2506,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.all.1737517429"
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.all.1575151346"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -2566,6 +2553,7 @@
|
|||
#define unused17440_offset 17448
|
||||
#define unused184_offset 184
|
||||
#define unused28_offset 28
|
||||
#define unused4080_offset 4080
|
||||
#define unused_1484_bit_24_offset 1272
|
||||
#define unused_1484_bit_25_offset 1272
|
||||
#define unused_1484_bit_26_offset 1272
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1737517429
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.all.1737517429"
|
||||
#define SIGNATURE_HASH 1575151346
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.all.1575151346"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2058597418
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.alphax-2chan.2058597418"
|
||||
#define SIGNATURE_HASH 1086405549
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.alphax-2chan.1086405549"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3995317889
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.alphax-4chan.3995317889"
|
||||
#define SIGNATURE_HASH 3562092806
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.alphax-4chan.3562092806"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2069535826
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.atlas.2069535826"
|
||||
#define SIGNATURE_HASH 1093145557
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.atlas.1093145557"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1253040159
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.core8.1253040159"
|
||||
#define SIGNATURE_HASH 1893560216
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.core8.1893560216"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1737517429
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.f429-discovery.1737517429"
|
||||
#define SIGNATURE_HASH 1575151346
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.f429-discovery.1575151346"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 239726916
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.frankenso_na6.239726916"
|
||||
#define SIGNATURE_HASH 876314307
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.frankenso_na6.876314307"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 818871904
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.harley81.818871904"
|
||||
#define SIGNATURE_HASH 180122087
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.harley81.180122087"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 759882728
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen-nb1.759882728"
|
||||
#define SIGNATURE_HASH 389573743
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen-nb1.389573743"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 975654667
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen121nissan.975654667"
|
||||
#define SIGNATURE_HASH 5619852
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen121nissan.5619852"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 970523362
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen121vag.970523362"
|
||||
#define SIGNATURE_HASH 61574501
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen121vag.61574501"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2030201880
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen128.2030201880"
|
||||
#define SIGNATURE_HASH 1131471775
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen128.1131471775"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3195369557
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen154hyundai.3195369557"
|
||||
#define SIGNATURE_HASH 2215114706
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen154hyundai.2215114706"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2194036245
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen72.2194036245"
|
||||
#define SIGNATURE_HASH 3098859922
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen72.3098859922"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3861255667
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen81.3861255667"
|
||||
#define SIGNATURE_HASH 3696532084
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen81.3696532084"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1875738664
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen88bmw.1875738664"
|
||||
#define SIGNATURE_HASH 1438584751
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen88bmw.1438584751"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3275104536
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellenNA6.3275104536"
|
||||
#define SIGNATURE_HASH 4182027935
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellenNA6.4182027935"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1797769953
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellenNA8_96.1797769953"
|
||||
#define SIGNATURE_HASH 1364542822
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellenNA8_96.1364542822"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 582756223
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen_cypress.582756223"
|
||||
#define SIGNATURE_HASH 416196856
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.hellen_cypress.416196856"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3709463427
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.kin.3709463427"
|
||||
#define SIGNATURE_HASH 3882574852
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.kin.3882574852"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 145794846
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.mre_f4.145794846"
|
||||
#define SIGNATURE_HASH 851585177
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.mre_f4.851585177"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 145794846
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.mre_f7.145794846"
|
||||
#define SIGNATURE_HASH 851585177
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.mre_f7.851585177"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 930787475
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.prometheus_405.930787475"
|
||||
#define SIGNATURE_HASH 218644244
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.prometheus_405.218644244"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 930787475
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.prometheus_469.930787475"
|
||||
#define SIGNATURE_HASH 218644244
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.prometheus_469.218644244"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1095364852
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.proteus_f4.1095364852"
|
||||
#define SIGNATURE_HASH 2067496819
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.proteus_f4.2067496819"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1095364852
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.proteus_f7.1095364852"
|
||||
#define SIGNATURE_HASH 2067496819
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.proteus_f7.2067496819"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1095364852
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.proteus_h7.1095364852"
|
||||
#define SIGNATURE_HASH 2067496819
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.proteus_h7.2067496819"
|
||||
|
|
|
@ -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 2046730562
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.subaru_eg33_f7.2046730562"
|
||||
#define SIGNATURE_HASH 1133260485
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.subaru_eg33_f7.1133260485"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2340495652
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.tdg-pdm8.2340495652"
|
||||
#define SIGNATURE_HASH 2985537187
|
||||
#define TS_SIGNATURE "rusEFI 2022.04.28.tdg-pdm8.2985537187"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.all.1737517429"
|
||||
signature = "rusEFI 2022.04.28.all.1575151346"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.all.1737517429" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.all.1575151346" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:18 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:50 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.alphax-2chan.2058597418"
|
||||
signature = "rusEFI 2022.04.28.alphax-2chan.1086405549"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.alphax-2chan.2058597418" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.alphax-2chan.1086405549" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:39 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:17 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.alphax-4chan.3995317889"
|
||||
signature = "rusEFI 2022.04.28.alphax-4chan.3562092806"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.alphax-4chan.3995317889" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.alphax-4chan.3562092806" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:18 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.atlas.2069535826"
|
||||
signature = "rusEFI 2022.04.28.atlas.1093145557"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.atlas.2069535826" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.atlas.1093145557" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:15 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:48 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.core8.1253040159"
|
||||
signature = "rusEFI 2022.04.28.core8.1893560216"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.core8.1253040159" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.core8.1893560216" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:37 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.f429-discovery.1737517429"
|
||||
signature = "rusEFI 2022.04.28.f429-discovery.1575151346"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.f429-discovery.1737517429" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.f429-discovery.1575151346" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:13 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:47 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.frankenso_na6.239726916"
|
||||
signature = "rusEFI 2022.04.28.frankenso_na6.876314307"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.frankenso_na6.239726916" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.frankenso_na6.876314307" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:04 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:39 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.harley81.818871904"
|
||||
signature = "rusEFI 2022.04.28.harley81.180122087"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.harley81.818871904" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.harley81.180122087" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:42 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:20 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen-nb1.759882728"
|
||||
signature = "rusEFI 2022.04.28.hellen-nb1.389573743"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen-nb1.759882728" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen-nb1.389573743" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:55 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:31 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen121nissan.975654667"
|
||||
signature = "rusEFI 2022.04.28.hellen121nissan.5619852"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen121nissan.975654667" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen121nissan.5619852" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:47 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:24 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen121vag.970523362"
|
||||
signature = "rusEFI 2022.04.28.hellen121vag.61574501"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen121vag.970523362" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen121vag.61574501" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:45 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:23 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen128.2030201880"
|
||||
signature = "rusEFI 2022.04.28.hellen128.1131471775"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen128.2030201880" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen128.1131471775" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:44 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:21 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen154hyundai.3195369557"
|
||||
signature = "rusEFI 2022.04.28.hellen154hyundai.2215114706"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen154hyundai.3195369557" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen154hyundai.2215114706" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:49 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:25 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen72.2194036245"
|
||||
signature = "rusEFI 2022.04.28.hellen72.3098859922"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen72.2194036245" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen72.3098859922" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:52 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:28 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen81.3861255667"
|
||||
signature = "rusEFI 2022.04.28.hellen81.3696532084"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen81.3861255667" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen81.3696532084" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:54 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:29 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen88bmw.1875738664"
|
||||
signature = "rusEFI 2022.04.28.hellen88bmw.1438584751"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen88bmw.1875738664" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen88bmw.1438584751" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:50 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:27 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellenNA6.3275104536"
|
||||
signature = "rusEFI 2022.04.28.hellenNA6.4182027935"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellenNA6.3275104536" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellenNA6.4182027935" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:57 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:32 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellenNA8_96.1797769953"
|
||||
signature = "rusEFI 2022.04.28.hellenNA8_96.1364542822"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellenNA8_96.1797769953" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellenNA8_96.1364542822" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:35:58 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:33 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.hellen_cypress.582756223"
|
||||
signature = "rusEFI 2022.04.28.hellen_cypress.416196856"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.hellen_cypress.582756223" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.hellen_cypress.416196856" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:20 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Apr 28 12:31:52 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.kin.3709463427"
|
||||
signature = "rusEFI 2022.04.28.kin.3882574852"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.kin.3709463427" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.kin.3882574852" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Apr 28 12:31:51 UTC 2022
|
||||
|
||||
pageSize = 21136
|
||||
page = 1
|
||||
|
@ -1167,18 +1167,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4036, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4040, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4044, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4048, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4052, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4053, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4054, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4055, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4056, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4057, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4058, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4059, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4060, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4061, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4062, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4063, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4052, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4064, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4068, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4072, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1305,7 +1294,7 @@ injPhaseLoadBins = array, U16, 17296, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17328, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17360, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17420, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17424, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17424, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17936, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17968, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18000, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -1973,18 +1962,6 @@ tcu_32Vals = array, U08, 21128, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.mre_f4.145794846"
|
||||
signature = "rusEFI 2022.04.28.mre_f4.851585177"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.mre_f4.145794846" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.mre_f4.851585177" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:01 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:36 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.mre_f7.145794846"
|
||||
signature = "rusEFI 2022.04.28.mre_f7.851585177"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.mre_f7.145794846" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.mre_f7.851585177" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:00 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:35 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.prometheus_405.930787475"
|
||||
signature = "rusEFI 2022.04.28.prometheus_405.218644244"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.prometheus_405.930787475" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.prometheus_405.218644244" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:07 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:41 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.prometheus_469.930787475"
|
||||
signature = "rusEFI 2022.04.28.prometheus_469.218644244"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.prometheus_469.930787475" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.prometheus_469.218644244" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:06 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:40 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.proteus_f4.1095364852"
|
||||
signature = "rusEFI 2022.04.28.proteus_f4.2067496819"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.proteus_f4.1095364852" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.proteus_f4.2067496819" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:10 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:44 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.proteus_f7.1095364852"
|
||||
signature = "rusEFI 2022.04.28.proteus_f7.2067496819"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.proteus_f7.1095364852" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.proteus_f7.2067496819" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:09 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:42 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.proteus_h7.1095364852"
|
||||
signature = "rusEFI 2022.04.28.proteus_h7.2067496819"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.proteus_h7.1095364852" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.proteus_h7.2067496819" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:12 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:45 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.subaru_eg33_f7.2046730562"
|
||||
signature = "rusEFI 2022.04.28.subaru_eg33_f7.1133260485"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.subaru_eg33_f7.2046730562" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.subaru_eg33_f7.1133260485" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:21 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 Thu Apr 28 12:31:53 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.04.28.tdg-pdm8.2340495652"
|
||||
signature = "rusEFI 2022.04.28.tdg-pdm8.2985537187"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2022.04.28.tdg-pdm8.2340495652" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.04.28.tdg-pdm8.2985537187" ; 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
|
||||
|
@ -84,7 +84,7 @@ 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 Thu Apr 28 02:36:16 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:49 UTC 2022
|
||||
|
||||
pageSize = 21164
|
||||
page = 1
|
||||
|
@ -1188,18 +1188,7 @@ triggerGapOverrideFrom15 = scalar, F32, 4064, "from", 1, 0, 0, 20, 2
|
|||
triggerGapOverrideFrom16 = scalar, F32, 4068, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom17 = scalar, F32, 4072, "from", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideFrom18 = scalar, F32, 4076, "from", 1, 0, 0, 20, 2
|
||||
fuelTrim1 = scalar, S08, 4080, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim2 = scalar, S08, 4081, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim3 = scalar, S08, 4082, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim4 = scalar, S08, 4083, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim5 = scalar, S08, 4084, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim6 = scalar, S08, 4085, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim7 = scalar, S08, 4086, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim8 = scalar, S08, 4087, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim9 = scalar, S08, 4088, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim10 = scalar, S08, 4089, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim11 = scalar, S08, 4090, "Percent", 0.02, 0, -25, 25, 2
|
||||
fuelTrim12 = scalar, S08, 4091, "Percent", 0.02, 0, -25, 25, 2
|
||||
unused4080 = array, S08, 4080, [12], "", 1,0,0,0,0
|
||||
triggerGapOverrideTo1 = scalar, F32, 4092, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo2 = scalar, F32, 4096, "to", 1, 0, 0, 20, 2
|
||||
triggerGapOverrideTo3 = scalar, F32, 4100, "to", 1, 0, 0, 20, 2
|
||||
|
@ -1326,7 +1315,7 @@ injPhaseLoadBins = array, U16, 17324, [16], "Load", 1, 0, 0, 500, 0
|
|||
injPhaseRpmBins = array, U16, 17356, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
tcuSolenoidTable = array, U08, 17388, [6x10], "onoff", 1, 0, 0, 1, 0
|
||||
unused17440 = scalar, F32, 17448, "", 1, 0, 0, 0, 0
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 100, 2
|
||||
mapEstimateTable = array, U16, 17452, [16x16], "kPa", 0.01, 0, 0, 600, 2
|
||||
mapEstimateTpsBins = array, U16, 17964, [16], "% TPS", 0.01, 0, 0, 100, 1
|
||||
mapEstimateRpmBins = array, U16, 17996, [16], "RPM", 1, 0, 0, 18000, 0
|
||||
vvtTable1 = array, U08, 18028, [8x8], "value", 1, 0, 0, 255, 0
|
||||
|
@ -2012,18 +2001,6 @@ tcu_32Vals = array, U08, 21156, [8], "%", 1, 0, 0, 255, 0
|
|||
triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
|
||||
triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
|
||||
triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
|
||||
fuelTrim1 = "fuelTrim 1"
|
||||
fuelTrim2 = "fuelTrim 2"
|
||||
fuelTrim3 = "fuelTrim 3"
|
||||
fuelTrim4 = "fuelTrim 4"
|
||||
fuelTrim5 = "fuelTrim 5"
|
||||
fuelTrim6 = "fuelTrim 6"
|
||||
fuelTrim7 = "fuelTrim 7"
|
||||
fuelTrim8 = "fuelTrim 8"
|
||||
fuelTrim9 = "fuelTrim 9"
|
||||
fuelTrim10 = "fuelTrim 10"
|
||||
fuelTrim11 = "fuelTrim 11"
|
||||
fuelTrim12 = "fuelTrim 12"
|
||||
triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
|
||||
triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
|
||||
triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
|
||||
|
|
|
@ -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 Thu Apr 28 02:36:24 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 28 12:31:55 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -970,18 +970,6 @@ public class Fields {
|
|||
public static final int fuelPumpPin_offset = 666;
|
||||
public static final int fuelPumpPinMode_offset = 667;
|
||||
public static final int fuelReferencePressure_offset = 2036;
|
||||
public static final int fuelTrim10_offset = 4089;
|
||||
public static final int fuelTrim11_offset = 4090;
|
||||
public static final int fuelTrim12_offset = 4091;
|
||||
public static final int fuelTrim1_offset = 4080;
|
||||
public static final int fuelTrim2_offset = 4081;
|
||||
public static final int fuelTrim3_offset = 4082;
|
||||
public static final int fuelTrim4_offset = 4083;
|
||||
public static final int fuelTrim5_offset = 4084;
|
||||
public static final int fuelTrim6_offset = 4085;
|
||||
public static final int fuelTrim7_offset = 4086;
|
||||
public static final int fuelTrim8_offset = 4087;
|
||||
public static final int fuelTrim9_offset = 4088;
|
||||
public static final int fuelTrimLoadBins_offset = 20796;
|
||||
public static final int fuelTrimRpmBins_offset = 20804;
|
||||
public static final int fuelTrims10_offset = 20956;
|
||||
|
@ -1713,7 +1701,6 @@ public class Fields {
|
|||
public static final int PACK_MULT_HIGH_PRESSURE = 10;
|
||||
public static final int PACK_MULT_LAMBDA = 10000;
|
||||
public static final int PACK_MULT_LAMBDA_CFG = 147;
|
||||
public static final int PACK_MULT_MAP_ESTIMATE = 100;
|
||||
public static final int PACK_MULT_MASS_FLOW = 10;
|
||||
public static final int PACK_MULT_MS = 300;
|
||||
public static final int PACK_MULT_PERCENT = 100;
|
||||
|
@ -1863,7 +1850,7 @@ public class Fields {
|
|||
public static final int servoOutputPins7_offset = 2738;
|
||||
public static final int servoOutputPins8_offset = 2739;
|
||||
public static final int showHumanReadableWarning_offset = 896;
|
||||
public static final int SIGNATURE_HASH = 1737517429;
|
||||
public static final int SIGNATURE_HASH = 1575151346;
|
||||
public static final int silentTriggerError_offset = 1260;
|
||||
public static final int skippedWheelOnCam_offset = 1260;
|
||||
public static final int slowAdcAlpha_offset = 1712;
|
||||
|
@ -2383,7 +2370,7 @@ 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.04.28.all.1737517429";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.04.28.all.1575151346";
|
||||
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 = 1012;
|
||||
|
@ -2427,6 +2414,7 @@ public class Fields {
|
|||
public static final int unused17440_offset = 17448;
|
||||
public static final int unused184_offset = 184;
|
||||
public static final int unused28_offset = 28;
|
||||
public static final int unused4080_offset = 4080;
|
||||
public static final int unused_1484_bit_24_offset = 1272;
|
||||
public static final int unused_1484_bit_25_offset = 1272;
|
||||
public static final int unused_1484_bit_26_offset = 1272;
|
||||
|
@ -2784,8 +2772,8 @@ public class Fields {
|
|||
public static final Field IDLE_STEPPERSTEPPIN = Field.create("IDLE_STEPPERSTEPPIN", 614, FieldType.INT8, brain_pin_e).setScale(1.0);
|
||||
public static final Field IDLE_SOLENOIDPINMODE = Field.create("IDLE_SOLENOIDPINMODE", 615, FieldType.INT8, pin_output_mode_e).setScale(1.0);
|
||||
public static final Field MANIDLEPOSITION = Field.create("MANIDLEPOSITION", 616, FieldType.FLOAT);
|
||||
public static final Field KNOCKRETARDAGGRESSION = Field.create("KNOCKRETARDAGGRESSION", 620, FieldType.INT8).setScale(1.0);
|
||||
public static final Field KNOCKRETARDREAPPLYRATE = Field.create("KNOCKRETARDREAPPLYRATE", 621, FieldType.INT8).setScale(1.0);
|
||||
public static final Field KNOCKRETARDAGGRESSION = Field.create("KNOCKRETARDAGGRESSION", 620, FieldType.INT8).setScale(0.1);
|
||||
public static final Field KNOCKRETARDREAPPLYRATE = Field.create("KNOCKRETARDREAPPLYRATE", 621, FieldType.INT8).setScale(0.1);
|
||||
public static final Field KNOCKRETARDMAXIMUM = Field.create("KNOCKRETARDMAXIMUM", 622, FieldType.INT8).setScale(1.0);
|
||||
public static final Field VSSFILTERRECIPROCAL = Field.create("VSSFILTERRECIPROCAL", 623, FieldType.INT8).setScale(1.0);
|
||||
public static final Field VSSGEARRATIO = Field.create("VSSGEARRATIO", 624, FieldType.INT16).setScale(0.001);
|
||||
|
@ -2932,12 +2920,12 @@ public class Fields {
|
|||
public static final Field ACFANPIN = Field.create("ACFANPIN", 766, FieldType.INT8, output_pin_e).setScale(1.0);
|
||||
public static final Field ACFANPINMODE = Field.create("ACFANPINMODE", 767, FieldType.INT8, pin_output_mode_e).setScale(1.0);
|
||||
public static final Field L9779SPIDEVICE = Field.create("L9779SPIDEVICE", 768, FieldType.INT8).setScale(1.0);
|
||||
public static final Field DWELLVOLTAGECORRVOLTBINS = Field.create("DWELLVOLTAGECORRVOLTBINS", 769, FieldType.INT8).setScale(1.0);
|
||||
public static final Field DWELLVOLTAGECORRVOLTBINS = Field.create("DWELLVOLTAGECORRVOLTBINS", 769, FieldType.INT8).setScale(0.1);
|
||||
public static final Field IMUTYPE = Field.create("IMUTYPE", 777, FieldType.INT8).setScale(1.0);
|
||||
public static final Field DWELLVOLTAGECORRVALUES = Field.create("DWELLVOLTAGECORRVALUES", 778, FieldType.INT8).setScale(1.0);
|
||||
public static final Field DWELLVOLTAGECORRVALUES = Field.create("DWELLVOLTAGECORRVALUES", 778, FieldType.INT8).setScale(0.02);
|
||||
public static final Field VEHICLEWEIGHT = Field.create("VEHICLEWEIGHT", 786, FieldType.INT16).setScale(1.0);
|
||||
public static final Field IDLEPIDRPMUPPERLIMIT = Field.create("IDLEPIDRPMUPPERLIMIT", 788, FieldType.INT16).setScale(1.0);
|
||||
public static final Field APPLYNONLINEARBELOWPULSE = Field.create("APPLYNONLINEARBELOWPULSE", 790, FieldType.INT16).setScale(1.0);
|
||||
public static final Field APPLYNONLINEARBELOWPULSE = Field.create("APPLYNONLINEARBELOWPULSE", 790, FieldType.INT16).setScale(0.001);
|
||||
public static final Field LPS25BAROSENSORSCL = Field.create("LPS25BAROSENSORSCL", 792, FieldType.INT8, brain_pin_e).setScale(1.0);
|
||||
public static final Field LPS25BAROSENSORSDA = Field.create("LPS25BAROSENSORSDA", 793, FieldType.INT8, brain_pin_e).setScale(1.0);
|
||||
public static final Field VEHICLESPEEDSENSORINPUTPIN = Field.create("VEHICLESPEEDSENSORINPUTPIN", 794, FieldType.INT8, brain_input_pin_e).setScale(1.0);
|
||||
|
@ -3072,23 +3060,23 @@ public class Fields {
|
|||
public static final Field STFT_MAXIDLEREGIONRPM = Field.create("STFT_MAXIDLEREGIONRPM", 980, FieldType.INT8).setScale(50.0);
|
||||
public static final Field STFT_MAXOVERRUNLOAD = Field.create("STFT_MAXOVERRUNLOAD", 981, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_MINPOWERLOAD = Field.create("STFT_MINPOWERLOAD", 982, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_DEADBAND = Field.create("STFT_DEADBAND", 983, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_DEADBAND = Field.create("STFT_DEADBAND", 983, FieldType.INT8).setScale(0.1);
|
||||
public static final Field STFT_MINCLT = Field.create("STFT_MINCLT", 984, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_MINAFR = Field.create("STFT_MINAFR", 985, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_MAXAFR = Field.create("STFT_MAXAFR", 986, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_MINAFR = Field.create("STFT_MINAFR", 985, FieldType.INT8).setScale(0.1);
|
||||
public static final Field STFT_MAXAFR = Field.create("STFT_MAXAFR", 986, FieldType.INT8).setScale(0.1);
|
||||
public static final Field STFT_STARTUPDELAY = Field.create("STFT_STARTUPDELAY", 987, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS1_MAXADD = Field.create("STFT_CELLCFGS1_MAXADD", 988, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS1_MAXREMOVE = Field.create("STFT_CELLCFGS1_MAXREMOVE", 989, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS1_TIMECONSTANT = Field.create("STFT_CELLCFGS1_TIMECONSTANT", 990, FieldType.INT16).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS1_TIMECONSTANT = Field.create("STFT_CELLCFGS1_TIMECONSTANT", 990, FieldType.INT16).setScale(0.1);
|
||||
public static final Field STFT_CELLCFGS2_MAXADD = Field.create("STFT_CELLCFGS2_MAXADD", 992, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS2_MAXREMOVE = Field.create("STFT_CELLCFGS2_MAXREMOVE", 993, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS2_TIMECONSTANT = Field.create("STFT_CELLCFGS2_TIMECONSTANT", 994, FieldType.INT16).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS2_TIMECONSTANT = Field.create("STFT_CELLCFGS2_TIMECONSTANT", 994, FieldType.INT16).setScale(0.1);
|
||||
public static final Field STFT_CELLCFGS3_MAXADD = Field.create("STFT_CELLCFGS3_MAXADD", 996, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS3_MAXREMOVE = Field.create("STFT_CELLCFGS3_MAXREMOVE", 997, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS3_TIMECONSTANT = Field.create("STFT_CELLCFGS3_TIMECONSTANT", 998, FieldType.INT16).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS3_TIMECONSTANT = Field.create("STFT_CELLCFGS3_TIMECONSTANT", 998, FieldType.INT16).setScale(0.1);
|
||||
public static final Field STFT_CELLCFGS4_MAXADD = Field.create("STFT_CELLCFGS4_MAXADD", 1000, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS4_MAXREMOVE = Field.create("STFT_CELLCFGS4_MAXREMOVE", 1001, FieldType.INT8).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS4_TIMECONSTANT = Field.create("STFT_CELLCFGS4_TIMECONSTANT", 1002, FieldType.INT16).setScale(1.0);
|
||||
public static final Field STFT_CELLCFGS4_TIMECONSTANT = Field.create("STFT_CELLCFGS4_TIMECONSTANT", 1002, FieldType.INT16).setScale(0.1);
|
||||
public static final Field STEPPERDCIO1_DIRECTIONPIN1 = Field.create("STEPPERDCIO1_DIRECTIONPIN1", 1004, FieldType.INT8, brain_pin_e).setScale(1.0);
|
||||
public static final Field STEPPERDCIO1_DIRECTIONPIN2 = Field.create("STEPPERDCIO1_DIRECTIONPIN2", 1005, FieldType.INT8, brain_pin_e).setScale(1.0);
|
||||
public static final Field STEPPERDCIO1_CONTROLPIN = Field.create("STEPPERDCIO1_CONTROLPIN", 1006, FieldType.INT8, brain_pin_e).setScale(1.0);
|
||||
|
@ -3257,8 +3245,8 @@ public class Fields {
|
|||
public static final Field TACHPULSEPERREV = Field.create("TACHPULSEPERREV", 1535, FieldType.INT8).setScale(1.0);
|
||||
public static final Field MAPERRORDETECTIONTOOLOW = Field.create("MAPERRORDETECTIONTOOLOW", 1536, FieldType.FLOAT);
|
||||
public static final Field MAPERRORDETECTIONTOOHIGH = Field.create("MAPERRORDETECTIONTOOHIGH", 1540, FieldType.FLOAT);
|
||||
public static final Field MULTISPARKSPARKDURATION = Field.create("MULTISPARKSPARKDURATION", 1544, FieldType.INT16).setScale(1.0);
|
||||
public static final Field MULTISPARKDWELL = Field.create("MULTISPARKDWELL", 1546, FieldType.INT16).setScale(1.0);
|
||||
public static final Field MULTISPARKSPARKDURATION = Field.create("MULTISPARKSPARKDURATION", 1544, FieldType.INT16).setScale(0.001);
|
||||
public static final Field MULTISPARKDWELL = Field.create("MULTISPARKDWELL", 1546, FieldType.INT16).setScale(0.001);
|
||||
public static final Field IDLERPMPID_PFACTOR = Field.create("IDLERPMPID_PFACTOR", 1548, FieldType.FLOAT);
|
||||
public static final Field IDLERPMPID_IFACTOR = Field.create("IDLERPMPID_IFACTOR", 1552, FieldType.FLOAT);
|
||||
public static final Field IDLERPMPID_DFACTOR = Field.create("IDLERPMPID_DFACTOR", 1556, FieldType.FLOAT);
|
||||
|
@ -3363,8 +3351,8 @@ public class Fields {
|
|||
public static final Field HPFPVALVEPIN = Field.create("HPFPVALVEPIN", 1754, FieldType.INT8, output_pin_e).setScale(1.0);
|
||||
public static final Field HPFPVALVEPINMODE = Field.create("HPFPVALVEPINMODE", 1755, FieldType.INT8, pin_output_mode_e).setScale(1.0);
|
||||
public static final Field BOOSTCUTPRESSURE = Field.create("BOOSTCUTPRESSURE", 1756, FieldType.FLOAT);
|
||||
public static final Field TCHARGEBINS = Field.create("TCHARGEBINS", 1760, FieldType.INT8).setScale(1.0);
|
||||
public static final Field TCHARGEVALUES = Field.create("TCHARGEVALUES", 1776, FieldType.INT8).setScale(1.0);
|
||||
public static final Field TCHARGEBINS = Field.create("TCHARGEBINS", 1760, FieldType.INT8).setScale(5.0);
|
||||
public static final Field TCHARGEVALUES = Field.create("TCHARGEVALUES", 1776, FieldType.INT8).setScale(0.01);
|
||||
public static final Field UNUSEDMAPACCELTAPERBINS = Field.create("UNUSEDMAPACCELTAPERBINS", 1792, FieldType.FLOAT);
|
||||
public static final Field FIXEDTIMING = Field.create("FIXEDTIMING", 1824, FieldType.FLOAT);
|
||||
public static final Field MAPLOWVALUEVOLTAGE = Field.create("MAPLOWVALUEVOLTAGE", 1828, FieldType.FLOAT);
|
||||
|
@ -3722,18 +3710,7 @@ public class Fields {
|
|||
public static final Field TRIGGERGAPOVERRIDEFROM16 = Field.create("TRIGGERGAPOVERRIDEFROM16", 4068, FieldType.FLOAT);
|
||||
public static final Field TRIGGERGAPOVERRIDEFROM17 = Field.create("TRIGGERGAPOVERRIDEFROM17", 4072, FieldType.FLOAT);
|
||||
public static final Field TRIGGERGAPOVERRIDEFROM18 = Field.create("TRIGGERGAPOVERRIDEFROM18", 4076, FieldType.FLOAT);
|
||||
public static final Field FUELTRIM1 = Field.create("FUELTRIM1", 4080, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM2 = Field.create("FUELTRIM2", 4081, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM3 = Field.create("FUELTRIM3", 4082, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM4 = Field.create("FUELTRIM4", 4083, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM5 = Field.create("FUELTRIM5", 4084, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM6 = Field.create("FUELTRIM6", 4085, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM7 = Field.create("FUELTRIM7", 4086, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM8 = Field.create("FUELTRIM8", 4087, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM9 = Field.create("FUELTRIM9", 4088, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM10 = Field.create("FUELTRIM10", 4089, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM11 = Field.create("FUELTRIM11", 4090, FieldType.INT8).setScale(1.0);
|
||||
public static final Field FUELTRIM12 = Field.create("FUELTRIM12", 4091, FieldType.INT8).setScale(1.0);
|
||||
public static final Field UNUSED4080 = Field.create("UNUSED4080", 4080, FieldType.INT8).setScale(1.0);
|
||||
public static final Field TRIGGERGAPOVERRIDETO1 = Field.create("TRIGGERGAPOVERRIDETO1", 4092, FieldType.FLOAT);
|
||||
public static final Field TRIGGERGAPOVERRIDETO2 = Field.create("TRIGGERGAPOVERRIDETO2", 4096, FieldType.FLOAT);
|
||||
public static final Field TRIGGERGAPOVERRIDETO3 = Field.create("TRIGGERGAPOVERRIDETO3", 4100, FieldType.FLOAT);
|
||||
|
@ -3863,7 +3840,7 @@ public class Fields {
|
|||
public static final Field INJPHASERPMBINS = Field.create("INJPHASERPMBINS", 17356, FieldType.INT16).setScale(1.0);
|
||||
public static final Field TCUSOLENOIDTABLE = Field.create("TCUSOLENOIDTABLE", 17388, FieldType.INT8).setScale(1.0);
|
||||
public static final Field UNUSED17440 = Field.create("UNUSED17440", 17448, FieldType.FLOAT);
|
||||
public static final Field MAPESTIMATETABLE = Field.create("MAPESTIMATETABLE", 17452, FieldType.INT16).setScale(1.0);
|
||||
public static final Field MAPESTIMATETABLE = Field.create("MAPESTIMATETABLE", 17452, FieldType.INT16).setScale(0.01);
|
||||
public static final Field MAPESTIMATETPSBINS = Field.create("MAPESTIMATETPSBINS", 17964, FieldType.INT16).setScale(0.01);
|
||||
public static final Field MAPESTIMATERPMBINS = Field.create("MAPESTIMATERPMBINS", 17996, FieldType.INT16).setScale(1.0);
|
||||
public static final Field VVTTABLE1 = Field.create("VVTTABLE1", 18028, FieldType.INT8).setScale(1.0);
|
||||
|
@ -5061,18 +5038,7 @@ public class Fields {
|
|||
TRIGGERGAPOVERRIDEFROM16,
|
||||
TRIGGERGAPOVERRIDEFROM17,
|
||||
TRIGGERGAPOVERRIDEFROM18,
|
||||
FUELTRIM1,
|
||||
FUELTRIM2,
|
||||
FUELTRIM3,
|
||||
FUELTRIM4,
|
||||
FUELTRIM5,
|
||||
FUELTRIM6,
|
||||
FUELTRIM7,
|
||||
FUELTRIM8,
|
||||
FUELTRIM9,
|
||||
FUELTRIM10,
|
||||
FUELTRIM11,
|
||||
FUELTRIM12,
|
||||
UNUSED4080,
|
||||
TRIGGERGAPOVERRIDETO1,
|
||||
TRIGGERGAPOVERRIDETO2,
|
||||
TRIGGERGAPOVERRIDETO3,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Apr 25 03:58:25 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Apr 28 12:31:16 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -286,7 +286,6 @@ public class TsOutputs {
|
|||
public static final int PACK_MULT_HIGH_PRESSURE = 10;
|
||||
public static final int PACK_MULT_LAMBDA = 10000;
|
||||
public static final int PACK_MULT_LAMBDA_CFG = 147;
|
||||
public static final int PACK_MULT_MAP_ESTIMATE = 100;
|
||||
public static final int PACK_MULT_MASS_FLOW = 10;
|
||||
public static final int PACK_MULT_MS = 300;
|
||||
public static final int PACK_MULT_PERCENT = 100;
|
||||
|
|
Loading…
Reference in New Issue