Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
f0d7bde158
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Sep 09 06:44:06 UTC 2020
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Sep 09 20:28:29 UTC 2020
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3443,7 +3443,7 @@ struct persistent_config_s {
|
|||
/**
|
||||
* offset 6328
|
||||
*/
|
||||
boost_table_t boostTableClosedLoop;
|
||||
boost_target_table_t boostTableClosedLoop;
|
||||
/**
|
||||
* offset 6392
|
||||
*/
|
||||
|
@ -3690,4 +3690,4 @@ struct persistent_config_s {
|
|||
typedef struct persistent_config_s persistent_config_s;
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Sep 09 06:44:06 UTC 2020
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Sep 09 20:28:29 UTC 2020
|
||||
|
|
|
@ -1169,7 +1169,7 @@
|
|||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 3274316507
|
||||
#define SIGNATURE_HASH 433607341
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1480,7 +1480,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator true
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.kin.3274316507"
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.kin.433607341"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't' // 0x74
|
||||
|
|
|
@ -103,6 +103,7 @@ typedef float fsio_table_8x8_f32t[FSIO_TABLE_8][FSIO_TABLE_8];
|
|||
typedef float tps_tps_table_t[TPS_TPS_ACCEL_TABLE][TPS_TPS_ACCEL_TABLE];
|
||||
typedef uint8_t fsio_table_8x8_u8t[FSIO_TABLE_8][FSIO_TABLE_8];
|
||||
typedef uint8_t boost_table_t[BOOST_LOAD_COUNT][BOOST_RPM_COUNT];
|
||||
typedef uint8_t boost_target_table_t[BOOST_LOAD_COUNT][BOOST_RPM_COUNT];
|
||||
typedef uint8_t gppwm_table_t[GPPWM_LOAD_COUNT][GPPWM_RPM_COUNT];
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 06:43:50 UTC 2020
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3443,7 +3443,7 @@ struct persistent_config_s {
|
|||
/**
|
||||
* offset 6328
|
||||
*/
|
||||
boost_table_t boostTableClosedLoop;
|
||||
boost_target_table_t boostTableClosedLoop;
|
||||
/**
|
||||
* offset 6392
|
||||
*/
|
||||
|
@ -3690,4 +3690,4 @@ struct persistent_config_s {
|
|||
typedef struct persistent_config_s persistent_config_s;
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 06:43:50 UTC 2020
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 06:43:50 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
||||
// 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 Wed Sep 09 06:43:50 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
||||
// 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 Wed Sep 09 06:43:50 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
||||
// 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 Wed Sep 09 06:43:50 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_FANONTEMPERATURE:
|
||||
|
|
|
@ -1169,7 +1169,7 @@
|
|||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 686891359
|
||||
#define SIGNATURE_HASH 4060309801
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1480,7 +1480,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.all.686891359"
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.all.4060309801"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't' // 0x74
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 686891359
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.all.686891359"
|
||||
#define SIGNATURE_HASH 4060309801
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.all.4060309801"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD frankenso_na6
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 2406106980
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.frankenso_na6.2406106980"
|
||||
#define SIGNATURE_HASH 1436028690
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.frankenso_na6.1436028690"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 3274316507
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.kin.3274316507"
|
||||
#define SIGNATURE_HASH 433607341
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.kin.433607341"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD mre_f4
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 957646325
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.mre_f4.957646325"
|
||||
#define SIGNATURE_HASH 3823553923
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.mre_f4.3823553923"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD mre_f7
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 957646325
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.mre_f7.957646325"
|
||||
#define SIGNATURE_HASH 3823553923
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.mre_f7.3823553923"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD prometheus_405
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 2648623148
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.prometheus_405.2648623148"
|
||||
#define SIGNATURE_HASH 1194098778
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.prometheus_405.1194098778"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD prometheus_469
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 2648623148
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.prometheus_469.2648623148"
|
||||
#define SIGNATURE_HASH 1194098778
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.prometheus_469.1194098778"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD proteus_f4
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 3407936079
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.proteus_f4.3407936079"
|
||||
#define SIGNATURE_HASH 299020857
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.proteus_f4.299020857"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD proteus_f7
|
||||
#define SIGNATURE_DATE 2020.09.09
|
||||
#define SIGNATURE_HASH 3407936079
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.proteus_f7.3407936079"
|
||||
#define SIGNATURE_HASH 299020857
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.09.proteus_f7.299020857"
|
||||
|
|
|
@ -220,7 +220,8 @@ custom angle_table_t 4*@@IGN_RPM_COUNT@@x@@IGN_LOAD_COUNT@@ array, F32, @OFF
|
|||
custom pedal_to_tps_t @@PEDAL_TO_TPS_SIZE@@x@@PEDAL_TO_TPS_SIZE@@ array, U08, @OFFSET@, [@@PEDAL_TO_TPS_SIZE@@x@@PEDAL_TO_TPS_SIZE@@],"%", 1, 0, 0, 100, 0
|
||||
|
||||
custom iac_pid_mult_t @@IAC_PID_MULT_SIZE@@x@@IAC_PID_MULT_SIZE@@ array, U08, @OFFSET@, [@@IAC_PID_MULT_SIZE@@x@@IAC_PID_MULT_SIZE@@],"%", 1, 0, 0, 999, 2
|
||||
custom boost_table_t @@BOOST_RPM_COUNT@@x@@BOOST_LOAD_COUNT@@ array, U08, @OFFSET@, [@@BOOST_RPM_COUNT@@x@@BOOST_LOAD_COUNT@@],"", @@LOAD_1_BYTE_PACKING_MULT@@, 0 , 0, 3000, 0
|
||||
custom boost_table_t @@BOOST_RPM_COUNT@@x@@BOOST_LOAD_COUNT@@ array, U08, @OFFSET@, [@@BOOST_RPM_COUNT@@x@@BOOST_LOAD_COUNT@@],"", @@LOAD_1_BYTE_PACKING_MULT@@, 0 , 0, 100, 0
|
||||
custom boost_target_table_t @@BOOST_RPM_COUNT@@x@@BOOST_LOAD_COUNT@@ array, U08, @OFFSET@, [@@BOOST_RPM_COUNT@@x@@BOOST_LOAD_COUNT@@],"", @@LOAD_1_BYTE_PACKING_MULT@@, 0 , 0, 3000, 0
|
||||
|
||||
#define GPPWM_LOAD_COUNT 8
|
||||
#define GPPWM_RPM_COUNT 8
|
||||
|
@ -486,7 +487,7 @@ ThermistorConf iat;
|
|||
int launchRpm;A secondary Rev limit engaged by the driver to help launch the vehicle faster;"rpm", 1, 0, 0, 20000.0, 2
|
||||
int launchTimingRetard;;"deg", 1, 0, -180, 180, 2
|
||||
int hip9011PrescalerAndSDO;+value '6' for 8MHz hw osc\nread hip9011 datasheet for details\ntodo split into two bit fields;"integer", 1, 0.0, 0.0, 32, 0
|
||||
float knockBandCustom;+We calculate knock band based of cylinderBore\n Use this to override - kHz knock band override;"kHz", 1, 0.0, 0.0, 10.0, 2
|
||||
float knockBandCustom;+We calculate knock band based of cylinderBore\n Use this to override - kHz knock band override;"kHz", 1, 0.0, 0.0, 20.0, 2
|
||||
|
||||
|
||||
float[DWELL_CURVE_SIZE] sparkDwellRpmBins;On Single Coil or Wasted Spark setups you have to lower dwell at high RPM;"RPM", 1, 0.0, 0.0, 18000, 2
|
||||
|
@ -1405,7 +1406,7 @@ boost_table_t boostTableOpenLoop;
|
|||
uint8_t[8] unused6312;;"units", 1, 0, -20, 100, 0
|
||||
uint8_t[BOOST_RPM_COUNT] boostRpmBins;;"RPM", @@RPM_1_BYTE_PACKING_MULT@@, 0, 0.0, 12000.0, 0
|
||||
|
||||
boost_table_t boostTableClosedLoop;
|
||||
boost_target_table_t boostTableClosedLoop;
|
||||
uint8_t[BOOST_LOAD_COUNT] boostTpsBins;;"%", @@TPS_1_BYTE_PACKING_MULT@@, 0.0, 0, 100.0, 2
|
||||
|
||||
pedal_to_tps_t pedalToTpsTable;
|
||||
|
|
Binary file not shown.
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.all.686891359"
|
||||
signature = "rusEFI 2020.09.09.all.4060309801"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.all.686891359" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.all.4060309801" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:43:50 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.frankenso_na6.2406106980"
|
||||
signature = "rusEFI 2020.09.09.frankenso_na6.1436028690"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.frankenso_na6.2406106980" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.frankenso_na6.1436028690" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:43:58 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:17 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.kin.3274316507"
|
||||
signature = "rusEFI 2020.09.09.kin.433607341"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.kin.3274316507" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.kin.433607341" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:44:06 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Sep 09 20:28:29 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.mre_f4.957646325"
|
||||
signature = "rusEFI 2020.09.09.mre_f4.3823553923"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.mre_f4.957646325" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.mre_f4.3823553923" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:43:55 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:16 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.mre_f7.957646325"
|
||||
signature = "rusEFI 2020.09.09.mre_f7.3823553923"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.mre_f7.957646325" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.mre_f7.3823553923" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:43:52 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:14 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.prometheus_405.2648623148"
|
||||
signature = "rusEFI 2020.09.09.prometheus_405.1194098778"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.prometheus_405.2648623148" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.prometheus_405.1194098778" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:44:03 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:20 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.prometheus_469.2648623148"
|
||||
signature = "rusEFI 2020.09.09.prometheus_469.1194098778"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.prometheus_469.2648623148" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.prometheus_469.1194098778" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:44:01 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:19 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.proteus_f4.3407936079"
|
||||
signature = "rusEFI 2020.09.09.proteus_f4.299020857"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.proteus_f4.3407936079" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.proteus_f4.299020857" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:44:05 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:26 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.09.proteus_f7.3407936079"
|
||||
signature = "rusEFI 2020.09.09.proteus_f7.299020857"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.09.proteus_f7.3407936079" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.09.proteus_f7.299020857" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Wed Sep 09 06:44:04 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:22 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -155,7 +155,7 @@ page = 1
|
|||
launchRpm = scalar, S32, 316, "rpm", 1.0, 0, 0, 20000.0, 2
|
||||
launchTimingRetard = scalar, S32, 320, "deg", 1.0, 0, -180, 180, 2
|
||||
hip9011PrescalerAndSDO = scalar, S32, 324, "integer", 1.0, 0.0, 0.0, 32, 0
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 10.0, 2
|
||||
knockBandCustom = scalar, F32, 328, "kHz", 1.0, 0.0, 0.0, 20.0, 2
|
||||
sparkDwellRpmBins = array, F32, 332, [8], "RPM", 1.0, 0.0, 0.0, 18000, 2
|
||||
sparkDwellValues = array, F32, 364, [8], "ms", 1.0, 0.0, 0.0, 30.0, 2
|
||||
displacement = scalar, F32, 396, "L", 1.0, 0, 0, 1000.0, 2
|
||||
|
@ -1144,7 +1144,7 @@ page = 1
|
|||
afterstartHoldTime = array, F32, 6152, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
afterstartEnrich = array, F32, 6184, [8], "%", 1.0, 0, 0, 600, 1
|
||||
afterstartDecayTime = array, F32, 6216, [8], "Seconds", 1.0, 0, 0, 100, 1
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
boostTableOpenLoop = array, U08, 6248, [8x8],"", 2.0, 0 , 0, 100, 0
|
||||
unused6312 = array, U08, 6312, [8], "units", 1.0, 0, -20, 100, 0
|
||||
boostRpmBins = array, U08, 6320, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
|
||||
boostTableClosedLoop = array, U08, 6328, [8x8],"", 2.0, 0 , 0, 3000, 0
|
||||
|
@ -2063,12 +2063,12 @@ page = 1
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -728,12 +728,12 @@ enable2ndByteCanID = false
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost control target", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
|
|
@ -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 Wed Sep 09 06:43:50 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 09 20:28:13 UTC 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1124,7 +1124,6 @@ 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 = 686891359;
|
||||
public static final int silentTriggerError_offset = 1464;
|
||||
public static final int slowAdcAlpha_offset = 2088;
|
||||
public static final int sparkDwellRpmBins_offset = 332;
|
||||
|
@ -1385,7 +1384,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 2020.09.09.all.686891359";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2020.09.09.all.4060309801";
|
||||
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
||||
public static final int tunerStudioSerialSpeed_offset = 728;
|
||||
public static final int twoWireBatchIgnition_offset = 1476;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<roms>
|
||||
|
||||
<!-- was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh Wed Sep 09 06:43:51 UTC 2020 -->
|
||||
<!-- was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh Wed Sep 09 20:28:13 UTC 2020 -->
|
||||
|
||||
<rom>
|
||||
<romid>
|
||||
|
|
Loading…
Reference in New Issue