parent
159911554b
commit
3b7eac5e60
|
@ -4918,16 +4918,27 @@ struct engine_configuration_s {
|
|||
*/
|
||||
pin_output_mode_e nitrousRelayPinMode;
|
||||
/**
|
||||
* units: units
|
||||
* units: %
|
||||
* offset 3965
|
||||
*/
|
||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[END_OF_CALIBRATION_PADDING];
|
||||
int8_t nitrousFuelAdderPercent;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 4038
|
||||
* offset 3966
|
||||
*/
|
||||
uint8_t alignmentFill_at_4038[2];
|
||||
uint8_t alignmentFill_at_3966[2];
|
||||
/**
|
||||
* Retard timing to remove from actual final timing (after all corrections) due to additional air.
|
||||
* units: deg
|
||||
* offset 3968
|
||||
*/
|
||||
float nitrousIgnitionRetard;
|
||||
/**
|
||||
* units: units
|
||||
* offset 3972
|
||||
*/
|
||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[END_OF_CALIBRATION_PADDING];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4040);
|
||||
|
||||
|
|
|
@ -352,7 +352,7 @@
|
|||
#define ego_sensor_e_ES_Innovate_MTX_L 1
|
||||
#define ego_sensor_e_ES_PLX 4
|
||||
#define EGT_CHANNEL_COUNT 8
|
||||
#define END_OF_CALIBRATION_PADDING 73
|
||||
#define END_OF_CALIBRATION_PADDING 68
|
||||
#define engine_configuration_s_size 4040
|
||||
#define engine_load_mode_e_auto_enum 0="LM_SPEED_DENSITY",2="LM_ALPHA_N",3="LM_LUA",100="LM_MOCK",1="LM_REAL_MAF"
|
||||
#define engine_load_mode_e_enum "Speed Density", "MAF Air Charge", "Alpha-N", "Lua"
|
||||
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2958351303
|
||||
#define SIGNATURE_HASH 1155023875
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1791,7 +1791,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.06.hellen-f4-community.2958351303"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.07.hellen-f4-community.1155023875"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2958351303
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.06.hellen-f4-community.2958351303"
|
||||
#define SIGNATURE_HASH 1155023875
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.07.hellen-f4-community.1155023875"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.12.06.hellen-f4-community.2958351303"
|
||||
signature = "rusEFI main.2024.12.07.hellen-f4-community.1155023875"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.12.06.hellen-f4-community.2958351303" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.12.07.hellen-f4-community.1155023875" ; 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
|
||||
|
@ -1443,7 +1443,9 @@ dfcoRetardDeg = scalar, U08, 3960, "deg", 1, 0, 0, 30, 0
|
|||
dfcoRetardRampInTime = scalar, U08, 3961, "s", 0.1, 0, 0, 1, 1
|
||||
nitrousRelayPin = bits, U16, 3962, [0:8], $output_pin_e_list
|
||||
nitrousRelayPinMode = bits, U08, 3964, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3965, [73], "units", 1, 0, 0, 1, 0
|
||||
nitrousFuelAdderPercent = scalar, S08, 3965, "%", 1, 0, 0, 100, 0
|
||||
nitrousIgnitionRetard = scalar, F32, 3968, "deg", 1, 0, -180, 180, 2
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3972, [68], "units", 1, 0, 0, 1, 0
|
||||
postCrankingFactor = array, F32, 4040, [6x6], "mult", 1, 0, 1, 3, 2
|
||||
postCrankingDurationBins = array, U16, 4184, [6], "count", 1, 0, 0, 64000, 0
|
||||
postCrankingCLTBins = array, S16, 4196, [6], "C", 1, 0, -100, 250, 0
|
||||
|
@ -2513,6 +2515,7 @@ minimumOilPressureValues = array, U08, 22956, [8], "kPa", 10.0, 0, 0, 1000, 0
|
|||
nitrousControlTriggerPin = "Pin that activates nitrous control"
|
||||
dfcoRetardDeg = "Retard timing by this amount during DFCO. Smooths the transition back from fuel cut. After fuel is restored, ramp timing back in over the period specified."
|
||||
dfcoRetardRampInTime = "Smooths the transition back from fuel cut. After fuel is restored, ramp timing back in over the period specified."
|
||||
nitrousIgnitionRetard = "Retard timing to remove from actual final timing (after all corrections) due to additional air."
|
||||
etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method"
|
||||
etbBiasValues = "PWM bias, open loop component of PID closed loop control"
|
||||
sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM"
|
||||
|
@ -4844,7 +4847,6 @@ gaugeCategory = Trigger
|
|||
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 10, 300, 0, 0
|
||||
triggerSyncGapRatioGauge = triggerSyncGapRatio0,"triggerSyncGapRatio", "", -10000,10000, -10000,-10000, 10000,10000, 3,3
|
||||
triggerStateIndexGauge = triggerStateIndex0,"triggerStateIndex", "", -10000,10000, -10000,-10000, 10000,10000, 3,3
|
||||
vvtSyncGapRatioGauge = vvtSyncGapRatio0,"vvtSyncGapRatio", "", -10000,10000, -10000,-10000, 10000,10000, 3,3
|
||||
vvtStateIndexGauge = vvtStateIndex0,"vvtStateIndex", "", -10000,10000, -10000,-10000, 10000,10000, 3,3
|
||||
triggerPrimaryFallCounterGauge = triggerPrimaryFall,"triggerPrimaryFall", "", 0,10000.0, 0,10000.0, 0,10000.0, 3,3
|
||||
triggerPrimaryRiseCounterGauge = triggerPrimaryRise,"triggerPrimaryRise", "", 0,10000.0, 0,10000.0, 0,10000.0, 3,3
|
||||
|
@ -9827,6 +9829,8 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "Activation RPM", nitrousActivationRpm
|
||||
field = "Dectivation RPM", nitrousDeactivationRpm
|
||||
field = "Dectivation RPM Window", nitrousDeactivationRpmWindow
|
||||
field = "Fuel Adder", nitrousFuelAdderPercent
|
||||
field = "Ignition Retard", nitrousIgnitionRetard
|
||||
|
||||
dialog = NitrousControlSettingsDialog, "", yAxis
|
||||
field = "Enable Nitrous Control", nitrousControlEnabled
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Generated by gen_signature.sh
|
||||
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
||||
! gen_signature.sh Using env variable branch [main]
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.06.hellen-f4-community.@@SIGNATURE_HASH@@"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.07.hellen-f4-community.@@SIGNATURE_HASH@@"
|
||||
|
|
Loading…
Reference in New Issue