Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2020-10-23 19:48:01 +00:00
parent d84cd385ce
commit 27207dde9c
39 changed files with 176 additions and 93 deletions

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Oct 22 02:51:01 UTC 2020
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Fri Oct 23 19:47:25 UTC 2020
// see also gen_config_and_enums.bat
@ -1107,6 +1107,15 @@ case IM_SINGLE_POINT:
}
return NULL;
}
const char *getInjector_pressure_type_e(injector_pressure_type_e value){
switch(value) {
case IPT_High:
return "IPT_High";
case IPT_Low:
return "IPT_Low";
}
return NULL;
}
const char *getLaunchActivationMode_e(launchActivationMode_e value){
switch(value) {
case ALWAYS_ACTIVE_LAUNCH:

View File

@ -1,4 +1,4 @@
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 28 20:34:07 UTC 2020
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Fri Oct 23 19:47:25 UTC 2020
// see also gen_config_and_enums.bat
@ -35,6 +35,7 @@ const char *getIdle_mode_e(idle_mode_e value);
const char *getIdle_state_e(idle_state_e value);
const char *getIgnition_mode_e(ignition_mode_e value);
const char *getInjection_mode_e(injection_mode_e value);
const char *getInjector_pressure_type_e(injector_pressure_type_e value);
const char *getLaunchActivationMode_e(launchActivationMode_e value);
const char *getLog_format_e(log_format_e value);
const char *getMaf_sensor_type_e(maf_sensor_type_e value);

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 Fri Oct 23 16:24:50 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Oct 23 19:47:42 UTC 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -2774,9 +2774,14 @@ struct engine_configuration_s {
*/
afr_override_e ignOverrideMode;
/**
* Select which fuel pressure sensor measures the pressure of the fuel at your injectors.
* offset 2129
*/
uint8_t unused_former_warmup_target_afr[3];
injector_pressure_type_e injectorPressureType;
/**
* offset 2130
*/
uint8_t unused_former_warmup_target_afr[2];
/**
* MAP value above which fuel is cut in case of overboost.
* 0 to disable overboost cut.
@ -3745,4 +3750,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Oct 23 16:24:50 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Oct 23 19:47:42 UTC 2020

View File

@ -903,7 +903,9 @@
#define injector_battLagCorrBins_offset 12
#define injector_flow_offset 8
#define injector_offset 8
#define injector_pressure_type_e_auto_enum "IPT_Low", "IPT_High"
#define injector_s_size 68
#define injectorPressureType_offset 2129
#define injPhaseLoadBins_offset 15008
#define injPhaseRpmBins_offset 15072
#define invertCamVVTSignal_offset 976
@ -1195,7 +1197,7 @@
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 2284624736
#define SIGNATURE_HASH 544522661
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1514,7 +1516,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2020.10.23.hellen_cypress.2284624736"
#define TS_SIGNATURE "rusEFI 2020.10.23.hellen_cypress.544522661"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74
@ -1563,7 +1565,7 @@
#define unused_1484_bit_30_offset 1476
#define unused_1484_bit_31_offset 1476
#define unused_alFIn_offset 4024
#define unused_former_warmup_target_afr_offset 2129
#define unused_former_warmup_target_afr_offset 2130
#define unusedAt724_offset 724
#define unusedAtOldBoardConfigurationEnd_offset 1204
#define unusedAuxVoltage1_TODO_332_offset 2713

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Oct 22 02:51:00 UTC 2020
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Fri Oct 23 19:47:25 UTC 2020
// see also gen_config_and_enums.bat
@ -903,6 +903,15 @@ case IM_SINGLE_POINT:
}
return NULL;
}
const char *getInjector_pressure_type_e(injector_pressure_type_e value){
switch(value) {
case IPT_High:
return "IPT_High";
case IPT_Low:
return "IPT_Low";
}
return NULL;
}
const char *getLaunchActivationMode_e(launchActivationMode_e value){
switch(value) {
case ALWAYS_ACTIVE_LAUNCH:

View File

@ -1,4 +1,4 @@
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 28 20:34:07 UTC 2020
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Fri Oct 23 19:47:25 UTC 2020
// see also gen_config_and_enums.bat
@ -35,6 +35,7 @@ const char *getIdle_mode_e(idle_mode_e value);
const char *getIdle_state_e(idle_state_e value);
const char *getIgnition_mode_e(ignition_mode_e value);
const char *getInjection_mode_e(injection_mode_e value);
const char *getInjector_pressure_type_e(injector_pressure_type_e value);
const char *getLaunchActivationMode_e(launchActivationMode_e value);
const char *getLog_format_e(log_format_e value);
const char *getMaf_sensor_type_e(maf_sensor_type_e value);

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 Fri Oct 23 16:24:48 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Oct 23 19:47:40 UTC 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -2774,9 +2774,14 @@ struct engine_configuration_s {
*/
afr_override_e ignOverrideMode;
/**
* Select which fuel pressure sensor measures the pressure of the fuel at your injectors.
* offset 2129
*/
uint8_t unused_former_warmup_target_afr[3];
injector_pressure_type_e injectorPressureType;
/**
* offset 2130
*/
uint8_t unused_former_warmup_target_afr[2];
/**
* MAP value above which fuel is cut in case of overboost.
* 0 to disable overboost cut.
@ -3745,4 +3750,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Oct 23 16:24:48 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Oct 23 19:47:40 UTC 2020

View File

@ -903,7 +903,9 @@
#define injector_battLagCorrBins_offset 12
#define injector_flow_offset 8
#define injector_offset 8
#define injector_pressure_type_e_auto_enum "IPT_Low", "IPT_High"
#define injector_s_size 68
#define injectorPressureType_offset 2129
#define injPhaseLoadBins_offset 15008
#define injPhaseRpmBins_offset 15072
#define invertCamVVTSignal_offset 976
@ -1195,7 +1197,7 @@
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3643842970
#define SIGNATURE_HASH 1902705503
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1514,7 +1516,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator true
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2020.10.23.kin.3643842970"
#define TS_SIGNATURE "rusEFI 2020.10.23.kin.1902705503"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74
@ -1563,7 +1565,7 @@
#define unused_1484_bit_30_offset 1476
#define unused_1484_bit_31_offset 1476
#define unused_alFIn_offset 4024
#define unused_former_warmup_target_afr_offset 2129
#define unused_former_warmup_target_afr_offset 2130
#define unusedAt724_offset 724
#define unusedAtOldBoardConfigurationEnd_offset 1204
#define unusedAuxVoltage1_TODO_332_offset 2713

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Oct 22 02:50:59 UTC 2020
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Fri Oct 23 19:47:24 UTC 2020
// see also gen_config_and_enums.bat
@ -1043,6 +1043,15 @@ case IM_SINGLE_POINT:
}
return NULL;
}
const char *getInjector_pressure_type_e(injector_pressure_type_e value){
switch(value) {
case IPT_High:
return "IPT_High";
case IPT_Low:
return "IPT_Low";
}
return NULL;
}
const char *getLaunchActivationMode_e(launchActivationMode_e value){
switch(value) {
case ALWAYS_ACTIVE_LAUNCH:

View File

@ -1,4 +1,4 @@
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 28 20:34:06 UTC 2020
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Fri Oct 23 19:47:24 UTC 2020
// see also gen_config_and_enums.bat
@ -35,6 +35,7 @@ const char *getIdle_mode_e(idle_mode_e value);
const char *getIdle_state_e(idle_state_e value);
const char *getIgnition_mode_e(ignition_mode_e value);
const char *getInjection_mode_e(injection_mode_e value);
const char *getInjector_pressure_type_e(injector_pressure_type_e value);
const char *getLaunchActivationMode_e(launchActivationMode_e value);
const char *getLog_format_e(log_format_e value);
const char *getMaf_sensor_type_e(maf_sensor_type_e value);

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 Fri Oct 23 16:24:30 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -2774,9 +2774,14 @@ struct engine_configuration_s {
*/
afr_override_e ignOverrideMode;
/**
* Select which fuel pressure sensor measures the pressure of the fuel at your injectors.
* offset 2129
*/
uint8_t unused_former_warmup_target_afr[3];
injector_pressure_type_e injectorPressureType;
/**
* offset 2130
*/
uint8_t unused_former_warmup_target_afr[2];
/**
* MAP value above which fuel is cut in case of overboost.
* 0 to disable overboost cut.
@ -3745,4 +3750,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:30 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:30 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
FSIO_SETTING_FANONTEMPERATURE = 1000,

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:30 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE:

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:30 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature");

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:30 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE:

View File

@ -903,7 +903,9 @@
#define injector_battLagCorrBins_offset 12
#define injector_flow_offset 8
#define injector_offset 8
#define injector_pressure_type_e_auto_enum "IPT_Low", "IPT_High"
#define injector_s_size 68
#define injectorPressureType_offset 2129
#define injPhaseLoadBins_offset 15008
#define injPhaseRpmBins_offset 15072
#define invertCamVVTSignal_offset 976
@ -1195,7 +1197,7 @@
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 854301214
#define SIGNATURE_HASH 2595471579
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1514,7 +1516,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2020.10.23.all.854301214"
#define TS_SIGNATURE "rusEFI 2020.10.23.all.2595471579"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74
@ -1563,7 +1565,7 @@
#define unused_1484_bit_30_offset 1476
#define unused_1484_bit_31_offset 1476
#define unused_alFIn_offset 4024
#define unused_former_warmup_target_afr_offset 2129
#define unused_former_warmup_target_afr_offset 2130
#define unusedAt724_offset 724
#define unusedAtOldBoardConfigurationEnd_offset 1204
#define unusedAuxVoltage1_TODO_332_offset 2713

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 854301214
#define TS_SIGNATURE "rusEFI 2020.10.23.all.854301214"
#define SIGNATURE_HASH 2595471579
#define TS_SIGNATURE "rusEFI 2020.10.23.all.2595471579"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3727260372
#define TS_SIGNATURE "rusEFI 2020.10.23.frankenso_na6.3727260372"
#define SIGNATURE_HASH 1987125265
#define TS_SIGNATURE "rusEFI 2020.10.23.frankenso_na6.1987125265"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 2284624736
#define TS_SIGNATURE "rusEFI 2020.10.23.hellen_cypress.2284624736"
#define SIGNATURE_HASH 544522661
#define TS_SIGNATURE "rusEFI 2020.10.23.hellen_cypress.544522661"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3643842970
#define TS_SIGNATURE "rusEFI 2020.10.23.kin.3643842970"
#define SIGNATURE_HASH 1902705503
#define TS_SIGNATURE "rusEFI 2020.10.23.kin.1902705503"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3250478676
#define TS_SIGNATURE "rusEFI 2020.10.23.mre_f4.3250478676"
#define SIGNATURE_HASH 3662989133
#define TS_SIGNATURE "rusEFI 2020.10.23.mre_f4.3662989133"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3250478676
#define TS_SIGNATURE "rusEFI 2020.10.23.mre_f7.3250478676"
#define SIGNATURE_HASH 3662989133
#define TS_SIGNATURE "rusEFI 2020.10.23.mre_f7.3662989133"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3742695182
#define TS_SIGNATURE "rusEFI 2020.10.23.prometheus_405.3742695182"
#define SIGNATURE_HASH 2001511883
#define TS_SIGNATURE "rusEFI 2020.10.23.prometheus_405.2001511883"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3742695182
#define TS_SIGNATURE "rusEFI 2020.10.23.prometheus_469.3742695182"
#define SIGNATURE_HASH 2001511883
#define TS_SIGNATURE "rusEFI 2020.10.23.prometheus_469.2001511883"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3302805789
#define TS_SIGNATURE "rusEFI 2020.10.23.proteus_f4.3302805789"
#define SIGNATURE_HASH 1820625880
#define TS_SIGNATURE "rusEFI 2020.10.23.proteus_f4.1820625880"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2020.10.23
#define SIGNATURE_HASH 3302805789
#define TS_SIGNATURE "rusEFI 2020.10.23.proteus_f7.3302805789"
#define SIGNATURE_HASH 1820625880
#define TS_SIGNATURE "rusEFI 2020.10.23.proteus_f7.1820625880"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.all.854301214"
signature = "rusEFI 2020.10.23.all.2595471579"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.all.854301214" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.all.2595471579" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:30 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3086,6 +3088,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.frankenso_na6.3727260372"
signature = "rusEFI 2020.10.23.frankenso_na6.1987125265"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.frankenso_na6.3727260372" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.frankenso_na6.1987125265" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:40 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:31 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3086,6 +3088,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.hellen_cypress.2284624736"
signature = "rusEFI 2020.10.23.hellen_cypress.544522661"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.hellen_cypress.2284624736" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.hellen_cypress.544522661" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Oct 23 16:24:50 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Oct 23 19:47:42 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "Disabled", "P10 (B_0)", "P11 (B_1)", "P12 (B_2)", "P13 (B_3)", "P14 (B_4)", "P15 (B_5)", "P16 (B_6)", "P17 (B_7)", "P18 (B_8)", "P19 (B_9)", "P1A (B_10)", "P1B (B_11)", "P1C (B_12)", "P1D (B_13)", "P1E (B_14)", "P1F (B_15)", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "P2A (C_10)", "P29 (C_9)", "P28 (C_8)", "P27 (C_7)", "P25 (C_5)", "P24 (C_4)", "P23 (C_3)", "P22 (C_2)", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3086,6 +3088,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.kin.3643842970"
signature = "rusEFI 2020.10.23.kin.1902705503"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.kin.3643842970" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.kin.1902705503" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Oct 23 16:24:48 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Oct 23 19:47:40 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3087,6 +3089,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.mre_f4.3250478676"
signature = "rusEFI 2020.10.23.mre_f4.3662989133"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.mre_f4.3250478676" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.mre_f4.3662989133" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:26:55 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:29 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3","22 - AN temp 4","28 - AN volt 10","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8","40 - AN volt 9","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6","30 - AN volt 7","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3082,6 +3084,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.mre_f7.3250478676"
signature = "rusEFI 2020.10.23.mre_f7.3662989133"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.mre_f7.3250478676" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.mre_f7.3662989133" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:26:54 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:27 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3","22 - AN temp 4","28 - AN volt 10","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8","40 - AN volt 9","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6","30 - AN volt 7","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3082,6 +3084,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.prometheus_405.3742695182"
signature = "rusEFI 2020.10.23.prometheus_405.2001511883"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.prometheus_405.3742695182" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.prometheus_405.2001511883" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:44 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:35 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","Analog 3O","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3082,6 +3084,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.prometheus_469.3742695182"
signature = "rusEFI 2020.10.23.prometheus_469.2001511883"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.prometheus_469.3742695182" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.prometheus_469.2001511883" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:42 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:33 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","Analog 3O","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3082,6 +3084,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.proteus_f4.3302805789"
signature = "rusEFI 2020.10.23.proteus_f4.1820625880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.proteus_f4.3302805789" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.proteus_f4.1820625880" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:47 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:39 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3078,6 +3080,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.10.23.proteus_f7.3302805789"
signature = "rusEFI 2020.10.23.proteus_f7.1820625880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.10.23.proteus_f7.3302805789" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.10.23.proteus_f7.1820625880" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 16:24:45 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:37 UTC 2020
pageSize = 20000
page = 1
@ -868,7 +868,8 @@ page = 1
starterControlPinMode = bits, U08, 2126, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 2127, [0:5] "NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
ignOverrideMode = bits, U08, 2128, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %", "INVALID", "INVALID", "INVALID"
unused_former_warmup_target_afr = array, U08, 2129, [3], "units", 1.0, 0, -20, 100, 0
injectorPressureType = bits, U08, 2129, [0:0], "Low", "High"
unused_former_warmup_target_afr = array, U08, 2130, [2], "units", 1.0, 0, -20, 100, 0
boostCutPressure = scalar, F32, 2132, "kPa (absolute)", 1.0, 0, 0, 500, 0
mapAccelTaperBins = array, F32, 2136, [8], "counter", 1.0, 0, 0.0, 300, 0
mapAccelTaperMult = array, F32, 2168, [8], "mult", 1.0, 0, 0.0, 300, 2
@ -1390,6 +1391,7 @@ page = 1
afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
enableVerboseCan2Tx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
boostCutPressure = "MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut."
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
@ -3078,6 +3080,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
; Engine->Injection Settings
dialog = injChars, "Injector Settings", yAxis
field = "Injector Flow", injector_flow, {isInjectionEnabled == 1}
field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
dialog = fuelParams, "Fuel characteristics", yAxis
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}

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 Fri Oct 23 16:24:30 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Oct 23 19:47:25 UTC 2020
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -880,6 +880,7 @@ public class Fields {
public static final int injector_flow_offset = 8;
public static final int injector_offset = 8;
public static final int injector_s_size = 68;
public static final int injectorPressureType_offset = 2129;
public static final int injPhaseLoadBins_offset = 15008;
public static final int injPhaseRpmBins_offset = 15072;
public static final int invertCamVVTSignal_offset = 976;
@ -1151,7 +1152,6 @@ public class Fields {
public static final int servoOutputPins8_offset = 3147;
public static final int showHumanReadableWarning_offset = 976;
public static final int showSdCardWarning_offset = 76;
public static final int SIGNATURE_HASH = 854301214;
public static final int silentTriggerError_offset = 1464;
public static final int slowAdcAlpha_offset = 2088;
public static final int sparkDwellRpmBins_offset = 332;
@ -1420,7 +1420,7 @@ public class Fields {
public static final char TS_SD_R_COMMAND = 'r';
public static final char TS_SD_W_COMMAND = 'w';
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2020.10.23.all.854301214";
public static final String TS_SIGNATURE = "rusEFI 2020.10.23.all.2595471579";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final int TT_TT_60_2_VW = 20;
public static final int TT_TT_ONE = 18;
@ -1466,7 +1466,7 @@ public class Fields {
public static final int unused_1484_bit_30_offset = 1476;
public static final int unused_1484_bit_31_offset = 1476;
public static final int unused_alFIn_offset = 4024;
public static final int unused_former_warmup_target_afr_offset = 2129;
public static final int unused_former_warmup_target_afr_offset = 2130;
public static final int unusedAt724_offset = 724;
public static final int unusedAtOldBoardConfigurationEnd_offset = 1204;
public static final int unusedAuxVoltage1_TODO_332_offset = 2713;
@ -2357,6 +2357,7 @@ public class Fields {
public static final Field STARTERCONTROLPINMODE = Field.create("STARTERCONTROLPINMODE", 2126, FieldType.INT8, pin_output_mode_e);
public static final Field WASTEGATEPOSITIONSENSOR = Field.create("WASTEGATEPOSITIONSENSOR", 2127, FieldType.INT8, adc_channel_e);
public static final Field IGNOVERRIDEMODE = Field.create("IGNOVERRIDEMODE", 2128, FieldType.INT8, afr_override_e);
public static final Field INJECTORPRESSURETYPE = Field.create("INJECTORPRESSURETYPE", 2129, FieldType.INT8);
public static final Field BOOSTCUTPRESSURE = Field.create("BOOSTCUTPRESSURE", 2132, FieldType.FLOAT);
public static final Field FSIOADC1 = Field.create("FSIOADC1", 2200, FieldType.INT8, adc_channel_e);
public static final Field FSIOADC2 = Field.create("FSIOADC2", 2201, FieldType.INT8, adc_channel_e);
@ -3415,6 +3416,7 @@ public class Fields {
STARTERCONTROLPINMODE,
WASTEGATEPOSITIONSENSOR,
IGNOVERRIDEMODE,
INJECTORPRESSURETYPE,
BOOSTCUTPRESSURE,
FSIOADC1,
FSIOADC2,

View File

@ -1,6 +1,6 @@
<roms>
<!-- was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh Fri Oct 23 16:24:34 UTC 2020 -->
<!-- was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh Fri Oct 23 19:47:27 UTC 2020 -->
<rom>
<romid>