knock dialog progress
This commit is contained in:
parent
e058cb7c0c
commit
2e4c7db92f
|
@ -2953,15 +2953,12 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "Pin mode", malfunctionIndicatorPinMode
|
||||
field = "Warning Period", warningPeriod
|
||||
|
||||
dialog = softwareKnockCfg, "Configuration"
|
||||
dialog = softwareKnockCfg, "Sense"
|
||||
field = "Enable", enableSoftwareKnock
|
||||
field = "Cylinder Bore", cylinderBore
|
||||
field = "Knock filter frequency", knockBandCustom, {enableSoftwareKnock}
|
||||
field = "knockDetectionWindowStart",knockDetectionWindowStart, {enableSoftwareKnock}
|
||||
field = "knockSamplingDuration", knockSamplingDuration, {enableSoftwareKnock}
|
||||
field = knockRetardAggression, knockRetardAggression
|
||||
field = knockRetardReapplyRate, knockRetardReapplyRate
|
||||
field = knockRetardMaximum, knockRetardMaximum
|
||||
|
||||
field = ""
|
||||
field = "Select the nearest sensor for each cylinder"
|
||||
|
@ -2978,8 +2975,17 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "Cylinder 11", knockBankCyl11, {enableSoftwareKnock && cylindersCount >= 11}
|
||||
field = "Cylinder 12", knockBankCyl12, {enableSoftwareKnock && cylindersCount >= 12}
|
||||
|
||||
dialog = softwareKnockResponseCfg, "Response"
|
||||
field = knockRetardAggression, knockRetardAggression
|
||||
field = knockRetardReapplyRate, knockRetardReapplyRate
|
||||
field = knockRetardMaximum, knockRetardMaximum
|
||||
|
||||
dialog = softwareKnockLeft, ""
|
||||
panel = softwareKnockCfg
|
||||
panel = softwareKnockResponseCfg
|
||||
|
||||
dialog = softwareKnock, "Software Knock", border
|
||||
panel = softwareKnockCfg, West
|
||||
panel = softwareKnockLeft, West
|
||||
panel = knockThresholdCurve, Center
|
||||
|
||||
; Engine->hip9011 Settings
|
||||
|
|
Loading…
Reference in New Issue