Auto-generated configs and docs
This commit is contained in:
parent
2667810942
commit
578256ec86
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu May 27 05:35:48 EDT 2021
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Fri May 28 07:39:52 UTC 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -1046,6 +1046,8 @@ case REVERSE:
|
|||
}
|
||||
const char *getGppwm_channel_e(gppwm_channel_e value){
|
||||
switch(value) {
|
||||
case GPPWM_AccelPedal:
|
||||
return "GPPWM_AccelPedal";
|
||||
case GPPWM_AuxTemp1:
|
||||
return "GPPWM_AuxTemp1";
|
||||
case GPPWM_AuxTemp2:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu May 27 12:25:29 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 28 07:40:28 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4202,4 +4202,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu May 27 12:25:29 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 28 07:40:28 UTC 2021
|
||||
|
|
|
@ -793,8 +793,8 @@
|
|||
#define gppwm4_pwmFrequency_offset 4410
|
||||
#define gppwm4_rpmBins_offset 4424
|
||||
#define gppwm4_table_offset 4432
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero", "GPPWM_AccelPedal"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal"
|
||||
#define gppwm_channel_size 88
|
||||
#define GPPWM_CHANNELS 4
|
||||
#define GPPWM_LOAD_COUNT 8
|
||||
|
@ -1275,8 +1275,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD hellen_cypress
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 1814087914
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 669490187
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1629,7 +1629,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellen_cypress.1814087914"
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellen_cypress.669490187"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't' // 0x74
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu May 27 05:35:47 EDT 2021
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Fri May 28 07:39:52 UTC 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -842,6 +842,8 @@ case REVERSE:
|
|||
}
|
||||
const char *getGppwm_channel_e(gppwm_channel_e value){
|
||||
switch(value) {
|
||||
case GPPWM_AccelPedal:
|
||||
return "GPPWM_AccelPedal";
|
||||
case GPPWM_AuxTemp1:
|
||||
return "GPPWM_AuxTemp1";
|
||||
case GPPWM_AuxTemp2:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu May 27 12:25:28 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 28 07:40:26 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4196,4 +4196,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu May 27 12:25:28 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 28 07:40:26 UTC 2021
|
||||
|
|
|
@ -777,8 +777,8 @@
|
|||
#define gppwm4_pwmFrequency_offset 4382
|
||||
#define gppwm4_rpmBins_offset 4396
|
||||
#define gppwm4_table_offset 4404
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero", "GPPWM_AccelPedal"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal"
|
||||
#define gppwm_channel_size 88
|
||||
#define GPPWM_CHANNELS 4
|
||||
#define GPPWM_LOAD_COUNT 8
|
||||
|
@ -1259,8 +1259,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 2474968086
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 3628224759
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1613,7 +1613,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator true
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.kin.2474968086"
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.kin.3628224759"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't' // 0x74
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu May 27 05:35:49 EDT 2021
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Fri May 28 07:39:53 UTC 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -1042,6 +1042,8 @@ case REVERSE:
|
|||
}
|
||||
const char *getGppwm_channel_e(gppwm_channel_e value){
|
||||
switch(value) {
|
||||
case GPPWM_AccelPedal:
|
||||
return "GPPWM_AccelPedal";
|
||||
case GPPWM_AuxTemp1:
|
||||
return "GPPWM_AuxTemp1";
|
||||
case GPPWM_AuxTemp2:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:31 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:30 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4202,4 +4202,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:31 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:30 UTC 2021
|
||||
|
|
|
@ -793,8 +793,8 @@
|
|||
#define gppwm4_pwmFrequency_offset 4410
|
||||
#define gppwm4_rpmBins_offset 4424
|
||||
#define gppwm4_table_offset 4432
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero", "GPPWM_AccelPedal"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal"
|
||||
#define gppwm_channel_size 88
|
||||
#define GPPWM_CHANNELS 4
|
||||
#define GPPWM_LOAD_COUNT 8
|
||||
|
@ -1275,8 +1275,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD subaru_eg33_f7
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 3185871300
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 4129545509
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1629,7 +1629,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port false
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.subaru_eg33_f7.3185871300"
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.subaru_eg33_f7.4129545509"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't' // 0x74
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu May 27 05:35:44 EDT 2021
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Fri May 28 07:39:51 UTC 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -1018,6 +1018,8 @@ case REVERSE:
|
|||
}
|
||||
const char *getGppwm_channel_e(gppwm_channel_e value){
|
||||
switch(value) {
|
||||
case GPPWM_AccelPedal:
|
||||
return "GPPWM_AccelPedal";
|
||||
case GPPWM_AuxTemp1:
|
||||
return "GPPWM_AuxTemp1";
|
||||
case GPPWM_AuxTemp2:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4202,4 +4202,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
FSIO_SETTING_FANONTEMPERATURE = 1000,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_FANONTEMPERATURE:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_FANONTEMPERATURE:
|
||||
|
|
|
@ -791,8 +791,8 @@
|
|||
#define gppwm4_pwmFrequency_offset 4410
|
||||
#define gppwm4_rpmBins_offset 4424
|
||||
#define gppwm4_table_offset 4432
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
|
||||
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero", "GPPWM_AccelPedal"
|
||||
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal"
|
||||
#define gppwm_channel_size 88
|
||||
#define GPPWM_CHANNELS 4
|
||||
#define GPPWM_LOAD_COUNT 8
|
||||
|
@ -1272,8 +1272,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 777786170
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 1704675291
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1626,7 +1626,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.all.777786170"
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.all.1704675291"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't' // 0x74
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 777786170
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.all.777786170"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 1704675291
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.all.1704675291"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD frankenso_na6
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 370318595
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.frankenso_na6.370318595"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 1574291938
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.frankenso_na6.1574291938"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen121nissan
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 3862469385
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellen121nissan.3862469385"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 2919223272
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellen121nissan.2919223272"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen121vag
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 3112012005
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellen121vag.3112012005"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 4072332292
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellen121vag.4072332292"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen128
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 3651274718
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellen128.3651274718"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 2456113983
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellen128.2456113983"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen72
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 2158685361
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellen72.2158685361"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 3412965456
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellen72.3412965456"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellenNA6
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 129576886
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellenNA6.129576886"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 1283357527
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellenNA6.1283357527"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen_cypress
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 1814087914
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.hellen_cypress.1814087914"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 669490187
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.hellen_cypress.669490187"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 2474968086
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.kin.2474968086"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 3628224759
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.kin.3628224759"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD mre_f4
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 2895022624
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.mre_f4.2895022624"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 3880378049
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.mre_f4.3880378049"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD mre_f7
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 2895022624
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.mre_f7.2895022624"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 3880378049
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.mre_f7.3880378049"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD prometheus_405
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 1019875596
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.prometheus_405.1019875596"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 1997358573
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.prometheus_405.1997358573"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD prometheus_469
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 1019875596
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.prometheus_469.1019875596"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 1997358573
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.prometheus_469.1997358573"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f4
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 1206562337
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.proteus_f4.1206562337"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 204339904
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.proteus_f4.204339904"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f7
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 1206562337
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.proteus_f7.1206562337"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 204339904
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.proteus_f7.204339904"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD subaru_eg33_f7
|
||||
#define SIGNATURE_DATE 2021.05.27
|
||||
#define SIGNATURE_HASH 3185871300
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.27.subaru_eg33_f7.3185871300"
|
||||
#define SIGNATURE_DATE 2021.05.28
|
||||
#define SIGNATURE_HASH 4129545509
|
||||
#define TS_SIGNATURE "rusEFI 2021.05.28.subaru_eg33_f7.4129545509"
|
||||
|
|
Binary file not shown.
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.all.777786170"
|
||||
signature = "rusEFI 2021.05.28.all.1704675291"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.all.777786170" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.all.1704675291" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:00 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.frankenso_na6.370318595"
|
||||
signature = "rusEFI 2021.05.28.frankenso_na6.1574291938"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.frankenso_na6.370318595" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.frankenso_na6.1574291938" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:17 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:15 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.hellen121nissan.3862469385"
|
||||
signature = "rusEFI 2021.05.28.hellen121nissan.2919223272"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.hellen121nissan.3862469385" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.hellen121nissan.2919223272" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:07 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:03 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.hellen121vag.3112012005"
|
||||
signature = "rusEFI 2021.05.28.hellen121vag.4072332292"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.hellen121vag.3112012005" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.hellen121vag.4072332292" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:05 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:01 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.hellen128.3651274718"
|
||||
signature = "rusEFI 2021.05.28.hellen128.2456113983"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.hellen128.3651274718" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.hellen128.2456113983" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:03 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:56 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.hellen72.2158685361"
|
||||
signature = "rusEFI 2021.05.28.hellen72.3412965456"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.hellen72.2158685361" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.hellen72.3412965456" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:09 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:05 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.hellenNA6.129576886"
|
||||
signature = "rusEFI 2021.05.28.hellenNA6.1283357527"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.hellenNA6.129576886" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.hellenNA6.1283357527" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:12 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:08 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.hellen_cypress.1814087914"
|
||||
signature = "rusEFI 2021.05.28.hellen_cypress.669490187"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.hellen_cypress.1814087914" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.hellen_cypress.669490187" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu May 27 12:25:29 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 28 07:40:28 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.kin.2474968086"
|
||||
signature = "rusEFI 2021.05.28.kin.3628224759"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.kin.2474968086" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.kin.3628224759" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu May 27 12:25:28 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 28 07:40:26 UTC 2021
|
||||
|
||||
pageSize = 19972
|
||||
page = 1
|
||||
|
@ -1121,7 +1121,7 @@ gppwm1_dutyIfError = scalar, U08, 4117, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4118, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4120, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4121, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4122, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4122, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4123, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4124, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4132, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1131,7 +1131,7 @@ gppwm2_dutyIfError = scalar, U08, 4205, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4206, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4208, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4209, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4210, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4210, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4211, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4212, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4220, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1141,7 +1141,7 @@ gppwm3_dutyIfError = scalar, U08, 4293, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4294, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4296, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4297, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4298, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4298, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4299, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4300, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4308, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1151,7 +1151,7 @@ gppwm4_dutyIfError = scalar, U08, 4381, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4382, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4384, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4385, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4386, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4386, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4387, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4388, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4396, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.mre_f4.2895022624"
|
||||
signature = "rusEFI 2021.05.28.mre_f4.3880378049"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.mre_f4.2895022624" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.mre_f4.3880378049" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:15 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:12 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.mre_f7.2895022624"
|
||||
signature = "rusEFI 2021.05.28.mre_f7.3880378049"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.mre_f7.2895022624" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.mre_f7.3880378049" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:14 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:10 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.prometheus_405.1019875596"
|
||||
signature = "rusEFI 2021.05.28.prometheus_405.1997358573"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.prometheus_405.1019875596" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.prometheus_405.1997358573" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:21 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:19 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.prometheus_469.1019875596"
|
||||
signature = "rusEFI 2021.05.28.prometheus_469.1997358573"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.prometheus_469.1019875596" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.prometheus_469.1997358573" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:20 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:17 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.proteus_f4.1206562337"
|
||||
signature = "rusEFI 2021.05.28.proteus_f4.204339904"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.proteus_f4.1206562337" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.proteus_f4.204339904" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:26 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:23 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.proteus_f7.1206562337"
|
||||
signature = "rusEFI 2021.05.28.proteus_f7.204339904"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.proteus_f7.1206562337" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.proteus_f7.204339904" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:23 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:21 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.05.27.subaru_eg33_f7.3185871300"
|
||||
signature = "rusEFI 2021.05.28.subaru_eg33_f7.4129545509"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.05.27.subaru_eg33_f7.3185871300" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.05.28.subaru_eg33_f7.4129545509" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu May 27 12:25:31 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Fri May 28 07:40:30 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1137,7 +1137,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1147,7 +1147,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1157,7 +1157,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
@ -1167,7 +1167,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
|
|||
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
|
||||
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
|
||||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
|
|
|
@ -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 Thu May 27 12:25:00 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 28 07:39:54 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1227,7 +1227,7 @@ public class Fields {
|
|||
public static final int servoOutputPins8_offset = 3147;
|
||||
public static final int showHumanReadableWarning_offset = 976;
|
||||
public static final int showSdCardWarning_offset = 76;
|
||||
public static final int SIGNATURE_HASH = 777786170;
|
||||
public static final int SIGNATURE_HASH = 1704675291;
|
||||
public static final int silentTriggerError_offset = 1464;
|
||||
public static final int slowAdcAlpha_offset = 2088;
|
||||
public static final int sparkDwellRpmBins_offset = 332;
|
||||
|
@ -1529,7 +1529,7 @@ public class Fields {
|
|||
public static final char TS_SD_R_COMMAND = 'r';
|
||||
public static final char TS_SD_W_COMMAND = 'w';
|
||||
public static final char TS_SET_LOGGER_SWITCH = 'l';
|
||||
public static final String TS_SIGNATURE = "rusEFI 2021.05.27.all.777786170";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2021.05.28.all.1704675291";
|
||||
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
||||
public static final int TT_TT_1_16 = 50;
|
||||
public static final int TT_TT_2JZ_1_12 = 29;
|
||||
|
@ -2746,7 +2746,7 @@ public class Fields {
|
|||
public static final Field GPPWM1_PWMFREQUENCY = Field.create("GPPWM1_PWMFREQUENCY", 4146, FieldType.INT16);
|
||||
public static final Field GPPWM1_ONABOVEDUTY = Field.create("GPPWM1_ONABOVEDUTY", 4148, FieldType.INT8);
|
||||
public static final Field GPPWM1_OFFBELOWDUTY = Field.create("GPPWM1_OFFBELOWDUTY", 4149, FieldType.INT8);
|
||||
public static final String[] gppwm_channel_e = {"TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"};
|
||||
public static final String[] gppwm_channel_e = {"TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "Accel Pedal"};
|
||||
public static final Field GPPWM1_LOADAXIS = Field.create("GPPWM1_LOADAXIS", 4150, FieldType.INT8, gppwm_channel_e);
|
||||
public static final Field GPPWM1_ALIGNMENTFILL_MAP = Field.create("GPPWM1_ALIGNMENTFILL_MAP", 4151, FieldType.INT8);
|
||||
public static final Field GPPWM1_TABLE = Field.create("GPPWM1_TABLE", 4168, FieldType.INT);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<roms>
|
||||
|
||||
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Thu May 27 12:25:02 UTC 2021 -->
|
||||
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Fri May 28 07:39:55 UTC 2021 -->
|
||||
|
||||
<rom>
|
||||
<romid>
|
||||
|
|
Loading…
Reference in New Issue