Notices
ECU Flash

best boost control method?

Thread Tools
 
Search this Thread
 
Old Jan 21, 2008 | 07:15 PM
  #1  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
best boost control method?

Hi All,

As part of my next round of patches (v5) I will be including the ability to swap boost maps along with the fuel+timing maps.

Now to keep this as simple as possible we need to follow some kind of standard for boost maps - given the recent mods done by MrFred I wanted to ask what the best method for boost control is?

Best being most reliable + most common.

Now I may be getting ahead of myself here, as the control maps that need to be swapped might be the same amongst the different BCS control methods.

Anyone car to comment?

Cheers
D.
Reply
Old Jan 21, 2008 | 07:32 PM
  #2  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
I tune a ton of evos with ecu-boost. About 3-4 or so a week.

I would say that the normal (stock style) load-based method is the most common, mainly because of the cost associated with going to psi-target based. Set up correctly and changing the boost to follow 2byte fuel/timing load instead of it's own boost load makes for a very consistant boost control system while still using load from my experience.

I would be very very happy with switchable boost maps that still use load-based boost.

This would mean:

BDEL
WGDC

maps be switchable

BCLO and error correction can stay the same between most boost levels if you set the BCLO to something that would work with both boost levels (something like 200)

This would also keep the ability to use most boost solenoids (stock and aftermarket 3port)
Reply
Old Jan 21, 2008 | 08:07 PM
  #3  
TouringBubble's Avatar
Evolved Member
iTrader: (2)
 
Joined: Jul 2006
Posts: 2,639
Likes: 3
From: Chelsea, AL
I believe the jcsbanks' real time tuning method uses a single timing map for the IX instead of 3 separate ones. I'd suggest the same approach for boost control if it's possible. Compress all of the BDEL maps in to one .. the same for WGDC maps.

I agree that only the BDEL and WGDC maps need to be switchable. I personally use the BCLO map for running race gas, but that could easily be avoided with a different tuning method as razorlab said. Just increase the BCLO map to a value that works with both desired boost levels.
Reply
Old Jan 21, 2008 | 10:30 PM
  #4  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
Yes well my altmap patch does 1 timing map as well.

I will be doing the same for the boost maps...
Reply
Old Jan 22, 2008 | 06:06 AM
  #5  
Oracle1's Avatar
Evolving Member
iTrader: (1)
 
Joined: Nov 2005
Posts: 425
Likes: 0
Using WGDC# (IMHO) would be the best and simplest way of controlling boost, increase and decrease boost as pre-desired, less variables.

You could also tune the timing maps to cover low boost (load) and high boost (load) accordingly, keep things simple...

SK
Reply
Old Jan 22, 2008 | 07:04 AM
  #6  
TouringBubble's Avatar
Evolved Member
iTrader: (2)
 
Joined: Jul 2006
Posts: 2,639
Likes: 3
From: Chelsea, AL
Originally Posted by Oracle1
Using WGDC# (IMHO) would be the best and simplest way of controlling boost, increase and decrease boost as pre-desired, less variables.

You could also tune the timing maps to cover low boost (load) and high boost (load) accordingly, keep things simple...

SK
Many people still use error correction for ECU boost control, so this method wouldn't exactly work. With error correction enabled, you would need to adjust the BDEL tables as well as WGDC since the ECU will adjust WGDC to meet the desired BDEL. It would be possible to switch only WGDC and BCLO and still use error correction ... but not WGDC alone.
Reply
Old Jan 22, 2008 | 08:53 AM
  #7  
roger smith's Avatar
Evolving Member
iTrader: (4)
 
Joined: Dec 2003
Posts: 357
Likes: 0
From: Ventura County, CA
I concur with razorlab and touringbubble
Reply
Old Jan 22, 2008 | 10:03 AM
  #8  
jcsbanks's Avatar
Evolved Member
 
Joined: May 2006
Posts: 2,399
Likes: 6
From: UK
As well as the best boost control method, it is worth thinking at this stage how we want to switch maps - ie programatically...

The boost stuff is not as it stands part of the map switching system the ECU already has in place, so one method is just to use pointers in RAM and update them as we go along to map switch. This would probably be a better way of switching all the maps since it works for anything, even 1d values like RPM limit, launch limiter etc.

If we can settle on a structure in RAM that we use to store all the map locations (that can point to ROM or RAM), then we can start to converge all these patches together, I can bolt DMA logging and editing of RAM into Tephra's stuff. That way he can put ROM or RAM maps wherever he likes and I can edit them.

There must be some checking for valid RAM data - whether that be pointers or maps. This and getting organised are our more demanding tasks.
Reply
Old Jan 22, 2008 | 12:26 PM
  #9  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by razorlab
...

I would be very very happy with switchable boost maps that still use load-based boost.

This would mean:

BDEL
WGDC

maps be switchable

BCLO and error correction can stay the same between most boost levels if you set the BCLO to something that would work with both boost levels (something like 200)

This would also keep the ability to use most boost solenoids (stock and aftermarket 3port)
The psi-based method looks up the same tables used by the load-based method, so if map switching works for the load-based method, it will also work for the psi-based method. :-)

BDEL and Baseline WGDC sound good enough to me too.
Reply
Old Jan 22, 2008 | 02:25 PM
  #10  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
Hey John,

Well the boost maps aren't like the fuel/timing maps, ie they are pointers to maps but rather maps themselves. Hard to explain.

What I was going todo was overwrite the calls to the readmap funciton with my own sub...

Anyways the short of it is, because its a bit different, I just want to get it going, then we can worry about getting it going as best we can... if you know what I mean

D.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
nj1266
ECU Flash
875
Jan 25, 2026 01:43 AM
tephra
ECU Flash
927
Sep 13, 2021 01:07 AM
sith_killer_99
09+ Ralliart Engine/Turbo/Drivetrain
4
Dec 29, 2009 06:01 PM
AhmadHasib
Evo Engine / Turbo / Drivetrain
6
Jun 10, 2007 06:24 PM
johnjonfenomeno
Water / Methanol Injection / Nitrous Oxide
12
Aug 9, 2006 04:50 PM




All times are GMT -7. The time now is 09:10 AM.