Skip to content

Commit

Permalink
Added base table and template for cluster display fuel consumption co…
Browse files Browse the repository at this point in the history
…rrection.
  • Loading branch information
Merp committed Apr 29, 2013
1 parent 81d0061 commit bd9d976
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ECUFlash/subaru standard/Bases/32BITBASE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ These definitions are created for FREE without any sort of guarantee. The develo
<make>Subaru</make>
</romid>

<!-- Fuel Consumption Tables -->

<scaling name="clusterfueleffcomp" units="Estimated Fuel Efficiency Correction" toexpr="x" frexpr="x" format="%.3f" min="0" max="2" inc="0.1" storagetype="float" endian="big"/>

<table name="Cluster Display Fuel Consumption Correction" category="ALPHA Fueling - Injectors" type="2D" scaling="clusterfueleffcomp" level="2"><description>This is the correction applied to the fuel efficiency calculation to account for injector size change. Adjust this value by the same percentage as used for injector scaling. NewCorrection = CurrentCorrection * (NewInjectorScale / OldInjectorScale)</description>
<table name="" type="Static Y Axis" elements="1">
<data>Fuel Efficiency Correction</data>
</table>
</table>

<!-- Rolling Idle Tables -->

<table name="Idle Rolling in Gear Limit A" type="1D" level="1" scaling="RPM"/>
Expand Down
16 changes: 16 additions & 0 deletions Templates/cluster_fuel_consumption.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- Cluster Display Fuel Consumption Correction
RomRaider discussion thread:
http://www.romraider.com/forum/viewtopic.php?f=34&t=9530
Currently Implemented in the following definitions:
AE5IB00V - Merp
Changelog:
-->

<!-- Fuel Consumption Tables -->

<table name="Cluster Display Fuel Consumption Correction" address=""/>

0 comments on commit bd9d976

Please sign in to comment.