Notices
ECU Flash

TephraMod V7

Thread Tools
 
Search this Thread
 
Old Oct 12, 2009, 01:07 PM
  #181  
Newbie
 
RALLInspired's Avatar
 
Join Date: Sep 2009
Location: Whittier, Ca
Posts: 60
Received 0 Likes on 0 Posts
let me get this straight... it doesn't matter what MAP sensor we use in terms of changing anything in the ECU other than setting it for load based or psi based. the only thing is setting up our xml scalings for logging?

changing the map sensor scalings in the original roms was only for emissions...?

Last edited by RALLInspired; Oct 12, 2009 at 01:09 PM.
Old Oct 12, 2009, 01:08 PM
  #182  
Evolved Member
iTrader: (17)
 
Jack_of_Trades's Avatar
 
Join Date: Jun 2007
Location: Opelika,AL
Posts: 3,523
Likes: 0
Received 2 Likes on 1 Post
I just need to figure out how MrFred figured out the scaling formula's for Psia16,Psia8 and BoostErrorPSI for those 2 sensors so I can make scalings for the other popular map sensors and then I can add them all tot he XML to be easily chosen on the dropdown list. It's be easiest to zip the file and add a folder with instructions on what to change the values to for different map sensors, which I can make for you as well. Gotta go on a taco bell run right now though lol.
Old Oct 12, 2009, 01:10 PM
  #183  
Evolved Member
iTrader: (17)
 
Jack_of_Trades's Avatar
 
Join Date: Jun 2007
Location: Opelika,AL
Posts: 3,523
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by RALLInspired
let me get this straight... it doesn't matter what MAP senor we use in terms of changing anything in the ECU other than setting it for load based or psi based. the only thing is setting up our xml scalings for logging?

changing the map sensor scalings in the original roms was only for emissions...?
Yes, the FUNCTION of the engine isn't affected at all by a map sensor in this rom. We just need the ECU controlled boost section to get input from the map sensor and then we rescale the tables so it reads accurately for ease of adjustment and accuracy. I'm a slow learner but I get it now haha.

Last edited by Jack_of_Trades; Oct 12, 2009 at 06:30 PM.
Old Oct 12, 2009, 01:12 PM
  #184  
Evolved Member
iTrader: (39)
 
phenem's Avatar
 
Join Date: Jul 2005
Location: Central PA
Posts: 811
Likes: 0
Received 4 Likes on 2 Posts
Originally Posted by Jack_of_Trades
That means we need to have a relabeled and converted version of the following for each of the most popular MAP Sensors used:
  • MAP scaling
  • Psia16
  • Psia8
  • BoostErrorPSI

let me work on adding this stuff in the XML and I'll email it to you Phenem.
Sounds good
Old Oct 12, 2009, 01:20 PM
  #185  
Evolved Member
iTrader: (39)
 
phenem's Avatar
 
Join Date: Jul 2005
Location: Central PA
Posts: 811
Likes: 0
Received 4 Likes on 2 Posts
Originally Posted by Jack_of_Trades
I just need to figure out how MrFred figured out the scaling formula's for Psia16,Psia8 and BoostErrorPSI for those 2 sensors so I can make scalings for the other popular map sensors and then I can add them all tot he XML to be easily chosen on the dropdown list. It's be easiest to zip the file and add a folder with instructions on what to change the values to for different map sensors, which I can make for you as well. Gotta go on a taco bell run right now though lol.
Actually I don't think they need changed. Only the scaling does for the sensor. Those values are specific to the ECU that don't change based on the MAP sensor. So just the MAP scalings only need to be changed.
Old Oct 12, 2009, 01:30 PM
  #186  
Newbie
 
RALLInspired's Avatar
 
Join Date: Sep 2009
Location: Whittier, Ca
Posts: 60
Received 0 Likes on 0 Posts
Originally Posted by Jack_of_Trades
Yes, the FUNCTION of the engine isn't affected at all by a map sensor in this rom. We just need the ECU controlled boost section to get input from the map sensor and then we recale the tables so it reads accurately for ease of adjustment and accuracy. I'm a slow learner but I get it now haha.
excellent... glad it was confirmed because this new rom was already giving me a headache lol. will be testing on some 03 and 04 8's soon and will be reporting back. thanks again.
Old Oct 12, 2009, 01:38 PM
  #187  
Evolved Member
iTrader: (17)
 
Jack_of_Trades's Avatar
 
Join Date: Jun 2007
Location: Opelika,AL
Posts: 3,523
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by phenem
Actually I don't think they need changed. Only the scaling does for the sensor. Those values are specific to the ECU that don't change based on the MAP sensor. So just the MAP scalings only need to be changed.
That would be most excellent. What thread are those 2 map sensor scalings from? I know I came across them but I can't remember where lol.

EDIT:

found it. HERE

It looks like those scalings ARE required for the PSI based boost control tables.

Last edited by Jack_of_Trades; Oct 12, 2009 at 01:40 PM.
Old Oct 12, 2009, 01:51 PM
  #188  
Evolved Member
iTrader: (39)
 
phenem's Avatar
 
Join Date: Jul 2005
Location: Central PA
Posts: 811
Likes: 0
Received 4 Likes on 2 Posts
Originally Posted by Jack_of_Trades
That would be most excellent. What thread are those 2 map sensor scalings from? I know I came across them but I can't remember where lol.

EDIT:

found it. HERE

It looks like those scalings ARE required for the PSI based boost control tables.
Crap! I saw that just now too! Well it looks like we will have to create the scalings for each sensors just label them in some way that we can select the scalings that are needed and we will need to write up a how-to section to implement psi/load based control if you are using anything other than the JDM MAP sensor (because that's the default one I have everything set to)
Old Oct 12, 2009, 01:53 PM
  #189  
Evolved Member
iTrader: (39)
 
phenem's Avatar
 
Join Date: Jul 2005
Location: Central PA
Posts: 811
Likes: 0
Received 4 Likes on 2 Posts
Look here:

Code:
JDM 3-bar only 
----- (don't add the "-----")
<scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)/(8*5.18)" frexpr="x*8*5.18+128" format="%.1f" min="-3.1" max="3.1" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="OffsetWGDC" units="WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
<scaling name="psia8" units="psia" toexpr="x/(5.18*2)" frexpr="x*(2*5.18)" format="%.1f" min="0" max="24.6" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="psia16" units="psia" toexpr="x/(5.18*2)" frexpr="x*(2*5.18)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/>
-----

OMNI 4-bar only
----- (don't add the "-----")
<scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)/(8*4.23)" frexpr="x*8*4.23+128" format="%.1f" min="-3.8" max="3.8" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="OffsetWGDC" units="WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
<scaling name="psia16" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="psia8" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="30.1" inc="0.1" storagetype="uint8" endian="big"/>
-----
The only difference is the psia16 and psi8 and boosterror which is basically what you posted earlier! That's what I meant earlier is that the Offset shouldn't change based on the MAP sensor. So basically we only need the psi scalings which you posted so we are good to go!

Last edited by phenem; Oct 12, 2009 at 02:07 PM.
Old Oct 12, 2009, 02:03 PM
  #190  
Evolved Member
iTrader: (6)
 
donour's Avatar
 
Join Date: May 2004
Location: Tennessee, USA
Posts: 2,501
Received 1 Like on 1 Post
With the Omni sensor there is more than just a constant scaling. The readings are offset .504 psi. 0 pressure (vacuum) is _not_ 0 volts.

reference: https://www.evolutionm.net/forums/7594436-post43.html

d
Old Oct 12, 2009, 02:09 PM
  #191  
Evolving Member
iTrader: (9)
 
Monochrome's Avatar
 
Join Date: Apr 2005
Location: Avondale, PA
Posts: 145
Likes: 0
Received 0 Likes on 0 Posts
Ah well this explains why i'm not getting any boost control error corrections when I flashed this ROM.
Old Oct 12, 2009, 02:15 PM
  #192  
Registered User
 
rolly1818's Avatar
 
Join Date: Nov 2007
Location: Trinidad
Posts: 1,507
Likes: 0
Received 2 Likes on 2 Posts
can anyone confirm i can use 9653 on a JDM???

i dont see why not...
Old Oct 12, 2009, 02:23 PM
  #193  
Evolved Member
iTrader: (39)
 
phenem's Avatar
 
Join Date: Jul 2005
Location: Central PA
Posts: 811
Likes: 0
Received 4 Likes on 2 Posts
Originally Posted by rolly1818
can anyone confirm i can use 9653 on a JDM???

i dont see why not...
According to your profile you have a JDM EVO 9. The 9653 ROM is an EVO 8 ONLY!

Last edited by phenem; Oct 12, 2009 at 02:25 PM.
Old Oct 12, 2009, 02:24 PM
  #194  
Evolved Member
iTrader: (17)
 
Jack_of_Trades's Avatar
 
Join Date: Jun 2007
Location: Opelika,AL
Posts: 3,523
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by phenem
Yes you can that is what I am running
Really? you have a JDM Evo?
Old Oct 12, 2009, 02:25 PM
  #195  
Evolved Member
iTrader: (39)
 
phenem's Avatar
 
Join Date: Jul 2005
Location: Central PA
Posts: 811
Likes: 0
Received 4 Likes on 2 Posts
Originally Posted by Jack_of_Trades
Really? you have a JDM Evo?
I assumed he knew what he was talking about, LOL!

Looks like he has a JDM EVO 9! So NO he cannot!


Quick Reply: TephraMod V7



All times are GMT -7. The time now is 12:23 PM.