Skip to content

Commit

Permalink
EGT into datalog
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefi committed May 27, 2018
1 parent 58402e4 commit f2aa684
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion firmware/tunerstudio/rusefi.ini
Expand Up @@ -63,7 +63,7 @@ enable2ndByteCanID = false

; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 20 13:21:41 EDT 2018
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 27 11:20:08 EDT 2018

pageSize = 20000
page = 1
Expand Down Expand Up @@ -1679,6 +1679,14 @@ gaugeCategory = Fuel Data

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 = engineLoadAccelExtra, "fuel: engine load acceleration extra fuel",float, "%.3f"
entry = engineLoadDelta, "fuel: load change",float, "%.3f"
Expand Down
8 changes: 8 additions & 0 deletions firmware/tunerstudio/rusefi.input
Expand Up @@ -841,6 +841,14 @@ gaugeCategory = Fuel Data

entry = accelerationX, @@GAUGE_NAME_ACCEL_X@@, float,"%.2f"
entry = accelerationY, @@GAUGE_NAME_ACCEL_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 = engineLoadAccelExtra, @@GAUGE_NAME_FUEL_EL_EXTRA@@,float, "%.3f"
entry = engineLoadDelta, "fuel: load change",float, "%.3f"
Expand Down

0 comments on commit f2aa684

Please sign in to comment.