Add interface for the cranking skips

This commit is contained in:
Josh Stewart 2014-08-27 09:45:39 +10:00
parent a73a1e2e20
commit 122ed0d03b
1 changed files with 15 additions and 1 deletions

View File

@ -243,6 +243,7 @@
menu = "&Settings"
subMenu = std_constants, "&Constants"
subMenu = triggerSettings, "&Trigger Setup"
menu = "&Tuning"
subMenu = std_realtime, "&Realtime Display"
@ -338,6 +339,19 @@
field = "EGO Step", egoDelta
field = "EGO ± Limit", egoLimit
field = "EGO Active Above", egoRPM
dialog = triggerSettings,"Trigger Settings",3
topicHelp = Shelp3
field = "Wheel decoder base teeth", numteeth
field = "Missing teeth", onetwo
field = "Trigger Angle ", TrigAng
field = "Note: This number will be rounded to the nearest 4 degrees"
field = "This number represents the angle ATDC when the 1st"
field = "tooth after the gap passes the sensor."
field = ""
field = "Skip Revolutions", StgCycles
field = "Note: This is the number of revolutions that will be skipped during"
field = "cranking before the injectors and coils are fired"
dialog = sparkSettings,"Spark Settings",3
topicHelp = Shelp3
@ -836,7 +850,7 @@ help = helpEnrichments, "Enrichments Help"
; -------------- ---------- ----- ------
entry = time, "Time", float, "%.3f"
entry = secl, "SecL", int, "%d"
entry = rpm100*100, "RPM", int, "%d"
entry = rpm100, "RPM100", int, "%d"
entry = map, "MAP", int, "%d"
entry = tpsADC, "TPS", int, "%d"
entry = egoVoltage, "O2", float, "%.3f"