follow ft86club on our blog, twitter or facebook.
FT86CLUB
Ft86Club
Delicious Tuning
Register Garage Community Calendar Today's Posts Search

Go Back   Toyota GR86, 86, FR-S and Subaru BRZ Forum & Owners Community - FT86CLUB > Technical Topics > Software Tuning

Software Tuning Discuss all software tuning topics.


User Tag List

Reply
 
Thread Tools Search this Thread
Old 04-27-2016, 11:10 AM   #15
Sportsguy83
I Love custom Turbo kits
 
Sportsguy83's Avatar
 
Join Date: Mar 2012
Drives: Limited BRZ
Location: Miami
Posts: 10,770
Thanks: 20,004
Thanked 8,344 Times in 4,361 Posts
Mentioned: 441 Post(s)
Tagged: 12 Thread(s)
Garage
Quote:
Originally Posted by ztan View Post
***Use at your own risk.***

This implementation hijacks the speed limiting fuel cut routine and assesses MAP instead of vehicle speed.

Defined for A00G/A01G ROM: a single value in the speed limiting fuel cut routine is changed (from 0x58 to 0x5A) to get MAP loaded instead of speed and MAP limits are entered in place of speed limits. To clarify, no additional patch is needed for this modification besides the single value switch in the code - thanks to Subaru engineers who just lifted the speed limit rather than write new code.
This is really great work man!! You're awesome!
Sportsguy83 is offline   Reply With Quote
Old 01-06-2018, 06:52 AM   #16
makinen
Senior Member
 
makinen's Avatar
 
Join Date: Jan 2013
Drives: Toyota 86
Location: South Korea
Posts: 267
Thanks: 127
Thanked 201 Times in 115 Posts
Mentioned: 5 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.

Name:  datazap-chart (1).png
Views: 421
Size:  43.3 KB
https://datazap.me/u/makinenkr/20180...zoom=2728-2758

It might need fine tuning of parameters to prevent boost fluctuation.

Good job @ztan !
__________________
/* Custom underbody panels and diffuser
Custom electric water pump and PWM controller
HKS GT EL header, 17MY intake manifold */
makinen is offline   Reply With Quote
Old 01-08-2018, 01:42 AM   #17
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,998
Thanks: 1,035
Thanked 4,987 Times in 2,981 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by makinen View Post
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.

Attachment 161593
https://datazap.me/u/makinenkr/20180...zoom=2728-2758

It might need fine tuning of parameters to prevent boost fluctuation.

Good job @ztan !

Nice work,

you could likey just use the entire A01G rom in your car and get flexfuel as well
steve99 is offline   Reply With Quote
Old 07-06-2018, 02:16 AM   #18
makinen
Senior Member
 
makinen's Avatar
 
Join Date: Jan 2013
Drives: Toyota 86
Location: South Korea
Posts: 267
Thanks: 127
Thanked 201 Times in 115 Posts
Mentioned: 5 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.
__________________
/* Custom underbody panels and diffuser
Custom electric water pump and PWM controller
HKS GT EL header, 17MY intake manifold */
makinen is offline   Reply With Quote
The Following User Says Thank You to makinen For This Useful Post:
Yobiwan (02-25-2019)
Old 07-05-2023, 08:30 AM   #19
makinen
Senior Member
 
makinen's Avatar
 
Join Date: Jan 2013
Drives: Toyota 86
Location: South Korea
Posts: 267
Thanks: 127
Thanked 201 Times in 115 Posts
Mentioned: 5 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"/-->
This tweak works by toggling "Boost Limit (Fuel Cut) enable" which writes not a value byte but a code byte actually.

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>
__________________
/* Custom underbody panels and diffuser
Custom electric water pump and PWM controller
HKS GT EL header, 17MY intake manifold */
makinen is offline   Reply With Quote
The Following User Says Thank You to makinen For This Useful Post:
callisto (09-02-2023)
 
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Open source Hybrid Speed Density ztan Software Tuning 57 07-05-2023 08:33 AM
Open Source Electric Supercharger neutron256 Forced Induction 913 08-22-2021 05:16 PM
open source software question GeeTee86 AFRICA 15 02-15-2015 06:52 PM
The Retrofit Source summer open house! soundman98 Southeast 0 06-23-2014 08:41 PM
FA20 Fuel lean at high boost fix cf6mech Forced Induction 15 05-20-2013 03:33 PM


All times are GMT -4. The time now is 08:42 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
User Alert System provided by Advanced User Tagging v3.3.0 (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Garage vBulletin Plugins by Drive Thru Online, Inc.