Notices

How to increase Boost Limit past 319 load

Thread Tools
 
Search this Thread
 
Old Jul 12, 2012 | 07:01 PM
  #1  
richardjh's Avatar
Thread Starter
Evolved Member
 
Joined: Oct 2010
Posts: 2,447
Likes: 14
From: Australia
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
Reply
Old Jul 15, 2012 | 11:30 PM
  #2  
crimson red's Avatar
Evolving Member
 
Joined: Aug 2009
Posts: 284
Likes: 21
From: Hokkaido, Japan
Nice work!! Rich.

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

Rich
Reply
Old Jul 17, 2012 | 05:12 AM
  #4  
crimson red's Avatar
Evolving Member
 
Joined: Aug 2009
Posts: 284
Likes: 21
From: Hokkaido, Japan
Thanks a lot!

Originally Posted by richardjh
Done.

Rich
Reply
Old Jul 17, 2012 | 10:32 AM
  #5  
itzwolf's Avatar
Evolved Member
20 Year Member
iTrader: (9)
 
Joined: Mar 2005
Posts: 1,193
Likes: 2
From: Florida
Any love for 56890009/5689010?
Reply
Old Jul 17, 2012 | 01:17 PM
  #6  
Hiboost's Avatar
Evolved Member
iTrader: (9)
 
Joined: Apr 2005
Posts: 3,222
Likes: 8
From: Rochester, NY
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!
Reply
Old Jul 19, 2012 | 04:48 AM
  #7  
richardjh's Avatar
Thread Starter
Evolved Member
 
Joined: Oct 2010
Posts: 2,447
Likes: 14
From: Australia
Originally Posted by itzwolf
Any love for 56890009/5689010?
Done!

Rich
Reply
Old Aug 19, 2012 | 02:57 PM
  #8  
nonschlont's Avatar
Evolved Member
iTrader: (3)
 
Joined: Mar 2007
Posts: 1,760
Likes: 2
From: Ca
Hey Rich,

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

Rich
Reply
Old Aug 25, 2012 | 12:10 AM
  #10  
richardjh's Avatar
Thread Starter
Evolved Member
 
Joined: Oct 2010
Posts: 2,447
Likes: 14
From: Australia
Done!

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

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

Rich
Reply



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