This commit is contained in:
Andrey 2022-11-27 09:24:56 -05:00
commit 634e1c7ab9
93 changed files with 2325 additions and 833 deletions

View File

@ -28,6 +28,9 @@ Release template (copy/paste this for new release):
## Unreleased
### Breaking Changes
- SD logging rate is now set with hz instead of ms period #4553
## November 2022 Release - "Day 267"
### Added

View File

@ -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 Sat Nov 26 19:30:59 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Nov 27 13:14:52 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1919,11 +1919,11 @@ struct engine_configuration_s {
*/
uint8_t etbMaximumPosition;
/**
* SD card logging period, in milliseconds
ms
* Rate the ECU will log to the SD card, in hz (log lines per second).
hz
* offset 852
*/
int16_t sdCardPeriodMs;
uint16_t sdCardLogFrequency;
/**
* offset 854
*/
@ -3680,7 +3680,7 @@ struct engine_configuration_s {
/**
* offset 2088
*/
int8_t sorryUnusedF[4];
float etbDutyThreshold;
/**
* This sets the RPM above which fuel cut is active.
rpm
@ -4318,10 +4318,14 @@ struct engine_configuration_s {
*/
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
/**
units
* offset 3852
*/
uint8_t mainUnusedEnd[160];
float etbDutyShutdownThreshold;
/**
units
* offset 3856
*/
uint8_t mainUnusedEnd[156];
};
static_assert(sizeof(engine_configuration_s) == 4012);
@ -5094,4 +5098,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22800);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Nov 26 19:30:59 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Nov 27 13:14:52 UTC 2022

View File

@ -377,7 +377,7 @@
#define etb_function_e_ETB_Throttle2 2
#define etb_function_e_ETB_Wastegate 4
#define ETB_HW_MAX_FREQUENCY 3000
#define FLASH_DATA_VERSION 10015
#define FLASH_DATA_VERSION 10016
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define FUEL_RPM_COUNT 16
@ -1027,7 +1027,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_24110
#define SIGNATURE_HASH snap_40623
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1301,7 +1301,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.11.27.cypress.snap_24110"
#define TS_SIGNATURE "rusEFI 2022.11.27.cypress.snap_40623"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -11,6 +11,7 @@
*/
#include "pch.h"
#include "electronic_throttle.h"
#include "hellen_meta.h"
#include "defaults.h"

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Nov 26 19:30:57 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Nov 27 13:14:51 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1919,11 +1919,11 @@ struct engine_configuration_s {
*/
uint8_t etbMaximumPosition;
/**
* SD card logging period, in milliseconds
ms
* Rate the ECU will log to the SD card, in hz (log lines per second).
hz
* offset 852
*/
int16_t sdCardPeriodMs;
uint16_t sdCardLogFrequency;
/**
* offset 854
*/
@ -3680,7 +3680,7 @@ struct engine_configuration_s {
/**
* offset 2088
*/
int8_t sorryUnusedF[4];
float etbDutyThreshold;
/**
* This sets the RPM above which fuel cut is active.
rpm
@ -4318,10 +4318,14 @@ struct engine_configuration_s {
*/
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
/**
units
* offset 3852
*/
uint8_t mainUnusedEnd[160];
float etbDutyShutdownThreshold;
/**
units
* offset 3856
*/
uint8_t mainUnusedEnd[156];
};
static_assert(sizeof(engine_configuration_s) == 4012);
@ -5094,4 +5098,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22800);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Nov 26 19:30:57 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Nov 27 13:14:51 UTC 2022

View File

@ -377,7 +377,7 @@
#define etb_function_e_ETB_Throttle2 2
#define etb_function_e_ETB_Wastegate 4
#define ETB_HW_MAX_FREQUENCY 3000
#define FLASH_DATA_VERSION 10015
#define FLASH_DATA_VERSION 10016
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define FUEL_RPM_COUNT 16
@ -1027,7 +1027,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_64738
#define SIGNATURE_HASH snap_15459
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1301,7 +1301,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.11.27.kin.snap_64738"
#define TS_SIGNATURE "rusEFI 2022.11.27.kin.snap_15459"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -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 Sat Nov 26 19:31:00 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 Nov 27 13:14:53 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1919,11 +1919,11 @@ struct engine_configuration_s {
*/
uint8_t etbMaximumPosition;
/**
* SD card logging period, in milliseconds
ms
* Rate the ECU will log to the SD card, in hz (log lines per second).
hz
* offset 852
*/
int16_t sdCardPeriodMs;
uint16_t sdCardLogFrequency;
/**
* offset 854
*/
@ -3680,7 +3680,7 @@ struct engine_configuration_s {
/**
* offset 2088
*/
int8_t sorryUnusedF[4];
float etbDutyThreshold;
/**
* This sets the RPM above which fuel cut is active.
rpm
@ -4318,10 +4318,14 @@ struct engine_configuration_s {
*/
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
/**
units
* offset 3852
*/
uint8_t mainUnusedEnd[160];
float etbDutyShutdownThreshold;
/**
units
* offset 3856
*/
uint8_t mainUnusedEnd[156];
};
static_assert(sizeof(engine_configuration_s) == 4012);
@ -5094,4 +5098,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22800);
// 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 Sat Nov 26 19:31:00 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 Nov 27 13:14:53 UTC 2022

View File

@ -387,7 +387,7 @@
#define etb_function_e_ETB_Throttle2 2
#define etb_function_e_ETB_Wastegate 4
#define ETB_HW_MAX_FREQUENCY 3000
#define FLASH_DATA_VERSION 10015
#define FLASH_DATA_VERSION 10016
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define FUEL_RPM_COUNT 16
@ -993,7 +993,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH snap_34804
#define SIGNATURE_HASH snap_18293
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1268,7 +1268,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.11.27.subaru_eg33_f7.snap_34804"
#define TS_SIGNATURE "rusEFI 2022.11.27.subaru_eg33_f7.snap_18293"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -121,9 +121,9 @@ static void runCommands() {
if (chThdShouldTerminateX() || (baudIdx == efi::size(baudRates))) {
if (baudIdx == efi::size(baudRates)) {
efiPrintf("Failed to find current BT module baudrate");
return;
}
tsChannel->start(engineConfiguration->tunerStudioSerialSpeed);
return;
}
efiPrintf("Restarting at %d", baudRates[baudIdx]);
@ -192,14 +192,17 @@ static void runCommands() {
chThdSleepMilliseconds(10); // safety
tsChannel->start(baudRates[setBaudIdx]);
chsnprintf(tmp, sizeof(tmp), "AT+NAME=%s\r\n", btName);
if (btModuleType == BLUETOOTH_HC_05)
chsnprintf(tmp, sizeof(tmp), "AT+NAME=%s\r\n", btName);
else
chsnprintf(tmp, sizeof(tmp), "AT+NAME%s\r\n", btName);
btWrite(tmp);
if (btWaitOk() != 0) {
goto cmdFailed;
}
if (btModuleType == BLUETOOTH_JDY_3x) {
/* BLE broadcast name */
chsnprintf(tmp, sizeof(tmp), "AT+NAMB=%s\r\n", btName);
chsnprintf(tmp, sizeof(tmp), "AT+NAMB%s\r\n", btName);
btWrite(tmp);
if (btWaitOk() != 0) {
goto cmdFailed;
@ -308,10 +311,12 @@ void bluetoothStart(bluetooth_module_e moduleType, const char *baudRate, const c
// 3) check pin code
if (strlen(pinCode) != 4) {
efiPrintf("Wrong <pincode> parameter! 4 digits expected! %s", usage);
return;
}
for (int i = 0; i < 4; i++) {
if (!isdigit(pinCode[i])) {
efiPrintf("<pincode> should contain digits only %s", usage);
return;
}
}

View File

@ -498,7 +498,6 @@ expected<percent_t> EtbController::getClosedLoop(percent_t target, percent_t obs
m_shouldResetPid = false;
}
// Only allow autotune with stopped engine, and on the first throttle
if (m_isAutotune) {
return getClosedLoopAutotune(target, observation);
} else {
@ -569,6 +568,7 @@ void EtbController::update() {
m_pid.iTermMin = engineConfiguration->etb_iTermMin;
m_pid.iTermMax = engineConfiguration->etb_iTermMax;
// Only allow autotune with stopped engine, and on the first throttle
// Update local state about autotune
m_isAutotune = Sensor::getOrZero(SensorType::Rpm) == 0
&& engine->etbAutoTune

View File

@ -83,6 +83,7 @@ private:
DcMotor *m_motor = nullptr;
Pid m_pid;
bool m_shouldResetPid = false;
// todo: rename to m_targetErrorAccumulator
ErrorAccumulator m_errorAccumulator;
// Pedal -> target map

View File

@ -481,7 +481,7 @@ static void setDefaultEngineConfiguration() {
// Don't enable, but set default address
engineConfiguration->verboseCanBaseAddress = CAN_DEFAULT_BASE;
engineConfiguration->sdCardPeriodMs = 50;
engineConfiguration->sdCardLogFrequency = 50;
engineConfiguration->mapMinBufferLength = 1;
engineConfiguration->vvtActivationDelayMs = 6000;

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Nov 26 19:31:46 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 13:15:30 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1919,11 +1919,11 @@ struct engine_configuration_s {
*/
uint8_t etbMaximumPosition;
/**
* SD card logging period, in milliseconds
ms
* Rate the ECU will log to the SD card, in hz (log lines per second).
hz
* offset 852
*/
int16_t sdCardPeriodMs;
uint16_t sdCardLogFrequency;
/**
* offset 854
*/
@ -3680,7 +3680,7 @@ struct engine_configuration_s {
/**
* offset 2088
*/
int8_t sorryUnusedF[4];
float etbDutyThreshold;
/**
* This sets the RPM above which fuel cut is active.
rpm
@ -4318,10 +4318,14 @@ struct engine_configuration_s {
*/
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
/**
units
* offset 3852
*/
uint8_t mainUnusedEnd[160];
float etbDutyShutdownThreshold;
/**
units
* offset 3856
*/
uint8_t mainUnusedEnd[156];
};
static_assert(sizeof(engine_configuration_s) == 4012);
@ -5094,4 +5098,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22800);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Nov 26 19:31:46 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 13:15:30 UTC 2022

View File

@ -377,7 +377,7 @@
#define etb_function_e_ETB_Throttle2 2
#define etb_function_e_ETB_Wastegate 4
#define ETB_HW_MAX_FREQUENCY 3000
#define FLASH_DATA_VERSION 10015
#define FLASH_DATA_VERSION 10016
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define FUEL_RPM_COUNT 16
@ -1027,7 +1027,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_24110
#define SIGNATURE_HASH snap_40623
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1301,7 +1301,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.11.27.all.snap_24110"
#define TS_SIGNATURE "rusEFI 2022.11.27.all.snap_40623"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_22113
#define TS_SIGNATURE "rusEFI 2022.11.27.48way.snap_22113"
#define SIGNATURE_HASH snap_38624
#define TS_SIGNATURE "rusEFI 2022.11.27.48way.snap_38624"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_24110
#define TS_SIGNATURE "rusEFI 2022.11.27.all.snap_24110"
#define SIGNATURE_HASH snap_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.all.snap_40623"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_49986
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-2chan.snap_49986"
#define SIGNATURE_HASH snap_963
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-2chan.snap_963"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_40353
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-4chan.snap_40353"
#define SIGNATURE_HASH snap_23840
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-4chan.snap_23840"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_43785
#define TS_SIGNATURE "rusEFI 2022.11.27.atlas.snap_43785"
#define SIGNATURE_HASH snap_27528
#define TS_SIGNATURE "rusEFI 2022.11.27.atlas.snap_27528"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_4055
#define TS_SIGNATURE "rusEFI 2022.11.27.core8.snap_4055"
#define SIGNATURE_HASH snap_53078
#define TS_SIGNATURE "rusEFI 2022.11.27.core8.snap_53078"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_24110
#define TS_SIGNATURE "rusEFI 2022.11.27.cypress.snap_24110"
#define SIGNATURE_HASH snap_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.cypress.snap_40623"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_24110
#define TS_SIGNATURE "rusEFI 2022.11.27.f407-discovery.snap_24110"
#define SIGNATURE_HASH snap_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.f407-discovery.snap_40623"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_24110
#define TS_SIGNATURE "rusEFI 2022.11.27.f429-discovery.snap_24110"
#define SIGNATURE_HASH snap_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.f429-discovery.snap_40623"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_41706
#define TS_SIGNATURE "rusEFI 2022.11.27.frankenso_na6.snap_41706"
#define SIGNATURE_HASH snap_25195
#define TS_SIGNATURE "rusEFI 2022.11.27.frankenso_na6.snap_25195"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_6353
#define TS_SIGNATURE "rusEFI 2022.11.27.harley81.snap_6353"
#define SIGNATURE_HASH snap_55376
#define TS_SIGNATURE "rusEFI 2022.11.27.harley81.snap_55376"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_15658
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-gm-e67.snap_15658"
#define SIGNATURE_HASH snap_64939
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-gm-e67.snap_64939"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_28642
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-nb1.snap_28642"
#define SIGNATURE_HASH snap_44899
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-nb1.snap_44899"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_21330
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121nissan.snap_21330"
#define SIGNATURE_HASH snap_37843
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121nissan.snap_37843"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_51507
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121vag.snap_51507"
#define SIGNATURE_HASH snap_2482
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121vag.snap_2482"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_8981
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen128.snap_8981"
#define SIGNATURE_HASH snap_58260
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen128.snap_58260"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_25805
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen154hyundai.snap_25805"
#define SIGNATURE_HASH snap_42060
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen154hyundai.snap_42060"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_20645
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen72.snap_20645"
#define SIGNATURE_HASH snap_36900
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen72.snap_36900"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_34340
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen81.snap_34340"
#define SIGNATURE_HASH snap_18085
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen81.snap_18085"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_19938
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen88bmw.snap_19938"
#define SIGNATURE_HASH snap_36195
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen88bmw.snap_36195"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_61209
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA6.snap_61209"
#define SIGNATURE_HASH snap_12184
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA6.snap_12184"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_61382
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA8_96.snap_61382"
#define SIGNATURE_HASH snap_12103
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA8_96.snap_12103"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_64738
#define TS_SIGNATURE "rusEFI 2022.11.27.kin.snap_64738"
#define SIGNATURE_HASH snap_15459
#define TS_SIGNATURE "rusEFI 2022.11.27.kin.snap_15459"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_14638
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f4.snap_14638"
#define SIGNATURE_HASH snap_63919
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f4.snap_63919"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_14638
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f7.snap_14638"
#define SIGNATURE_HASH snap_63919
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f7.snap_63919"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_34760
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_405.snap_34760"
#define SIGNATURE_HASH snap_18249
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_405.snap_18249"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_34760
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_469.snap_34760"
#define SIGNATURE_HASH snap_18249
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_469.snap_18249"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_39256
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f4.snap_39256"
#define SIGNATURE_HASH snap_23001
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f4.snap_23001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_39256
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f7.snap_39256"
#define SIGNATURE_HASH snap_23001
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f7.snap_23001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_39256
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_h7.snap_39256"
#define SIGNATURE_HASH snap_23001
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_h7.snap_23001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_34804
#define TS_SIGNATURE "rusEFI 2022.11.27.subaru_eg33_f7.snap_34804"
#define SIGNATURE_HASH snap_18293
#define TS_SIGNATURE "rusEFI 2022.11.27.subaru_eg33_f7.snap_18293"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_36986
#define TS_SIGNATURE "rusEFI 2022.11.27.tdg-pdm8.snap_36986"
#define SIGNATURE_HASH snap_20731
#define TS_SIGNATURE "rusEFI 2022.11.27.tdg-pdm8.snap_20731"

View File

@ -97,7 +97,7 @@ public:
bool allowTriggerInput() const;
// Other subsystems call these APIs to indicate a problem has occured
// Other subsystems call these APIs to indicate a problem has occurred
void etbProblem();
void fatalError();

View File

@ -114,6 +114,7 @@ static plain_get_float_s getF_plain[] = {
{"oilPressure.v2", &engineConfiguration->oilPressure.v2},
{"oilPressure.value2", &engineConfiguration->oilPressure.value2},
{"auxFrequencyFilter", &engineConfiguration->auxFrequencyFilter},
{"etbDutyThreshold", &engineConfiguration->etbDutyThreshold},
{"highPressureFuel.v1", &engineConfiguration->highPressureFuel.v1},
{"highPressureFuel.value1", &engineConfiguration->highPressureFuel.value1},
{"highPressureFuel.v2", &engineConfiguration->highPressureFuel.v2},
@ -145,6 +146,7 @@ static plain_get_float_s getF_plain[] = {
{"auxLinear2.v2", &engineConfiguration->auxLinear2.v2},
{"auxLinear2.value2", &engineConfiguration->auxLinear2.value2},
{"etbMinimumPosition", &engineConfiguration->etbMinimumPosition},
{"etbDutyShutdownThreshold", &engineConfiguration->etbDutyShutdownThreshold},
};
plain_get_float_s * findFloat(const char *name) {
@ -410,8 +412,8 @@ float getConfigValueByName(const char *name) {
return engineConfiguration->stoichRatioSecondary;
if (strEqualCaseInsensitive(name, "etbMaximumPosition"))
return engineConfiguration->etbMaximumPosition;
if (strEqualCaseInsensitive(name, "sdCardPeriodMs"))
return engineConfiguration->sdCardPeriodMs;
if (strEqualCaseInsensitive(name, "sdCardLogFrequency"))
return engineConfiguration->sdCardLogFrequency;
if (strEqualCaseInsensitive(name, "mapMinBufferLength"))
return engineConfiguration->mapMinBufferLength;
if (strEqualCaseInsensitive(name, "idlePidDeactivationTpsThreshold"))
@ -1499,9 +1501,9 @@ void setConfigValueByName(const char *name, float value) {
engineConfiguration->etbMaximumPosition = (int)value;
return;
}
if (strEqualCaseInsensitive(name, "sdCardPeriodMs"))
if (strEqualCaseInsensitive(name, "sdCardLogFrequency"))
{
engineConfiguration->sdCardPeriodMs = (int)value;
engineConfiguration->sdCardLogFrequency = (int)value;
return;
}
if (strEqualCaseInsensitive(name, "mapMinBufferLength"))

View File

@ -540,10 +540,15 @@ static THD_FUNCTION(MMCmonThread, arg) {
return;
}
auto period = engineConfiguration->sdCardPeriodMs;
if (period > 0) {
chThdSleepMilliseconds(period);
auto freq = engineConfiguration->sdCardLogFrequency;
if (freq > 250) {
freq = 250;
} else if (freq < 1) {
freq = 1;
}
auto period = 1e6 / freq;
chThdSleepMicroseconds((int)period);
}
}

View File

@ -93,7 +93,7 @@
! Any time an incompatible change is made to the configuration format stored in flash,
! update this string to the current date! It is required to also update TS_SIGNATURE above
! when this happens.
#define FLASH_DATA_VERSION 10015
#define FLASH_DATA_VERSION 10016
! this offset is part of console compatibility mechanism, please DO NOT change this offset
#define TS_FILE_VERSION_OFFSET 124
@ -834,7 +834,7 @@ output_pin_e acFanPin;Optional Radiator Fan used with A/C
custom uart_device_e 1 bits, U08, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UART3"
int16_t sdCardPeriodMs;SD card logging period, in milliseconds;"ms", 1, 0, 0, 30000, 0
uint16_t sdCardLogFrequency;Rate the ECU will log to the SD card, in hz (log lines per second).;"hz", 1, 0, 1, 250, 0
adc_channel_e idlePositionSensor;
Gpio debugMapAveraging;
output_pin_e starterRelayDisablePin;
@ -1349,7 +1349,7 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
int8_t launchFuelAdderPercent
int8_t[3 iterate] sorryUnused
int8_t[4 iterate] sorryUnusedF
float etbDutyThreshold
int16_t coastingFuelCutRpmHigh;This sets the RPM above which fuel cut is active.;"rpm", 1, 0, 0, 5000, 0
int16_t coastingFuelCutRpmLow;This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle;"rpm", 1, 0, 0, 5000, 0
@ -1537,7 +1537,8 @@ uint16_t tuneHidingKey;;"", 1, 0, 0, 20000, 0
#define HIGH_SPEED_COUNT 32
uint16_t[HIGH_SPEED_COUNT] highSpeedOffsets;;"", 1.0000, 0.00000,0.00,65535, 0, noMsqSave
uint8_t[160] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
float etbDutyShutdownThreshold
uint8_t[156] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
! end of engine_configuration_s
end_struct

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.all.snap_24110"
signature = "rusEFI 2022.11.27.all.snap_40623"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.all.snap_24110" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.all.snap_40623" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:48 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6991,7 +7033,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7607,6 +7649,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.48way.snap_22113"
signature = "rusEFI 2022.11.27.48way.snap_38624"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.48way.snap_22113" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.48way.snap_38624" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:35 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",10="BARO Pressure Reference Input (B1)",1="Battery Reference Input (A0)",3="CLT Reference Input (A2)",15="Fuel Pressure Reference Input (C4)",4="IAT Reference Input (A3)",9="MAP Pressure Reference Input (B0)",5="O2 Reference Input (A4)",16="Oil Pressure Reference Input (C5)",2="TPS Reference Input (A1)"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",41="Boost Controller Output (C7)",68="Fan Relay (E2)",69="Fuel Relay (E3)",65="HC1 Output (D15)",64="HC2 Output (D14)",40="Idle1 Output (C6)",62="Ignition 1 Output (D12)",63="Ignition 2 Output (D13)",33="Ignition 3 Output (B15)",32="Ignition 4 Output (B14)",58="Ignition 5 Output (D8)",59="Ignition 6 Output (D9)",61="Ignition 7 Output (D11)",60="Ignition 8 Output (D10)",81="Injector 1 Output (E15)",80="Injector 2 Output (E14)",79="Injector 3 Output (E13)",78="Injector 4 Output (E12)",77="Injector 5 Output (E11)",76="Injector 6 Output (E10)",75="Injector 7 Output (E9)",74="Injector 8 Output (E8)",71="Tachometer (E5)"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5865,34 +5859,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5941,7 +5983,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5950,7 +5992,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6987,7 +7029,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7599,6 +7641,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.alphax-2chan.snap_49986"
signature = "rusEFI 2022.11.27.alphax-2chan.snap_963"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.alphax-2chan.snap_49986" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.alphax-2chan.snap_963" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:15 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",6="A2 Battery Sense",12="B2 - MAP",14="B3 - IAT",2="B4 - O2",5="B5 - TPS",13="B7 - CLT",7="C7 - CAM Hall/Digital",3="On-board MAP"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",40="A3 - Fuel Pump",41="A4 - Tachometer",47="A6 - Ignition A",71="A7 - Ignition B",105="A8 - Injector A",106="B8 - Injector B",42="C1 - Fan Relay",63="C8 - Idle"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6966,7 +7008,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7569,6 +7611,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.alphax-4chan.snap_40353"
signature = "rusEFI 2022.11.27.alphax-4chan.snap_23840"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.alphax-4chan.snap_40353" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.alphax-4chan.snap_23840" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:16 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",12="B2 - MAP",14="B3 - IAT",2="B4 - O2",5="B5 - TPS",13="B7 - CLT",7="C7 - CAM Hall/Digital",9="D4 - TPS2",4="D5 - PPS",15="F6 - PPS2",6="F7 - Ignition Key Voltage",3="On-board MAP"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",10="A3 - Fuel Pump",104="A4 - Tachometer",47="A6 - Ignition 1",71="A7 - Ignition 2",105="A8 - Injector 1",106="B8 - Injector 2",100="C1 - Fan Relay",63="C8 - Idle",61="D1 - Injector 3",41="D2 - Out Boost",70="D6 - Ignition 3",69="D7 - Ignition 4",60="E1 - Injector 4",109="E2 - Out NOS",43="F1 - Idle2",65="F2 - VVT#1",62="F4 - VVT#2",110="F5 - MAIN"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6970,7 +7012,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7573,6 +7615,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.atlas.snap_43785"
signature = "rusEFI 2022.11.27.atlas.snap_27528"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.atlas.snap_43785" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.atlas.snap_27528" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:46 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6983,7 +7025,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7598,6 +7640,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.core8.snap_4055"
signature = "rusEFI 2022.11.27.core8.snap_53078"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.core8.snap_4055" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.core8.snap_53078" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:00 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:34 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",2="Analog Inputs 1 (A1)",11="Analog Inputs 10 (C0)",14="Analog Inputs 13 (C3)",15="Analog Inputs 14 (C4)",16="Analog Inputs 15 (C5)",3="Analog Inputs 2 (A2)",4="Analog Inputs 3 (A3)",5="Analog Inputs 4 (A4)",7="Analog Inputs 6 (A6)",8="Analog Inputs 7 (A7)",10="Analog Inputs 9 (B1)",9="On-board BARO (B0)",1="On-board Battery Sense (A0)",6="On-board MAP (A5)",12="Primary On-board O2 (C1)",13="Secondary On-board O2 (C2)"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",26="DBW Control (B8)",27="DBW Direction (B9)",25="DBW Disable (B7)",81="High Side 1 (E15)",76="High Side 10 (E10)",75="High Side 11 (E9)",74="High Side 12 (E8)",80="High Side 2 (E14)",79="High Side 3 (E13)",78="High Side 4 (E12)",77="High Side 5 (E11)",97="High Side 6 (F15)",98="High Side 7 (G0)",99="High Side 8 (G1)",73="High Side 9 (E7)",32="Low Side 1 (B14 v2.1 ONLY)",95="Low Side 1 (F13)",65="Low Side 10 (D15)",100="Low Side 11 (G2)",101="Low Side 12 (G3)",102="Low Side 13 (G4)",103="Low Side 14 (G5)",104="Low Side 15 (G6)",105="Low Side 16 (G7)",106="Low Side 17 (G8)",40="Low Side 18 (C6)",41="Low Side 19 (C7)",33="Low Side 2 (B15 v2.1 ONLY)",96="Low Side 2 (F14)",10="Low Side 20 (A8)",55="Low Side 21 (D5)",54="Low Side 22 (D4)",53="Low Side 23 (D3)",17="Low Side 24 (A15)",58="Low Side 3 (D8)",59="Low Side 4 (D9)",60="Low Side 5 (D10)",61="Low Side 6 (D11)",62="Low Side 7 (D12)",63="Low Side 8 (D13)",64="Low Side 9 (D14)",90="StepEr Control (F8)",89="StepEr Direction (F7)",91="StepEr Disable (F9)"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5865,34 +5859,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5941,7 +5983,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5950,7 +5992,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6987,7 +7029,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7599,6 +7641,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.cypress.snap_24110"
signature = "rusEFI 2022.11.27.cypress.snap_40623"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.cypress.snap_24110" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.cypress.snap_40623" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Nov 27 01:33:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Nov 27 14:13:13 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6991,7 +7033,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7607,6 +7649,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.f407-discovery.snap_24110"
signature = "rusEFI 2022.11.27.f407-discovery.snap_40623"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.f407-discovery.snap_24110" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.f407-discovery.snap_40623" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:43 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6991,7 +7033,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7607,6 +7649,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.f429-discovery.snap_24110"
signature = "rusEFI 2022.11.27.f429-discovery.snap_40623"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.f429-discovery.snap_24110" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.f429-discovery.snap_40623" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:45 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6991,7 +7033,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7607,6 +7649,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.frankenso_na6.snap_41706"
signature = "rusEFI 2022.11.27.frankenso_na6.snap_25195"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.frankenso_na6.snap_41706" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.frankenso_na6.snap_25195" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:03 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:36 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",16="Analog 3E",8="Analog 3G",7="Analog 3H",5="Analog 3I",4="Analog 3J",2="Analog 3L",3="Analog 3M",14="Analog 3N",1="Analog 3O",12="Analog 3P",13="Analog 3Q",15="Analog VBatt"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",43="Coil 1F",80="Coil 1G",41="Coil 1H",76="Coil 1I",74="Coil 1L",78="Coil 1M",58="Coil 1O",59="Coil 1P",47="Injector 2M",57="Injector 2N",71="Injector 2O",72="Injector 2P",69="Injector 3S",70="Injector 3T",53="Injector 3U",68="Injector 3V",27="Injector 3W",55="Injector 3X",26="Injector 3Y",25="Injector 3Z"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6991,7 +7033,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7607,6 +7649,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.harley81.snap_6353"
signature = "rusEFI 2022.11.27.harley81.snap_55376"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.harley81.snap_6353" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.harley81.snap_55376" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:17 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",2="27 - TPS 2",15="32 Oil Pressure",16="34 Kickstand Position Sensor",4="41 - PPS 1",9="42 - PPS 2",13="49 CLT",6="5 Battery Sense",5="52 - TPS 1",11="53 - MAP",12="55 Engine Temperature",14="72 IAT"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",65="1 Right Oil Cooling",47="24 Front Coil",52="25 Front ACR",64="4 Left Oil Fan",71="43 Rear Coil",105="6 Front Injector",112="61 Reverse Gear",103="63 Cooling Pump",106="7 Rear Injector",109="8 Rear ACR",101="auxMain",41="auxWastegate"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6967,7 +7009,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7571,6 +7613,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen-gm-e67.snap_15658"
signature = "rusEFI 2022.11.27.hellen-gm-e67.snap_64939"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen-gm-e67.snap_15658" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen-gm-e67.snap_64939" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:28 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",6="C1-19 Battery Sense",10="C1-44 Primary Fuel Level",7="C1-45 Secondary Fuel Level",16="C1-46 Vac Sense",4="C1-47 - PPS1",15="C1-49 - PPS2",2="C2-60 - Oil Pressure",5="C2-64 - TPS1",11="C2-65 - Trans Fluids",9="C2-66 - TPS2",13="C3-55 - CLT",14="C3-56 - IAT",8="C3-57 - A/C Pressure",3="C3-58 - Baro",12="C3-59 - MAP"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",100="C1-12 Check Engine",52="C1-13 - Fuel Pump",65="C1-25 Tach",109="C1-26 - Starter Relay",64="C1-39 - VSS Output",112="C1-40 - MAIN",102="C1-56 - Starter Enable",47="C2-1 - IGN 1",61="C2-16 INJ 3",72="C2-17 - IGN 8",69="C2-18 - IGN 4",106="C2-32 INJ 2",27="C2-33 - IGN 7",68="C2-34 - IGN 5",96="C2-48 INJ 8",59="C2-49 INJ 5",94="C2-52 INJ 6",71="C2-53 - IGN 2",26="C2-54 - IGN 6",70="C2-55 - IGN 3",60="C2-70 INJ 4",95="C2-71 INJ 7",105="C2-72 INJ 1",111="C3-16 - Coolant Pump",10="C3-49 - Fan Relay",63="C3-7 - Alternator Enable",43="J4_4 Wastegate Solenoid",53="J4_5 Error Light",46="J7_1 AUX",45="J7_2 AUX",44="J7_3 AUX",17="J7_4 AUX",55="J7_5 AUX",56="J7_6 AUX",66="J7_7 AUX",67="J7_8 AUX"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6968,7 +7010,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7571,6 +7613,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen-nb1.snap_28642"
signature = "rusEFI 2022.11.27.hellen-nb1.snap_44899"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen-nb1.snap_28642" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen-nb1.snap_44899" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:51 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:27 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",6="1B - Battery Sense",4="1G - Steering/RES2",16="1P - AC Switch",9="2A - Pressure Input",14="2B - IAT",1="2C - O2S",13="2E - Coolant",7="2H - CAM",10="2J - CRANK",11="2L - MAF",12="3D - MAP",5="3E - TPS",8="3S - EGR BOOST IN",15="4C - IN TEMP/PPS2",2="TPS1",3="intMAP"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",102="1E - Check Engine Light",11="1I AC Fan Relay",65="1O - ALTERN",110="1Q - Aternator Warning Lamp",62="1R - ECF",109="1S - AC Relay",53="1U - O2H",63="2K - TACH",100="2M US / 2P EUROPE - FPUMP",64="2Q - IDLE",35="3D - MAP",47="3G - IGN_1 (1&4)",71="3H - IGN_2 (2&3)",96="3Q - VICS",94="3T/4D - BOOST OUT",111="3V - O2H2",105="3W - INJ_1",106="3X - INJ_2",61="3Y - INJ_3",60="3Z - INJ_4",59="4E - VVT",41="ETB +",42="ETB -",40="ETB EN"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6968,7 +7010,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7572,6 +7614,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen121nissan.snap_21330"
signature = "rusEFI 2022.11.27.hellen121nissan.snap_37843"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen121nissan.snap_21330" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen121nissan.snap_37843" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:43 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:21 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",4="106 - PPS 1",6="109 Ignition Key Voltage",14="34 - IAT",5="50 - TPS 1",1="51 - MAF",9="69 - TPS 2",13="73 - CLT",15="98 - PPS 2",11="Aux P66",12="Aux P67",3="Aux P68"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",95="10 - VTC Left",103="104 ETB Relay",96="11 - VTC Right",112="111 Main Relay",62="113 Fuel Pump Relay",59="21 - INJ_5",61="22 - INJ_3",105="23 - INJ_1",53="29 - VIAS",94="40 - INJ_6",60="41 - INJ_4",106="42 - INJ_2",68="60 - Coil 5",70="61 - Coil 3",47="62 - Coil 1",26="79 - Coil 6",69="80 - Coil 4",71="81 - Coil 2"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6965,7 +7007,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7570,6 +7612,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen121vag.snap_51507"
signature = "rusEFI 2022.11.27.hellen121vag.snap_2482"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen121vag.snap_51507" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen121vag.snap_2482" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:20 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",12="101 - MAP2",6="106 - KNOCK",1="14 - O2",11="29 In Maf",4="34 In PPS1",15="35 In PPS2",9="84 - TPS2",14="85 - IAT",7="86 - CAM1",8="87 - CAM2",5="92 - TPS 1",13="93 - CLT"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",35="101 - MAP2",138="102 - IGN_1",68="103 - IGN_5",11="104 Wastegate",64="105 - IDLE rev A,B",103="105 - IDLE rev C+",135="110 - IGN_6",70="111 - IGN_3",94="112 INJ 6",59="113 INJ 5",101="115 - VVT1_2",40="117 ETB_OUT+",41="118 ETB_OUT-",42="120 - VVT2 B2",43="18 - VVT2 B1",95="19 - INJ 7",130="22 - VVT1 1",96="24 - INJ 8",63="37 - TACH",102="47 - CEL",128="65 - Fuel Pump",71="7 - IGN_2",136="8 - IGN_7",60="88 - INJ_4",106="89 - INJ_2",69="94 - IGN_4",137="95 - IGN_8",105="96 - INJ_1",61="97 - INJ_3",132="Main Relay"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6968,7 +7010,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7575,6 +7617,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen128.snap_8981"
signature = "rusEFI 2022.11.27.hellen128.snap_58260"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen128.snap_8981" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen128.snap_58260" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:18 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",6="Battery Sense",4="C24 - PPS1",15="C25 - PPS2",12="E23 - MAP",13="E29 - Coolant Temp",5="E31 - TPS1",9="E34 - TPS2",10="E37 - Crank Input",7="E40 - IN_CAM",14="E45 - IAT",11="E47 - MAF",8="P30_IN_AUX4",2="P32_IN_O2S2",1="P36_IN_O2S",3="P40_IN_MAP3",16="P41_IN_AUX3"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",62="A6 - Fan Control",128="C21 - Evap Purge Control",65="C29 - Fuel Pump",105="E1 - LS1",59="E13 - INJ 4",94="E14 - INJ 2",106="E2- LS2",95="E25 - INJ 1",96="E26 - INJ 3",61="E3 - LS3",60="E4 - LS4/VVT",137="F11 - IGN 8",69="F13 - IGN 4",71="F16 - IGN 2",135="F17 - IGN 6",138="F20 - IGN 1",68="F4 - IGN 5",70="F6 - IGN 3",136="F9 - IGN 7",10="P18_OUT_PP2",131="P19_OUT_LOW11",43="P33_PWM5",129="P34_OUT_LOW8",130="P35_OUT_LOW9"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6965,7 +7007,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7570,6 +7612,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen154hyundai.snap_25805"
signature = "rusEFI 2022.11.27.hellen154hyundai.snap_42060"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen154hyundai.snap_25805" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen154hyundai.snap_42060" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:22 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",13="CLT",14="IAT",12="K10 Sensor",6="K2 Ignition Key Voltage",1="K21 Ambient Temperature",2="K58 Oil Temp",11="Map Sensor K31",4="PPS 1",15="PPS 2",5="TPS 1",9="TPS 2"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",53="Aux P66",11="Aux P67",103="Aux P68",47="Coil 1",71="Coil 2",70="Coil 3",69="Coil 4",102="Fan Relay HI",101="Fan Relay Low",111="Fuel Pump K70",105="INJ_1 k25",106="INJ_2 k26",61="INJ_3 k27",60="INJ_4 k28",95="K47 BK1 Wastegate Solenoid",96="K48 LS1",110="K87 AC Relay",62="MIL",112="Main Relay K64",65="Tacho",59="VVT1",94="VVT2"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6965,7 +7007,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7569,6 +7611,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen72.snap_20645"
signature = "rusEFI 2022.11.27.hellen72.snap_36900"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen72.snap_20645" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen72.snap_36900" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:48 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:24 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",2="3L - IGN_7 / AFR",7="3V - CAM (A19)",10="3Y - CRANK (A24)",16="4AE - EGR/MAP4 (A22)",9="4F - AC_PRES/AUX1 (A23)",8="4J - VTCS/AUX4 (A20)",14="4N - IAT (A14)",13="4P - CLT (A11)",6="4S/4T - Alternator voltage",12="4U - MAP2/Ign8 (A10)",5="4V - TPS (A17)",11="4X - MAF (A9)",15="5M - PPS2 OR TEMPERATURE SENSOR",1="5N - TPS2",4="5P - PPS1",3="intMAP (A15)"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",105="2A - INJ_1",62="2B - ECF (PWM8)",59="2C - AC Fan / INJ_5",106="2D - INJ_2",61="2G - INJ_3",60="2J - INJ_4",129="2K - AC (O4)",100="2M - FPUMP (O9)",94="2N - VTSC / INJ_6",70="2O - IGN_3",64="2Q - IDLE (PWM5)",102="2R - CE (O11)",95="3C - Purge Solenoid / INJ_7",96="3D - EGR Solenoid / INJ_8",101="3E - CANIST (O10)",138="3F - IGN_1 (1&4)",132="3H - MAIN (O1)",71="3I - IGN_2 (2&3)",128="3J - O2H (O3)",136="3L - IGN_7 / AFR",65="3M - ALTERN (PWM6)",69="3N - IGN_4",63="3O - TACH (PWM7)",11="3P - O2H2 (O7)",127="3U - AWARN (O2)",68="3Z - IGN_5 / GNDA",135="4K - IGN_6 / +5V_MAP",130="4R - VVT (O5)",137="4U - MAP2/Ign8 (A10)",43="5E - SOLENOID OUTPUT",41="ETB +",42="ETB -",40="ETB EN"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6968,7 +7010,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7572,6 +7614,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen81.snap_34340"
signature = "rusEFI 2022.11.27.hellen81.snap_18085"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen81.snap_34340" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen81.snap_18085" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:25 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",6="13 - IN_VIGN",10="15 - IN_CRANK (A24)",5="16 - IN_TPS",1="18 - IN_O2S",11="37 - IN_MAP1",12="38 - IN_MAP2",13="39 - IN_CLT",14="40 - IN_IAT",3="41 - IN_MAP3",2="55 - IN_O2S2",9="74 - IN_AUX1",15="75 - IN_AUX2",16="76 - IN_AUX3",8="77 - IN_AUX4",4="78 - IN_PPS",7="79 - IN_CAM"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",71="1 - IGN_2",65="10 - OUT_FUEL",127="11 - OUT_HIGH",132="14 - OUT_MAIN",70="2 - IGN_3",72="21 - IGN_8",27="22 - IGN_7",26="23 - IGN_6",68="24 - IGN_5",94="25 - INJ_6",105="27 - INJ_1",11="28 - OUT_O2H2",59="30 - INJ_5",102="31 - OUT_CE",69="4 - IGN_4",101="46 - OUT_CANIST",60="47 - INJ_4",128="48 - OUT_O2H",131="49 - OUT_HEATER",138="5 - IGN_1",130="50 - OUT_STARTER",106="6 - INJ_2",63="60 - OUT_IO",43="64 - OUT_COIL_B2",42="65 - OUT_COIL_B1",41="66 - OUT_COIL_A2",40="67 - OUT_COIL_A1",62="68 - OUT_ECF",129="69 - OUT_AC",61="7 - INJ_3",100="70 - OUT_PUMP",95="72 - INJ_7",96="73 - INJ_8",64="8 - OUT_TACH"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5862,34 +5856,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5938,7 +5980,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5947,7 +5989,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6966,7 +7008,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7568,6 +7610,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellen88bmw.snap_19938"
signature = "rusEFI 2022.11.27.hellen88bmw.snap_36195"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen88bmw.snap_19938" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen88bmw.snap_36195" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:23 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",10="16 - CRANK",7="17 - CAM",11="41 - MAF",6="56 - Battery Sense",5="73 - TPS",14="77 - IAT",13="78 - CLT",8="Aux BARO",12="Aux MAP",15="Aux PPS2",9="Aux TPS2",16="Aux TPS3",4="PPS1",1="VIN5",2="VIN6"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",112="1 - OUT_PUMP",62="2 - IdleC",69="23 - Coil 4",26="24 - Coil 6",68="25 - Coil 5",53="27 - MAIN",43="29 - Idle",59="3 - INJ_5",61="31 - INJ_3",106="32 - INJ_2",105="33 - INJ_1",96="35 - INJ_8",94="4 - INJ_6",65="47 - Tach",60="5 - INJ_4",47="50 - Coil 1",71="51 - Coil 2",70="52 - Coil 3",95="7 - INJ_7/VVT"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6964,7 +7006,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7566,6 +7608,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellenNA6.snap_61209"
signature = "rusEFI 2022.11.27.hellenNA6.snap_12184"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellenNA6.snap_61209" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellenNA6.snap_12184" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:29 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",6="1B - Battery Sense",16="1Q AC Switch",15="1V - Clutch Switch",12="2M - Pressure Sensor",2="2N - Temperature Sensor",1="3N - O2S",11="3O - MAF",14="3P - IAT",13="3Q - CLT",8="4G - PPS2 OR TEMPERATURE SENSOR",9="4H - TPS2",4="4I - PPS1",5="TPS Input",3="intMAP (A15)"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",107="1E - Check Engine Light",138="1G - Ignition 1 & 4 (rev C)",47="1G - Ignition 1 & 4 (rev D)",71="1H - Ignition 2 & 3",129="1J - AC Relay",96="2I - VVT",94="2J - Boost Control",59="3S - A/C Fan 94-95",105="3U - Injector 1",106="3V - Injector 2",64="3W - IDLE",61="3Y - Injector 3",60="3Z - Injector 4",41="ETB +",42="ETB -",40="ETB EN",100="Fuel Pump Relay",62="Radiator Fan",130="Tachometer (rev C)",110="Tachometer (rev D)"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6968,7 +7010,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7573,6 +7615,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.hellenNA8_96.snap_61382"
signature = "rusEFI 2022.11.27.hellenNA8_96.snap_12103"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellenNA8_96.snap_61382" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellenNA8_96.snap_12103" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:55 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:30 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",16="1K - AC Switch",9="2A - Pressure Input",14="2B - IAT",11="2B - MAF",1="2C - O2S",5="2F - TPS",13="2G - Coolant",6="3B - Battery Sense",10="3F - CRANK",7="3G - CAM",8="3S - EGR BOOST IN",15="4C - IN TEMP/PPS2",4="PPS1",2="TPS1",3="intMAP"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",62="1A - ECF",11="1B - AC Fan Relay",102="1E - Check Engine Light",109="1G - AC Relay",100="1U - Fuel Pump",63="3L - TACH",47="3N - IGN_1 (1&4)",64="3Q - IDLE",71="3R - IGN_2 (2&3)",105="3U - INJ_1",106="3V - INJ_2",61="3W - INJ_3",60="3X - INJ_4",111="3Z - O2H2",94="4D - BOOST OUT",59="4E - VVT",41="ETB +",42="ETB -",40="ETB EN",52="P18/P22"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5864,34 +5858,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5940,7 +5982,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5949,7 +5991,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6968,7 +7010,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7571,6 +7613,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.kin.snap_64738"
signature = "rusEFI 2022.11.27.kin.snap_15459"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.kin.snap_64738" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.kin.snap_15459" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Nov 27 01:33:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Nov 27 14:13:12 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PA16", "PA17", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PB16", "PB17", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16", "PC17", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PD16", "PD17", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PE16", "PE17", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "N/A", "N/A", "PA10", "PA11", "PA12", "PA13", "N/A", "N/A", "N/A", "N/A", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "N/A", "N/A", "N/A", "N/A", "PB12", "PB13", "N/A", "N/A", "N/A", "N/A", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "N/A", "N/A", "N/A", "N/A", "PC14", "PC15", "PC16", "PC17", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "N/A", "N/A", "N/A", "N/A", "N/A", "N/A", "N/A", "PD15", "PD16", "N/A", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "N/A", "N/A", "N/A", "N/A", "N/A", "N/A", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5868,34 +5862,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5944,7 +5986,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5953,7 +5995,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6992,7 +7034,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7608,6 +7650,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.mre_f4.snap_14638"
signature = "rusEFI 2022.11.27.mre_f4.snap_63919"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.mre_f4.snap_14638" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.mre_f4.snap_63919" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:58 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:33 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",1="18 - AN temp 1",13="19 - AN volt 4",14="20 - AN volt 5",4="22 - AN temp 4",2="23 - AN temp 2",3="24 - AN temp 3",7="26 - AN volt 2",11="27 - AN volt 1",5="28 - AN volt 10, Aux Reuse",16="30 - AN volt 7",8="31 - AN volt 3",15="32 - AN volt 6, Aux Reuse",9="36 - AN volt 8, Aux Reuse",10="40 - AN volt 9, Aux Reuse",12="Battery Sense"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",53="10 - Ignition 2",52="11 - Ignition 3",51="12 - Ignition 4",56="13 - GP Out 6",57="14 - GP Out 5",6="28 - AN volt 10, Aux Reuse",172="3 - Lowside 2",38="32 - AN volt 6, Aux Reuse",190="33 - GP Out 3",189="34 - GP Out 2",188="35 - GP Out 1",18="36 - AN volt 8, Aux Reuse",168="37 - Injector 1",169="38 - Injector 2",19="40 - AN volt 9, Aux Reuse",170="41 - Injector 3",171="42 - Injector 4",191="43 - GP Out 4",173="7 - Lowside 1",54="9 - Ignition 1",72="AUX J10 PE6",71="AUX J11 PE5",29="AUX J12",28="AUX J13",25="AUX J18 PB7",17="AUX J2 PA15",26="AUX J2 PB8",27="AUX J2 PB9",46="AUX J2 PC12",66="AUX J6"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5865,34 +5859,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5941,7 +5983,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5950,7 +5992,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6967,7 +7009,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7577,6 +7619,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.mre_f7.snap_14638"
signature = "rusEFI 2022.11.27.mre_f7.snap_63919"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.mre_f7.snap_14638" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.mre_f7.snap_63919" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:32 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",1="18 - AN temp 1",13="19 - AN volt 4",14="20 - AN volt 5",4="22 - AN temp 4",2="23 - AN temp 2",3="24 - AN temp 3",7="26 - AN volt 2",11="27 - AN volt 1",5="28 - AN volt 10, Aux Reuse",16="30 - AN volt 7",8="31 - AN volt 3",15="32 - AN volt 6, Aux Reuse",9="36 - AN volt 8, Aux Reuse",10="40 - AN volt 9, Aux Reuse",12="Battery Sense"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",53="10 - Ignition 2",52="11 - Ignition 3",51="12 - Ignition 4",56="13 - GP Out 6",57="14 - GP Out 5",6="28 - AN volt 10, Aux Reuse",172="3 - Lowside 2",38="32 - AN volt 6, Aux Reuse",190="33 - GP Out 3",189="34 - GP Out 2",188="35 - GP Out 1",18="36 - AN volt 8, Aux Reuse",168="37 - Injector 1",169="38 - Injector 2",19="40 - AN volt 9, Aux Reuse",170="41 - Injector 3",171="42 - Injector 4",191="43 - GP Out 4",173="7 - Lowside 1",54="9 - Ignition 1",72="AUX J10 PE6",71="AUX J11 PE5",29="AUX J12",28="AUX J13",25="AUX J18 PB7",17="AUX J2 PA15",26="AUX J2 PB8",27="AUX J2 PB9",46="AUX J2 PC12",66="AUX J6"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5865,34 +5859,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5941,7 +5983,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5950,7 +5992,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6967,7 +7009,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7577,6 +7619,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.prometheus_405.snap_34760"
signature = "rusEFI 2022.11.27.prometheus_405.snap_18249"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.prometheus_405.snap_34760" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.prometheus_405.snap_18249" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:06 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:39 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6985,7 +7027,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7601,6 +7643,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.prometheus_469.snap_34760"
signature = "rusEFI 2022.11.27.prometheus_469.snap_18249"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.prometheus_469.snap_34760" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.prometheus_469.snap_18249" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:37 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6985,7 +7027,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7601,6 +7643,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.proteus_f4.snap_39256"
signature = "rusEFI 2022.11.27.proteus_f4.snap_23001"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.proteus_f4.snap_39256" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.proteus_f4.snap_23001" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:41 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",15="Analog Temp 1",16="Analog Temp 2",9="Analog Temp 3",10="Analog Temp 4",11="Analog Volt 1",6="Analog Volt 10",7="Analog Volt 11",12="Analog Volt 2",13="Analog Volt 3",14="Analog Volt 4",1="Analog Volt 5",2="Analog Volt 6",3="Analog Volt 7",4="Analog Volt 8",5="Analog Volt 9",8="Battery Sense"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",11="Highside 1",10="Highside 2",65="Highside 3",64="Highside 4",54="Ign 1",102="Ign 10",101="Ign 11",100="Ign 12",53="Ign 2",43="Ign 3",42="Ign 4",41="Ign 5",106="Ign 6",105="Ign 7",104="Ign 8",103="Ign 9",57="Lowside 1",24="Lowside 10",25="Lowside 11",26="Lowside 12",27="Lowside 13",66="Lowside 14",67="Lowside 15",68="Lowside 16",107="Lowside 2",108="Lowside 3",109="Lowside 4",110="Lowside 5",111="Lowside 6",112="Lowside 7",22="Lowside 8",23="Lowside 9",60="STM32 PD10",61="STM32 PD11",62="STM32 PD12",63="STM32 PD13",58="STM32 PD8",59="STM32 PD9"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6959,7 +7001,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7569,6 +7611,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.proteus_f7.snap_39256"
signature = "rusEFI 2022.11.27.proteus_f7.snap_23001"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.proteus_f7.snap_39256" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.proteus_f7.snap_23001" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:40 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",15="Analog Temp 1",16="Analog Temp 2",9="Analog Temp 3",10="Analog Temp 4",11="Analog Volt 1",6="Analog Volt 10",7="Analog Volt 11",12="Analog Volt 2",13="Analog Volt 3",14="Analog Volt 4",1="Analog Volt 5",2="Analog Volt 6",3="Analog Volt 7",4="Analog Volt 8",5="Analog Volt 9",8="Battery Sense"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",11="Highside 1",10="Highside 2",65="Highside 3",64="Highside 4",54="Ign 1",102="Ign 10",101="Ign 11",100="Ign 12",53="Ign 2",43="Ign 3",42="Ign 4",41="Ign 5",106="Ign 6",105="Ign 7",104="Ign 8",103="Ign 9",57="Lowside 1",24="Lowside 10",25="Lowside 11",26="Lowside 12",27="Lowside 13",66="Lowside 14",67="Lowside 15",68="Lowside 16",107="Lowside 2",108="Lowside 3",109="Lowside 4",110="Lowside 5",111="Lowside 6",112="Lowside 7",22="Lowside 8",23="Lowside 9",60="STM32 PD10",61="STM32 PD11",62="STM32 PD12",63="STM32 PD13",58="STM32 PD8",59="STM32 PD9"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6959,7 +7001,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7569,6 +7611,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.proteus_h7.snap_39256"
signature = "rusEFI 2022.11.27.proteus_h7.snap_23001"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.proteus_h7.snap_39256" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.proteus_h7.snap_23001" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:42 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",15="Analog Temp 1",16="Analog Temp 2",9="Analog Temp 3",10="Analog Temp 4",11="Analog Volt 1",6="Analog Volt 10",7="Analog Volt 11",12="Analog Volt 2",13="Analog Volt 3",14="Analog Volt 4",1="Analog Volt 5",2="Analog Volt 6",3="Analog Volt 7",4="Analog Volt 8",5="Analog Volt 9",8="Battery Sense"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",11="Highside 1",10="Highside 2",65="Highside 3",64="Highside 4",54="Ign 1",102="Ign 10",101="Ign 11",100="Ign 12",53="Ign 2",43="Ign 3",42="Ign 4",41="Ign 5",106="Ign 6",105="Ign 7",104="Ign 8",103="Ign 9",57="Lowside 1",24="Lowside 10",25="Lowside 11",26="Lowside 12",27="Lowside 13",66="Lowside 14",67="Lowside 15",68="Lowside 16",107="Lowside 2",108="Lowside 3",109="Lowside 4",110="Lowside 5",111="Lowside 6",112="Lowside 7",22="Lowside 8",23="Lowside 9",60="STM32 PD10",61="STM32 PD11",62="STM32 PD12",63="STM32 PD13",58="STM32 PD8",59="STM32 PD9"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5861,34 +5855,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5937,7 +5979,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5946,7 +5988,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6959,7 +7001,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7569,6 +7611,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.subaru_eg33_f7.snap_34804"
signature = "rusEFI 2022.11.27.subaru_eg33_f7.snap_18293"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.subaru_eg33_f7.snap_34804" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.subaru_eg33_f7.snap_18293" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sun Nov 27 01:33:33 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 Nov 27 14:13:14 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",7="A02 - VBat",15="A03 - Coolant t Ain",10="A04 - EGR t Ain",16="A06 - Oxyg 1 Ain",9="A06 - Oxyg 2 Ain",12="A18 - AUX0 Ain",1="AUX0_18 - MAP Ain",6="AUX0_19 - IAT Ain",13="B02 - TPS Ain",4="B05 - MAF Ain"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",186="A01 - Injector 5",194="A12 - Injector 6",159="AUX0_14 - AUX0 OD output 1",158="AUX0_17 - AUX0 OD output 0",160="B08 - AC clutch",149="C14 - FPump modulator",153="C15 - AUX1 OD out",148="C16 - Tacho out",157="D01 - IDLE close",156="D02 - IDLE open",147="D03 - FAN 2 relay",121="D05 - Self Shutdown",155="D06 - Absorber purge valve",188="D07 - Ignition Cyl 4",198="D08 - Ignition Cyl 2",189="D09 - Ignition Cyl 3",199="D10 - Ignition Cyl 1",185="D11 - Injector 3",192="D12 - Injector 2",184="D13 - Injector 1",197="D16 - Ignition Cyl 6",146="D17 - FAN 1 relay",154="D18 - Auxillary air valve",152="D19 - Check Engine indicator",161="D20 - Inertia-Resonance Super-Charger control",191="D21 - Ignition Cyl 5",151="D22 - EGR control",150="D23 - Fuel Pump relay",193="D26 - Injector 4"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5863,34 +5857,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5939,7 +5981,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5948,7 +5990,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6982,7 +7024,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "#rusEFI logs to SD when powered without USB connected"
field = "#rusEFI connects SD to your PC when powered by USB"
field = "Enable SD Card", isSdCardEnabled
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7591,6 +7633,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.tdg-pdm8.snap_36986"
signature = "rusEFI 2022.11.27.tdg-pdm8.snap_20731"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.tdg-pdm8.snap_36986" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.tdg-pdm8.snap_20731" ; 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,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 01:34:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:47 UTC 2022
pageSize = 22800
page = 1
@ -413,7 +413,7 @@ stepperDirectionPinMode = bits, U08, 848, [0:1], "default", "default inverted",
mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
sdCardLogFrequency = scalar, U16, 852, "hz", 1, 0, 1, 250, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",5="Battery Sense",11="Sense 1",12="Sense 2",13="Sense 3",14="Sense 4",15="Sense 5",16="Sense 6",9="Sense 7",10="Sense 8"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",257="Out 1",258="Out 2",259="Out 3",260="Out 4",261="Out 5",262="Out 6",263="Out 7",264="Out 8"
@ -929,10 +929,7 @@ launchFuelAdderPercent = scalar, S08, 2084, "", 1, 0, 0, 100, 0
sorryUnused1 = scalar, S08, 2085, "", 1, 0, 0, 100, 0
sorryUnused2 = scalar, S08, 2086, "", 1, 0, 0, 100, 0
sorryUnused3 = scalar, S08, 2087, "", 1, 0, 0, 100, 0
sorryUnusedF1 = scalar, S08, 2088, "", 1, 0, 0, 100, 0
sorryUnusedF2 = scalar, S08, 2089, "", 1, 0, 0, 100, 0
sorryUnusedF3 = scalar, S08, 2090, "", 1, 0, 0, 100, 0
sorryUnusedF4 = scalar, S08, 2091, "", 1, 0, 0, 100, 0
etbDutyThreshold = scalar, F32, 2088, "", 1, 0, 0, 100, 0
coastingFuelCutRpmHigh = scalar, S16, 2092, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutRpmLow = scalar, S16, 2094, "rpm", 1, 0, 0, 5000, 0
coastingFuelCutTps = scalar, S16, 2096, "%", 1, 0, 0, 20, 0
@ -1189,7 +1186,8 @@ etbMinimumPosition = scalar, F32, 3764, "%", 1, 0, 0.01, 100, 2
tuneHidingKey = scalar, U16, 3768, "", 1, 0, 0, 20000, 0
vinNumber = string, ASCII, 3770, 17
highSpeedOffsets = array, U16, 3788, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave
mainUnusedEnd = array, U08, 3852, [160], "units", 1, 0, 0, 1, 0
etbDutyShutdownThreshold = scalar, F32, 3852, "", 1, 0, 0, 100, 0
mainUnusedEnd = array, U08, 3856, [156], "units", 1, 0, 0, 1, 0
etbBiasBins = array, F32, 4012, [8], "target TPS position", 1, 0, 0, 100, 0
etbBiasValues = array, F32, 4044, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
iacPidMultTable = array, U08, 4076, [8x8], "%", 1, 0, 0, 999, 2
@ -1596,7 +1594,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
sdCardPeriodMs = "SD card logging period, in milliseconds"
sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
startStopButtonPin = "See also starterControlPin"
@ -1879,10 +1877,6 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
sorryUnused1 = "sorryUnused 1"
sorryUnused2 = "sorryUnused 2"
sorryUnused3 = "sorryUnused 3"
sorryUnusedF1 = "sorryUnusedF 1"
sorryUnusedF2 = "sorryUnusedF 2"
sorryUnusedF3 = "sorryUnusedF 3"
sorryUnusedF4 = "sorryUnusedF 4"
coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
@ -4723,13 +4717,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 3}
@ -5867,34 +5861,82 @@ dialog = wideband_stateDialog, "wideband_state"
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -5943,7 +5985,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -5952,7 +5994,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0 && throttlePedalPositionAdcChannel != 0}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
@ -6991,7 +7033,7 @@ dialog = wideband_stateDialog, "wideband_state"
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -7607,6 +7649,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -1570,13 +1570,13 @@ menuDialog = main
groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == @@engine_load_mode_e_LM_SPEED_DENSITY@@}
@ -2360,34 +2360,82 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
panel = multisparkDwellParams
dialog = ignAdder1Cfg, "Ignition adder 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends1_blendParameter
panel = ignAdder1Bias
dialog = ignAdder2Cfg, "Ignition adder 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends2_blendParameter
panel = ignAdder2Bias
dialog = ignAdder3Cfg, "Ignition adder 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends3_blendParameter
panel = ignAdder3Bias
dialog = ignAdder4Cfg, "Ignition adder 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the base ignition table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in 5.0 degrees of ignition timing added."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", ignBlends4_blendParameter
panel = ignAdder4Bias
dialog = veBlend1Cfg, "VE blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends1_blendParameter
panel = veBlend2Bias
dialog = veBlend2Cfg, "VE blend 2 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends2_blendParameter
panel = veBlend2Bias
dialog = veBlend3Cfg, "VE blend 3 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends3_blendParameter
panel = veBlend3Bias
dialog = veBlend4Cfg, "VE blend 4 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the VE table. For example, a value of"
field = "#+10 in the table, with 50 as the current bias will result"
field = "#in +5.0 added to the VE."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
@ -2436,7 +2484,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != @@ADC_CHANNEL_NONE@@}
field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != @@ADC_CHANNEL_NONE@@}
field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != @@ADC_CHANNEL_NONE@@}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, {tps1_2AdcChannel != @@ADC_CHANNEL_NONE@@ && throttlePedalPositionAdcChannel != @@ADC_CHANNEL_NONE@@}
commandButton = "Auto Calibrate ETB 1", cmb_etb_auto_calibrate, { etb1configured == 1}
dialog = tpsNum2, "Throttle Body #2"
field = "Primary sensor", tps2_1AdcChannel
@ -2445,7 +2493,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != @@ADC_CHANNEL_NONE@@}
field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != @@ADC_CHANNEL_NONE@@}
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != @@ADC_CHANNEL_NONE@@}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, {tps2_1AdcChannel != @@ADC_CHANNEL_NONE@@ && tps2_2AdcChannel != @@ADC_CHANNEL_NONE@@ && throttlePedalPositionAdcChannel != @@ADC_CHANNEL_NONE@@}
commandButton = "Auto Calibrate ETB 2", cmb_etb_auto_calibrate_2, { etb2configured == 1}
dialog = tpsLimits, "TPS Limits"
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != @@ADC_CHANNEL_NONE@@}
@ -3485,7 +3533,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Enable SD Card", isSdCardEnabled
field = "CS Pin", sdCardCsPin @@if_ts_show_sd_pins
field = "SPI", sdCardSpiDevice @@if_ts_show_sd_pins
field = "Write Period", sdCardPeriodMs
field = "SD logger rate", sdCardLogFrequency
dialog = gpsReceiver, "GPS Receiver"
field = "gps RX", gps_rx_pin
@ -4137,6 +4185,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseD4PullDown", boardUseD4PullDown
field = "boardUseD5PullDown", boardUseD5PullDown
field = "SENT input 1", sentInputPins1
field = "etbDutyThreshold", etbDutyThreshold
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking

View File

@ -19,7 +19,10 @@ public:
void reset();
private:
// more or less threshold parameter
float m_ignoreError = 0;
float m_errorIntegral = 0;
// time parameter
float m_dt = 0;
// current state
float m_errorIntegral = 0;
};

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Nov 26 05:37:37 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sun Nov 27 13:14:50 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class AcControl {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Sat Nov 26 05:37:37 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Sun Nov 27 13:14:50 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class BoostControl {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sat Nov 26 05:37:37 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sun Nov 27 13:14:50 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class EngineState {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -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 Nov 27 01:34:20 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 14:13:50 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -360,7 +360,7 @@ public class Fields {
public static final int etb_function_e_ETB_Throttle2 = 2;
public static final int etb_function_e_ETB_Wastegate = 4;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;
@ -1182,7 +1182,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.11.27.all.snap_24110";
public static final String TS_SIGNATURE = "rusEFI 2022.11.27.all.snap_40623";
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 = 1260;
@ -1598,7 +1598,7 @@ public class Fields {
public static final Field MC33972SPIDEVICE = Field.create("MC33972SPIDEVICE", 849, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field STOICHRATIOSECONDARY = Field.create("STOICHRATIOSECONDARY", 850, FieldType.INT8).setScale(0.1).setBaseOffset(0);
public static final Field ETBMAXIMUMPOSITION = Field.create("ETBMAXIMUMPOSITION", 851, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SDCARDPERIODMS = Field.create("SDCARDPERIODMS", 852, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field SDCARDLOGFREQUENCY = Field.create("SDCARDLOGFREQUENCY", 852, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field IDLEPOSITIONSENSOR = Field.create("IDLEPOSITIONSENSOR", 854, FieldType.INT8, adc_channel_e).setScale(1.0).setBaseOffset(0);
public static final Field ALIGNMENTFILL_AT_855 = Field.create("ALIGNMENTFILL_AT_855", 855, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field DEBUGMAPAVERAGING = Field.create("DEBUGMAPAVERAGING", 856, FieldType.INT16, Gpio).setScale(1.0).setBaseOffset(0);
@ -2147,10 +2147,7 @@ public class Fields {
public static final Field SORRYUNUSED1 = Field.create("SORRYUNUSED1", 2085, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SORRYUNUSED2 = Field.create("SORRYUNUSED2", 2086, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SORRYUNUSED3 = Field.create("SORRYUNUSED3", 2087, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SORRYUNUSEDF1 = Field.create("SORRYUNUSEDF1", 2088, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SORRYUNUSEDF2 = Field.create("SORRYUNUSEDF2", 2089, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SORRYUNUSEDF3 = Field.create("SORRYUNUSEDF3", 2090, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field SORRYUNUSEDF4 = Field.create("SORRYUNUSEDF4", 2091, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field ETBDUTYTHRESHOLD = Field.create("ETBDUTYTHRESHOLD", 2088, FieldType.FLOAT).setBaseOffset(0);
public static final Field COASTINGFUELCUTRPMHIGH = Field.create("COASTINGFUELCUTRPMHIGH", 2092, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field COASTINGFUELCUTRPMLOW = Field.create("COASTINGFUELCUTRPMLOW", 2094, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field COASTINGFUELCUTTPS = Field.create("COASTINGFUELCUTTPS", 2096, FieldType.INT16).setScale(1.0).setBaseOffset(0);
@ -2434,7 +2431,8 @@ public class Fields {
public static final Field VINNUMBER = Field.create("VINNUMBER", 3770, 17, FieldType.STRING).setScale(1.0).setBaseOffset(0);
public static final Field ALIGNMENTFILL_AT_3787 = Field.create("ALIGNMENTFILL_AT_3787", 3787, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field HIGHSPEEDOFFSETS = Field.create("HIGHSPEEDOFFSETS", 3788, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field MAINUNUSEDEND = Field.create("MAINUNUSEDEND", 3852, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field ETBDUTYSHUTDOWNTHRESHOLD = Field.create("ETBDUTYSHUTDOWNTHRESHOLD", 3852, FieldType.FLOAT).setBaseOffset(0);
public static final Field MAINUNUSEDEND = Field.create("MAINUNUSEDEND", 3856, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field ETBBIASBINS = Field.create("ETBBIASBINS", 4012, FieldType.FLOAT).setBaseOffset(0);
public static final Field ETBBIASVALUES = Field.create("ETBBIASVALUES", 4044, FieldType.FLOAT).setBaseOffset(0);
public static final Field IACPIDMULTTABLE = Field.create("IACPIDMULTTABLE", 4076, FieldType.INT8).setScale(1.0).setBaseOffset(0);
@ -3014,7 +3012,7 @@ public class Fields {
MC33972SPIDEVICE,
STOICHRATIOSECONDARY,
ETBMAXIMUMPOSITION,
SDCARDPERIODMS,
SDCARDLOGFREQUENCY,
IDLEPOSITIONSENSOR,
ALIGNMENTFILL_AT_855,
DEBUGMAPAVERAGING,
@ -3552,10 +3550,7 @@ public class Fields {
SORRYUNUSED1,
SORRYUNUSED2,
SORRYUNUSED3,
SORRYUNUSEDF1,
SORRYUNUSEDF2,
SORRYUNUSEDF3,
SORRYUNUSEDF4,
ETBDUTYTHRESHOLD,
COASTINGFUELCUTRPMHIGH,
COASTINGFUELCUTRPMLOW,
COASTINGFUELCUTTPS,
@ -3836,6 +3831,7 @@ public class Fields {
VINNUMBER,
ALIGNMENTFILL_AT_3787,
HIGHSPEEDOFFSETS,
ETBDUTYSHUTDOWNTHRESHOLD,
MAINUNUSEDEND,
ETBBIASBINS,
ETBBIASVALUES,

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Sat Nov 26 05:37:37 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Sun Nov 27 13:14:50 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class FuelComputer {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger\trigger_state.txt Sat Nov 26 00:29:02 EST 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun Nov 27 13:14:51 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class TriggerState {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state_primary.txt Sat Nov 26 05:37:37 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state_primary.txt Sun Nov 27 13:14:51 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class TriggerStatePrimary {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Nov 26 16:22:20 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Nov 27 13:14:50 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -100,7 +100,7 @@ public class TsOutputs {
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10015;
public static final int FLASH_DATA_VERSION = 10016;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;

View File

@ -1,3 +1,4 @@
# Default ignored files
/shelf/
/workspace.xml
uiDesigner.xml