dreams about useFixedMsForCranking

This commit is contained in:
rusefi 2020-02-15 19:17:42 -05:00
parent 64c83fa4cd
commit c4e1e1e928
13 changed files with 34 additions and 27 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Tue Feb 04 00:55:30 EST 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Feb 15 19:17:00 EST 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#ifndef CONFIG_BOARDS_KINETIS_CONFIG_CONTROLLERS_ALGO_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
@ -622,7 +622,7 @@ struct engine_configuration_s {
bool antiLagEnabled : 1;
/**
offset 76 bit 23 */
bool issue_294_24 : 1;
bool useFixedMsForCranking : 1;
/**
offset 76 bit 24 */
bool issue_294_25 : 1;
@ -3217,4 +3217,4 @@ typedef struct persistent_config_s persistent_config_s;
#endif
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Tue Feb 04 00:55:30 EST 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Feb 15 19:17:00 EST 2020

View File

@ -1359,8 +1359,6 @@
#define isMapAveragingEnabled_offset_hex 5c4
#define isSdCardEnabled_offset 744
#define isSdCardEnabled_offset_hex 2e8
#define issue_294_24_offset 76
#define issue_294_24_offset_hex 4c
#define issue_294_25_offset 76
#define issue_294_25_offset_hex 4c
#define issue_294_26_offset 76
@ -2176,6 +2174,8 @@
#define useETBforIdleControl_offset_hex 2e8
#define useFixedBaroCorrFromMap_offset 1476
#define useFixedBaroCorrFromMap_offset_hex 5c4
#define useFixedMsForCranking_offset 76
#define useFixedMsForCranking_offset_hex 4c
#define useFSIO10ForServo3_offset 1464
#define useFSIO10ForServo3_offset_hex 5b8
#define useFSIO11ForServo4_offset 1464

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Tue Feb 04 00:55:12 EST 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:46 EST 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#ifndef CONTROLLERS_GENERATED_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
@ -622,7 +622,7 @@ struct engine_configuration_s {
bool antiLagEnabled : 1;
/**
offset 76 bit 23 */
bool issue_294_24 : 1;
bool useFixedMsForCranking : 1;
/**
offset 76 bit 24 */
bool issue_294_25 : 1;
@ -3217,4 +3217,4 @@ typedef struct persistent_config_s persistent_config_s;
#endif
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Tue Feb 04 00:55:12 EST 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:46 EST 2020

View File

@ -1359,8 +1359,6 @@
#define isMapAveragingEnabled_offset_hex 5c4
#define isSdCardEnabled_offset 744
#define isSdCardEnabled_offset_hex 2e8
#define issue_294_24_offset 76
#define issue_294_24_offset_hex 4c
#define issue_294_25_offset 76
#define issue_294_25_offset_hex 4c
#define issue_294_26_offset 76
@ -2176,6 +2174,8 @@
#define useETBforIdleControl_offset_hex 2e8
#define useFixedBaroCorrFromMap_offset 1476
#define useFixedBaroCorrFromMap_offset_hex 5c4
#define useFixedMsForCranking_offset 76
#define useFixedMsForCranking_offset_hex 4c
#define useFSIO10ForServo3_offset 1464
#define useFSIO10ForServo3_offset_hex 5b8
#define useFSIO11ForServo4_offset 1464

View File

@ -333,7 +333,7 @@ bit absoluteFuelPressure;+If your fuel regulator does not have vacuum line
bit launchControlEnabled;
bit rollingLaunchEnabled;
bit antiLagEnabled;
bit issue_294_24;
bit useFixedMsForCranking,Fixed,Fuel Map;
bit issue_294_25;
bit issue_294_26;
bit issue_294_27;

View File

@ -85,7 +85,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 integration\rusefi_config.txt Fri Feb 14 23:02:29 EST 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:46 EST 2020
pageSize = 20000
page = 1
@ -117,7 +117,7 @@ page = 1
launchControlEnabled = bits, U32, 76, [20:20], "false", "true"
rollingLaunchEnabled = bits, U32, 76, [21:21], "false", "true"
antiLagEnabled = bits, U32, 76, [22:22], "false", "true"
issue_294_24 = bits, U32, 76, [23:23], "false", "true"
useFixedMsForCranking = bits, U32, 76, [23:23], "Fuel Map", "Fixed"
issue_294_25 = bits, U32, 76, [24:24], "false", "true"
issue_294_26 = bits, U32, 76, [25:25], "false", "true"
issue_294_27 = bits, U32, 76, [26:26], "false", "true"
@ -3474,6 +3474,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -2350,6 +2350,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -85,7 +85,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 integration\rusefi_config.txt Fri Feb 14 23:02:35 EST 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:52 EST 2020
pageSize = 20000
page = 1
@ -117,7 +117,7 @@ page = 1
launchControlEnabled = bits, U32, 76, [20:20], "false", "true"
rollingLaunchEnabled = bits, U32, 76, [21:21], "false", "true"
antiLagEnabled = bits, U32, 76, [22:22], "false", "true"
issue_294_24 = bits, U32, 76, [23:23], "false", "true"
useFixedMsForCranking = bits, U32, 76, [23:23], "Fuel Map", "Fixed"
issue_294_25 = bits, U32, 76, [24:24], "false", "true"
issue_294_26 = bits, U32, 76, [25:25], "false", "true"
issue_294_27 = bits, U32, 76, [26:26], "false", "true"
@ -3474,6 +3474,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -85,7 +85,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 integration/rusefi_config.txt Fri Feb 14 23:02:42 EST 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Feb 15 19:17:00 EST 2020
pageSize = 20000
page = 1
@ -117,7 +117,7 @@ page = 1
launchControlEnabled = bits, U32, 76, [20:20], "false", "true"
rollingLaunchEnabled = bits, U32, 76, [21:21], "false", "true"
antiLagEnabled = bits, U32, 76, [22:22], "false", "true"
issue_294_24 = bits, U32, 76, [23:23], "false", "true"
useFixedMsForCranking = bits, U32, 76, [23:23], "Fuel Map", "Fixed"
issue_294_25 = bits, U32, 76, [24:24], "false", "true"
issue_294_26 = bits, U32, 76, [25:25], "false", "true"
issue_294_27 = bits, U32, 76, [26:26], "false", "true"
@ -3474,6 +3474,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -85,7 +85,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 integration\rusefi_config.txt Fri Feb 14 23:02:32 EST 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:49 EST 2020
pageSize = 20000
page = 1
@ -117,7 +117,7 @@ page = 1
launchControlEnabled = bits, U32, 76, [20:20], "false", "true"
rollingLaunchEnabled = bits, U32, 76, [21:21], "false", "true"
antiLagEnabled = bits, U32, 76, [22:22], "false", "true"
issue_294_24 = bits, U32, 76, [23:23], "false", "true"
useFixedMsForCranking = bits, U32, 76, [23:23], "Fuel Map", "Fixed"
issue_294_25 = bits, U32, 76, [24:24], "false", "true"
issue_294_26 = bits, U32, 76, [25:25], "false", "true"
issue_294_27 = bits, U32, 76, [26:26], "false", "true"
@ -3457,6 +3457,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -85,7 +85,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 integration\rusefi_config.txt Fri Feb 14 23:02:37 EST 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:54 EST 2020
pageSize = 20000
page = 1
@ -117,7 +117,7 @@ page = 1
launchControlEnabled = bits, U32, 76, [20:20], "false", "true"
rollingLaunchEnabled = bits, U32, 76, [21:21], "false", "true"
antiLagEnabled = bits, U32, 76, [22:22], "false", "true"
issue_294_24 = bits, U32, 76, [23:23], "false", "true"
useFixedMsForCranking = bits, U32, 76, [23:23], "Fuel Map", "Fixed"
issue_294_25 = bits, U32, 76, [24:24], "false", "true"
issue_294_26 = bits, U32, 76, [25:25], "false", "true"
issue_294_27 = bits, U32, 76, [26:26], "false", "true"
@ -3470,6 +3470,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -85,7 +85,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 integration\rusefi_config.txt Fri Feb 14 23:02:40 EST 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:57 EST 2020
pageSize = 20000
page = 1
@ -117,7 +117,7 @@ page = 1
launchControlEnabled = bits, U32, 76, [20:20], "false", "true"
rollingLaunchEnabled = bits, U32, 76, [21:21], "false", "true"
antiLagEnabled = bits, U32, 76, [22:22], "false", "true"
issue_294_24 = bits, U32, 76, [23:23], "false", "true"
useFixedMsForCranking = bits, U32, 76, [23:23], "Fuel Map", "Fixed"
issue_294_25 = bits, U32, 76, [24:24], "false", "true"
issue_294_26 = bits, U32, 76, [25:25], "false", "true"
issue_294_27 = bits, U32, 76, [26:26], "false", "true"
@ -3474,6 +3474,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = crankingFuel, "Fuel"
field = "Injection mode", crankingInjectionMode
field = "!Value '1' is currently recommended"
field = "Fuel Source For Cranking", cranking_baseFuel, {useFixedMsForCranking == 1}
field = "Base fuel pulse width", cranking_baseFuel
dialog = crankingIAC, "IAC"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Tue Feb 04 00:55:12 EST 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Feb 15 19:16:46 EST 2020
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -900,7 +900,6 @@ public class Fields {
public static final int isManualSpinningMode_offset = 1476;
public static final int isMapAveragingEnabled_offset = 1476;
public static final int isSdCardEnabled_offset = 744;
public static final int issue_294_24_offset = 76;
public static final int issue_294_25_offset = 76;
public static final int issue_294_26_offset = 76;
public static final int issue_294_27_offset = 76;
@ -1422,6 +1421,7 @@ public class Fields {
public static final int useConstantDwellDuringCranking_offset = 1464;
public static final int useETBforIdleControl_offset = 744;
public static final int useFixedBaroCorrFromMap_offset = 1476;
public static final int useFixedMsForCranking_offset = 76;
public static final int useFSIO10ForServo3_offset = 1464;
public static final int useFSIO11ForServo4_offset = 1464;
public static final int useFSIO12ForIdleOffset_offset = 1464;
@ -1505,7 +1505,7 @@ public class Fields {
public static final Field LAUNCHCONTROLENABLED = Field.create("LAUNCHCONTROLENABLED", 76, FieldType.BIT, 20);
public static final Field ROLLINGLAUNCHENABLED = Field.create("ROLLINGLAUNCHENABLED", 76, FieldType.BIT, 21);
public static final Field ANTILAGENABLED = Field.create("ANTILAGENABLED", 76, FieldType.BIT, 22);
public static final Field ISSUE_294_24 = Field.create("ISSUE_294_24", 76, FieldType.BIT, 23);
public static final Field USEFIXEDMSFORCRANKING = Field.create("USEFIXEDMSFORCRANKING", 76, FieldType.BIT, 23);
public static final Field ISSUE_294_25 = Field.create("ISSUE_294_25", 76, FieldType.BIT, 24);
public static final Field ISSUE_294_26 = Field.create("ISSUE_294_26", 76, FieldType.BIT, 25);
public static final Field ISSUE_294_27 = Field.create("ISSUE_294_27", 76, FieldType.BIT, 26);
@ -2413,7 +2413,7 @@ public class Fields {
LAUNCHCONTROLENABLED,
ROLLINGLAUNCHENABLED,
ANTILAGENABLED,
ISSUE_294_24,
USEFIXEDMSFORCRANKING,
ISSUE_294_25,
ISSUE_294_26,
ISSUE_294_27,