Notices
Evo X Engine Management / Tuning Forums Discuss the major engine management systems.

Do not change Max Downward WGDC%!

Thread Tools
 
Search this Thread
 
Old Jan 1, 2010 | 05:48 PM
  #1  
UT_EvoX's Avatar
Thread Starter
Evolving Member
 
Joined: Oct 2009
Posts: 438
Likes: 0
From: SL, UT
Exclamation Do not change Max Downward WGDC%!

So I was tuning today down at sea level on my 3-port, and I decided to reduce the max upward and downward WGDC% values, along with the Turbo Boost Error Correction, so the correction swings are reduced (being that the 3-port controls the wastegate alone, a single-percentage adjustment makes a much larger difference than with the dual-solenoid setup).

Well, after changing the Max Downward WGDC% to -32% (-64% by default), I got some crazy results where the ECU wanted to ADD 45% WGDC at WOT, giving me 90+% WGDC on full spool. This resulted in boost spikes of around 40 psi at OVER 400% load. Gladly my tune is conservative up top, and my fueling adequate, so the worst I saw was 1 knock count and one hard fuel cut once I hit the boost limit.

Needless to say, I pulled over, adjusted the value back to -64%, and all was well! Soooo it appears as though this mapped value does not control what we think it does and actually changes how the boost control operates.

In short, leave this value at -64%
Old Jan 1, 2010 | 08:00 PM
  #2  
Hiboost's Avatar
Evolved Member
iTrader: (9)
 
Joined: Apr 2005
Posts: 3,222
Likes: 8
From: Rochester, NY
Yikes!

It's why I'm sticking with what works simply for me right now, just a Dual switch MBC.
Old Jan 2, 2010 | 02:16 PM
  #3  
GST Motorsports's Avatar
Account Disabled
iTrader: (8)
 
Joined: Sep 2007
Posts: 3,366
Likes: 0
From: Hayward
Sounds like the scaling might be incorrect.

- Bryan
Old Jan 2, 2010 | 03:45 PM
  #4  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 130
From: Tri-Cities, WA // Portland, OR
Originally Posted by GST Motorsports
Sounds like the scaling might be incorrect.

- Bryan
My bad. It is indeed a scaling error. Find the "OffsetWGDC" scaling in the evo10base.xml file, and replace it with:

<scaling name="OffsetWGDC" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.1" storagetype="uint16" endian="big"/>

Bryan, the scaling is also incorrect in the Evo 8/9 base files as well.
Old Jan 2, 2010 | 04:00 PM
  #5  
droppinbottom's Avatar
Evolving Member
iTrader: (5)
 
Joined: Mar 2008
Posts: 338
Likes: 0
From: Corpus Christi Texas
Lol even on vacation you don't quit.
Old Jan 2, 2010 | 05:34 PM
  #6  
boostin20's Avatar
Evolved Member
 
Joined: Dec 2008
Posts: 685
Likes: 0
From: MD
Originally Posted by mrfred
My bad. It is indeed a scaling error. Find the "OffsetWGDC" scaling in the evo10base.xml file, and replace it with:

<scaling name="OffsetWGDC" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.1" storagetype="uint16" endian="big"/>

Bryan, the scaling is also incorrect in the Evo 8/9 base files as well.
So if I put the correct scaling in, do I need to change anything in the tables of my rom?
Old Jan 2, 2010 | 09:26 PM
  #7  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 130
From: Tri-Cities, WA // Portland, OR
Originally Posted by droppinbottom
Lol even on vacation you don't quit.
Its more interesting than most stuff on TV, I've seen most all the new movies worth watching, and my baby has gone to bed. I heard its dumping snow in the Tri-Cities. Hope the drive to work is ok on Monday.

Originally Posted by boostin20
So if I put the correct scaling in, do I need to change anything in the tables of my rom?
Someone just pointed out to me that the scaling definition above kills the Max Upward WGDCC table. Fixing up the ECUFlash xml files is a little more complicated now because two scaling definitions are needed. Replace the "Offset WGDC" scaling table with the following two definitions:

Code:
<scaling name="OffsetWGDC-8" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="OffsetWGDC-16" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.1" storagetype="uint16" endian="big"/>
In the evo10base.xml file, its necessary need to change the "Max Upward WGDCC" table scaling to "OffsetWGDC-8", and then change the "Max Downward WGDCC" table scaling to "OffsetWGDC-16". If you don't know how to do this, you'll need to find someone who can do it for you.

NOTE: These changes are only necessary if you intend to mess with the "Max Downward WGDCC" table.
Old Jan 2, 2010 | 10:01 PM
  #8  
boostin20's Avatar
Evolved Member
 
Joined: Dec 2008
Posts: 685
Likes: 0
From: MD
Thanks mfred, I plan on tuning for a 3-port soon, and I want to have this for if I (or someone else) think I need it. It will already be good to go.
Old Jan 2, 2010 | 10:49 PM
  #9  
droppinbottom's Avatar
Evolving Member
iTrader: (5)
 
Joined: Mar 2008
Posts: 338
Likes: 0
From: Corpus Christi Texas
Originally Posted by mrfred
Its more interesting than most stuff on TV, I've seen most all the new movies worth watching, and my baby has gone to bed. I heard its dumping snow in the Tri-Cities. Hope the drive to work is ok on Monday.
It's all gone now. I think the X was so much fun drifting around my street on the summer tires. I hope you got some free time soon. I have decided it is time to convert the talon over to speed density. I am placing my order for everything probably tuesday or wednesday.

Sorry for the thread jack.
Old Jan 2, 2010 | 11:22 PM
  #10  
criptballer's Avatar
Evolving Member
iTrader: (3)
 
Joined: May 2008
Posts: 472
Likes: 0
From: Utah
what is the max downward WGDC table used for?
Old Jan 3, 2010 | 12:00 AM
  #11  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 130
From: Tri-Cities, WA // Portland, OR
Originally Posted by droppinbottom
It's all gone now. I think the X was so much fun drifting around my street on the summer tires. I hope you got some free time soon. I have decided it is time to convert the talon over to speed density. I am placing my order for everything probably tuesday or wednesday.

Sorry for the thread jack.
If the snow is gone, then I can finally do my t-case and rear diff fluid change. SD for the Talon sounds good. I'll give you a call after I get into town.

Originally Posted by criptballer
what is the max downward WGDC table used for?
Its actually max downward WGDC correction. It limits how far the WGDC can be reduced below the baseline value. I've never had a reason to change it from the stock value.
Old Jan 3, 2010 | 12:42 PM
  #12  
criptballer's Avatar
Evolving Member
iTrader: (3)
 
Joined: May 2008
Posts: 472
Likes: 0
From: Utah
Originally Posted by mrfred
Its actually max downward WGDC correction. It limits how far the WGDC can be reduced below the baseline value. I've never had a reason to change it from the stock value.
ok, i've never heard of anyone using it besides UT evox so i wasn't sure. UTevox why did you attempt to use it? and what does it do?
Old Jan 3, 2010 | 02:55 PM
  #13  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 130
From: Tri-Cities, WA // Portland, OR
Originally Posted by criptballer
ok, i've never heard of anyone using it besides UT evox so i wasn't sure. UTevox why did you attempt to use it? and what does it do?
He explains in the first post why he tried it.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
S15me2
ECU Flash
9
Dec 8, 2016 09:22 PM
mrfred
ECU Flash
25
Nov 28, 2013 01:11 PM
X Double Dot
ECU Flash
25
Oct 21, 2013 09:18 PM
mrfred
ECU Flash
253
Nov 25, 2011 10:51 PM
Raceghost
ECU Flash
11
Sep 14, 2009 06:46 AM



Quick Reply: Do not change Max Downward WGDC%!



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