Higher than 319 boost limit
Higher than 319 boost limit
I would like to use higher than 319 in my boost limit table. How hard would it be to come up with a patch or add to an already popular patch? (hint: the popular one has a 5 in it's name). I do not write code so please explain this to me in layman's terms.
Thanks
Thanks
ok for 88590015 add
Now change the "Boost Limit Dbl" table from 0x6DDD to 0x4D00.
Also change your "LoadBoost" scaling from
to
Note the toexpr, frexpr and max changes.
Let me know how/if that works.
Cheers
D.
Code:
<table name="Boost Limit Dbl" category="Turbo" address="15cc4" type="1D" scaling="Hex16"/>
Also change your "LoadBoost" scaling from
Code:
<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
Code:
<scaling name="LoadBoost" units="%" toexpr="x*10/4" frexpr="x*4/10" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big"/>
Let me know how/if that works.
Cheers
D.
Last edited by tephra; May 28, 2008 at 09:18 PM.
Just to be sure everyone understands the ABOVE mod is UNTESTED!
I guess do the mod and set your boost limit load to something like 120 and then do a low speed/low load logg to make sure you hit the limit like normal...
I guess do the mod and set your boost limit load to something like 120 and then do a low speed/low load logg to make sure you hit the limit like normal...
Trending Topics
my bad scaling should be:
obviously for 1.30 and below it needs to be endian=little
Code:
<scaling name="LoadBoost" units="%" toexpr="x*10/4" frexpr="x*4/10" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
HMMM could this be used to reduce the maximum timing retard limit???
at addresses 173f for 90550001 and 133f for rom 88570008
at the moment when its set to 255 the max limit is -10
could this get us down to -20 ???
ANTILAG
at addresses 173f for 90550001 and 133f for rom 88570008
at the moment when its set to 255 the max limit is -10
could this get us down to -20 ???
ANTILAG
Thread
Thread Starter
Forum
Replies
Last Post
franzcars
ECU Flash
159
Jul 22, 2025 12:26 AM









