Minor changes to the engine limiter interface

This commit is contained in:
Josh Stewart 2020-07-05 14:30:18 +10:00
parent cd6f831c99
commit 99eb493d90
1 changed files with 6 additions and 5 deletions

View File

@ -2313,10 +2313,11 @@ menuDialog = main
dialog = revLimiterDialog, "Rev Limiter"
field = "Rev Limiter"
field = "Soft rev limit", SoftRevLim
field = "Soft limiter mode", SoftLimitMode
field = "Soft limit timing", SoftLimRetard
field = "Soft limit max time", SoftLimMax
field = "!Soft limiter only available with ignition cut", {}, {}, { engineProtectType == 2 }
field = "Soft rev limit", SoftRevLim, { engineProtectType == 1 || engineProtectType == 3 } ;Only available for the protection modes that include ignition.
field = "Soft limiter mode", SoftLimitMode, { engineProtectType == 1 || engineProtectType == 3 } ;Only available for the protection modes that include ignition.
field = "Soft limit timing", SoftLimRetard, { engineProtectType == 1 || engineProtectType == 3 } ;Only available for the protection modes that include ignition.
field = "Soft limit max time", SoftLimMax, { engineProtectType == 1 || engineProtectType == 3 } ;Only available for the protection modes that include ignition.
field = "Hard Rev limit", HardRevLim
dialog = oilPressureProtection, "Oil Pressure"
@ -2333,7 +2334,7 @@ menuDialog = main
dialog = engineProtectionWest, ""
field = "Protection Cut", engineProtectType
field = "Engine Protection RPM min", engineProtectMaxRPM, { engineProtectType }
field = "Cut method", hardCutType, { engineProtectType }
field = "Cut method", hardCutType, { engineProtectType == 1 || engineProtectType == 3 } ;Only available for the protection modes that include ignition.
panel = protectIndicatorPanel, { engineProtectType }
dialog = RevLimiterS, "Engine Protection and Limiters", xAxis