auto-sync
This commit is contained in:
parent
6bdbacb5db
commit
8924b73883
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 24 22:10:22 EDT 2016
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 24 22:23:59 EDT 2016
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -179,11 +179,9 @@ typedef struct {
|
|||
*/
|
||||
float flow;
|
||||
/**
|
||||
* Base injector lag
|
||||
* See also extra vBatt correction curve
|
||||
* offset 4
|
||||
*/
|
||||
float lag;
|
||||
float unusedlag;
|
||||
/**
|
||||
* offset 8
|
||||
*/
|
||||
|
@ -1906,4 +1904,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 24 22:10:22 EDT 2016
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 24 22:23:59 EDT 2016
|
||||
|
|
|
@ -172,7 +172,7 @@ int engineSnifferRpmThreshold;Engine sniffer would be disabled above this rpm;"R
|
|||
|
||||
struct injector_s
|
||||
float flow;+cc/min, cubic centimeter per minute\nBy the way, g/s = 0.125997881 * (lb/hr)\ng/s = 0.125997881 * (cc/min)/10.5\ng/s = 0.0119997981 * cc/min;"cm3/min", 1, 0, 0, 1000, 2
|
||||
float lag;+Base injector lag\nSee also extra vBatt correction curve;"msec", 1, 0, -10, 25.50, 2
|
||||
float unusedlag;
|
||||
|
||||
float[VBAT_INJECTOR_CURVE_SIZE] battLagCorrBins;;"V", 1, 0, 0.0, 20.0, 2
|
||||
float[VBAT_INJECTOR_CURVE_SIZE] battLagCorr;;"ms/V", 1, 0, 0.0, 50.0, 2
|
||||
|
|
|
@ -897,7 +897,7 @@ fileVersion = { 20160702 }
|
|||
yBins = map_samplingWindow
|
||||
gauge = rpm
|
||||
|
||||
curve = injectorsDeadTime, "Injector Extra Dead Time Battery Correction"
|
||||
curve = injectorsDeadTime, "Injector Dead Time by VBatt"
|
||||
columnLabel = "Voltage", "Dead Time"
|
||||
xAxis = 8, 21, 10
|
||||
yAxis = -3, 3, 10
|
||||
|
@ -1446,7 +1446,6 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
|
||||
; Engine->Injection Settings
|
||||
dialog = injChars, "Injector Settings", yAxis
|
||||
field = "Base Injector Dead Time", injector_lag
|
||||
field = "Injector Flow", injector_flow
|
||||
field = "phase offset", injectionOffset
|
||||
|
||||
|
|
Loading…
Reference in New Issue