Notices

How to increase Boost Limit past 319 load

Thread Tools
 
Search this Thread
 
Old Jul 12, 2012, 07:01 PM
  #1  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Lightbulb How to increase Boost Limit past 319 load

Hi folks.

Here's a little something if you don't like hitting "319" ceiling on Boost Limit.

Originally posted on EvoX... now put up here too.

This patch tells the ECU to double the load-limit lookup value it's getting from the existing "Boost Limit" table. Plus, to see the "correct" value on-screen in EcuFlash, we're looking at that same table via a new scale.

Note that this doesn't raise the OVERALL load-calc ceiling (360?) - it just lets you retain a usable boost-fuel-cut system if your load sees values over 319.


If your ROM isn't covered here, just shout and I'll add it.


Evo X 52360018

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="198bc" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="6155e" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 52370024

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="198a8" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="6155e" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 52680015-22

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="19c68" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="6155a" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 53040010

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="19a74" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="61596" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 53050009

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="1999c" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="61596" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 53050012

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="19f04" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="617b2" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Ralliart 55570005-6

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="1a310" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="617b2" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Ralliart 55590006-7

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="1a298" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="617b2" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 56180001-2

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="19e88" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="617b2" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 56890009-10

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="1c60c" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="61f58" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Evo X 56910009

Code:
  <scaling name="BoostLimitRescalePatch" storagetype="bloblist">
    <data name="Patch disabled" value="5942" />
    <data name="Patch ENABLED!" value="5943" />
  </scaling>
 
  <table name="Boost Limit Rescale Patch (F1 for Help)" address="1c2d0" category="Turbo Boost Limit - Rescaled" type="1D" scaling="BoostLimitRescalePatch" description="Once ENABLED, the [Boost Limit - Rescaled] table replaces the original [Boost Limit] table.  Maximum load will then be able to exceed 319."/>
 
  <scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
 
  <table name="Boost Limit - Rescaled" address="555b4" category="Turbo Boost Limit - Rescaled" type="2D" scaling="LoadBoostPatched">
    <table name="RPM" address="61f58" type="Y Axis" elements="9" scaling="RPM"/>
  </table>
Here's what it will look like on a 100% stock ROM, with the XML patched in ahead of the regular "Turbo" section:





To use, under the new "Turbo Boost Limit - Rescaled" heading...

- Increment the item "Boost Limit Rescale Patch (F1 for Help)" to "Patch ENABLED!" (use '+' or ']')
- Set your desired load-based boost limit values in the new table: "Boost Limit - Rescaled".
- Completely ignore the old table: "Boost Limit"

- Enjoy!


Cheers,

Rich

Last edited by richardjh; Jun 11, 2017 at 04:37 AM. Reason: Added 56910009
Old Jul 15, 2012, 11:30 PM
  #2  
Evolving Member
 
crimson red's Avatar
 
Join Date: Aug 2009
Location: Hokkaido, Japan
Posts: 284
Received 21 Likes on 21 Posts
Nice work!! Rich.

I'd like to add the patch for 56180001/5618002. Thank you.
Old Jul 16, 2012, 07:24 AM
  #3  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Done.

Rich
Old Jul 17, 2012, 05:12 AM
  #4  
Evolving Member
 
crimson red's Avatar
 
Join Date: Aug 2009
Location: Hokkaido, Japan
Posts: 284
Received 21 Likes on 21 Posts
Thanks a lot!

Originally Posted by richardjh
Done.

Rich
Old Jul 17, 2012, 10:32 AM
  #5  
Evolved Member
iTrader: (9)
 
itzwolf's Avatar
 
Join Date: Mar 2005
Location: Florida
Posts: 1,193
Likes: 0
Received 2 Likes on 2 Posts
Any love for 56890009/5689010?
Old Jul 17, 2012, 01:17 PM
  #6  
Evolved Member
iTrader: (9)
 
Hiboost's Avatar
 
Join Date: Apr 2005
Location: Rochester, NY
Posts: 3,222
Received 8 Likes on 8 Posts
While I have to rescale on the MR's for lower load to keep clutchpacks happy, this is a nice update especially for GSR's and big turbos. Great work!
Old Jul 19, 2012, 04:48 AM
  #7  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Originally Posted by itzwolf
Any love for 56890009/5689010?
Done!

Rich
Old Aug 19, 2012, 02:57 PM
  #8  
Evolved Member
iTrader: (3)
 
nonschlont's Avatar
 
Join Date: Mar 2007
Location: Ca
Posts: 1,760
Likes: 0
Received 1 Like on 1 Post
Hey Rich,

any love for the 2010's? 55570006
Old Aug 20, 2012, 08:00 AM
  #9  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Sure, I'll put it together when I get a mo.

Rich
Old Aug 25, 2012, 12:10 AM
  #10  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Done!

Rich
Old Aug 25, 2012, 01:59 PM
  #11  
Evolved Member
iTrader: (3)
 
nonschlont's Avatar
 
Join Date: Mar 2007
Location: Ca
Posts: 1,760
Likes: 0
Received 1 Like on 1 Post
Nice work Rich! Thank u sir!
Old Oct 12, 2012, 11:12 AM
  #12  
Newbie
iTrader: (2)
 
sgevotx's Avatar
 
Join Date: Apr 2005
Location: san antonio
Posts: 42
Likes: 0
Received 0 Likes on 0 Posts
Care to add in 52360118? Thanks in advance guy!
Old Oct 12, 2012, 06:18 PM
  #13  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Done!

Rich
Old Oct 12, 2012, 08:45 PM
  #14  
Newbie
iTrader: (2)
 
sgevotx's Avatar
 
Join Date: Apr 2005
Location: san antonio
Posts: 42
Likes: 0
Received 0 Likes on 0 Posts
Thanks Rich once again.
Old Oct 20, 2012, 02:47 AM
  #15  
Evolved Member
Thread Starter
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
Added 56910009.

Rich


Quick Reply: How to increase Boost Limit past 319 load



All times are GMT -7. The time now is 12:34 AM.