mirror of https://github.com/rusefi/rusefi-1.git
M62T vanos support #2243
This commit is contained in:
parent
85fab40d21
commit
e329acc19f
|
@ -801,6 +801,15 @@ enable2ndByteCanID = false
|
|||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
||||
table = vvtTable1Tbl, vvtTable1Map, "vvt Table #1", 1
|
||||
xBins = vvtTable1RpmBins, RPMValue
|
||||
yBins = vvtTable1LoadBins, fuelingLoad
|
||||
zBins = vvtTable1
|
||||
|
||||
table = vvtTable2Tbl, vvtTable2Map, "vvt Table #2", 1
|
||||
xBins = vvtTable2RpmBins, RPMValue
|
||||
yBins = vvtTable2LoadBins, fuelingLoad
|
||||
zBins = vvtTable2
|
||||
|
||||
|
||||
table = fsioTable1Tbl, fsioTable1Map, "FSIO Table #1", 1
|
||||
|
@ -1447,7 +1456,10 @@ menuDialog = main
|
|||
|
||||
subMenu = std_separator
|
||||
subMenu = fsioInputsDialog, "FSIO inputs"
|
||||
subMenu = auxPidDialog, "Aux PID"
|
||||
subMenu = vvtPidDialog, "VVT PID"
|
||||
subMenu = vvtTable1Tbl, "VVT Table #1"
|
||||
subMenu = vvtTable2Tbl, "VVT Table #2"
|
||||
subMenu = std_separator
|
||||
subMenu = fsioOutputsDialog, "FSIO outputs"
|
||||
subMenu = fsioTable1Tbl, "FSIO Table #1"
|
||||
subMenu = fsioTable2Tbl, "FSIO Table #2"
|
||||
|
@ -2768,7 +2780,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
panel = stftPartitionSettingsPower, {fuelClosedLoopCorrectionEnabled == 1}
|
||||
panel = stftPartitionSettingsOverrun, {fuelClosedLoopCorrectionEnabled == 1}
|
||||
|
||||
dialog = auxPidDialog, "Aux PID"
|
||||
dialog = vvtPidDialog, "VVT PID"
|
||||
field = "Enabled", activateAuxPid1
|
||||
field = "FSIO pin #1", auxPidPins1
|
||||
field = "PWM Frequency", auxPidFrequency1
|
||||
|
|
Loading…
Reference in New Issue