significantly improved the flex settings dialog

This commit is contained in:
Murray 2018-01-20 18:00:56 -06:00
parent 23862103e5
commit 74fefba9c2
1 changed files with 16 additions and 36 deletions

View File

@ -1151,43 +1151,23 @@ menuDialog = main
dialog = flexFueling, "Flex Fuel" dialog = flexFueling, "Flex Fuel"
field = "Flex sensor", flexEnabled field = "Flex sensor", flexEnabled
dialog = flexLeft, "" dialog = flexFuelSettings, "", yAxis
field = "Component" field = "Flex Fuel Sensor ", flexEnabled
field = "Sensor Frequency" field = "Low (E0) ", flexFreqLow, {flexEnabled}
;field = "Fuel Adjustment" field = "High (E100) ", flexFreqHigh, {flexEnabled}
;field = "Additional advance"
;field = "Additional boost", { boostEnabled }
dialog = flexMiddle, "" dialog = flexFuelWest, "", border
field = "Low (E0)" panel = flexFuelSettings, North
field = "", flexFreqLow, { flexEnabled }
;field = "", flexFuelLow, { flexEnabled && 0 }
;field = "", flexAdvLow, { flexEnabled && 0 }
;field = "", flexBoostLow, { boostEnabled }
dialog = flexRight, "" dialog = flexCurves, "", indexCard
field = "High (E100)"
field = "", flexFreqHigh, { flexEnabled }
;field = "", flexFuelHigh, { flexEnabled && 0 }
;field = "", flexAdvHigh, { flexEnabled && 0 }
;field = "", flexBoostHigh, { flexEnabled && boostEnabled }
dialog = flexMain, "Flex Fuel Calibration", xAxis
panel = flexLeft
panel = flexMiddle
panel = flexRight
dialog = flexFuelTop, ""
field = "Flex Fuel Sensor", flexEnabled
dialog = flexFueling, "Fuel Sensor Settings", indexCard
topicHelp = "http://speeduino.com/wiki/index.php/Flex_Fuel"
panel = flexFuelTop
panel = flexMain
panel = flex_fuel_curve, { flexEnabled } panel = flex_fuel_curve, { flexEnabled }
panel = flex_adv_curve, { flexEnabled } panel = flex_adv_curve, { flexEnabled }
panel = flex_boost_curve,{ flexEnabled } panel = flex_boost_curve,{ flexEnabled && boostEnabled }
dialog = flexFueling, "Fuel Sensor Settings", border
topicHelp = "http://speeduino.com/wiki/index.php/Flex_Fuel"
panel = flexFuelWest, West
panel = flexCurves, Center
dialog = tacho, "Tacho" dialog = tacho, "Tacho"
field = "Output pin", tachoPin field = "Output pin", tachoPin
@ -2001,7 +1981,7 @@ cmdtestspk450dc = "E\x03\x0C"
yAxis = 0, 255, 10 yAxis = 0, 255, 10
xBins = flexFuelBins, flex xBins = flexFuelBins, flex
yBins = flexFuelAdj yBins = flexFuelAdj
;showTextValues = true size = 400, 200
curve = flex_adv_curve, "Flex Timing Advance" curve = flex_adv_curve, "Flex Timing Advance"
columnLabel = "Ethanol", "Advance" columnLabel = "Ethanol", "Advance"
@ -2009,7 +1989,7 @@ cmdtestspk450dc = "E\x03\x0C"
yAxis = 0, 100, 5 yAxis = 0, 100, 5
xBins = flexAdvBins, flex xBins = flexAdvBins, flex
yBins = flexAdvAdj yBins = flexAdvAdj
;showTextValues = true size = 400, 200
curve = flex_boost_curve, "Flex Boost Adjustments" curve = flex_boost_curve, "Flex Boost Adjustments"
columnLabel = "Ethanol", "Boost" columnLabel = "Ethanol", "Boost"
@ -2017,7 +1997,7 @@ cmdtestspk450dc = "E\x03\x0C"
yAxis = -100, 200, 5 yAxis = -100, 200, 5
xBins = flexBoostBins, flex xBins = flexBoostBins, flex
yBins = flexBoostAdj yBins = flexBoostAdj
;showTextValues = true size = 400, 200
[TableEditor] [TableEditor]
; table_id, map3d_id, "title", page ; table_id, map3d_id, "title", page