Notices
ECU Flash

The stock ECU has gear dependent boost control!

Thread Tools
 
Search this Thread
 
Old Nov 8, 2008, 10:18 PM
  #1  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
The stock ECU has gear dependent boost control!

I discovered this evening that the stock ECU actually has gear-dependent boost control. There are two boost control ranges, and the crossover point, which is in units of rpm/mph (essentially a gear ratio) is user adjustable. So as an example if your are running huge boost and want to keep from shredding your gearbox in a 1st gear launch, then the crossover point can be selected so that first gear has a different boost control range than the remaining gears. As another example, many people seem to feel that boost in lower gears does not run as high as boost in upper gears and would like to compensate for this. So, the crossover point can be set so that 1st thru 3rd gear have different boost control parameters than 4th thru 5th (6th) gear. Its probably not as comprehensive as most people would like, but it seems awfully jiffy to me.

So how was this missed for so long? The answer is that we all assumed that the "Boost Control Limiting Speed" definition in ECUFlash was correct. Turns out its totally wrong. Its actually an rpm/mph value. The stock setting is 2900 rpm/mph. For comparison, 1st gear on my MR is about 177 rpm/mph, and 6th gear is about 42 rpm/mph. So the stock crossover setting is way too high to ever cause the second set of tables to be used, and the main boost control tables are all that are used.

For ROMs where three sets of boost tables are listed, when rpm/mph is greater than the crossover point, then BDEL #3, BWGDC #3, and WGDCC Interval #2 are used. When rpm/mph is less than the crossover point, then BDEL #1, BWGDC #1, and WGDCC Interval #1 are used. The remaining table is unused.

For ROMs where four sets of boost tables are listed, when rpm/mph is greater than the crossover point, then BDEL #4, BWGDC #4, and WGDCC Interval #2 are used. When rpm/mph is less than the crossover point, then BDEL #1, BWGDC #1, and WGDCC Interval #1 are used. The remaining tables are unused.


You all might be wondering what crossover rpm/mph value to use. To make your life a little easier, I've attached an Excel file and PDF file showing the rpm/mph values for all the Evos I could easily find.

How to get access to the crossover value??? Below are the ECUFlash definitions for most of the USDM ROMs. For the rest of you, it should be pretty easy to make up the table. The address for this table is the address for the incorrectly defined "Boost Control Limiting Speed". Find that address in your ROM xml file, and make a new table for it based on the ones below. Once you've done this, the "Boost Control Limiting Speed" table can be deleted.

EDIT: The RPM/MPH value for each gear is highlighted in yellow in the files. Say for instance that you want to use one set of boost control maps for 1st and 2nd gear and the other set of boost control maps for 3rd gear +. RPM/MPH is about 120 for 2nd gear and is about 90 for third gear. Set the crossover point to anywhere between these values, preferably in the midpoint, say about 105.

EDIT November 9, 2008: Scaling formulas are updated to fix an error I made in my initial post. I also added the definition for 96530006 ROM. Lastly, I forgot to mention that this doesn't work with a tephra ROM because he deletes the boost table switching code to make room for his patch. Sounds like he might add it back in a future tephra ROM.

EDIT November 12, 2008: Added some info above on which tables are used for ROMs with four sets of boost tables.

88590015 ROM:
<scaling name="RPMPerMPH" units="RPM/MPH" toexpr="x/22.6" frexpr="22.6*x" format="%.0f" min="0" max="3000" inc="5" storagetype="uint16" endian="big"/>
<table name="Boost Control RPM/MPH Crossover" category="Turbo Boost non-JDM" address="1e2a" type="1D" level="3" scaling="RPMPerMPH"/>

96940011 ROM:
<scaling name="RPMPerMPH" units="RPM/MPH" toexpr="x/22.6" frexpr="22.6*x" format="%.0f" min="0" max="3000" inc="5" storagetype="uint16" endian="big"/>
<table name="Boost Control RPM/MPH Crossover" category="Turbo Boost non-JDM" address="1e0a" type="1D" level="3" scaling="RPMPerMPH"/>

94170008, 94170014, 94170015, 96420007, 96420008, 96420011, 96530006 ROMs:
<scaling name="RPMPerMPH" units="RPM/MPH" toexpr="x/22.6" frexpr="22.6*x" format="%.0f" min="0" max="3000" inc="5" storagetype="uint16" endian="big"/>
<table name="Boost Control RPM/MPH Crossover" category="Turbo Boost non-JDM" address="2204" type="1D" level="3" scaling="RPMPerMPH"/>
Attached Files
File Type: pdf
gear ratios Evo.pdf (53.4 KB, 245 views)
File Type: zip
gear ratios Evo.zip (9.5 KB, 94 views)

Last edited by mrfred; Nov 12, 2008 at 10:12 PM.
Old Nov 8, 2008, 10:45 PM
  #2  
EvoM Guru
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
so I take it you have tested this mrfred? Does it work as intended?

Very very interesting...
Old Nov 8, 2008, 10:56 PM
  #3  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by razorlab
so I take it you have tested this mrfred? Does it work as intended?

Very very interesting...
All I've done is log rpm, mph, and the rpm/mph variable to verify what I concluded the variable should be. It will work as intended. :-) There's getting to be quite a few boost control parameters now.
Old Nov 8, 2008, 11:00 PM
  #4  
Evolving Member
iTrader: (4)
 
lapulapu's Avatar
 
Join Date: Jan 2007
Location: Socal - Corona
Posts: 117
Likes: 0
Received 0 Likes on 0 Posts
is there something wrong with the zip file? I can not open the file after it is extracted.
Old Nov 8, 2008, 11:05 PM
  #5  
Evolved Member
iTrader: (2)
 
logic's Avatar
 
Join Date: Apr 2003
Location: Berkeley, CA
Posts: 1,022
Likes: 0
Received 6 Likes on 5 Posts
0x2204 is the correct address for 96530006 ('05 Euro/Aus) as well.
Old Nov 8, 2008, 11:06 PM
  #6  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by lapulapu
is there something wrong with the zip file? I can not open the file after it is extracted.
Just tried downloading and unzipping it. Worked ok for me.
Old Nov 8, 2008, 11:15 PM
  #7  
Evolved Member
iTrader: (3)
 
nonschlont's Avatar
 
Join Date: Mar 2007
Location: Ca
Posts: 1,760
Likes: 0
Received 1 Like on 1 Post
Originally Posted by mrfred
Just tried downloading and unzipping it. Worked ok for me.
didnt work for me either, but I cant even upload my logs right now... gives me the same exact error... weird!

I just added the patch to look at it, worked fine. I deleted the "boost control limiting speed", looked at the pdf file, but I am still unsure what the crossover value is for my car... Obviously I dont fully understand this... I have an 06 GSR...

Last edited by nonschlont; Nov 8, 2008 at 11:21 PM.
Old Nov 8, 2008, 11:33 PM
  #8  
Evolving Member
iTrader: (4)
 
lapulapu's Avatar
 
Join Date: Jan 2007
Location: Socal - Corona
Posts: 117
Likes: 0
Received 0 Likes on 0 Posts
it didn't work for me on IE but works on firefox. there must have been some kind of MS security patch that was automatically applied on my computer. weird!
Old Nov 9, 2008, 01:00 AM
  #9  
Evolved Member
iTrader: (30)
 
fixem2's Avatar
 
Join Date: Dec 2003
Location: USA
Posts: 929
Likes: 0
Received 0 Likes on 0 Posts
Thanks for the address Logic.

Mrfred, can you explain the gear ratio attachments a bit more?
Old Nov 9, 2008, 01:03 AM
  #10  
Former Sponsor
iTrader: (18)
 
Billy@EnglishRacing's Avatar
 
Join Date: Jul 2006
Location: Puyallup, wa
Posts: 5,458
Likes: 0
Received 0 Likes on 0 Posts
very interesting, nice find
Old Nov 9, 2008, 03:03 AM
  #11  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
yeah i forgot to tell u that the BLCS was wrong... never got around to finding out what it really meant

I will have to fix my tephramod rom because I blow that stuff away - LOL!!! :P
Old Nov 9, 2008, 03:10 AM
  #12  
EvoM Guru
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
So,

In all honesty,

What benefit is gear dependent boost control on a AWD anyway?

I mean it would be nice to have higher boost in 1st and 2nd to do mega AWD burnouts, but other than that, and some mega HP bigge turbos that somehow are still on stock ECU, what benefit do we have here.

This is a discussion opener, not a closer.
Old Nov 9, 2008, 03:19 AM
  #13  
Evolved Member
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
I have had gear based boost control on the GT-A for quite a while, but it is interesting to find it is adjustable for which gears are applied. Should keep me busy for a while now :-)
Old Nov 9, 2008, 04:18 AM
  #14  
Evolved Member
 
jcsbanks's Avatar
 
Join Date: May 2006
Location: UK
Posts: 2,399
Likes: 0
Received 5 Likes on 4 Posts
Nice one mrfred! Gear dependent duty cycle I always like because it gives a better starting duty in each gear for the closed loop control system to work with. You can set your duty to give good spike free control in every gear, and let the closed loop system deal with environmental condition changes. It is about my only reason for running an AVC-R. I think I might be able to relate this development with some other boost control info, will post if I find anything.
Old Nov 9, 2008, 06:52 AM
  #15  
Evolved Member
iTrader: (2)
 
TouringBubble's Avatar
 
Join Date: Jul 2006
Location: Chelsea, AL
Posts: 2,639
Likes: 0
Received 3 Likes on 3 Posts
That makes perfect sense ... you knew and stated that the #3 boost control tables were related to the speed limit value. Glad you figured out what the limit value could be used for.


Quick Reply: The stock ECU has gear dependent boost control!



All times are GMT -7. The time now is 02:32 PM.