From 0456afa70a0f1bd3c64e6517b4b2af23556f7dc5 Mon Sep 17 00:00:00 2001 From: GitHub gen-configs Action Date: Tue, 17 Jan 2023 04:04:05 +0000 Subject: [PATCH] Auto-generated configs and docs --- .../console/binary/generated/data_logs.ini | 6 ++-- firmware/console/binary/generated/gauges.ini | 3 ++ .../binary/generated/output_channels.ini | 6 ++-- .../console/binary/generated/sensors.java | 6 ++-- .../console/binary_log/log_fields_generated.h | 6 ++-- .../actuators/boost_control_generated.h | 10 ++++-- .../lua/generated/output_lookup_generated.cpp | 32 +++++++++++++++++++ firmware/tunerstudio/generated/rusefi.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_48way.ini | 17 ++++++---- .../generated/rusefi_alphax-2chan.ini | 17 ++++++---- .../generated/rusefi_alphax-4chan.ini | 17 ++++++---- .../generated/rusefi_alphax-8chan.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_atlas.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_core8.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_cypress.ini | 17 ++++++---- .../generated/rusefi_f407-discovery.ini | 17 ++++++---- .../generated/rusefi_f429-discovery.ini | 17 ++++++---- .../generated/rusefi_frankenso_na6.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_harley81.ini | 17 ++++++---- .../generated/rusefi_hellen-gm-e67.ini | 17 ++++++---- .../generated/rusefi_hellen-nb1.ini | 17 ++++++---- .../generated/rusefi_hellen121nissan.ini | 17 ++++++---- .../generated/rusefi_hellen121vag.ini | 17 ++++++---- .../generated/rusefi_hellen128mercedes.ini | 17 ++++++---- .../generated/rusefi_hellen154hyundai.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_hellen72.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_hellen81.ini | 17 ++++++---- .../generated/rusefi_hellen88bmw.ini | 17 ++++++---- .../generated/rusefi_hellenNA6.ini | 17 ++++++---- .../generated/rusefi_hellenNA8_96.ini | 17 ++++++---- firmware/tunerstudio/generated/rusefi_kin.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_m74_9.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_mre_f4.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_mre_f7.ini | 17 ++++++---- .../generated/rusefi_prometheus_405.ini | 17 ++++++---- .../generated/rusefi_prometheus_469.ini | 17 ++++++---- .../generated/rusefi_proteus_f4.ini | 17 ++++++---- .../generated/rusefi_proteus_f7.ini | 17 ++++++---- .../generated/rusefi_proteus_h7.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_s105.ini | 17 ++++++---- .../generated/rusefi_subaru_eg33_f7.ini | 17 ++++++---- .../tunerstudio/generated/rusefi_tdg-pdm8.ini | 17 ++++++---- 42 files changed, 405 insertions(+), 259 deletions(-) diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index 057543e2c3..62e238b311 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -366,9 +366,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/console/binary/generated/gauges.ini b/firmware/console/binary/generated/gauges.ini index fd0c8faed1..145bdeacf9 100644 --- a/firmware/console/binary/generated/gauges.ini +++ b/firmware/console/binary/generated/gauges.ini @@ -15,5 +15,8 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index d6d34ccc68..9648c3094b 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -538,9 +538,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 diff --git a/firmware/console/binary/generated/sensors.java b/firmware/console/binary/generated/sensors.java index 7d77f97f27..5b0e8d25ee 100644 --- a/firmware/console/binary/generated/sensors.java +++ b/firmware/console/binary/generated/sensors.java @@ -404,9 +404,9 @@ timingALSCorrection("timingALSCorrection", SensorCategory.SENSOR_INPUTS, FieldTy alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 898, 1.0, -20.0, 100.0, "units"), luaTargetAdd("Boost: Lua Target Add", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 904, 0.5, -100.0, 100.0, "v"), boostOutput("Boost: Output", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 906, 0.01, -100.0, 100.0, "percent"), -luaTargetMult("luaTargetMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 908, 1.0, -1.0, -1.0, ""), -openLoopPart("openLoopPart", SensorCategory.SENSOR_INPUTS, FieldType.INT, 912, 1.0, -1.0, -1.0, ""), -luaOpenLoopAdd("luaOpenLoopAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -1.0, -1.0, ""), +luaTargetMult("Boost: Lua Target Mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 908, 1.0, -100.0, 100.0, "v"), +openLoopPart("Boost: Open Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 912, 1.0, -100.0, 100.0, "v"), +luaOpenLoopAdd("Boost: Lua Open Loop Add", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -100.0, 100.0, "v"), boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 920, 0.5, -50.0, 50.0, "%"), alignmentFill_at_21("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 921, 1.0, -20.0, 100.0, "units"), boostControlTarget("Boost Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 922, 0.03333333333333333, 0.0, 300.0, "kPa"), diff --git a/firmware/console/binary_log/log_fields_generated.h b/firmware/console/binary_log/log_fields_generated.h index 90bcddf8de..2fcb40b80e 100644 --- a/firmware/console/binary_log/log_fields_generated.h +++ b/firmware/console/binary_log/log_fields_generated.h @@ -270,9 +270,9 @@ static constexpr LogField fields[] = { {engine->ignitionState.luaTimingMult, "luaTimingMult", "deg", 2}, {engine->boostController.luaTargetAdd, "Boost: Lua Target Add", "v", 1}, {engine->boostController.boostOutput, "Boost: Output", "percent", 2}, - {engine->boostController.luaTargetMult, "luaTargetMult", "", 0}, - {engine->boostController.openLoopPart, "openLoopPart", "", 0}, - {engine->boostController.luaOpenLoopAdd, "luaOpenLoopAdd", "", 0}, + {engine->boostController.luaTargetMult, "Boost: Lua Target Mult", "v", 1}, + {engine->boostController.openLoopPart, "Boost: Open Loop", "v", 1}, + {engine->boostController.luaOpenLoopAdd, "Boost: Lua Open Loop Add", "v", 1}, {engine->boostController.boostControllerClosedLoopPart, "Boost Closed Loop", "%", 1}, {engine->boostController.boostControlTarget, "Boost Target", "kPa", 1}, {engine->engineState.lua.fuelAdd, "lua.fuelAdd", "", 0}, diff --git a/firmware/controllers/actuators/boost_control_generated.h b/firmware/controllers/actuators/boost_control_generated.h index 0c050d3181..2cf9af9b4c 100644 --- a/firmware/controllers/actuators/boost_control_generated.h +++ b/firmware/controllers/actuators/boost_control_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Tue Jan 17 01:56:08 UTC 2023 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Tue Jan 17 04:03:03 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -114,14 +114,20 @@ struct boost_control_s { */ scaled_channel boostOutput = (int16_t)0; /** + * "Boost: Lua Target Mult" + v * offset 8 */ float luaTargetMult = (float)0; /** + * "Boost: Open Loop" + v * offset 12 */ float openLoopPart = (float)0; /** + * "Boost: Lua Open Loop Add" + v * offset 16 */ float luaOpenLoopAdd = (float)0; @@ -147,4 +153,4 @@ struct boost_control_s { static_assert(sizeof(boost_control_s) == 24); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Tue Jan 17 01:56:08 UTC 2023 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Tue Jan 17 04:03:03 UTC 2023 diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index 8907d8e814..a64522fcfb 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -515,38 +515,70 @@ float getOutputValueByName(const char *name) { return engine->ignitionState.luaTimingAdd; case -1626770351: return engine->ignitionState.luaTimingMult; +#if EFI_BOOST_CONTROL case -575666209: return engine->boostController.isTpsInvalid; +#endif +#if EFI_BOOST_CONTROL case 1846215200: return engine->boostController.m_shouldResetPid; +#endif +#if EFI_BOOST_CONTROL case 1826317915: return engine->boostController.isBelowClosedLoopThreshold; +#endif +#if EFI_BOOST_CONTROL case -1642402810: return engine->boostController.isNotClosedLoop; +#endif +#if EFI_BOOST_CONTROL case 2111912944: return engine->boostController.isZeroRpm; +#endif +#if EFI_BOOST_CONTROL case -2011570052: return engine->boostController.hasInitBoost; +#endif +#if EFI_BOOST_CONTROL case 193830616: return engine->boostController.rpmTooLow; +#endif +#if EFI_BOOST_CONTROL case -1033638560: return engine->boostController.tpsTooLow; +#endif +#if EFI_BOOST_CONTROL case -734877977: return engine->boostController.mapTooLow; +#endif +#if EFI_BOOST_CONTROL case 119157463: return engine->boostController.luaTargetAdd; +#endif +#if EFI_BOOST_CONTROL case 1239062717: return engine->boostController.boostOutput; +#endif +#if EFI_BOOST_CONTROL case -362320880: return engine->boostController.luaTargetMult; +#endif +#if EFI_BOOST_CONTROL case -1481117304: return engine->boostController.openLoopPart; +#endif +#if EFI_BOOST_CONTROL case 1944984220: return engine->boostController.luaOpenLoopAdd; +#endif +#if EFI_BOOST_CONTROL case -707712709: return engine->boostController.boostControllerClosedLoopPart; +#endif +#if EFI_BOOST_CONTROL case -1712045196: return engine->boostController.boostControlTarget; +#endif case 1649801578: return engine->engineState.lua.fuelAdd; case -1390672637: diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 9dc10ecaed..888d8ecb40 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:50 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:54 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_48way.ini b/firmware/tunerstudio/generated/rusefi_48way.ini index 3172995852..24287df99b 100644 --- a/firmware/tunerstudio/generated/rusefi_48way.ini +++ b/firmware/tunerstudio/generated/rusefi_48way.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:34 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:35 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 686268cc25..9ef0437a2d 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:12 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:08 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index d05ca516d0..f7b3456372 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:13 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:09 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 2d38c84d5f..197d08e174 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:15 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:11 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index aa610dd13d..6df7dbecba 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:48 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:51 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index ea4a7ce764..f90c361dd4 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:33 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:34 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 43f02c4a2c..156e21fa59 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Jan 17 01:56:10 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Jan 17 04:03:05 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 6e9ed78582..2343443e1d 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:45 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:49 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 08c3871df9..5f04bc8d39 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:46 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:50 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 6eccd6fe00..9fb09019ee 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:38 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:40 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index cf5742cdfc..2836e96dcc 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:16 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:12 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index c40c0051ea..dc35ffc9a1 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:27 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:26 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index ddb0edc1e3..0300980280 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:26 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:25 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index d735f13ccf..c5485c84be 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:20 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:17 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index d6b30e44cb..54bc155d49 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:18 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:16 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index 6aadeea3f2..3fc48c0373 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:17 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:14 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 81a5610c21..e5801f0ca2 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:21 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:19 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index bb7bed1d55..196f4c9759 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:23 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:22 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 68db05b145..5e9840dd6e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:24 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:23 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 0caa4d8872..65db91fa26 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:22 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:20 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index f192000761..a79ec196ac 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:28 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:28 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 207d5b52ec..c6de65b5da 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:29 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:29 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index f9ec6edb6f..4d628d6f76 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Jan 17 01:56:09 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Jan 17 04:03:04 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 7ca0a97abb..ce424b0345 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:36 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:37 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 4606664a28..36bf52bff8 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:32 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:32 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index f501f86c3d..6c6a30c513 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:31 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:31 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 8e994b3280..ff2c30889b 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:40 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:42 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index cfb0c021d0..8b1d0d4a8f 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:39 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:41 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 29ab2f5d24..24bf8d9dd5 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:43 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:45 UTC 2023 pageSize = 26368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index c2bba3e9b3..2ff03d514a 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:41 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:44 UTC 2023 pageSize = 26368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 7b5d756f5a..56cc67e0cc 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:44 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:47 UTC 2023 pageSize = 26368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index 2730250ae5..47495c72d7 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:37 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:38 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index 9d9cd8b5c2..089fb96d95 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:11 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:06 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 786a4017b8..5df3c03497 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -86,7 +86,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 01:56:49 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jan 17 04:03:53 UTC 2023 pageSize = 22368 page = 1 @@ -2753,9 +2753,9 @@ tpsTooLow = bits, U32, 900, [7:7] mapTooLow = bits, U32, 900, [8:8] luaTargetAdd = scalar, S16, 904, "v", 0.5,0 boostOutput = scalar, S16, 906, "percent", 0.01,0 -luaTargetMult = scalar, F32, 908, "", 1, 0 -openLoopPart = scalar, F32, 912, "", 1, 0 -luaOpenLoopAdd = scalar, F32, 916, "", 1, 0 +luaTargetMult = scalar, F32, 908, "v", 1,0 +openLoopPart = scalar, F32, 912, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 916, "v", 1,0 boostControllerClosedLoopPart = scalar, S08, 920, "%", 0.5,0 boostControlTarget = scalar, S16, 922, "kPa", 0.03333333333333333,0 ; total TS size = 924 @@ -3938,6 +3938,9 @@ luaTimingMultGauge = luaTimingMult,"luaTimingMult", "deg", -20.0,20.0, -20.0,20. gaugeCategory = "Boost Control" luaTargetAddGauge = luaTargetAdd,"Boost: Lua Target Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua Target Mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open Loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua Open Loop Add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 boostControlTargetGauge = boostControlTarget,"Boost Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 @@ -4687,9 +4690,9 @@ entry = tpsTooLow, "tpsTooLow", int, "%d" entry = mapTooLow, "mapTooLow", int, "%d" entry = luaTargetAdd, "Boost: Lua Target Add", float, "%.3f" entry = boostOutput, "Boost: Output", float, "%.3f" -entry = luaTargetMult, "luaTargetMult", float, "%.3f" -entry = openLoopPart, "openLoopPart", float, "%.3f" -entry = luaOpenLoopAdd, "luaOpenLoopAdd", float, "%.3f" +entry = luaTargetMult, "Boost: Lua Target Mult", float, "%.3f" +entry = openLoopPart, "Boost: Open Loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua Open Loop Add", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f" entry = acButtonState, "AC switch", int, "%d"