Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-03-31 14:05:59 +00:00
parent 723b9aee65
commit 9e489410fa
44 changed files with 80 additions and 158 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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, "%"),

View File

@ -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

View File

@ -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},

View File

@ -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;

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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,