diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index c1465c7ad2..a7e3b28567 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1702,8 +1702,8 @@ end_struct blend_table_s[IGN_BLEND_COUNT iterate] ignBlends 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 +uint16_t[12] autoscale throttleEstimateEffectiveAreaBins;;"%", 0.1, 0, 0, 100, 1 +uint16_t[12] autoscale throttleEstimateEffectiveAreaValues;In units of kg/s normalized to choked flow conditions;"kg/s", 0.0001, 0, 0, 6.5, 4 end_struct diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 59d8d901be..5d1a975cde 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -769,12 +769,13 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" xBins = veBlends4_blendBins, veBlends4_blendVal yBins = veBlends4_blendValues - curve = throttleEffectiveArea, "Throttle Effective Area" - columnLabel = "param", "bias" + curve = throttleEffectiveArea, "Throttle effective area" + columnLabel = "TPS", "normalized flow" xAxis = 0, 100, 11 yAxis = 0, 2, 5 - xBins = throttleEstimateEffectiveAreaBins, TPS + xBins = throttleEstimateEffectiveAreaBins, TPSValue yBins = throttleEstimateEffectiveAreaValues + gauge = TPSGauge [TableEditor] ; table_id, map3d_id, "title", page @@ -1857,7 +1858,7 @@ menuDialog = main subMenu = parkingLot, "Experimental/Broken" subMenu = antiLagDialog, "Anti-Lag ALS" subMenu = rotaryDialog, "Rotary" - subMenu = throttleEffectiveArea + subMenu = throttleEffectiveArea, "Throttle effective area" menu = "Help" subMenu = helpGeneral, "rusEFI Info"