diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index 1d1892e3df..5a21a78f80 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -61,7 +61,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/console/binary/generated/gauges.ini b/firmware/console/binary/generated/gauges.ini index 83b4a6b81c..e71f49eef4 100644 --- a/firmware/console/binary/generated/gauges.ini +++ b/firmware/console/binary/generated/gauges.ini @@ -1,5 +1,4 @@ gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index ae9c317757..b6757b5574 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -64,7 +64,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 diff --git a/firmware/console/binary/generated/sensors.java b/firmware/console/binary/generated/sensors.java index 633f7d83c7..fc7d1537d5 100644 --- a/firmware/console/binary/generated/sensors.java +++ b/firmware/console/binary/generated/sensors.java @@ -38,7 +38,7 @@ deltaTpsValue("fuel: TPS change", SensorCategory.SENSOR_INPUTS, FieldType.INT16, canReadCounter("canReadCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 72, 1.0, 0.0, 0.0, ""), tpsAccelFuel("fuel: TPS acceleration add fuel ms", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 74, 0.0033333333333333335, 0.0, 0.0, "ms"), ignitionAdvance("timing", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 76, 0.02, 0.0, 0.0, "deg"), -globalFrequencyInputCounter("globalFrequencyInputCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 78, 1.0, 0.0, 65000.0, ""), +unusedDwellWasHere("unusedDwellWasHere", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 78, 1.0, -1.0, -1.0, ""), coilDutyCycle("Ignition: coil duty cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 80, 0.01, 0.0, 0.0, "%"), idleAirValvePosition("Idle Air Valve", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 82, 0.01, 0.0, 0.0, "%"), etbTarget("ETB Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 84, 0.01, 0.0, 0.0, "%"), diff --git a/firmware/console/binary/output_channels_generated.h b/firmware/console/binary/output_channels_generated.h index b575cc7f48..968f19aa0c 100644 --- a/firmware/console/binary/output_channels_generated.h +++ b/firmware/console/binary/output_channels_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 02:45:21 UTC 2023 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 14:05:10 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -365,7 +365,7 @@ struct output_channels_s { /** * offset 78 */ - uint16_t globalFrequencyInputCounter = (uint16_t)0; + uint16_t unusedDwellWasHere = (uint16_t)0; /** * @@GAUGE_NAME_DWELL_DUTY@@ % @@ -1392,4 +1392,4 @@ struct output_channels_s { static_assert(sizeof(output_channels_s) == 780); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 02:45:21 UTC 2023 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 14:05:10 UTC 2023 diff --git a/firmware/console/binary_log/log_fields_generated.h b/firmware/console/binary_log/log_fields_generated.h index 9e569871b9..3c1ab11655 100644 --- a/firmware/console/binary_log/log_fields_generated.h +++ b/firmware/console/binary_log/log_fields_generated.h @@ -40,7 +40,6 @@ static constexpr LogField fields[] = { {engine->outputChannels.canReadCounter, "canReadCounter", "", 0}, {engine->outputChannels.tpsAccelFuel, "fuel: TPS acceleration add fuel ms", "ms", 3}, {engine->outputChannels.ignitionAdvance, "timing", "deg", 1}, - {engine->outputChannels.globalFrequencyInputCounter, "globalFrequencyInputCounter", "", 0, "Sync"}, {engine->outputChannels.coilDutyCycle, "Ignition: coil duty cycle", "%", 0}, {engine->outputChannels.idleAirValvePosition, "Idle Air Valve", "%", 1}, {engine->outputChannels.etbTarget, "ETB Target", "%", 2}, diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index 7f00716c19..36b36c0773 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -193,9 +193,6 @@ float getOutputValueByName(const char *name) { // ignitionAdvance case -802608648: return engine->outputChannels.ignitionAdvance; -// globalFrequencyInputCounter - case -83594920: - return engine->outputChannels.globalFrequencyInputCounter; // coilDutyCycle case 1029096098: return engine->outputChannels.coilDutyCycle; diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index d9b70905a3..f1f6c47712 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -87,7 +87,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 Fri Mar 31 03:33:41 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:55 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_48way.ini b/firmware/tunerstudio/generated/rusefi_48way.ini index 9c1c3c40b2..a0424fa1c4 100644 --- a/firmware/tunerstudio/generated/rusefi_48way.ini +++ b/firmware/tunerstudio/generated/rusefi_48way.ini @@ -87,7 +87,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 Fri Mar 31 03:33:20 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:39 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 7e2f20c4a0..dd6d19ca04 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -87,7 +87,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 Fri Mar 31 03:32:49 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:14 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 3b50f78e70..1785e7a317 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -87,7 +87,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 Fri Mar 31 03:32:51 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:16 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 30be7704a8..2601f7eacf 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -87,7 +87,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 Fri Mar 31 03:32:53 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:17 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index dcabb0aaf1..01601f30c4 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -87,7 +87,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 Fri Mar 31 03:33:38 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:53 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index a46cf892db..e651f69019 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -87,7 +87,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 Fri Mar 31 03:33:19 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:38 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 352cce566e..8f4b8cf23e 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -87,7 +87,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 Fri Mar 31 03:32:47 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Mar 31 14:05:12 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index aca453bcda..738ffeb065 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -87,7 +87,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 Fri Mar 31 03:33:35 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:50 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 17e9e1d3ae..412343bf99 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -87,7 +87,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 Fri Mar 31 03:33:37 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:52 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 203fde0cde..b78d30d051 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -87,7 +87,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 Fri Mar 31 03:33:25 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:43 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index 143ecf6040..61b6eeb4a1 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -87,7 +87,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 Fri Mar 31 03:32:54 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:18 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 4894c5ef0e..2eb9353c86 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -87,7 +87,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 Fri Mar 31 03:33:11 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:32 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 0954eadca7..d9f40983df 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -87,7 +87,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 Fri Mar 31 03:33:01 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:24 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 70bf519e6a..375b8746da 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -87,7 +87,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 Fri Mar 31 03:33:09 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:30 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 02c8ad30f3..d5dadc8056 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -87,7 +87,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 Fri Mar 31 03:32:59 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:23 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 002103e84e..c69a5ad69e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -87,7 +87,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 Fri Mar 31 03:32:58 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:21 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index 7000713cea..79617ec228 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -87,7 +87,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 Fri Mar 31 03:32:56 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:20 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 6464fb3a7d..679dcb8d1b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -87,7 +87,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 Fri Mar 31 03:33:02 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:25 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index c754ceb555..5148c6ed5c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -87,7 +87,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 Fri Mar 31 03:33:06 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:28 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 5d5aa16378..33f79527e1 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -87,7 +87,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 Fri Mar 31 03:33:07 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:29 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 0613b29f80..57732b1f9f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -87,7 +87,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 Fri Mar 31 03:33:04 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:26 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 870c8f6349..bd2cf50c8a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -87,7 +87,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 Fri Mar 31 03:33:12 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:33 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 771bb5629a..a69afdae49 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -87,7 +87,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 Fri Mar 31 03:33:14 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:34 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index d63a6e0c3a..3b2bfbde9f 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -87,7 +87,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 Fri Mar 31 03:32:45 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Mar 31 14:05:11 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 75806c034c..13e986a30f 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -87,7 +87,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 Fri Mar 31 03:33:22 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:40 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index c468af31e7..c4d5470a80 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -87,7 +87,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 Fri Mar 31 03:33:17 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:37 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 916f284028..bb647e4f17 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -87,7 +87,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 Fri Mar 31 03:33:15 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:35 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 3ef1728615..d92f97d184 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -87,7 +87,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 Fri Mar 31 03:33:28 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:45 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index c749c3a57f..6344f0f748 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -87,7 +87,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 Fri Mar 31 03:33:27 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:44 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 30e4ca715c..9f840f3074 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -87,7 +87,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 Fri Mar 31 03:33:32 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:48 UTC 2023 pageSize = 26432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 589683c58f..78da60dbad 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -87,7 +87,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 Fri Mar 31 03:33:30 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:46 UTC 2023 pageSize = 26432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index ea45171f24..3e70504412 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -87,7 +87,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 Fri Mar 31 03:33:33 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:49 UTC 2023 pageSize = 26432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index 4e153530a2..7e80d0505d 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -87,7 +87,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 Fri Mar 31 03:33:24 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:42 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index d4b51884d0..61a4d151c3 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -87,7 +87,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 Fri Mar 31 03:32:48 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 Fri Mar 31 14:05:13 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 6d4131400f..de0720a1e2 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -87,7 +87,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 Fri Mar 31 03:33:40 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 14:05:54 UTC 2023 pageSize = 22432 page = 1 @@ -2297,7 +2297,7 @@ deltaTpsValue = scalar, S16, 70, "ratio", 0.01, 0 canReadCounter = scalar, U16, 72, "", 1, 0 tpsAccelFuel = scalar, S16, 74, "ms", 0.0033333333333333335, 0 ignitionAdvance = scalar, S16, 76, "deg", 0.02, 0 -globalFrequencyInputCounter = scalar, U16, 78, "", 1, 0 +unusedDwellWasHere = scalar, U16, 78, "", 1, 0 coilDutyCycle = scalar, U16, 80, "%", 0.01, 0 idleAirValvePosition = scalar, U16, 82, "%", 0.01, 0 etbTarget = scalar, S16, 84, "%", 0.01, 0 @@ -3976,7 +3976,6 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" [GaugeConfigurations] gaugeCategory = "Sync" -globalFrequencyInputCounterGauge = globalFrequencyInputCounter,"globalFrequencyInputCounter", "", 0.0,65000.0, 0.0,65000.0, 0.0,65000.0, 0,0 triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 @@ -4466,7 +4465,6 @@ entry = deltaTpsValue, "fuel: TPS change", float, "%.3f" entry = canReadCounter, "canReadCounter", int, "%d" entry = tpsAccelFuel, "fuel: TPS acceleration add fuel ms", float, "%.3f" entry = ignitionAdvance, "timing", float, "%.3f" -entry = globalFrequencyInputCounter, "globalFrequencyInputCounter", int, "%d" entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = etbTarget, "ETB Target", float, "%.3f" diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java b/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java index dcab1496d6..769f9c3ab6 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Mar 30 21:42:26 UTC 2023 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 14:05:10 UTC 2023 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -471,7 +471,7 @@ public class TsOutputs { public static final Field CANREADCOUNTER = Field.create("CANREADCOUNTER", 72, FieldType.INT16).setScale(1.0).setBaseOffset(0); public static final Field TPSACCELFUEL = Field.create("TPSACCELFUEL", 74, FieldType.INT16).setScale(0.0033333333333333335).setBaseOffset(0); public static final Field IGNITIONADVANCE = Field.create("IGNITIONADVANCE", 76, FieldType.INT16).setScale(0.02).setBaseOffset(0); - public static final Field GLOBALFREQUENCYINPUTCOUNTER = Field.create("GLOBALFREQUENCYINPUTCOUNTER", 78, FieldType.INT16).setScale(1.0).setBaseOffset(0); + public static final Field UNUSEDDWELLWASHERE = Field.create("UNUSEDDWELLWASHERE", 78, FieldType.INT16).setScale(1.0).setBaseOffset(0); public static final Field COILDUTYCYCLE = Field.create("COILDUTYCYCLE", 80, FieldType.INT16).setScale(0.01).setBaseOffset(0); public static final Field IDLEAIRVALVEPOSITION = Field.create("IDLEAIRVALVEPOSITION", 82, FieldType.INT16).setScale(0.01).setBaseOffset(0); public static final Field ETBTARGET = Field.create("ETBTARGET", 84, FieldType.INT16).setScale(0.01).setBaseOffset(0); @@ -952,7 +952,7 @@ public class TsOutputs { CANREADCOUNTER, TPSACCELFUEL, IGNITIONADVANCE, - GLOBALFREQUENCYINPUTCOUNTER, + UNUSEDDWELLWASHERE, COILDUTYCYCLE, IDLEAIRVALVEPOSITION, ETBTARGET,