throttle effective area config #63
This commit is contained in:
parent
a8085819c0
commit
2a544b3a65
|
@ -1702,6 +1702,9 @@ end_struct
|
||||||
blend_table_s[IGN_BLEND_COUNT iterate] ignBlends
|
blend_table_s[IGN_BLEND_COUNT iterate] ignBlends
|
||||||
blend_table_s[VE_BLEND_COUNT iterate] veBlends
|
blend_table_s[VE_BLEND_COUNT iterate] veBlends
|
||||||
|
|
||||||
|
uint16_t[12] autoscale throttleEstimateEffectiveAreaBins;;"%", 0.1, 0, 100, 1
|
||||||
|
uint16_t[12] autoscale throttleEstimateEffectiveAreaValues;In units of kg/s normalized to choked flow conditions;"kg/s", 0.0001, 0, 6.5, 4
|
||||||
|
|
||||||
end_struct
|
end_struct
|
||||||
|
|
||||||
! Pedal Position Sensor
|
! Pedal Position Sensor
|
||||||
|
|
|
@ -769,6 +769,13 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
|
||||||
xBins = veBlends4_blendBins, veBlends4_blendVal
|
xBins = veBlends4_blendBins, veBlends4_blendVal
|
||||||
yBins = veBlends4_blendValues
|
yBins = veBlends4_blendValues
|
||||||
|
|
||||||
|
curve = throttleEffectiveArea, "Throttle Effective Area"
|
||||||
|
columnLabel = "param", "bias"
|
||||||
|
xAxis = 0, 100, 11
|
||||||
|
yAxis = 0, 2, 5
|
||||||
|
xBins = throttleEstimateEffectiveAreaBins, TPS
|
||||||
|
yBins = throttleEstimateEffectiveAreaValues
|
||||||
|
|
||||||
[TableEditor]
|
[TableEditor]
|
||||||
; table_id, map3d_id, "title", page
|
; table_id, map3d_id, "title", page
|
||||||
|
|
||||||
|
@ -1850,6 +1857,7 @@ menuDialog = main
|
||||||
subMenu = parkingLot, "Experimental/Broken"
|
subMenu = parkingLot, "Experimental/Broken"
|
||||||
subMenu = antiLagDialog, "Anti-Lag ALS"
|
subMenu = antiLagDialog, "Anti-Lag ALS"
|
||||||
subMenu = rotaryDialog, "Rotary"
|
subMenu = rotaryDialog, "Rotary"
|
||||||
|
subMenu = throttleEffectiveArea
|
||||||
|
|
||||||
menu = "Help"
|
menu = "Help"
|
||||||
subMenu = helpGeneral, "rusEFI Info"
|
subMenu = helpGeneral, "rusEFI Info"
|
||||||
|
|
Loading…
Reference in New Issue