|
||||||
| Software Tuning Discuss all software tuning topics. |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#15 | |
|
I Love custom Turbo kits
Join Date: Mar 2012
Drives: Limited BRZ
Location: Miami
Posts: 10,770
Thanks: 20,004
Thanked 8,346 Times in 4,361 Posts
Mentioned: 441 Post(s)
Tagged: 12 Thread(s)
|
Quote:
__________________
|
|
|
|
|
|
|
#16 |
|
Senior Member
Join Date: Jan 2013
Drives: Toyota 86
Location: South Korea
Posts: 277
Thanks: 138
Thanked 218 Times in 125 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
This boost cut mod is working pretty well!
I modified A01E CAL ID rom file for this boost cut mod and got good result. Boost cut activated at 8 psi and deactivated at 7.5 psi. https://datazap.me/u/makinenkr/20180...zoom=2728-2758 It might need fine tuning of parameters to prevent boost fluctuation. Good job @ztan !
__________________
|
|
|
|
|
|
#17 | |
|
Banned
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
|
Quote:
Nice work, you could likey just use the entire A01G rom in your car and get flexfuel as well |
|
|
|
|
|
|
#18 |
|
Senior Member
Join Date: Jan 2013
Drives: Toyota 86
Location: South Korea
Posts: 277
Thanks: 138
Thanked 218 Times in 125 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
I've applied over boost fuel cut to and tested with Kouki K00G-based OTS ROM. It works as A01E or G.
__________________
|
|
|
|
| The Following User Says Thank You to makinen For This Useful Post: | Yobiwan (02-25-2019) |
|
|
#19 |
|
Senior Member
Join Date: Jan 2013
Drives: Toyota 86
Location: South Korea
Posts: 277
Thanks: 138
Thanked 218 Times in 125 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
Modifications for K00G
As @AussieBRZ mentioned this is required for K00G rom, I'd like to add my modifications for K00G. Any rom definitions based on K00G could work.
But as usual use this at your own risk. Code:
<!--table name="Speed Limiting Enable (Fuel Cut)" storageaddress="10e924"/--> <table name="Boost Limit (Fuel Cut) enable" storageaddress="69D45" /> <table name="Boost Limit (Fuel Cut)" storageaddress="10E924" /> <table name="Boost Limit (Fuel Cut) Resume" storageaddress="10E934" /> <table name="Boost Limit (RPM) Active" storageaddress="10E938" /> <!--table name="Speed Limiting Disable (Fuel Cut)" storageaddress="10e92c"/--> Code:
<table type="Switch" name="Boost Limit (Fuel Cut) enable" category="Miscellaneous - Limits" sizey="1"> <description>Enable Boost Limit (Fuel Cut)</description> <state name="Enabled" data="5A" /> <state name="Stock ROM" data="58" /> </table> <table type="2D" name="Boost Limit (Fuel Cut)" category="Miscellaneous - Limits" storagetype="float" endian="little" sizey="4" userlevel="4"> <scaling units="Manifold Pressure (psi relative sea level)" expression="(x-760)*.01933677" to_byte="(x/.01933677)+760" format="#0.00" fineincrement=".01" coarseincrement=".5" /> <table type="Static Y Axis" name="Boost Limit Fuel Cut" sizey="4"> <data>On Above</data> <data>On Above</data> <data>Off Below</data> <data>Off Below</data> </table> <description>These are the MAP values at which the boost limiter is engaged and disengaged. When engine speed is equal to or exceeds the 'On' value, fuel cut is active, after which, if engine speed drops below the 'Off' value, fueling is resumed.</description> </table> <table type="2D" name="Boost Limit (Fuel Cut) Resume" category="Miscellaneous - Limits" storagetype="float" endian="little" sizey="1" userlevel="4"> <scaling units="Manifold Pressure (psi relative sea level)" expression="(x-760)*.01933677" to_byte="(x/.01933677)+760" format="#0.00" fineincrement=".01" coarseincrement=".5" /> <table type="Static Y Axis" name="Boost Limit Fuel Resume (MAP)" sizey="1"> <data>Below</data> </table> <description>After the boost limiter is engaged and engine speed drops below the 'Off' RPM, fueling will not resume until manifold pressure drops below this table's value.</description> </table> <table type="2D" name="Boost Limit (RPM) Active" category="Miscellaneous - Limits" storagetype="float" endian="little" sizey="1" userlevel="4"> <scaling units="Engine Speed (RPM)" expression="x" to_byte="x" format="#" fineincrement="50" coarseincrement="100" /> <table type="Static Y Axis" name="Boost Limit Active over" sizey="1"> <data>Over</data> </table> <description>The boost limiter is active over this RPM</description> </table>
__________________
|
|
|
|
| The Following User Says Thank You to makinen For This Useful Post: | callisto (09-02-2023) |
|
|
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open source Hybrid Speed Density | ztan | Software Tuning | 57 | 07-05-2023 09:33 AM |
| Open Source Electric Supercharger | neutron256 | Forced Induction | 913 | 08-22-2021 06:16 PM |
| open source software question | GeeTee86 | AFRICA | 15 | 02-15-2015 07:52 PM |
| The Retrofit Source summer open house! | soundman98 | Southeast | 0 | 06-23-2014 09:41 PM |
| FA20 Fuel lean at high boost fix | cf6mech | Forced Induction | 15 | 05-20-2013 04:33 PM |