idle settings TS improvements
This commit is contained in:
parent
784a802c50
commit
f8fa7aa1bb
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 20 13:21:41 EDT 2018
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jun 15 20:43:23 EDT 2018
|
||||||
// begin
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1262,6 +1262,7 @@ typedef struct {
|
||||||
offset 1472 bit 1 */
|
offset 1472 bit 1 */
|
||||||
bool fuelClosedLoopCorrectionEnabled : 1;
|
bool fuelClosedLoopCorrectionEnabled : 1;
|
||||||
/**
|
/**
|
||||||
|
* Print details into rusEfi console
|
||||||
offset 1472 bit 2 */
|
offset 1472 bit 2 */
|
||||||
bool isVerboseIAC : 1;
|
bool isVerboseIAC : 1;
|
||||||
/**
|
/**
|
||||||
|
@ -2386,4 +2387,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 20 13:21:41 EDT 2018
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jun 15 20:43:23 EDT 2018
|
||||||
|
|
|
@ -639,7 +639,7 @@ custom le_formula_t 200 string, ASCII, @OFFSET@, 200
|
||||||
board_configuration_s bc;
|
board_configuration_s bc;
|
||||||
bit vvtDisplayInverted
|
bit vvtDisplayInverted
|
||||||
bit fuelClosedLoopCorrectionEnabled
|
bit fuelClosedLoopCorrectionEnabled
|
||||||
bit isVerboseIAC
|
bit isVerboseIAC;+Print details into rusEfi console
|
||||||
bit isVerboseETB;enable verbose_etb
|
bit isVerboseETB;enable verbose_etb
|
||||||
bit useConstantDwellDuringCranking
|
bit useConstantDwellDuringCranking
|
||||||
bit isEngineChartEnabled;This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
bit isEngineChartEnabled;This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||||
|
|
|
@ -67,6 +67,8 @@ enable2ndByteCanID = false
|
||||||
; this section will be generated automatically by ConfigDefinition.jar based on rusefi_config.txt
|
; this section will be generated automatically by ConfigDefinition.jar based on rusefi_config.txt
|
||||||
|
|
||||||
; CONFIG_DEFINITION_END
|
; CONFIG_DEFINITION_END
|
||||||
|
idleRpmPid_offset = "Constant base value"
|
||||||
|
idleRpmPid_period = "PID recalculation period"
|
||||||
|
|
||||||
|
|
||||||
[Tuning]
|
[Tuning]
|
||||||
|
@ -657,7 +659,7 @@ fileVersion = { 20171101 }
|
||||||
triggerErrorsCounterGauge = triggerErrorsCounter, "trg err", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
|
triggerErrorsCounterGauge = triggerErrorsCounter, "trg err", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
|
||||||
|
|
||||||
|
|
||||||
idleAirValvePositionGauge = idleAirValvePosition, "idle position", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
idleAirValvePositionGauge = idleAirValvePosition, "idle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
|
||||||
|
|
||||||
speedToRpmRatioGauge = speedToRpmRatio, "speed2rpm", "", 0, 100, 0, 0, 100, 100, 4, 4
|
speedToRpmRatioGauge = speedToRpmRatio, "speed2rpm", "", 0, 100, 0, 0, 100, 100, 4, 4
|
||||||
warningCounterGauge = warningCounter, "warn", "", 0, 100, 0, 0, 100, 100, 0, 0
|
warningCounterGauge = warningCounter, "warn", "", 0, 100, 0, 0, 100, 100, 0, 0
|
||||||
|
@ -1617,7 +1619,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
||||||
panel = idlePidSettings, { idleMode == 0}
|
panel = idlePidSettings, { idleMode == 0}
|
||||||
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
||||||
field = "verbose", isVerboseIAC
|
field = "verbose status", isVerboseIAC
|
||||||
field = "#See Warmup idle multiplier"
|
field = "#See Warmup idle multiplier"
|
||||||
slider = "Manual IAC Position", manIdlePosition, horizontal
|
slider = "Manual IAC Position", manIdlePosition, horizontal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue