only:taper

This commit is contained in:
rusefillc 2025-02-21 17:58:25 -05:00
parent da1245525f
commit 22203cefe6
2 changed files with 3 additions and 3 deletions

View File

@ -1225,7 +1225,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
bit enableKnockSpectrogramFilter
int16_t afterCrankingIACtaperDuration;This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\nShould be 100 once tune is better;"cycles", 1, 0, 0, 5000, 0
int16_t iacByTpsTaper;IAC Value added when coasting and transitioning into idle.;"percent", 1, 0, 0, 500, 0
int16_t iacByTpsTaper;Idle Value added when coasting and transitioning into idle.;"percent", 1, 0, 0, 500, 0
Gpio accelerometerCsPin;
uint8_t coastingFuelCutVssLow;Below this speed, disable DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears.;"kph", 1, 0, 0, 255, 0
@ -1617,7 +1617,7 @@ pin_input_mode_e[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPinModes;
int8_t[TCU_GEAR_COUNT] autoscale gearBasedOpenLoopBoostAdder;Boost duty cycle modified by gear;"%", 0.5, 0, -63, 63, 1
uint32_t benchTestCount;How many test bench pulses do you want;"", 1, 0, 1, 10000000, 0
uint8_t autoscale iacByTpsHoldTime;How long initial IAC adder is held before starting to decay.;"seconds", 0.1, 0, 0, 25, 1
uint8_t autoscale iacByTpsHoldTime;How long initial idle adder is held before starting to decay.;"seconds", 0.1, 0, 0, 25, 1
uint8_t autoscale iacByTpsDecayTime;How long it takes to remove initial IAC adder to return to normal idle.;"seconds", 0.1, 0, 0, 25, 1
switch_input_pin_e[RANGE_INPUT_COUNT iterate] tcu_rangeInput;

View File

@ -3900,7 +3900,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "A/C RPM target", acIdleRpmTarget@@if_ts_show_air_conditioning
field = "Fan #1 adder", fan1ExtraIdle
field = "Fan #2 adder", fan2ExtraIdle
field = "Dashpot/Taper Initial IAC Adder", iacByTpsTaper
dialog = idleGating, "Idle Detection Thresholds"
field = "TPS threshold", idlePidDeactivationTpsThreshold
@ -3914,6 +3913,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Override Idle VE table load axis", idleVeOverrideMode, { useSeparateVeForIdle == 1 }
field = "Use idle tables for cranking taper", useSeparateIdleTablesForCrankingTaper
field = "Use coasting idle table", useIacTableForCoasting
field = "Dashpot coasting-to-idle Initial idle Adder", iacByTpsTaper
field = "Dashpot coasting-to-idle Hold time", iacByTpsHoldTime
field = "Dashpot coasting-to-idle Decay time", iacByTpsDecayTime