Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-13 23:04:13 +00:00
parent a75b7056af
commit b72bc5b834
89 changed files with 800 additions and 234 deletions

View File

@ -1049,7 +1049,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3585644816
#define SIGNATURE_HASH 278637567
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1325,12 +1325,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.3585644816"
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.278637567"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1316
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1049,7 +1049,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3178183644
#define SIGNATURE_HASH 2018249011
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1325,12 +1325,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.3178183644"
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.2018249011"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1316
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -999,7 +999,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2791689149
#define SIGNATURE_HASH 1665595730
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1276,12 +1276,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.2791689149"
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1316
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -532,3 +532,5 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"

View File

@ -360,3 +360,11 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0

View File

@ -19,3 +19,4 @@
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"

View File

@ -27,3 +27,4 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2

View File

@ -28,3 +28,4 @@ decl_frag<electronic_throttle_s, 0>{}, // etb1
// decl_frag<electronic_throttle_s, 1>{}, // etb2
decl_frag<wideband_state_s, 0>{}, // wb1
// decl_frag<wideband_state_s, 1>{}, // wb2
decl_frag<dc_motors_s>{},

View File

@ -718,3 +718,6 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324

View File

@ -512,3 +512,4 @@ tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1308, 1.0, 500.0,
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1310, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1312, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1314, 1.0, -20.0, 100.0, "units"),
dcOutput0("DC: output0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 10.0, "per"),

View File

@ -1,2 +1,2 @@
// generated by gen_live_documentation.sh / LiveDataProcessor.java
#define TS_TOTAL_OUTPUT_SIZE 1316
#define TS_TOTAL_OUTPUT_SIZE 1324

View File

@ -325,4 +325,5 @@ static constexpr LogField fields[] = {
{engine->triggerCentral.currentEngineDecodedPhase, "Engine Phase", "deg", 0},
{engine->triggerCentral.triggerToothAngleError, "triggerToothAngleError", "deg", 2},
{engine->triggerCentral.triggerIgnoredToothCount, "triggerIgnoredToothCount", "", 0},
{engine->dc_motors.dcOutput0, "DC: output0", "per", 2, "ETB more"},
};

View File

@ -1049,7 +1049,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3187115958
#define SIGNATURE_HASH 2027205977
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1325,12 +1325,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.3187115958"
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.2027205977"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1316
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2063407728
#define TS_SIGNATURE "rusEFI master.2023.02.13.48way.2063407728"
#define SIGNATURE_HASH 3219007647
#define TS_SIGNATURE "rusEFI master.2023.02.13.48way.3219007647"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2307424419
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-2chan.2307424419"
#define SIGNATURE_HASH 1286320716
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-2chan.1286320716"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 718351509
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-4chan.718351509"
#define SIGNATURE_HASH 4025622138
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-4chan.4025622138"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2143602228
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-8chan.2143602228"
#define SIGNATURE_HASH 3135763675
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-8chan.3135763675"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3379719223
#define TS_SIGNATURE "rusEFI master.2023.02.13.atlas.3379719223"
#define SIGNATURE_HASH 206659288
#define TS_SIGNATURE "rusEFI master.2023.02.13.atlas.206659288"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 100704124
#define TS_SIGNATURE "rusEFI master.2023.02.13.core8.100704124"
#define SIGNATURE_HASH 3273895315
#define TS_SIGNATURE "rusEFI master.2023.02.13.core8.3273895315"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3585644816
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.3585644816"
#define SIGNATURE_HASH 278637567
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.278637567"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3187115958
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.3187115958"
#define SIGNATURE_HASH 2027205977
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.2027205977"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3585644816
#define TS_SIGNATURE "rusEFI master.2023.02.13.f429-discovery.3585644816"
#define SIGNATURE_HASH 278637567
#define TS_SIGNATURE "rusEFI master.2023.02.13.f429-discovery.278637567"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4159338970
#define TS_SIGNATURE "rusEFI master.2023.02.13.frankenso_na6.4159338970"
#define SIGNATURE_HASH 852052789
#define TS_SIGNATURE "rusEFI master.2023.02.13.frankenso_na6.852052789"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4071697496
#define TS_SIGNATURE "rusEFI master.2023.02.13.harley81.4071697496"
#define SIGNATURE_HASH 932322999
#define TS_SIGNATURE "rusEFI master.2023.02.13.harley81.932322999"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2864767895
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-gm-e67.2864767895"
#define SIGNATURE_HASH 1877201272
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-gm-e67.1877201272"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 256383394
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-honda-k.256383394"
#define SIGNATURE_HASH 3396021069
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-honda-k.3396021069"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1063192977
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-nb1.1063192977"
#define SIGNATURE_HASH 4202445694
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-nb1.4202445694"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1801395085
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121nissan.1801395085"
#define SIGNATURE_HASH 2927372642
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121nissan.2927372642"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1511841872
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121vag.1511841872"
#define SIGNATURE_HASH 2671760063
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121vag.2671760063"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1938783083
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen128.1938783083"
#define SIGNATURE_HASH 3064744324
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen128.3064744324"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 664940441
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen154hyundai.664940441"
#define SIGNATURE_HASH 3800112502
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen154hyundai.3800112502"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1184804805
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen72.1184804805"
#define SIGNATURE_HASH 2210241834
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen72.2210241834"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2474080845
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen81.2474080845"
#define SIGNATURE_HASH 1448364194
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen81.1448364194"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3344809921
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen88bmw.3344809921"
#define SIGNATURE_HASH 41848110
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen88bmw.41848110"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3155829448
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA6.3155829448"
#define SIGNATURE_HASH 2033782823
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA6.2033782823"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3570115063
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA8_96.3570115063"
#define SIGNATURE_HASH 300454680
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA8_96.300454680"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3178183644
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.3178183644"
#define SIGNATURE_HASH 2018249011
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.2018249011"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 171328555
#define TS_SIGNATURE "rusEFI master.2023.02.13.m74_9.171328555"
#define SIGNATURE_HASH 3474290372
#define TS_SIGNATURE "rusEFI master.2023.02.13.m74_9.3474290372"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1896003811
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f4.1896003811"
#define SIGNATURE_HASH 3022096908
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f4.3022096908"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1896003811
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f7.1896003811"
#define SIGNATURE_HASH 3022096908
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f7.3022096908"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2236760310
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_405.2236760310"
#define SIGNATURE_HASH 1081176601
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_405.1081176601"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2236760310
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_469.2236760310"
#define SIGNATURE_HASH 1081176601
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_469.1081176601"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4219404519
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f4.4219404519"
#define SIGNATURE_HASH 1046229512
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f4.1046229512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4219404519
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f7.4219404519"
#define SIGNATURE_HASH 1046229512
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f7.1046229512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4219404519
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_h7.4219404519"
#define SIGNATURE_HASH 1046229512
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_h7.1046229512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1816641342
#define TS_SIGNATURE "rusEFI master.2023.02.13.s105.1816641342"
#define SIGNATURE_HASH 2841939409
#define TS_SIGNATURE "rusEFI master.2023.02.13.s105.2841939409"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2791689149
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.2791689149"
#define SIGNATURE_HASH 1665595730
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1595323698
#define TS_SIGNATURE "rusEFI master.2023.02.13.tdg-pdm8.1595323698"
#define SIGNATURE_HASH 2587199453
#define TS_SIGNATURE "rusEFI master.2023.02.13.tdg-pdm8.2587199453"

View File

@ -669,6 +669,10 @@ float getOutputValueByName(const char *name) {
return engine->triggerCentral.triggerToothAngleError;
case 989545496:
return engine->triggerCentral.triggerIgnoredToothCount;
case 1242329357:
return engine->dc_motors.dcOutput0;
case 1691876092:
return engine->dc_motors.isEnabled0;
}
return EFI_ERROR_CODE;
}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f407-discovery.3187115958"
signature = "rusEFI master.2023.02.13.f407-discovery.2027205977"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f407-discovery.3187115958" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f407-discovery.2027205977" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:09 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.48way.2063407728"
signature = "rusEFI master.2023.02.13.48way.3219007647"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.48way.2063407728" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.48way.3219007647" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:54 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5205,6 +5211,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5743,6 +5750,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-2chan.2307424419"
signature = "rusEFI master.2023.02.13.alphax-2chan.1286320716"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-2chan.2307424419" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-2chan.1286320716" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:30 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5201,6 +5207,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5739,6 +5746,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-4chan.718351509"
signature = "rusEFI master.2023.02.13.alphax-4chan.4025622138"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-4chan.718351509" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-4chan.4025622138" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:31 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-8chan.2143602228"
signature = "rusEFI master.2023.02.13.alphax-8chan.3135763675"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-8chan.2143602228" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-8chan.3135763675" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:33 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.atlas.3379719223"
signature = "rusEFI master.2023.02.13.atlas.206659288"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.atlas.3379719223" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.atlas.206659288" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:07 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.core8.100704124"
signature = "rusEFI master.2023.02.13.core8.3273895315"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.core8.100704124" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.core8.3273895315" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:40 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:53 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5205,6 +5211,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5743,6 +5750,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.cypress.3585644816"
signature = "rusEFI master.2023.02.13.cypress.278637567"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.cypress.3585644816" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.cypress.278637567" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 13 23:03:28 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f407-discovery.3187115958"
signature = "rusEFI master.2023.02.13.f407-discovery.2027205977"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f407-discovery.3187115958" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f407-discovery.2027205977" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:05 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f429-discovery.3585644816"
signature = "rusEFI master.2023.02.13.f429-discovery.278637567"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f429-discovery.3585644816" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f429-discovery.278637567" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:06 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.frankenso_na6.4159338970"
signature = "rusEFI master.2023.02.13.frankenso_na6.852052789"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.frankenso_na6.4159338970" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.frankenso_na6.852052789" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:45 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:57 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.harley81.4071697496"
signature = "rusEFI master.2023.02.13.harley81.932322999"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.harley81.4071697496" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.harley81.932322999" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:34 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-gm-e67.2864767895"
signature = "rusEFI master.2023.02.13.hellen-gm-e67.1877201272"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-gm-e67.2864767895" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-gm-e67.1877201272" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:46 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-honda-k.256383394"
signature = "rusEFI master.2023.02.13.hellen-honda-k.3396021069"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-honda-k.256383394" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-honda-k.3396021069" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:26 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:39 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-nb1.1063192977"
signature = "rusEFI master.2023.02.13.hellen-nb1.4202445694"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-nb1.1063192977" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-nb1.4202445694" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:45 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen121nissan.1801395085"
signature = "rusEFI master.2023.02.13.hellen121nissan.2927372642"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen121nissan.1801395085" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen121nissan.2927372642" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:37 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen121vag.1511841872"
signature = "rusEFI master.2023.02.13.hellen121vag.2671760063"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen121vag.1511841872" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen121vag.2671760063" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:36 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen128.1938783083"
signature = "rusEFI master.2023.02.13.hellen128.3064744324"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen128.1938783083" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen128.3064744324" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:22 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:35 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen154hyundai.664940441"
signature = "rusEFI master.2023.02.13.hellen154hyundai.3800112502"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen154hyundai.664940441" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen154hyundai.3800112502" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:40 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen72.1184804805"
signature = "rusEFI master.2023.02.13.hellen72.2210241834"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen72.1184804805" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen72.2210241834" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:43 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen81.2474080845"
signature = "rusEFI master.2023.02.13.hellen81.1448364194"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen81.2474080845" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen81.1448364194" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:44 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5202,6 +5208,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5740,6 +5747,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen88bmw.3344809921"
signature = "rusEFI master.2023.02.13.hellen88bmw.41848110"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen88bmw.3344809921" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen88bmw.41848110" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:29 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:41 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellenNA6.3155829448"
signature = "rusEFI master.2023.02.13.hellenNA6.2033782823"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellenNA6.3155829448" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellenNA6.2033782823" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:35 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:47 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellenNA8_96.3570115063"
signature = "rusEFI master.2023.02.13.hellenNA8_96.300454680"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellenNA8_96.3570115063" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellenNA8_96.300454680" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:49 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.kin.3178183644"
signature = "rusEFI master.2023.02.13.kin.2018249011"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.kin.3178183644" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.kin.2018249011" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 13 23:03:27 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.m74_9.171328555"
signature = "rusEFI master.2023.02.13.m74_9.3474290372"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.m74_9.171328555" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.m74_9.3474290372" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:55 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.mre_f4.1896003811"
signature = "rusEFI master.2023.02.13.mre_f4.3022096908"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.mre_f4.1896003811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.mre_f4.3022096908" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:51 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5205,6 +5211,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5743,6 +5750,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.mre_f7.1896003811"
signature = "rusEFI master.2023.02.13.mre_f7.3022096908"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.mre_f7.1896003811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.mre_f7.3022096908" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:38 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:50 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5205,6 +5211,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5743,6 +5750,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.prometheus_405.2236760310"
signature = "rusEFI master.2023.02.13.prometheus_405.1081176601"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.prometheus_405.2236760310" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.prometheus_405.1081176601" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:48 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:00 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5201,6 +5207,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5739,6 +5746,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.prometheus_469.2236760310"
signature = "rusEFI master.2023.02.13.prometheus_469.1081176601"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.prometheus_469.2236760310" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.prometheus_469.1081176601" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:46 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:59 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5201,6 +5207,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5739,6 +5746,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_f4.4219404519"
signature = "rusEFI master.2023.02.13.proteus_f4.1046229512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_f4.4219404519" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_f4.1046229512" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:02 UTC 2023
pageSize = 26432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 26422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5200,6 +5206,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5739,6 +5746,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_f7.4219404519"
signature = "rusEFI master.2023.02.13.proteus_f7.1046229512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_f7.4219404519" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_f7.1046229512" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:49 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:01 UTC 2023
pageSize = 26432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 26422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5200,6 +5206,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5739,6 +5746,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_h7.4219404519"
signature = "rusEFI master.2023.02.13.proteus_h7.1046229512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_h7.4219404519" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_h7.1046229512" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:03 UTC 2023
pageSize = 26432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 26422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5200,6 +5206,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5739,6 +5746,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.s105.1816641342"
signature = "rusEFI master.2023.02.13.s105.2841939409"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.s105.1816641342" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.s105.2841939409" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:44 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:03:56 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5204,6 +5210,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5742,6 +5749,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.subaru_eg33_f7.2791689149"
signature = "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.subaru_eg33_f7.2791689149" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:16 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 Mon Feb 13 23:03:29 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5203,6 +5209,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5741,6 +5748,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.tdg-pdm8.1595323698"
signature = "rusEFI master.2023.02.13.tdg-pdm8.2587199453"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.tdg-pdm8.1595323698" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.tdg-pdm8.2587199453" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Mon Feb 13 22:24:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:08 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1316
ochBlockSize = 1324
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2938,6 +2938,9 @@ tempC = scalar, U16, 1308, "C", 1, 0
nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
time = { timeNow }
@ -3958,6 +3961,7 @@ etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per",
etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4873,6 +4877,8 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0, "isEnabled0", int, "%d"
[Menu]
@ -5207,6 +5213,7 @@ menuDialog = main
subMenu = idle_stateDialog, "idle_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = dc_motorsDialog, "dc_motors"
@ -5745,6 +5752,14 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = dc_motorsIndicatorPanel, 2
indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes"
dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "live_data_ids.h"
// was generated automatically by rusEFI tool from live_data_ids.h // by enum2string.jar tool on Sun Jan 15 13:37:00 UTC 2023
// was generated automatically by rusEFI tool from live_data_ids.h // by enum2string.jar tool on Mon Feb 13 23:03:26 UTC 2023
// see also gen_config_and_enums.bat
@ -13,6 +13,8 @@ case LDS_antilag_system_state:
return "LDS_antilag_system_state";
case LDS_boost_control:
return "LDS_boost_control";
case LDS_dc_motors:
return "LDS_dc_motors";
case LDS_electronic_throttle:
return "LDS_electronic_throttle";
case LDS_engine_state:

View File

@ -27,4 +27,5 @@ public enum live_data_e {
LDS_idle_state,
LDS_electronic_throttle,
LDS_wideband_state,
LDS_dc_motors,
}

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) controllers/actuators/dc_motors.txt Mon Feb 13 17:54:48 EST 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Mon Feb 13 23:03:26 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -404,8 +404,8 @@ public class DcMotors {
public static final int VM_VVT_INACTIVE = 0;
public static final int VR_THRESHOLD_COUNT = 2;
public static final int WWAE_TABLE_SIZE = 8;
public static final Field DCOUTPUT0 = Field.create("DCOUTPUT0", 0, FieldType.FLOAT).setBaseOffset(812);
public static final Field ISENABLED0 = Field.create("ISENABLED0", 4, FieldType.BIT, 0).setBaseOffset(812);
public static final Field DCOUTPUT0 = Field.create("DCOUTPUT0", 0, FieldType.FLOAT).setBaseOffset(1316);
public static final Field ISENABLED0 = Field.create("ISENABLED0", 4, FieldType.BIT, 0).setBaseOffset(1316);
public static final Field[] VALUES = {
DCOUTPUT0,
ISENABLED0,

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 22:24:59 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:04:11 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -997,6 +997,7 @@ public class Fields {
public static final int sensor_chart_e_SC_RPM_ACCEL = 3;
public static final int sensor_chart_e_SC_TRIGGER = 1;
public static final int SENT_INPUT_COUNT = 1;
public static final int SIGNATURE_HASH = 2027205977;
public static final int specs_s_size = 12;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1206,10 +1207,10 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI master.2023.02.13.f407-discovery.3187115958";
public static final String TS_SIGNATURE = "rusEFI master.2023.02.13.f407-discovery.2027205977";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1316;
public static final int TS_TOTAL_OUTPUT_SIZE = 1324;
public static final String TS_TRIGGER_SCOPE_CHANNEL_1_NAME = "Channel 1";
public static final String TS_TRIGGER_SCOPE_CHANNEL_2_NAME = "Channel 2";
public static final int TS_TRIGGER_SCOPE_DISABLE = 5;