Skip to content

Commit

Permalink
boostCutPressureHyst #4529
Browse files Browse the repository at this point in the history
  • Loading branch information
andreika-git authored and rusefillc committed May 5, 2023
1 parent feaeb79 commit 586a043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,8 @@ pin_input_mode_e[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPinModes;
uint8_t autoscale rpmSoftLimitFuelAdded;% of fuel ADDED during window;"%", 0.2, 0, 0, 50, 1
uint8_t autoscale rpmHardLimitHyst;Hysterisis: if the hard limit is 7200rpm and rpmHardLimitHyst is 200rpm, then when the ECU sees 7200rpm, fuel/ign will cut, and stay cut until 7000rpm (7200-200) is reached;"RPM", 10, 0, 0, 2500, 0
uint16_t autoscale benchTestOffTime;Time between bench test pulses;"ms", 0.1, 0, 0, 2000, 1
uint8_t[32] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
uint8_t autoscale boostCutPressureHyst;Hysterisis: if hard cut is 240kpa, and boostCutPressureHyst is 20, when the ECU sees 240kpa, fuel/ign will cut, and stay cut until 240-20=220kpa is reached;"kPa (absolute)", 0.4, 0, 0, 100, 0
uint8_t[31] mainUnusedEnd;;"units", 1, 0, 0, 1, 0

! end of engine_configuration_s
end_struct
Expand Down
1 change: 1 addition & 0 deletions firmware/tunerstudio/rusefi.input
Original file line number Diff line number Diff line change
Expand Up @@ -3737,6 +3737,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "RPM hard limit", rpmHardLimit, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && !useCltBasedRpmLimit }
field = "RPM limit hysteresis", rpmHardLimitHyst
field = "Boost cut pressure", boostCutPressure
field = "Boost cut pressure hysteresis", boostCutPressureHyst
field = "Minimum oil pressure after start", minOilPressureAfterStart

dialog = softRpmLimitSettings, "Soft RPM Limit"
Expand Down

0 comments on commit 586a043

Please sign in to comment.