Ecuflash, how to show psi instead of bar, etc?

User topics relating to software that reflashes or modifes ECU code and data

Moderator: Freon

Ecuflash, how to show psi instead of bar, etc?

Postby realitycheck » Sun Aug 22, 2010 3:51 pm

Hey guys I am trying to get my ecuflash swapped to standard definitions instead of metric how do I do this?
In other words it shows psi instead of bar, and Fahrenheit instead of Celsius.
realitycheck
 
Posts: 1
Joined: Sun Aug 22, 2010 3:43 pm

Re: Ecuflash, how to show psi instead of bar, etc?

Postby hpd_wally » Tue Aug 24, 2010 6:20 am

Change the scalings in the xml def files, and also change the conversion formula type.

This is a lineout of evo10base_2010.xml


<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>

would turn to ...


<scaling name="VehicleSpeed" units="mp/h" toexpr="x*2*0.625" frexpr="x/2/0.625" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>


Metric is king anyways,
hpd_wally
 
Posts: 22
Joined: Fri Aug 13, 2010 5:40 pm

Re: Ecuflash, how to show psi instead of bar, etc?

Postby radsdau » Tue Aug 24, 2010 4:53 pm

Be sure to set the max scaling values accordingly as well (510kmph is about 317mph).
Also, the 0.625 is more accurately 0.62137.

hpd_wally- I agree, metric is king!
radsdau
 
Posts: 674
Joined: Wed Feb 08, 2006 6:56 pm


Return to Reflashing Software

Who is online

Users browsing this forum: No registered users and 8 guests