fresh .ini

This commit is contained in:
rusefi 2019-12-18 19:37:51 -05:00
parent 59dcc004ac
commit bf8cdee62c
4 changed files with 172 additions and 132 deletions

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 Sat Dec 14 16:03:19 EST 2019
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Wed Dec 18 19:37:18 EST 2019
pageSize = 20000
page = 1
@ -1404,6 +1404,10 @@ fileVersion = { 20190701 }
wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1;
wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0
; These are inverted (false = "Yes") so that they default to enabled
enableLogDebugChannels = bits, U08, [0:0], "Yes", "No"
enableLogErrorList = bits, U08, [0:0], "Yes", "No"
[ConstantsExtensions]
defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0
@ -2064,16 +2068,16 @@ gaugeCategory = Throttle Body (incl. ETB)
entry = coilDutyCycle, "dwell: coil duty cycle", float,"%.3f"
entry = currentTargetAfr,"fuel: target AFR", float,"%.3f"
entry = accelerationX, "Acceleration: X", float,"%.2f"
entry = accelerationY, "Acceleration: Y", float,"%.2f"
entry = egt1, "EGT1", float,"%.1f"
entry = egt2, "EGT2", float,"%.1f"
entry = egt3, "EGT3", float,"%.1f"
entry = egt4, "EGT4", float,"%.1f"
entry = egt5, "EGT5", float,"%.1f"
entry = egt6, "EGT6", float,"%.1f"
entry = egt7, "EGT7", float,"%.1f"
entry = egt8, "EGT8", float,"%.1f"
entry = accelerationX, "Acceleration: X", float,"%.2f", { LIS302DLCsPin != 0 }
entry = accelerationY, "Acceleration: Y", float,"%.2f", { LIS302DLCsPin != 0 }
entry = egt1, "EGT1", float,"%.1f", { max31855_cs1 != 0}
entry = egt2, "EGT2", float,"%.1f", { max31855_cs2 != 0}
entry = egt3, "EGT3", float,"%.1f", { max31855_cs3 != 0}
entry = egt4, "EGT4", float,"%.1f", { max31855_cs4 != 0}
entry = egt5, "EGT5", float,"%.1f", { max31855_cs5 != 0}
entry = egt6, "EGT6", float,"%.1f", { max31855_cs6 != 0}
entry = egt7, "EGT7", float,"%.1f", { max31855_cs7 != 0}
entry = egt8, "EGT8", float,"%.1f", { max31855_cs8 != 0}
entry = engineLoadAccelExtra, "fuel: engine load acceleration extra fuel",float, "%.3f"
entry = engineLoadDelta, "fuel: load change",float, "%.3f"
@ -2095,54 +2099,54 @@ gaugeCategory = Throttle Body (incl. ETB)
; is there a way to log parameter? entry = debugMode, "debugMode",int,"%d"
; Alternator_PID: alternator duty cycle
; DBG_TPS_ACCEL: from TPS
entry = debugFloatField1, "debug f1",float,"%.4f"
entry = debugFloatField1, "debug f1",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: current integration term
; DBG_TPS_ACCEL: to TPS
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f"
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: previous error
; DBG_TPS_ACCEL: tps<>tps table value
entry = debugFloatField3, "debug f3: prevError",float,"%.4f"
entry = debugFloatField3, "debug f3: prevError",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: I setting
; DBG_TPS_ACCEL: extra fuel
entry = debugFloatField4, "debug f4: iParam",float,"%.4f"
entry = debugFloatField4, "debug f4: iParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: D setting
entry = debugFloatField5, "debug f5: dParam",float,"%.4f"
entry = debugFloatField5, "debug f5: dParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: dTerm
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f"
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f", { !enableLogDebugChannels }
entry = debugFloatField7, "debug f7",float,"%.4f"
entry = debugFloatField7, "debug f7",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: P setting
entry = debugIntField1, "debug i1: pParam",int,"%d"
entry = debugIntField1, "debug i1: pParam",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: offset setting
entry = debugIntField2, "debug i2: offset",int,"%d"
entry = debugIntField2, "debug i2: offset",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: PID reset counter
entry = debugIntField3, "debug i3",int,"%d"
entry = debugIntField3, "debug i3",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d", { !enableLogDebugChannels }
entry = debugIntField5, "debug i5",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d"
entry = debugIntField5, "debug i5",int,"%d"
entry = engineMode, "Engine Mode",int,"%d"
entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d"
entry = recentErrorCode1, "error 1",int,"%d"
entry = recentErrorCode2, "error 2",int,"%d"
entry = recentErrorCode3, "error 3",int,"%d"
entry = recentErrorCode4, "error 4",int,"%d"
entry = recentErrorCode5, "error 5",int,"%d"
entry = recentErrorCode6, "error 6",int,"%d"
entry = recentErrorCode7, "error 7",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d", { !enableLogErrorList }
entry = recentErrorCode1, "error 1",int,"%d", { !enableLogErrorList }
entry = recentErrorCode2, "error 2",int,"%d", { !enableLogErrorList }
entry = recentErrorCode3, "error 3",int,"%d", { !enableLogErrorList }
entry = recentErrorCode4, "error 4",int,"%d", { !enableLogErrorList }
entry = recentErrorCode5, "error 5",int,"%d", { !enableLogErrorList }
entry = recentErrorCode6, "error 6",int,"%d", { !enableLogErrorList }
entry = recentErrorCode7, "error 7",int,"%d", { !enableLogErrorList }
entry = internalMcuTemperature, "CPU Temperature",float,"%.2f"
entry = tCharge, "tCharge",float,"%.3f"
@ -2318,6 +2322,7 @@ menuDialog = main
menu = "&Controller"
subMenu = ecuStimulator, "ECU stimulator"
subMenu = datalogSettings, "Datalogging"
subMenu = ioTest, "Bench test"
subMenu = engineTypeDialog, "Popular vehicles"
subMenu = std_separator
@ -3692,6 +3697,11 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
field = ""
field = "Engine chart size", engineChartSize
dialog = datalogSettings, "Datalogging Settings"
field = "#Disabling optional logging may increase update rate!"
field = "Log debug channels", enableLogDebugChannels
field = "Log recent errors list", enableLogErrorList
; Racing Features->Launch Control
dialog = smLaunchControl, "Launch Control Settings NOT WORKING"
field = "RPM Step1 Limit", step1rpm

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 Sat Dec 14 16:03:23 EST 2019
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Wed Dec 18 19:37:24 EST 2019
pageSize = 20000
page = 1
@ -1404,6 +1404,10 @@ fileVersion = { 20190701 }
wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1;
wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0
; These are inverted (false = "Yes") so that they default to enabled
enableLogDebugChannels = bits, U08, [0:0], "Yes", "No"
enableLogErrorList = bits, U08, [0:0], "Yes", "No"
[ConstantsExtensions]
defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0
@ -2064,16 +2068,16 @@ gaugeCategory = Throttle Body (incl. ETB)
entry = coilDutyCycle, "dwell: coil duty cycle", float,"%.3f"
entry = currentTargetAfr,"fuel: target AFR", float,"%.3f"
entry = accelerationX, "Acceleration: X", float,"%.2f"
entry = accelerationY, "Acceleration: Y", float,"%.2f"
entry = egt1, "EGT1", float,"%.1f"
entry = egt2, "EGT2", float,"%.1f"
entry = egt3, "EGT3", float,"%.1f"
entry = egt4, "EGT4", float,"%.1f"
entry = egt5, "EGT5", float,"%.1f"
entry = egt6, "EGT6", float,"%.1f"
entry = egt7, "EGT7", float,"%.1f"
entry = egt8, "EGT8", float,"%.1f"
entry = accelerationX, "Acceleration: X", float,"%.2f", { LIS302DLCsPin != 0 }
entry = accelerationY, "Acceleration: Y", float,"%.2f", { LIS302DLCsPin != 0 }
entry = egt1, "EGT1", float,"%.1f", { max31855_cs1 != 0}
entry = egt2, "EGT2", float,"%.1f", { max31855_cs2 != 0}
entry = egt3, "EGT3", float,"%.1f", { max31855_cs3 != 0}
entry = egt4, "EGT4", float,"%.1f", { max31855_cs4 != 0}
entry = egt5, "EGT5", float,"%.1f", { max31855_cs5 != 0}
entry = egt6, "EGT6", float,"%.1f", { max31855_cs6 != 0}
entry = egt7, "EGT7", float,"%.1f", { max31855_cs7 != 0}
entry = egt8, "EGT8", float,"%.1f", { max31855_cs8 != 0}
entry = engineLoadAccelExtra, "fuel: engine load acceleration extra fuel",float, "%.3f"
entry = engineLoadDelta, "fuel: load change",float, "%.3f"
@ -2095,54 +2099,54 @@ gaugeCategory = Throttle Body (incl. ETB)
; is there a way to log parameter? entry = debugMode, "debugMode",int,"%d"
; Alternator_PID: alternator duty cycle
; DBG_TPS_ACCEL: from TPS
entry = debugFloatField1, "debug f1",float,"%.4f"
entry = debugFloatField1, "debug f1",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: current integration term
; DBG_TPS_ACCEL: to TPS
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f"
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: previous error
; DBG_TPS_ACCEL: tps<>tps table value
entry = debugFloatField3, "debug f3: prevError",float,"%.4f"
entry = debugFloatField3, "debug f3: prevError",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: I setting
; DBG_TPS_ACCEL: extra fuel
entry = debugFloatField4, "debug f4: iParam",float,"%.4f"
entry = debugFloatField4, "debug f4: iParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: D setting
entry = debugFloatField5, "debug f5: dParam",float,"%.4f"
entry = debugFloatField5, "debug f5: dParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: dTerm
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f"
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f", { !enableLogDebugChannels }
entry = debugFloatField7, "debug f7",float,"%.4f"
entry = debugFloatField7, "debug f7",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: P setting
entry = debugIntField1, "debug i1: pParam",int,"%d"
entry = debugIntField1, "debug i1: pParam",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: offset setting
entry = debugIntField2, "debug i2: offset",int,"%d"
entry = debugIntField2, "debug i2: offset",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: PID reset counter
entry = debugIntField3, "debug i3",int,"%d"
entry = debugIntField3, "debug i3",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d", { !enableLogDebugChannels }
entry = debugIntField5, "debug i5",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d"
entry = debugIntField5, "debug i5",int,"%d"
entry = engineMode, "Engine Mode",int,"%d"
entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d"
entry = recentErrorCode1, "error 1",int,"%d"
entry = recentErrorCode2, "error 2",int,"%d"
entry = recentErrorCode3, "error 3",int,"%d"
entry = recentErrorCode4, "error 4",int,"%d"
entry = recentErrorCode5, "error 5",int,"%d"
entry = recentErrorCode6, "error 6",int,"%d"
entry = recentErrorCode7, "error 7",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d", { !enableLogErrorList }
entry = recentErrorCode1, "error 1",int,"%d", { !enableLogErrorList }
entry = recentErrorCode2, "error 2",int,"%d", { !enableLogErrorList }
entry = recentErrorCode3, "error 3",int,"%d", { !enableLogErrorList }
entry = recentErrorCode4, "error 4",int,"%d", { !enableLogErrorList }
entry = recentErrorCode5, "error 5",int,"%d", { !enableLogErrorList }
entry = recentErrorCode6, "error 6",int,"%d", { !enableLogErrorList }
entry = recentErrorCode7, "error 7",int,"%d", { !enableLogErrorList }
entry = internalMcuTemperature, "CPU Temperature",float,"%.2f"
entry = tCharge, "tCharge",float,"%.3f"
@ -2318,6 +2322,7 @@ menuDialog = main
menu = "&Controller"
subMenu = ecuStimulator, "ECU stimulator"
subMenu = datalogSettings, "Datalogging"
subMenu = ioTest, "Bench test"
subMenu = engineTypeDialog, "Popular vehicles"
subMenu = std_separator
@ -3692,6 +3697,11 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
field = ""
field = "Engine chart size", engineChartSize
dialog = datalogSettings, "Datalogging Settings"
field = "#Disabling optional logging may increase update rate!"
field = "Log debug channels", enableLogDebugChannels
field = "Log recent errors list", enableLogErrorList
; Racing Features->Launch Control
dialog = smLaunchControl, "Launch Control Settings NOT WORKING"
field = "RPM Step1 Limit", step1rpm

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 Sat Dec 14 16:03:21 EST 2019
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Wed Dec 18 19:37:21 EST 2019
pageSize = 20000
page = 1
@ -1404,6 +1404,10 @@ fileVersion = { 20190701 }
wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1;
wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0
; These are inverted (false = "Yes") so that they default to enabled
enableLogDebugChannels = bits, U08, [0:0], "Yes", "No"
enableLogErrorList = bits, U08, [0:0], "Yes", "No"
[ConstantsExtensions]
defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0
@ -2064,16 +2068,16 @@ gaugeCategory = Throttle Body (incl. ETB)
entry = coilDutyCycle, "dwell: coil duty cycle", float,"%.3f"
entry = currentTargetAfr,"fuel: target AFR", float,"%.3f"
entry = accelerationX, "Acceleration: X", float,"%.2f"
entry = accelerationY, "Acceleration: Y", float,"%.2f"
entry = egt1, "EGT1", float,"%.1f"
entry = egt2, "EGT2", float,"%.1f"
entry = egt3, "EGT3", float,"%.1f"
entry = egt4, "EGT4", float,"%.1f"
entry = egt5, "EGT5", float,"%.1f"
entry = egt6, "EGT6", float,"%.1f"
entry = egt7, "EGT7", float,"%.1f"
entry = egt8, "EGT8", float,"%.1f"
entry = accelerationX, "Acceleration: X", float,"%.2f", { LIS302DLCsPin != 0 }
entry = accelerationY, "Acceleration: Y", float,"%.2f", { LIS302DLCsPin != 0 }
entry = egt1, "EGT1", float,"%.1f", { max31855_cs1 != 0}
entry = egt2, "EGT2", float,"%.1f", { max31855_cs2 != 0}
entry = egt3, "EGT3", float,"%.1f", { max31855_cs3 != 0}
entry = egt4, "EGT4", float,"%.1f", { max31855_cs4 != 0}
entry = egt5, "EGT5", float,"%.1f", { max31855_cs5 != 0}
entry = egt6, "EGT6", float,"%.1f", { max31855_cs6 != 0}
entry = egt7, "EGT7", float,"%.1f", { max31855_cs7 != 0}
entry = egt8, "EGT8", float,"%.1f", { max31855_cs8 != 0}
entry = engineLoadAccelExtra, "fuel: engine load acceleration extra fuel",float, "%.3f"
entry = engineLoadDelta, "fuel: load change",float, "%.3f"
@ -2095,54 +2099,54 @@ gaugeCategory = Throttle Body (incl. ETB)
; is there a way to log parameter? entry = debugMode, "debugMode",int,"%d"
; Alternator_PID: alternator duty cycle
; DBG_TPS_ACCEL: from TPS
entry = debugFloatField1, "debug f1",float,"%.4f"
entry = debugFloatField1, "debug f1",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: current integration term
; DBG_TPS_ACCEL: to TPS
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f"
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: previous error
; DBG_TPS_ACCEL: tps<>tps table value
entry = debugFloatField3, "debug f3: prevError",float,"%.4f"
entry = debugFloatField3, "debug f3: prevError",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: I setting
; DBG_TPS_ACCEL: extra fuel
entry = debugFloatField4, "debug f4: iParam",float,"%.4f"
entry = debugFloatField4, "debug f4: iParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: D setting
entry = debugFloatField5, "debug f5: dParam",float,"%.4f"
entry = debugFloatField5, "debug f5: dParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: dTerm
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f"
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f", { !enableLogDebugChannels }
entry = debugFloatField7, "debug f7",float,"%.4f"
entry = debugFloatField7, "debug f7",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: P setting
entry = debugIntField1, "debug i1: pParam",int,"%d"
entry = debugIntField1, "debug i1: pParam",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: offset setting
entry = debugIntField2, "debug i2: offset",int,"%d"
entry = debugIntField2, "debug i2: offset",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: PID reset counter
entry = debugIntField3, "debug i3",int,"%d"
entry = debugIntField3, "debug i3",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d", { !enableLogDebugChannels }
entry = debugIntField5, "debug i5",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d"
entry = debugIntField5, "debug i5",int,"%d"
entry = engineMode, "Engine Mode",int,"%d"
entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d"
entry = recentErrorCode1, "error 1",int,"%d"
entry = recentErrorCode2, "error 2",int,"%d"
entry = recentErrorCode3, "error 3",int,"%d"
entry = recentErrorCode4, "error 4",int,"%d"
entry = recentErrorCode5, "error 5",int,"%d"
entry = recentErrorCode6, "error 6",int,"%d"
entry = recentErrorCode7, "error 7",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d", { !enableLogErrorList }
entry = recentErrorCode1, "error 1",int,"%d", { !enableLogErrorList }
entry = recentErrorCode2, "error 2",int,"%d", { !enableLogErrorList }
entry = recentErrorCode3, "error 3",int,"%d", { !enableLogErrorList }
entry = recentErrorCode4, "error 4",int,"%d", { !enableLogErrorList }
entry = recentErrorCode5, "error 5",int,"%d", { !enableLogErrorList }
entry = recentErrorCode6, "error 6",int,"%d", { !enableLogErrorList }
entry = recentErrorCode7, "error 7",int,"%d", { !enableLogErrorList }
entry = internalMcuTemperature, "CPU Temperature",float,"%.2f"
entry = tCharge, "tCharge",float,"%.3f"
@ -2316,6 +2320,7 @@ menuDialog = main
menu = "&Controller"
subMenu = ecuStimulator, "ECU stimulator"
subMenu = datalogSettings, "Datalogging"
subMenu = ioTest, "Bench test"
subMenu = engineTypeDialog, "Popular vehicles"
subMenu = std_separator
@ -3675,6 +3680,11 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
field = ""
field = "Engine chart size", engineChartSize
dialog = datalogSettings, "Datalogging Settings"
field = "#Disabling optional logging may increase update rate!"
field = "Log debug channels", enableLogDebugChannels
field = "Log recent errors list", enableLogErrorList
; Racing Features->Launch Control
dialog = smLaunchControl, "Launch Control Settings NOT WORKING"
field = "RPM Step1 Limit", step1rpm

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 Sat Dec 14 16:03:25 EST 2019
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Wed Dec 18 19:37:26 EST 2019
pageSize = 20000
page = 1
@ -1404,6 +1404,10 @@ fileVersion = { 20190701 }
wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1;
wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0
; These are inverted (false = "Yes") so that they default to enabled
enableLogDebugChannels = bits, U08, [0:0], "Yes", "No"
enableLogErrorList = bits, U08, [0:0], "Yes", "No"
[ConstantsExtensions]
defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0
@ -2064,16 +2068,16 @@ gaugeCategory = Throttle Body (incl. ETB)
entry = coilDutyCycle, "dwell: coil duty cycle", float,"%.3f"
entry = currentTargetAfr,"fuel: target AFR", float,"%.3f"
entry = accelerationX, "Acceleration: X", float,"%.2f"
entry = accelerationY, "Acceleration: Y", float,"%.2f"
entry = egt1, "EGT1", float,"%.1f"
entry = egt2, "EGT2", float,"%.1f"
entry = egt3, "EGT3", float,"%.1f"
entry = egt4, "EGT4", float,"%.1f"
entry = egt5, "EGT5", float,"%.1f"
entry = egt6, "EGT6", float,"%.1f"
entry = egt7, "EGT7", float,"%.1f"
entry = egt8, "EGT8", float,"%.1f"
entry = accelerationX, "Acceleration: X", float,"%.2f", { LIS302DLCsPin != 0 }
entry = accelerationY, "Acceleration: Y", float,"%.2f", { LIS302DLCsPin != 0 }
entry = egt1, "EGT1", float,"%.1f", { max31855_cs1 != 0}
entry = egt2, "EGT2", float,"%.1f", { max31855_cs2 != 0}
entry = egt3, "EGT3", float,"%.1f", { max31855_cs3 != 0}
entry = egt4, "EGT4", float,"%.1f", { max31855_cs4 != 0}
entry = egt5, "EGT5", float,"%.1f", { max31855_cs5 != 0}
entry = egt6, "EGT6", float,"%.1f", { max31855_cs6 != 0}
entry = egt7, "EGT7", float,"%.1f", { max31855_cs7 != 0}
entry = egt8, "EGT8", float,"%.1f", { max31855_cs8 != 0}
entry = engineLoadAccelExtra, "fuel: engine load acceleration extra fuel",float, "%.3f"
entry = engineLoadDelta, "fuel: load change",float, "%.3f"
@ -2095,54 +2099,54 @@ gaugeCategory = Throttle Body (incl. ETB)
; is there a way to log parameter? entry = debugMode, "debugMode",int,"%d"
; Alternator_PID: alternator duty cycle
; DBG_TPS_ACCEL: from TPS
entry = debugFloatField1, "debug f1",float,"%.4f"
entry = debugFloatField1, "debug f1",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: current integration term
; DBG_TPS_ACCEL: to TPS
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f"
entry = debugFloatField2, "debug f2: iTerm",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: previous error
; DBG_TPS_ACCEL: tps<>tps table value
entry = debugFloatField3, "debug f3: prevError",float,"%.4f"
entry = debugFloatField3, "debug f3: prevError",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: I setting
; DBG_TPS_ACCEL: extra fuel
entry = debugFloatField4, "debug f4: iParam",float,"%.4f"
entry = debugFloatField4, "debug f4: iParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: D setting
entry = debugFloatField5, "debug f5: dParam",float,"%.4f"
entry = debugFloatField5, "debug f5: dParam",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: dTerm
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f"
entry = debugFloatField6, "debug f6: dTerm",float,"%.4f", { !enableLogDebugChannels }
entry = debugFloatField7, "debug f7",float,"%.4f"
entry = debugFloatField7, "debug f7",float,"%.4f", { !enableLogDebugChannels }
; Alternator_PID: P setting
entry = debugIntField1, "debug i1: pParam",int,"%d"
entry = debugIntField1, "debug i1: pParam",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: offset setting
entry = debugIntField2, "debug i2: offset",int,"%d"
entry = debugIntField2, "debug i2: offset",int,"%d", { !enableLogDebugChannels }
; Alternator_PID: PID reset counter
entry = debugIntField3, "debug i3",int,"%d"
entry = debugIntField3, "debug i3",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d", { !enableLogDebugChannels }
entry = debugIntField5, "debug i5",int,"%d", { !enableLogDebugChannels }
entry = debugIntField4, "debug i4",int,"%d"
entry = debugIntField5, "debug i5",int,"%d"
entry = engineMode, "Engine Mode",int,"%d"
entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d"
entry = recentErrorCode1, "error 1",int,"%d"
entry = recentErrorCode2, "error 2",int,"%d"
entry = recentErrorCode3, "error 3",int,"%d"
entry = recentErrorCode4, "error 4",int,"%d"
entry = recentErrorCode5, "error 5",int,"%d"
entry = recentErrorCode6, "error 6",int,"%d"
entry = recentErrorCode7, "error 7",int,"%d"
entry = recentErrorCode0, "error 0",int,"%d", { !enableLogErrorList }
entry = recentErrorCode1, "error 1",int,"%d", { !enableLogErrorList }
entry = recentErrorCode2, "error 2",int,"%d", { !enableLogErrorList }
entry = recentErrorCode3, "error 3",int,"%d", { !enableLogErrorList }
entry = recentErrorCode4, "error 4",int,"%d", { !enableLogErrorList }
entry = recentErrorCode5, "error 5",int,"%d", { !enableLogErrorList }
entry = recentErrorCode6, "error 6",int,"%d", { !enableLogErrorList }
entry = recentErrorCode7, "error 7",int,"%d", { !enableLogErrorList }
entry = internalMcuTemperature, "CPU Temperature",float,"%.2f"
entry = tCharge, "tCharge",float,"%.3f"
@ -2318,6 +2322,7 @@ menuDialog = main
menu = "&Controller"
subMenu = ecuStimulator, "ECU stimulator"
subMenu = datalogSettings, "Datalogging"
subMenu = ioTest, "Bench test"
subMenu = engineTypeDialog, "Popular vehicles"
subMenu = std_separator
@ -3688,6 +3693,11 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
field = ""
field = "Engine chart size", engineChartSize
dialog = datalogSettings, "Datalogging Settings"
field = "#Disabling optional logging may increase update rate!"
field = "Log debug channels", enableLogDebugChannels
field = "Log recent errors list", enableLogErrorList
; Racing Features->Launch Control
dialog = smLaunchControl, "Launch Control Settings NOT WORKING"
field = "RPM Step1 Limit", step1rpm