Notices
ECU Flash

changing temp scalings in 96530706 - fahrenheit to Celcius

Thread Tools
 
Search this Thread
 
Old Jul 27, 2020 | 04:12 AM
  #1  
asugamilla's Avatar
Thread Starter
Newbie
15 Year Member
 
Joined: Nov 2009
Posts: 13
Likes: 4
From: Aus
changing temp scalings in 96530706 - fahrenheit to Celcius

Hi all,

I just wanted to know if anyone has the scaling parameters to change fahrenheit to celius for the 96530706 V7 xml
This would make it easier for Evo owners worldwide who own JDM / EDM / AUDM cars who use this xml who use this scale of temperature for different tables in ECUFLASH.

Currently they are listed as:

<scaling name="Temp" units="Fahrenheit" toexpr="(9/5)*(x-40)+32" frexpr="(5/9)*(x-32)+40" format="%.0f" min="-30" max="900" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Temp8" units="Fahrenheit" toexpr="(9/5)*(x-40)+32" frexpr="(5/9)*(x-32)+40" format="%.0f" min="-30" max="900" inc="1" storagetype="uint8" endian="big"/>
<scaling name="TempScale" units="Fahrenheit" toexpr="(9/5)*x+32" frexpr="(5/9)*(x-32)" format="%.0f" min="-30" max="900" inc="1" storagetype="int8" endian="big"/>
<scaling name="TempScaleFuel" units="Fahrenheit" toexpr="(9/5)*(x/10)+32" frexpr="(5/9)*(x-32)*10" format="%.0f" min="-30" max="900" inc="1" storagetype="int16" endian="big"/>

Would anything else apart from the scaling for these need to be changed to view the rom in celcius?

Anthony
Reply
Old Jul 27, 2020 | 05:54 PM
  #2  
AllanL's Avatar
Newbie
15 Year Member
Liked
Loved
iTrader: (20)
 
Joined: Mar 2009
Posts: 53
Likes: 6
From: LV
try these:

<scaling name="TEMP" units="*degCelsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="140" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Temp8" units="*degCelsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="140" inc="1" storagetype="uint8" endian="big"/>
<scaling name="Temp16" units="*degCelsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="140" inc="1" storagetype="uint16" endian="big"/>
<scaling name="TempScale" units="*degCelsius" toexpr="x" frexpr="x" format="%.0f" min="-40" max="140" inc="1" storagetype="int8" endian="big"/>
<scaling name="TempScaleFuel" units="*degCelsius" toexpr="x/10" frexpr="x*10" format="%.0f" min="-40" max="140" inc="1" storagetype="int16" endian="big"/>

Last edited by AllanL; Jul 27, 2020 at 06:05 PM.
Reply
Old Jul 30, 2020 | 03:20 AM
  #3  
asugamilla's Avatar
Thread Starter
Newbie
15 Year Member
 
Joined: Nov 2009
Posts: 13
Likes: 4
From: Aus
Thanks AllanL

I have tried this change in the xml, however nothing appears in the tables apart from x.
Has anyone had this issue before?



Reply
Old Jul 30, 2020 | 04:16 AM
  #4  
AllanL's Avatar
Newbie
15 Year Member
Liked
Loved
iTrader: (20)
 
Joined: Mar 2009
Posts: 53
Likes: 6
From: LV
did you edit the scaling in the maps in ecufflash?

Last edited by AllanL; Jul 30, 2020 at 05:10 AM.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
W2J
09+ Ralliart Engine/Turbo/Drivetrain
1
Sep 25, 2019 02:39 AM
W1F3YY
ECU Flash
7
Nov 5, 2018 10:34 AM
redSLed
ECU Flash
10
Jan 2, 2018 12:04 PM
nousername
ECU Flash
4
Jul 18, 2011 01:26 AM
onboost
ECU Flash
1
Jun 7, 2007 06:11 PM




All times are GMT -7. The time now is 12:06 AM.