Auto-generated configs and docs
This commit is contained in:
parent
ca60dc17bb
commit
4df628998b
|
@ -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 Fri Aug 26 01:47:49 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 28 12:42:38 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4951,8 +4951,23 @@ struct persistent_config_s {
|
|||
* offset 21292
|
||||
*/
|
||||
uint8_t tcu_32Vals[8];
|
||||
/**
|
||||
%
|
||||
* offset 21300
|
||||
*/
|
||||
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
|
||||
/**
|
||||
%
|
||||
* offset 21336
|
||||
*/
|
||||
uint8_t throttle2TrimTpsBins[6];
|
||||
/**
|
||||
RPM
|
||||
* offset 21342
|
||||
*/
|
||||
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
|
||||
};
|
||||
static_assert(sizeof(persistent_config_s) == 21300);
|
||||
static_assert(sizeof(persistent_config_s) == 21348);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Aug 26 01:47:49 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 28 12:42:38 UTC 2022
|
||||
|
|
|
@ -1776,7 +1776,7 @@
|
|||
#define pedalToTpsRpmBins_offset 5632
|
||||
#define pedalToTpsTable_offset 5560
|
||||
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
|
||||
#define persistent_config_s_size 21300
|
||||
#define persistent_config_s_size 21348
|
||||
#define pid_s_size 20
|
||||
#define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0
|
||||
#define PidAutoTune_AutoTunerState_CONVERGED 16
|
||||
|
@ -1935,7 +1935,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define showHumanReadableWarning_offset 960
|
||||
#define SIGNATURE_HASH 3480125490
|
||||
#define SIGNATURE_HASH 1356260071
|
||||
#define silentTriggerError_offset 1360
|
||||
#define skippedWheelOnCam_offset 1360
|
||||
#define slowAdcAlpha_offset 1600
|
||||
|
@ -2121,6 +2121,9 @@
|
|||
#define test557pin_offset 846
|
||||
#define thermistor_conf_s_size 28
|
||||
#define ThermistorConf_size 32
|
||||
#define throttle2TrimRpmBins_offset 21342
|
||||
#define throttle2TrimTable_offset 21300
|
||||
#define throttle2TrimTpsBins_offset 21336
|
||||
#define throttlePedalPositionAdcChannel_offset 528
|
||||
#define throttlePedalPositionSecondAdcChannel_offset 688
|
||||
#define throttlePedalSecondaryUpVoltage_offset 1612
|
||||
|
@ -2165,7 +2168,7 @@
|
|||
#define torqueLoadBins_offset 3684
|
||||
#define torqueRpmBins_offset 3672
|
||||
#define torqueTable_offset 3636
|
||||
#define TOTAL_CONFIG_SIZE 21300
|
||||
#define TOTAL_CONFIG_SIZE 21348
|
||||
#define totalGearsCount_offset 1584
|
||||
#define tps1_1AdcChannel_offset 456
|
||||
#define tps1_2AdcChannel_offset 686
|
||||
|
@ -2492,7 +2495,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.cypress.3480125490"
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.cypress.1356260071"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Aug 26 01:47:47 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 28 12:42:37 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4951,8 +4951,23 @@ struct persistent_config_s {
|
|||
* offset 21292
|
||||
*/
|
||||
uint8_t tcu_32Vals[8];
|
||||
/**
|
||||
%
|
||||
* offset 21300
|
||||
*/
|
||||
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
|
||||
/**
|
||||
%
|
||||
* offset 21336
|
||||
*/
|
||||
uint8_t throttle2TrimTpsBins[6];
|
||||
/**
|
||||
RPM
|
||||
* offset 21342
|
||||
*/
|
||||
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
|
||||
};
|
||||
static_assert(sizeof(persistent_config_s) == 21300);
|
||||
static_assert(sizeof(persistent_config_s) == 21348);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Aug 26 01:47:47 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 28 12:42:37 UTC 2022
|
||||
|
|
|
@ -1776,7 +1776,7 @@
|
|||
#define pedalToTpsRpmBins_offset 5632
|
||||
#define pedalToTpsTable_offset 5560
|
||||
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
|
||||
#define persistent_config_s_size 21300
|
||||
#define persistent_config_s_size 21348
|
||||
#define pid_s_size 20
|
||||
#define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0
|
||||
#define PidAutoTune_AutoTunerState_CONVERGED 16
|
||||
|
@ -1935,7 +1935,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define showHumanReadableWarning_offset 960
|
||||
#define SIGNATURE_HASH 2813928190
|
||||
#define SIGNATURE_HASH 939606059
|
||||
#define silentTriggerError_offset 1360
|
||||
#define skippedWheelOnCam_offset 1360
|
||||
#define slowAdcAlpha_offset 1600
|
||||
|
@ -2121,6 +2121,9 @@
|
|||
#define test557pin_offset 846
|
||||
#define thermistor_conf_s_size 28
|
||||
#define ThermistorConf_size 32
|
||||
#define throttle2TrimRpmBins_offset 21342
|
||||
#define throttle2TrimTable_offset 21300
|
||||
#define throttle2TrimTpsBins_offset 21336
|
||||
#define throttlePedalPositionAdcChannel_offset 528
|
||||
#define throttlePedalPositionSecondAdcChannel_offset 688
|
||||
#define throttlePedalSecondaryUpVoltage_offset 1612
|
||||
|
@ -2165,7 +2168,7 @@
|
|||
#define torqueLoadBins_offset 3684
|
||||
#define torqueRpmBins_offset 3672
|
||||
#define torqueTable_offset 3636
|
||||
#define TOTAL_CONFIG_SIZE 21300
|
||||
#define TOTAL_CONFIG_SIZE 21348
|
||||
#define totalGearsCount_offset 1584
|
||||
#define tps1_1AdcChannel_offset 456
|
||||
#define tps1_2AdcChannel_offset 686
|
||||
|
@ -2492,7 +2495,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.kin.2813928190"
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.kin.939606059"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -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 Fri Aug 26 01:47:50 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 Sun Aug 28 12:42:40 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4951,8 +4951,23 @@ struct persistent_config_s {
|
|||
* offset 21292
|
||||
*/
|
||||
uint8_t tcu_32Vals[8];
|
||||
/**
|
||||
%
|
||||
* offset 21300
|
||||
*/
|
||||
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
|
||||
/**
|
||||
%
|
||||
* offset 21336
|
||||
*/
|
||||
uint8_t throttle2TrimTpsBins[6];
|
||||
/**
|
||||
RPM
|
||||
* offset 21342
|
||||
*/
|
||||
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
|
||||
};
|
||||
static_assert(sizeof(persistent_config_s) == 21300);
|
||||
static_assert(sizeof(persistent_config_s) == 21348);
|
||||
|
||||
// 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 Fri Aug 26 01:47:50 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 Sun Aug 28 12:42:40 UTC 2022
|
||||
|
|
|
@ -1741,7 +1741,7 @@
|
|||
#define pedalToTpsRpmBins_offset 5632
|
||||
#define pedalToTpsTable_offset 5560
|
||||
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
|
||||
#define persistent_config_s_size 21300
|
||||
#define persistent_config_s_size 21348
|
||||
#define pid_s_size 20
|
||||
#define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0
|
||||
#define PidAutoTune_AutoTunerState_CONVERGED 16
|
||||
|
@ -1901,7 +1901,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define showHumanReadableWarning_offset 960
|
||||
#define SIGNATURE_HASH 3060816360
|
||||
#define SIGNATURE_HASH 700988221
|
||||
#define silentTriggerError_offset 1360
|
||||
#define skippedWheelOnCam_offset 1360
|
||||
#define slowAdcAlpha_offset 1600
|
||||
|
@ -2088,6 +2088,9 @@
|
|||
#define test557pin_offset 846
|
||||
#define thermistor_conf_s_size 28
|
||||
#define ThermistorConf_size 32
|
||||
#define throttle2TrimRpmBins_offset 21342
|
||||
#define throttle2TrimTable_offset 21300
|
||||
#define throttle2TrimTpsBins_offset 21336
|
||||
#define throttlePedalPositionAdcChannel_offset 528
|
||||
#define throttlePedalPositionSecondAdcChannel_offset 688
|
||||
#define throttlePedalSecondaryUpVoltage_offset 1612
|
||||
|
@ -2132,7 +2135,7 @@
|
|||
#define torqueLoadBins_offset 3684
|
||||
#define torqueRpmBins_offset 3672
|
||||
#define torqueTable_offset 3636
|
||||
#define TOTAL_CONFIG_SIZE 21300
|
||||
#define TOTAL_CONFIG_SIZE 21348
|
||||
#define totalGearsCount_offset 1584
|
||||
#define tps1_1AdcChannel_offset 456
|
||||
#define tps1_2AdcChannel_offset 686
|
||||
|
@ -2459,7 +2462,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.subaru_eg33_f7.3060816360"
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.subaru_eg33_f7.700988221"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:48:39 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:32 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4951,8 +4951,23 @@ struct persistent_config_s {
|
|||
* offset 21292
|
||||
*/
|
||||
uint8_t tcu_32Vals[8];
|
||||
/**
|
||||
%
|
||||
* offset 21300
|
||||
*/
|
||||
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
|
||||
/**
|
||||
%
|
||||
* offset 21336
|
||||
*/
|
||||
uint8_t throttle2TrimTpsBins[6];
|
||||
/**
|
||||
RPM
|
||||
* offset 21342
|
||||
*/
|
||||
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
|
||||
};
|
||||
static_assert(sizeof(persistent_config_s) == 21300);
|
||||
static_assert(sizeof(persistent_config_s) == 21348);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:48:39 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:32 UTC 2022
|
||||
|
|
|
@ -1776,7 +1776,7 @@
|
|||
#define pedalToTpsRpmBins_offset 5632
|
||||
#define pedalToTpsTable_offset 5560
|
||||
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
|
||||
#define persistent_config_s_size 21300
|
||||
#define persistent_config_s_size 21348
|
||||
#define pid_s_size 20
|
||||
#define PidAutoTune_AutoTunerState_AUTOTUNER_OFF 0
|
||||
#define PidAutoTune_AutoTunerState_CONVERGED 16
|
||||
|
@ -1935,7 +1935,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define showHumanReadableWarning_offset 960
|
||||
#define SIGNATURE_HASH 3480125490
|
||||
#define SIGNATURE_HASH 1356260071
|
||||
#define silentTriggerError_offset 1360
|
||||
#define skippedWheelOnCam_offset 1360
|
||||
#define slowAdcAlpha_offset 1600
|
||||
|
@ -2121,6 +2121,9 @@
|
|||
#define test557pin_offset 846
|
||||
#define thermistor_conf_s_size 28
|
||||
#define ThermistorConf_size 32
|
||||
#define throttle2TrimRpmBins_offset 21342
|
||||
#define throttle2TrimTable_offset 21300
|
||||
#define throttle2TrimTpsBins_offset 21336
|
||||
#define throttlePedalPositionAdcChannel_offset 528
|
||||
#define throttlePedalPositionSecondAdcChannel_offset 688
|
||||
#define throttlePedalSecondaryUpVoltage_offset 1612
|
||||
|
@ -2165,7 +2168,7 @@
|
|||
#define torqueLoadBins_offset 3684
|
||||
#define torqueRpmBins_offset 3672
|
||||
#define torqueTable_offset 3636
|
||||
#define TOTAL_CONFIG_SIZE 21300
|
||||
#define TOTAL_CONFIG_SIZE 21348
|
||||
#define totalGearsCount_offset 1584
|
||||
#define tps1_1AdcChannel_offset 456
|
||||
#define tps1_2AdcChannel_offset 686
|
||||
|
@ -2492,7 +2495,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.all.3480125490"
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.all.1356260071"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3628697725
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.48way.3628697725"
|
||||
#define SIGNATURE_HASH 1207036584
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.48way.1207036584"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3480125490
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.all.3480125490"
|
||||
#define SIGNATURE_HASH 1356260071
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.all.1356260071"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4252769630
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.alphax-2chan.4252769630"
|
||||
#define SIGNATURE_HASH 1657044875
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.alphax-2chan.1657044875"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1148339133
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.alphax-4chan.1148339133"
|
||||
#define SIGNATURE_HASH 3687457128
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.alphax-4chan.3687457128"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3550770453
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.atlas.3550770453"
|
||||
#define SIGNATURE_HASH 1276909504
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.atlas.1276909504"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 964874699
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.core8.964874699"
|
||||
#define SIGNATURE_HASH 2788864798
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.core8.2788864798"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3480125490
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.cypress.3480125490"
|
||||
#define SIGNATURE_HASH 1356260071
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.cypress.1356260071"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3480125490
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.f407-discovery.3480125490"
|
||||
#define SIGNATURE_HASH 1356260071
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.f407-discovery.1356260071"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3480125490
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.f429-discovery.3480125490"
|
||||
#define SIGNATURE_HASH 1356260071
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.f429-discovery.1356260071"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2365750518
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.frankenso_na6.2365750518"
|
||||
#define SIGNATURE_HASH 314187299
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.frankenso_na6.314187299"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1066632477
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.harley81.1066632477"
|
||||
#define SIGNATURE_HASH 2687231944
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.harley81.2687231944"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2064188804
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen-gm-e67.2064188804"
|
||||
#define SIGNATURE_HASH 3836831569
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen-gm-e67.3836831569"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 384152062
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen-nb1.384152062"
|
||||
#define SIGNATURE_HASH 2304627499
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen-nb1.2304627499"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1202731224
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen121nissan.1202731224"
|
||||
#define SIGNATURE_HASH 3624425997
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen121nissan.3624425997"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3209642824
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen121vag.3209642824"
|
||||
#define SIGNATURE_HASH 553066909
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen121vag.553066909"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 831569164
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen128.831569164"
|
||||
#define SIGNATURE_HASH 2921914329
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen128.2921914329"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1461842614
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen154hyundai.1461842614"
|
||||
#define SIGNATURE_HASH 3365507171
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen154hyundai.3365507171"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1028761910
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen72.1028761910"
|
||||
#define SIGNATURE_HASH 2733231075
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen72.2733231075"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3990575160
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen81.3990575160"
|
||||
#define SIGNATURE_HASH 1919105773
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen81.1919105773"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3667629054
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen88bmw.3667629054"
|
||||
#define SIGNATURE_HASH 1159983403
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellen88bmw.1159983403"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 178052784
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellenNA6.178052784"
|
||||
#define SIGNATURE_HASH 2502212709
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellenNA6.2502212709"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1869033946
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellenNA8_96.1869033946"
|
||||
#define SIGNATURE_HASH 4041167631
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.hellenNA8_96.4041167631"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2813928190
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.kin.2813928190"
|
||||
#define SIGNATURE_HASH 939606059
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.kin.939606059"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 12061892
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.mre_f4.12061892"
|
||||
#define SIGNATURE_HASH 2667605521
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.mre_f4.2667605521"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 12061892
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.mre_f7.12061892"
|
||||
#define SIGNATURE_HASH 2667605521
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.mre_f7.2667605521"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2676251092
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.prometheus_405.2676251092"
|
||||
#define SIGNATURE_HASH 3947265
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.prometheus_405.3947265"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2676251092
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.prometheus_469.2676251092"
|
||||
#define SIGNATURE_HASH 3947265
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.prometheus_469.3947265"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1789085508
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.proteus_f4.1789085508"
|
||||
#define SIGNATURE_HASH 4112197009
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.proteus_f4.4112197009"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1789085508
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.proteus_f7.1789085508"
|
||||
#define SIGNATURE_HASH 4112197009
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.proteus_f7.4112197009"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1789085508
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.proteus_h7.1789085508"
|
||||
#define SIGNATURE_HASH 4112197009
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.proteus_h7.4112197009"
|
||||
|
|
|
@ -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 3060816360
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.subaru_eg33_f7.3060816360"
|
||||
#define SIGNATURE_HASH 700988221
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.subaru_eg33_f7.700988221"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1701203558
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.tdg-pdm8.1701203558"
|
||||
#define SIGNATURE_HASH 4208864435
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.28.tdg-pdm8.4208864435"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.all.3480125490"
|
||||
signature = "rusEFI 2022.08.28.all.1356260071"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.all.3480125490" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.all.1356260071" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:49:08 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:29 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.48way.3628697725"
|
||||
signature = "rusEFI 2022.08.28.48way.1207036584"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.48way.3628697725" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.48way.1207036584" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:49 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:10 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.alphax-2chan.4252769630"
|
||||
signature = "rusEFI 2022.08.28.alphax-2chan.1657044875"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.alphax-2chan.4252769630" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.alphax-2chan.1657044875" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:21 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:41 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.alphax-4chan.1148339133"
|
||||
signature = "rusEFI 2022.08.28.alphax-4chan.3687457128"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.alphax-4chan.1148339133" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.alphax-4chan.3687457128" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:43 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.atlas.3550770453"
|
||||
signature = "rusEFI 2022.08.28.atlas.1276909504"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.atlas.3550770453" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.atlas.1276909504" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:49:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:26 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.core8.964874699"
|
||||
signature = "rusEFI 2022.08.28.core8.2788864798"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.core8.964874699" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.core8.2788864798" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:48 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:08 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.cypress.3480125490"
|
||||
signature = "rusEFI 2022.08.28.cypress.1356260071"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.cypress.3480125490" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.cypress.1356260071" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 28 00:48:18 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 28 12:42:38 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.f407-discovery.3480125490"
|
||||
signature = "rusEFI 2022.08.28.f407-discovery.1356260071"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.f407-discovery.3480125490" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.f407-discovery.1356260071" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:49:01 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:22 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.f429-discovery.3480125490"
|
||||
signature = "rusEFI 2022.08.28.f429-discovery.1356260071"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.f429-discovery.3480125490" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.f429-discovery.1356260071" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:49:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:24 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.frankenso_na6.2365750518"
|
||||
signature = "rusEFI 2022.08.28.frankenso_na6.314187299"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.frankenso_na6.2365750518" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.frankenso_na6.314187299" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:51 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:12 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.harley81.1066632477"
|
||||
signature = "rusEFI 2022.08.28.harley81.2687231944"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.harley81.1066632477" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.harley81.2687231944" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:24 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:45 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen-gm-e67.2064188804"
|
||||
signature = "rusEFI 2022.08.28.hellen-gm-e67.3836831569"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen-gm-e67.2064188804" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen-gm-e67.3836831569" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:40 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:00 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen-nb1.384152062"
|
||||
signature = "rusEFI 2022.08.28.hellen-nb1.2304627499"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen-nb1.384152062" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen-nb1.2304627499" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:38 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:58 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen121nissan.1202731224"
|
||||
signature = "rusEFI 2022.08.28.hellen121nissan.3624425997"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen121nissan.1202731224" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen121nissan.3624425997" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:29 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:50 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen121vag.3209642824"
|
||||
signature = "rusEFI 2022.08.28.hellen121vag.553066909"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen121vag.3209642824" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen121vag.553066909" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:28 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:48 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen128.831569164"
|
||||
signature = "rusEFI 2022.08.28.hellen128.2921914329"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen128.831569164" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen128.2921914329" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:26 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:46 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen154hyundai.1461842614"
|
||||
signature = "rusEFI 2022.08.28.hellen154hyundai.3365507171"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen154hyundai.1461842614" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen154hyundai.3365507171" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:31 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:52 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen72.1028761910"
|
||||
signature = "rusEFI 2022.08.28.hellen72.2733231075"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen72.1028761910" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen72.2733231075" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:35 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:55 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen81.3990575160"
|
||||
signature = "rusEFI 2022.08.28.hellen81.1919105773"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen81.3990575160" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen81.1919105773" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:36 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:57 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellen88bmw.3667629054"
|
||||
signature = "rusEFI 2022.08.28.hellen88bmw.1159983403"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellen88bmw.3667629054" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellen88bmw.1159983403" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:33 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:42:53 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellenNA6.178052784"
|
||||
signature = "rusEFI 2022.08.28.hellenNA6.2502212709"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellenNA6.178052784" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellenNA6.2502212709" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:02 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.hellenNA8_96.1869033946"
|
||||
signature = "rusEFI 2022.08.28.hellenNA8_96.4041167631"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.hellenNA8_96.1869033946" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.hellenNA8_96.4041167631" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:43 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:03 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.kin.2813928190"
|
||||
signature = "rusEFI 2022.08.28.kin.939606059"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.kin.2813928190" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.kin.939606059" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 28 00:48:17 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 28 12:42:37 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.mre_f4.12061892"
|
||||
signature = "rusEFI 2022.08.28.mre_f4.2667605521"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.mre_f4.12061892" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.mre_f4.2667605521" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:46 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:07 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.mre_f7.12061892"
|
||||
signature = "rusEFI 2022.08.28.mre_f7.2667605521"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.mre_f7.12061892" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.mre_f7.2667605521" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:44 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:05 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.prometheus_405.2676251092"
|
||||
signature = "rusEFI 2022.08.28.prometheus_405.3947265"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.prometheus_405.2676251092" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.prometheus_405.3947265" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:55 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:15 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.prometheus_469.2676251092"
|
||||
signature = "rusEFI 2022.08.28.prometheus_469.3947265"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.prometheus_469.2676251092" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.prometheus_469.3947265" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:53 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:13 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.proteus_f4.1789085508"
|
||||
signature = "rusEFI 2022.08.28.proteus_f4.4112197009"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.proteus_f4.1789085508" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.proteus_f4.4112197009" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:58 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:19 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.proteus_f7.1789085508"
|
||||
signature = "rusEFI 2022.08.28.proteus_f7.4112197009"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.proteus_f7.1789085508" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.proteus_f7.4112197009" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:56 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:17 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.proteus_h7.1789085508"
|
||||
signature = "rusEFI 2022.08.28.proteus_h7.4112197009"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.proteus_h7.1789085508" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.proteus_h7.4112197009" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:49:00 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:20 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.subaru_eg33_f7.3060816360"
|
||||
signature = "rusEFI 2022.08.28.subaru_eg33_f7.700988221"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.subaru_eg33_f7.3060816360" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.subaru_eg33_f7.700988221" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sun Aug 28 00:48:20 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 Sun Aug 28 12:42:40 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.28.tdg-pdm8.1701203558"
|
||||
signature = "rusEFI 2022.08.28.tdg-pdm8.4208864435"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.28.tdg-pdm8.1701203558" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.28.tdg-pdm8.4208864435" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,9 +86,9 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 00:49:06 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:27 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
pageSize = 21348
|
||||
page = 1
|
||||
engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",96="ET_UNUSED96",97="ET_UNUSED97",98="ET_UNUSED98",17="ET_UNUSED_17",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",57="FRANKENSO_MIATA_NA6_VAF",49="FRANKENSO_QA_ENGINE",8="GY6_139QMB",33="HELLEN72_ETB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",16="MITSU_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",12="MRE_MIATA_NA6_VAF",13="MRE_MIATA_NB2_ETB",15="MRE_MIATA_NB2_MAF",11="MRE_MIATA_NB2_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_ELEMENT_2003",91="PROTEUS_HONDA_OBD2A",25="PROTEUS_LUA_DEMO",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",42="PROTEUS_QC_TEST_BOARD",92="PROTEUS_VAG_80_18T",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",27="TEST_ISSUE_898",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",38="TOYOTA_JZS147",48="UNUSED_48",32="VW_ABA"
|
||||
sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0
|
||||
|
@ -1365,7 +1365,10 @@ tcu_tccLockSpeed = array, U08, 21268, [8], "MPH", 1, 0, 0, 255, 0
|
|||
tcu_tccUnlockSpeed = array, U08, 21276, [8], "MPH", 1, 0, 0, 255, 0
|
||||
tcu_32SpeedBins = array, U08, 21284, [8], "KPH", 1, 0, 0, 255, 0
|
||||
tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
|
||||
; total TS size = 21300
|
||||
throttle2TrimTable = array, S08, 21300, [6x6], "%", 0.1, 0, -10, 10, 1
|
||||
throttle2TrimTpsBins = array, U08, 21336, [6], "%", 1, 0, 0, 120, 0
|
||||
throttle2TrimRpmBins = array, U08, 21342, [6], "RPM", 100.0, 0, 0, 25000, 0
|
||||
; total TS size = 21348
|
||||
[SettingContextHelp]
|
||||
engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
|
||||
sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm"
|
||||
|
@ -3992,6 +3995,11 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
|
||||
xBins = throttle2TrimRpmBins, RPMValue
|
||||
yBins = throttle2TrimTpsBins, TPSValue
|
||||
zBins = throttle2TrimTable
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
|
||||
#if LAMBDA
|
||||
table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
|
||||
|
@ -5070,6 +5078,7 @@ menuDialog = main
|
|||
subMenu = etbDialog, "Electronic throttle body"
|
||||
subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
|
||||
subMenu = pedalToTpsTbl, "ETB pedal target"
|
||||
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
|
||||
|
|
|
@ -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 Sun Aug 28 00:49:10 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 28 12:43:32 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1734,7 +1734,7 @@ public class Fields {
|
|||
public static final int pedalToTpsPedalBins_offset = 5624;
|
||||
public static final int pedalToTpsRpmBins_offset = 5632;
|
||||
public static final int pedalToTpsTable_offset = 5560;
|
||||
public static final int persistent_config_s_size = 21300;
|
||||
public static final int persistent_config_s_size = 21348;
|
||||
public static final int pid_s_size = 20;
|
||||
public static final int PidAutoTune_AutoTunerState_AUTOTUNER_OFF = 0;
|
||||
public static final int PidAutoTune_AutoTunerState_CONVERGED = 16;
|
||||
|
@ -1883,6 +1883,7 @@ public class Fields {
|
|||
public static final int servoOutputPins7_offset = 2086;
|
||||
public static final int servoOutputPins8_offset = 2088;
|
||||
public static final int showHumanReadableWarning_offset = 960;
|
||||
public static final int SIGNATURE_HASH = 1356260071;
|
||||
public static final int silentTriggerError_offset = 1360;
|
||||
public static final int skippedWheelOnCam_offset = 1360;
|
||||
public static final int slowAdcAlpha_offset = 1600;
|
||||
|
@ -2062,6 +2063,9 @@ public class Fields {
|
|||
public static final int test557pin_offset = 846;
|
||||
public static final int thermistor_conf_s_size = 28;
|
||||
public static final int ThermistorConf_size = 32;
|
||||
public static final int throttle2TrimRpmBins_offset = 21342;
|
||||
public static final int throttle2TrimTable_offset = 21300;
|
||||
public static final int throttle2TrimTpsBins_offset = 21336;
|
||||
public static final int throttlePedalPositionAdcChannel_offset = 528;
|
||||
public static final int throttlePedalPositionSecondAdcChannel_offset = 688;
|
||||
public static final int throttlePedalSecondaryUpVoltage_offset = 1612;
|
||||
|
@ -2104,7 +2108,7 @@ public class Fields {
|
|||
public static final int torqueLoadBins_offset = 3684;
|
||||
public static final int torqueRpmBins_offset = 3672;
|
||||
public static final int torqueTable_offset = 3636;
|
||||
public static final int TOTAL_CONFIG_SIZE = 21300;
|
||||
public static final int TOTAL_CONFIG_SIZE = 21348;
|
||||
public static final int totalGearsCount_offset = 1584;
|
||||
public static final int tps1_1AdcChannel_offset = 456;
|
||||
public static final int tps1_2AdcChannel_offset = 686;
|
||||
|
@ -2374,7 +2378,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.08.28.all.3480125490";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.08.28.all.1356260071";
|
||||
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
||||
public static final char TS_TEST_COMMAND = 't';
|
||||
public static final int TS_TOTAL_OUTPUT_SIZE = 1236;
|
||||
|
@ -3940,6 +3944,9 @@ public class Fields {
|
|||
public static final Field TCU_TCCUNLOCKSPEED = Field.create("TCU_TCCUNLOCKSPEED", 21276, FieldType.INT8).setScale(1.0);
|
||||
public static final Field TCU_32SPEEDBINS = Field.create("TCU_32SPEEDBINS", 21284, FieldType.INT8).setScale(1.0);
|
||||
public static final Field TCU_32VALS = Field.create("TCU_32VALS", 21292, FieldType.INT8).setScale(1.0);
|
||||
public static final Field THROTTLE2TRIMTABLE = Field.create("THROTTLE2TRIMTABLE", 21300, FieldType.INT8).setScale(0.1);
|
||||
public static final Field THROTTLE2TRIMTPSBINS = Field.create("THROTTLE2TRIMTPSBINS", 21336, FieldType.INT8).setScale(1.0);
|
||||
public static final Field THROTTLE2TRIMRPMBINS = Field.create("THROTTLE2TRIMRPMBINS", 21342, FieldType.INT8).setScale(100.0);
|
||||
public static final Field[] VALUES = {
|
||||
ENGINETYPE,
|
||||
SENSORSNIFFERRPMTHRESHOLD,
|
||||
|
@ -5296,5 +5303,8 @@ public class Fields {
|
|||
TCU_TCCUNLOCKSPEED,
|
||||
TCU_32SPEEDBINS,
|
||||
TCU_32VALS,
|
||||
THROTTLE2TRIMTABLE,
|
||||
THROTTLE2TRIMTPSBINS,
|
||||
THROTTLE2TRIMRPMBINS,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue