From 0bd9f80388411a87a3f3a4df7f8875333b08a9ca Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 10 Mar 2023 00:21:47 -0800 Subject: [PATCH] throttle effective area config #63 (cherry picked from commit 2a544b3a6581e244d6fa658df7fd24c5b04d6114) --- firmware/integration/rusefi_config.txt | 3 +++ firmware/tunerstudio/rusefi.input | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 75fa446b25..e0f27cd9ed 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1754,6 +1754,9 @@ 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 + end_struct ! Pedal Position Sensor diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 1b9e7b9c3e..0cd71ab5a0 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -787,6 +787,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" + xAxis = 0, 100, 11 + yAxis = 0, 2, 5 + xBins = throttleEstimateEffectiveAreaBins, TPS + yBins = throttleEstimateEffectiveAreaValues + [TableEditor] ; table_id, map3d_id, "title", page @@ -1890,6 +1897,7 @@ menuDialog = main subMenu = parkingLot, "Experimental/Broken" subMenu = antiLagDialog, "Anti-Lag ALS" subMenu = rotaryDialog, "Rotary" + subMenu = throttleEffectiveArea menu = "Help" subMenu = helpGeneral, "rusEFI Info"