ini updates for idle curves
This commit is contained in:
parent
c63c581e61
commit
995eb80eef
|
@ -371,6 +371,7 @@ page = 7
|
|||
requiresPowerCycle = injOpen
|
||||
requiresPowerCycle = IgInv
|
||||
requiresPowerCycle = fanInv
|
||||
requiresPowerCycle = iacAlgorithm
|
||||
|
||||
defaultValue = pinLayout, 1
|
||||
defaultValue = TrigPattern, 0
|
||||
|
@ -441,8 +442,10 @@ page = 7
|
|||
subMenu = std_warmup, "&Warmup Enrichment"
|
||||
subMenu = std_separator
|
||||
;subMenu = idleSettings, "Idle Control"
|
||||
subMenu = iacPwm_curve, "PWM Duty Cycle"
|
||||
subMenu = iacPwmCrank_curve, "PWM Cranking Duty Cycle"
|
||||
subMenu = iacPwm_curve, "Idle - PWM Duty Cycle", { iacAlgorithm == 2 || iacAlgorithm == 3 }
|
||||
subMenu = iacPwmCrank_curve, "Idle - PWM Cranking Duty Cycle", { iacAlgorithm == 2 || iacAlgorithm == 3 }
|
||||
subMenu = iacStep_curve, "Idle - Stepper Motor", { iacAlgorithm == 4 || iacAlgorithm == 5 }
|
||||
subMenu = iacStepCrank_curve, "Idle - Stepper Motor Cranking", { iacAlgorithm == 4 || iacAlgorithm == 5 }
|
||||
|
||||
menuDialog = main
|
||||
menu = "T&ools"
|
||||
|
@ -769,6 +772,21 @@ help = helpEnrichments, "Enrichments Help"
|
|||
xBins = iacCrankBins, coolant
|
||||
yBins = iacCrankDuty
|
||||
|
||||
curve = iacStep_curve, "IAC Stepper Motor"
|
||||
columnLabel = "Coolant Temperature", "C"
|
||||
xAxis = -40, 215, 6
|
||||
yAxis = 0, 100, 4
|
||||
xBins = iacBins, coolant
|
||||
yBins = iacOLStepVal
|
||||
|
||||
curve = iacStepCrank_curve, "IAC Stepper Motor Cranking"
|
||||
columnLabel = "Coolant Temperature", "C"
|
||||
xAxis = -40, 215, 6
|
||||
yAxis = 0, 100, 4
|
||||
xBins = iacBins, coolant
|
||||
yBins = iacCrankSteps
|
||||
|
||||
|
||||
[TableEditor]
|
||||
; table_id, map3d_id, "title", page
|
||||
table = veTable1Tbl, veTable1Map, "VE Table", 1
|
||||
|
|
Loading…
Reference in New Issue