Merge branch 'master' of https://github.com/rusefi/rusefi
This commit is contained in:
commit
e002e72308
|
@ -302,6 +302,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -330,6 +330,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Feb 19 03:53:00 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Tue Feb 21 04:56:32 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -1319,28 +1319,28 @@ struct output_channels_s {
|
|||
bool injectorState12 : 1 {};
|
||||
/**
|
||||
offset 616 bit 24 */
|
||||
bool unusedBit_295_24 : 1 {};
|
||||
bool triggerChannel1 : 1 {};
|
||||
/**
|
||||
offset 616 bit 25 */
|
||||
bool unusedBit_295_25 : 1 {};
|
||||
bool triggerChannel2 : 1 {};
|
||||
/**
|
||||
offset 616 bit 26 */
|
||||
bool unusedBit_295_26 : 1 {};
|
||||
bool vvtChannel1 : 1 {};
|
||||
/**
|
||||
offset 616 bit 27 */
|
||||
bool unusedBit_295_27 : 1 {};
|
||||
bool unusedBit_298_27 : 1 {};
|
||||
/**
|
||||
offset 616 bit 28 */
|
||||
bool unusedBit_295_28 : 1 {};
|
||||
bool unusedBit_298_28 : 1 {};
|
||||
/**
|
||||
offset 616 bit 29 */
|
||||
bool unusedBit_295_29 : 1 {};
|
||||
bool unusedBit_298_29 : 1 {};
|
||||
/**
|
||||
offset 616 bit 30 */
|
||||
bool unusedBit_295_30 : 1 {};
|
||||
bool unusedBit_298_30 : 1 {};
|
||||
/**
|
||||
offset 616 bit 31 */
|
||||
bool unusedBit_295_31 : 1 {};
|
||||
bool unusedBit_298_31 : 1 {};
|
||||
/**
|
||||
* offset 620
|
||||
*/
|
||||
|
@ -1383,4 +1383,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 Sun Feb 19 03:53:00 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Tue Feb 21 04:56:32 UTC 2023
|
||||
|
|
|
@ -471,6 +471,12 @@ float getOutputValueByName(const char *name) {
|
|||
return engine->outputChannels.injectorState11;
|
||||
case -43142201:
|
||||
return engine->outputChannels.injectorState12;
|
||||
case -448033693:
|
||||
return engine->outputChannels.triggerChannel1;
|
||||
case -448033692:
|
||||
return engine->outputChannels.triggerChannel2;
|
||||
case -1764857649:
|
||||
return engine->outputChannels.vvtChannel1;
|
||||
case 1894184322:
|
||||
return engine->outputChannels.outputRequestPeriod;
|
||||
case -1263258735:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "sensor_type.h"
|
||||
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Tue Feb 21 02:38:56 UTC 2023
|
||||
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Tue Feb 21 04:56:31 UTC 2023
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -13,8 +13,6 @@ case SensorType::AcceleratorPedalPrimary:
|
|||
return "AcceleratorPedalPrimary";
|
||||
case SensorType::AcceleratorPedalSecondary:
|
||||
return "AcceleratorPedalSecondary";
|
||||
case SensorType::AnalogTps1:
|
||||
return "AnalogTps1";
|
||||
case SensorType::AuxAnalog1:
|
||||
return "AuxAnalog1";
|
||||
case SensorType::AuxAnalog2:
|
||||
|
@ -103,8 +101,6 @@ case SensorType::PlaceholderLast:
|
|||
return "PlaceholderLast";
|
||||
case SensorType::Rpm:
|
||||
return "Rpm";
|
||||
case SensorType::SentTps1:
|
||||
return "SentTps1";
|
||||
case SensorType::Tps1:
|
||||
return "Tps1";
|
||||
case SensorType::Tps1Primary:
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:08 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:16 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:53 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:00 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:29 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:36 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:30 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:37 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:31 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:39 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:06 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:13 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:51 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:58 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Feb 21 00:49:26 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Feb 21 04:56:34 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:04 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:11 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:05 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:12 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:56 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:03 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:33 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:40 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:45 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:52 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:38 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:45 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:44 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:51 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:36 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:43 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:35 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:42 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:34 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:41 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:39 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:46 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:41 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:48 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:43 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:50 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:40 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:47 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:46 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:53 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:48 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:55 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Feb 21 00:49:25 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Feb 21 04:56:33 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:54 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:01 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:50 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:57 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:49 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:56 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:59 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:06 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:58 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:05 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:01 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:08 UTC 2023
|
||||
|
||||
pageSize = 26432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:00 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:07 UTC 2023
|
||||
|
||||
pageSize = 26432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:02 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:09 UTC 2023
|
||||
|
||||
pageSize = 26432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:55 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:02 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Feb 21 00:49:27 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Feb 21 04:56:35 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 00:50:07 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Feb 21 04:57:14 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -2553,6 +2553,9 @@ injectorState9 = bits, U32, 616, [20:20]
|
|||
injectorState10 = bits, U32, 616, [21:21]
|
||||
injectorState11 = bits, U32, 616, [22:22]
|
||||
injectorState12 = bits, U32, 616, [23:23]
|
||||
triggerChannel1 = bits, U32, 616, [24:24]
|
||||
triggerChannel2 = bits, U32, 616, [25:25]
|
||||
vvtChannel1 = bits, U32, 616, [26:26]
|
||||
outputRequestPeriod = scalar, U32, 620, "", 1, 0
|
||||
mapFast = scalar, F32, 624, "", 1, 0
|
||||
luaGauges1 = scalar, F32, 628, "value", 1, 0
|
||||
|
@ -4673,6 +4676,9 @@ entry = injectorState9, "injectorState9", int, "%d"
|
|||
entry = injectorState10, "injectorState10", int, "%d"
|
||||
entry = injectorState11, "injectorState11", int, "%d"
|
||||
entry = injectorState12, "injectorState12", int, "%d"
|
||||
entry = triggerChannel1, "triggerChannel1", int, "%d"
|
||||
entry = triggerChannel2, "triggerChannel2", int, "%d"
|
||||
entry = vvtChannel1, "vvtChannel1", int, "%d"
|
||||
entry = outputRequestPeriod, "outputRequestPeriod", int, "%d"
|
||||
entry = mapFast, "mapFast", float, "%.3f"
|
||||
entry = luaGauges1, "luaGauges 1", float, "%.3f"
|
||||
|
|
|
@ -16,10 +16,8 @@ public enum SensorType {
|
|||
FuelPressureHigh,
|
||||
FuelPressureInjector,
|
||||
Tps1,
|
||||
AnalogTps1,
|
||||
Tps1Primary,
|
||||
Tps1Secondary,
|
||||
SentTps1,
|
||||
Tps2,
|
||||
Tps2Primary,
|
||||
Tps2Secondary,
|
||||
|
|
|
@ -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 Sun Feb 19 03:53:00 UTC 2023
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Tue Feb 21 04:56:32 UTC 2023
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -735,6 +735,9 @@ public class TsOutputs {
|
|||
public static final Field INJECTORSTATE10 = Field.create("INJECTORSTATE10", 616, FieldType.BIT, 21).setBaseOffset(0);
|
||||
public static final Field INJECTORSTATE11 = Field.create("INJECTORSTATE11", 616, FieldType.BIT, 22).setBaseOffset(0);
|
||||
public static final Field INJECTORSTATE12 = Field.create("INJECTORSTATE12", 616, FieldType.BIT, 23).setBaseOffset(0);
|
||||
public static final Field TRIGGERCHANNEL1 = Field.create("TRIGGERCHANNEL1", 616, FieldType.BIT, 24).setBaseOffset(0);
|
||||
public static final Field TRIGGERCHANNEL2 = Field.create("TRIGGERCHANNEL2", 616, FieldType.BIT, 25).setBaseOffset(0);
|
||||
public static final Field VVTCHANNEL1 = Field.create("VVTCHANNEL1", 616, FieldType.BIT, 26).setBaseOffset(0);
|
||||
public static final Field OUTPUTREQUESTPERIOD = Field.create("OUTPUTREQUESTPERIOD", 620, FieldType.INT).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field MAPFAST = Field.create("MAPFAST", 624, FieldType.FLOAT).setBaseOffset(0);
|
||||
public static final Field LUAGAUGES1 = Field.create("LUAGAUGES1", 628, FieldType.FLOAT).setBaseOffset(0);
|
||||
|
@ -1211,6 +1214,9 @@ public class TsOutputs {
|
|||
INJECTORSTATE10,
|
||||
INJECTORSTATE11,
|
||||
INJECTORSTATE12,
|
||||
TRIGGERCHANNEL1,
|
||||
TRIGGERCHANNEL2,
|
||||
VVTCHANNEL1,
|
||||
OUTPUTREQUESTPERIOD,
|
||||
MAPFAST,
|
||||
LUAGAUGES1,
|
||||
|
|
Loading…
Reference in New Issue