Notices
ECU Flash

more boost control tables found

Thread Tools
 
Search this Thread
 
Old May 16, 2008, 07:59 AM
  #31  
Evolving Member
iTrader: (4)
 
roger smith's Avatar
 
Join Date: Dec 2003
Location: Ventura County, CA
Posts: 357
Likes: 0
Received 0 Likes on 0 Posts
Does anyone know the addresses of these other boost control tables for roms other than the evo 9?
Old May 16, 2008, 09:38 AM
  #32  
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
I think this is correct for 96940011:
Code:
<table name="Max Total Upward WGDC Correction vs TPS" category="Turbo" address="3B14" type="2D" level="1" scaling="DynamicBoost">
    <table name="TPS" address="6002" type="Y Axis" elements="9" scaling="ThrottlePercentage"/>
</table>

<table name="Max WGDC vs Coolant Temp" category="Turbo" address="56D2" type="2D" level="1" scaling="WGDuty">
    <table name="Coolant Temp" address="5eae" type="Y Axis" elements="8" scaling="Temp"/>
</table>

<table name="Min Load for Boost Control" category="Turbo" address="578a" type="2D" level="1" scaling="Load8">
    <table name="RPM" address="596C" type="Y Axis" elements="16" scaling="RPM"/>
</table>
I'll look at 96530006 later, since that's more interesting to me nowadays.
Old May 16, 2008, 01:25 PM
  #33  
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
I believe I have two of the three for 96530006:
Code:
<table name="Max Total Upward WGDC Correction vs TPS" category="Turbo" address="448a" type="2D" level="1" scaling="DynamicBoost">
    <table name="TPS" address="6c2a" type="Y Axis" elements="9" scaling="ThrottlePercentage"/>
</table>

<table name="Max WGDC vs Coolant Temp" category="Turbo" address="604e" type="2D" level="1" scaling="WGDuty">
    <table name="Coolant Temp" address="6ad6" type="Y Axis" elements="8" scaling="Temp"/>
</table>
I don't have IDA handy right now, so I don't have a reliable way of tracking down "Min Load for Boost Control" as it looks like the table contents change from ROM to ROM; at least, they're different between 96940011 and 88590015, and neither version's contents appear in 96530006 from what I can see. The RPM axis address is 0x6594, though.

Also, just in case you don't have a ThrottlePercentage scaling defined (it comes along for the ride with tephra's mods), add this chunk to evo7base.xml (for both 96530006 and 96940011):
Code:
<scaling name="ThrottlePercentage" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint16"/>
I'm up against a time wall at this point, so won't have a chance to do any disassembly to look for this for a week and a half; anyone else want to take a crack at locating "Min Load for Boost Control" for 96530006? The 88590015 version is 8B 8B 90 A0 B0 B0 98 7D 75 75 6B 60 5B 4D 45 45, and the 96940011 version is 8B 8B 8D 8D 8D 8D 8E 89 87 87 87 72 6A 63 54 54.
Old May 19, 2008, 07:56 AM
  #34  
Evolving Member
iTrader: (4)
 
roger smith's Avatar
 
Join Date: Dec 2003
Location: Ventura County, CA
Posts: 357
Likes: 0
Received 0 Likes on 0 Posts
Thanks for all the info, Logic
Old May 19, 2008, 08:42 AM
  #35  
Evolved Member
iTrader: (5)
 
Mr. Evo IX's Avatar
 
Join Date: Nov 2005
Location: Plano, TX
Posts: 1,910
Received 1 Like on 1 Post
Thanks Mr. Fred, That's great. Now I can turn on my positive correction and allow additional duty to get to desired boost without overrunning on the boost spike! In the past I only used the correction to remove duty. I had to tune my duty at a static level until I wanted it to increase to make up for taper. This actually ended up giving me great results but I think I lost a little spool since it's just a set duty 72% until it starts making up for taper, in contrast to the way the stock map runs 100% duty during spoolup.

Last edited by Mr. Evo IX; May 19, 2008 at 08:46 AM.
Old May 19, 2008, 07:44 PM
  #36  
Evolving Member
iTrader: (6)
 
skold's Avatar
 
Join Date: Dec 2006
Location: Dublin,Oh
Posts: 209
Likes: 0
Received 0 Likes on 0 Posts
can you add this in the xml of a evo 8, 96420008?
Old May 20, 2008, 04:03 PM
  #37  
Evolved Member
iTrader: (2)
 
racer135's Avatar
 
Join Date: Nov 2007
Location: Puerto Rico
Posts: 819
Likes: 0
Received 1 Like on 1 Post
Originally Posted by skold
can you add this in the xml of a evo 8, 96420008?
I would also like to know this.
Old May 23, 2008, 09:45 PM
  #38  
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
Updated first post to cover more ROMs.
Old May 25, 2008, 11:02 PM
  #39  
Evolved Member
iTrader: (30)
 
fixem2's Avatar
 
Join Date: Dec 2003
Location: USA
Posts: 929
Likes: 0
Received 0 Likes on 0 Posts
Anyone figure out below for 96530006 yet:

<table name="Min Load for Boost Control" category="Turbo" address="578a" type="2D" level="1" scaling="Load8">
<table name="RPM" address="596C" type="Y Axis" elements="16" scaling="RPM"/>
</table

Last edited by fixem2; May 25, 2008 at 11:44 PM.
Old May 25, 2008, 11:17 PM
  #40  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
For EDM:

EDM Evo 9 88840016/17

<scaling name="ThrottlePercentage" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint16"/>

<table name="Max Total Upward WGDC Correction vs TPS" category="Turbo" address="3f34" type="2D" level="1" scaling="DynamicBoost">
<table name="TPS" address="738c" type="Y Axis" elements="9" scaling="ThrottlePercentage"/>
</table>

<table name="Max WGDC vs Coolant Temp" category="Turbo" address="645a" type="2D" level="1" scaling="WGDuty">
<table name="Coolant Temp" address="7200" type="Y Axis" elements="8" scaling="Temp"/>
</table>

<table name="Min Load for Boost Control" category="Turbo" address="6542" type="2D" level="1" scaling="Load8">
<table name="RPM" address="6ca0" type="Y Axis" elements="16" scaling="RPM"/>
</table>
Old May 25, 2008, 11:40 PM
  #41  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
are we going to include these in the new XML's?
Old May 26, 2008, 12:03 AM
  #42  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
AFAIK, yes.
Old May 26, 2008, 08:06 AM
  #43  
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 tephra
are we going to include these in the new XML's?
Yep, just wanted to get some tables out there for people to use now because people have been asking me.
Old Jul 17, 2008, 05:42 AM
  #44  
Evolved Member
 
burgers22's Avatar
 
Join Date: Jan 2006
Location: Oxfordshire
Posts: 953
Received 2 Likes on 2 Posts
Update for 98640014 ROM for JDM Evo 7..

<scaling name="ThrottlePercentage" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint16"/>

<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="little"/>


<table name="Max Total Upward Correction" category="Turbo" address="42dc" type="2D" level="1" scaling="OffsetWGDC">
<table name="Y axis" address="52ce" type="Y Axis" elements="9" scaling="ThrottlePercentage"/>
</table>
Old Jul 17, 2008, 08:06 AM
  #45  
Evolving Member
 
sub7's Avatar
 
Join Date: Jun 2005
Location: Kuala Lumpur
Posts: 282
Likes: 0
Received 5 Likes on 5 Posts
Thanks mate. This is my default value, did I get them right?
0 0.0
13 0.0
25 0.0
38 0.0
50 0.0
63 0.0
75 0.0
88 10.0
100 10.0


Quick Reply: more boost control tables found



All times are GMT -7. The time now is 09:49 PM.