MS IOBox: settings

This commit is contained in:
Andrey Gusakov 2024-04-20 15:42:36 +03:00 committed by rusEFI LLC
parent b4db1fe886
commit e6692528ce
1 changed files with 8 additions and 0 deletions

View File

@ -2084,6 +2084,7 @@ menuDialog = main
subMenu = speedSensorCan "CAN Vehicle speed sensor"
subMenu = uegoCan, "CAN O2 sensors"
subMenu = egtInputsCan, "CAN EGT sensors"
subMenu = msIoBox, "CAN MS IO-Box Settings"
menu = "&Controller"
subMenu = ecuStimulator, "ECU stimulator"
@ -4477,6 +4478,13 @@ dialog = tcuControls, "Transmission Settings"
field = "PID min", etbWastegatePid_minValue, { isBoostControlEnabled }
field = "PID max", etbWastegatePid_maxValue, { isBoostControlEnabled }
dialog = msIoBox1, "MS IO box 1"
field = "Base CAN identifier", msIoBox0_id
field = "VSS settings", msIoBox0_vss, { msIoBox0_id }
dialog = msIoBox, ""
panel = msIoBox1
help = boostPidHelp, "Boost Control PID"
text = "P = % per kPa error"
text = "I = % per kPa-seconds"