auto-sync
This commit is contained in:
parent
9073cba73f
commit
1cb86be932
|
@ -169,7 +169,7 @@ injection_mode_e crankingInjectionMode;
|
||||||
float globalTriggerAngleOffset;This field is the angle between Top Dead Center (TDC) and the first trigger event.\nKnowing this angle allows us to control timing and other angles in reference to TDC.;"deg", 1, 0, 0, 720, 0
|
float globalTriggerAngleOffset;This field is the angle between Top Dead Center (TDC) and the first trigger event.\nKnowing this angle allows us to control timing and other angles in reference to TDC.;"deg", 1, 0, 0, 720, 0
|
||||||
float analogInputDividerCoefficient;This parameter holds the coefficient of input voltage dividers;"coef", 1, 0, 0.01, 10.0, 2
|
float analogInputDividerCoefficient;This parameter holds the coefficient of input voltage dividers;"coef", 1, 0, 0.01, 10.0, 2
|
||||||
|
|
||||||
custom engine_load_mode_e 4 bits, U32, @OFFSET@, [0:1], "MAF", "Alpha-N", "MAP", "SPEED DENSITY"
|
custom engine_load_mode_e 4 bits, U32, @OFFSET@, [0:1], "MAF", "Alpha-N/TPS", "MAP", "SPEED DENSITY"
|
||||||
engine_load_mode_e algorithm;This setting controls which algorithm is used for ENGINE LOAD
|
engine_load_mode_e algorithm;This setting controls which algorithm is used for ENGINE LOAD
|
||||||
float vbattDividerCoeff;;"coef", 1, 0, 0.01, 20.0, 2
|
float vbattDividerCoeff;;"coef", 1, 0, 0.01, 20.0, 2
|
||||||
float fanOnTemperature;Cooling fan turn-on temperature threshold, in Celsuis;"*C", 1, 0, 0, 1000.0, 2
|
float fanOnTemperature;Cooling fan turn-on temperature threshold, in Celsuis;"*C", 1, 0, 0, 1000.0, 2
|
||||||
|
|
|
@ -37,7 +37,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated by ConfigDefinition.jar on Tue Mar 10 21:53:59 EDT 2015
|
; this section was generated by ConfigDefinition.jar on Wed Mar 11 17:26:18 EDT 2015
|
||||||
|
|
||||||
page = 1
|
page = 1
|
||||||
engineType = bits, S32, 0, [0:2], "AUDI_AAN", "DODGE_NEON_1995", "FORD_ASPIRE_1996", "FORD_FIESTA", "NISSAN_PRIMERA", "HONDA_ACCORD", "FORD_INLINE_6_1995", "GY6_139QMB"
|
engineType = bits, S32, 0, [0:2], "AUDI_AAN", "DODGE_NEON_1995", "FORD_ASPIRE_1996", "FORD_FIESTA", "NISSAN_PRIMERA", "HONDA_ACCORD", "FORD_INLINE_6_1995", "GY6_139QMB"
|
||||||
|
@ -103,7 +103,7 @@ page = 1
|
||||||
;skipping injectionMode offset 688
|
;skipping injectionMode offset 688
|
||||||
globalTriggerAngleOffset = scalar, F32, 692, "deg", 1, 0, 0, 720, 0
|
globalTriggerAngleOffset = scalar, F32, 692, "deg", 1, 0, 0, 720, 0
|
||||||
analogInputDividerCoefficient = scalar, F32, 696, "coef", 1, 0, 0.01, 10.0, 2
|
analogInputDividerCoefficient = scalar, F32, 696, "coef", 1, 0, 0.01, 10.0, 2
|
||||||
algorithm = bits, U32, 700, [0:1], "MAF", "Alpha-N", "MAP", "SPEED DENSITY"
|
algorithm = bits, U32, 700, [0:1], "MAF", "Alpha-N/TPS", "MAP", "SPEED DENSITY"
|
||||||
vbattDividerCoeff = scalar, F32, 704, "coef", 1, 0, 0.01, 20.0, 2
|
vbattDividerCoeff = scalar, F32, 704, "coef", 1, 0, 0.01, 20.0, 2
|
||||||
fanOnTemperature = scalar, F32, 708, "*C", 1, 0, 0, 1000.0, 2
|
fanOnTemperature = scalar, F32, 708, "*C", 1, 0, 0, 1000.0, 2
|
||||||
fanOffTemperature = scalar, F32, 712, "*C", 1, 0, 0, 1000.0, 2
|
fanOffTemperature = scalar, F32, 712, "*C", 1, 0, 0, 1000.0, 2
|
||||||
|
|
Loading…
Reference in New Issue