follow ft86club on our blog, twitter or facebook.
FT86CLUB
Ft86Club
Speed By Design
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.

Register and become an FT86Club.com member. You will see fewer ads

User Tag List

Reply
 
Thread Tools Search this Thread
Old 04-12-2020, 03:28 PM   #1
dholloway543
Software Hobbiest
 
Join Date: Aug 2019
Drives: 2015 FRS
Location: San Diego
Posts: 160
Thanks: 26
Thanked 19 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Garage
MAF Tuning

I have made a simple windows program to help me get average fuel trims so i can edit the MAF map.


This program requires you have an OFT .csv or ECUTEK .csv data log with the parameters


STFT
LTFT
MAF Volt.


It adds the STFT + LTFT together averaging the whole .csv at specific MAF Volt.


It also shows how many samples it took so you can determine if the sample size is big enough for you to trust the outputted value.


It looks bad because i didnt care if it looked nice. Only if it works.
I thought id share it including source incase anyone else wanted to use it


Feel free to share with other people, im leaving this as open source.


https://drive.google.com/file/d/13Yw...ew?usp=sharing

Last edited by dholloway543; 04-12-2020 at 07:35 PM.
dholloway543 is offline   Reply With Quote
The Following User Says Thank You to dholloway543 For This Useful Post:
NoHaveMSG (06-30-2020)
Old 04-12-2020, 04:14 PM   #2
dholloway543
Software Hobbiest
 
Join Date: Aug 2019
Drives: 2015 FRS
Location: San Diego
Posts: 160
Thanks: 26
Thanked 19 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Garage

This is a sample of the output data
dholloway543 is offline   Reply With Quote
Old 04-12-2020, 05:21 PM   #3
QTR FMS
Member
 
Join Date: Mar 2016
Drives: brz
Location: socal
Posts: 81
Thanks: 10
Thanked 6 Times in 5 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
thia is using ecutek log file .csv

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToSingle(String value)
at CSV_STFT.Form1.openFilePopup_FileOk(Object sender, CancelEventArgs e)
at System.Windows.Forms.FileDialog.OnFileOk(CancelEve ntArgs e)
at System.Windows.Forms.FileDialog.HandleVistaFileOk( IFileDialog dialog)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
CSV-STFT
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/qtr-f/Downloads/CSV-STFT/CSV-STFT/CSV-STFT.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
QTR FMS is offline   Reply With Quote
Old 04-12-2020, 05:37 PM   #4
Kodename47
Senior Member
 
Kodename47's Avatar
 
Join Date: Oct 2012
Drives: UK GT86
Location: UK
Posts: 3,040
Thanks: 185
Thanked 1,633 Times in 1,113 Posts
Mentioned: 156 Post(s)
Tagged: 1 Thread(s)
I'll leave this here:
VGI's MAF (and everything else) tool
__________________
.: Stealth 86 :.
Abbey Motorsport/K47 Tuned Sprintex 210 Supercharger

Kodename 47 DJ:
Soundcloud / Instagram / Facebook

Last edited by Kodename47; 04-13-2020 at 07:41 PM.
Kodename47 is offline   Reply With Quote
The Following User Says Thank You to Kodename47 For This Useful Post:
Apoc (04-18-2020)
Old 04-12-2020, 06:28 PM   #5
dholloway543
Software Hobbiest
 
Join Date: Aug 2019
Drives: 2015 FRS
Location: San Diego
Posts: 160
Thanks: 26
Thanked 19 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Garage
If you send me the ECUtek data log i can update it the application to suit your needs as well
dholloway543 is offline   Reply With Quote
Old 04-12-2020, 06:45 PM   #6
dholloway543
Software Hobbiest
 
Join Date: Aug 2019
Drives: 2015 FRS
Location: San Diego
Posts: 160
Thanks: 26
Thanked 19 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Garage
Quote:
Originally Posted by Kodename47 View Post

http://www.romraider.com/forum/viewt...p?f=32&t=10481


The link he posted was broken, this one is corrected.


If you want though i can still get mine working for ecuteck datalogs
dholloway543 is offline   Reply With Quote
Old 04-12-2020, 07:27 PM   #7
dholloway543
Software Hobbiest
 
Join Date: Aug 2019
Drives: 2015 FRS
Location: San Diego
Posts: 160
Thanks: 26
Thanked 19 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Garage
The software has been updated to include OFT logs and ECUTEK logs.


Same download link
dholloway543 is offline   Reply With Quote
Old 04-13-2020, 07:42 PM   #8
Kodename47
Senior Member
 
Kodename47's Avatar
 
Join Date: Oct 2012
Drives: UK GT86
Location: UK
Posts: 3,040
Thanks: 185
Thanked 1,633 Times in 1,113 Posts
Mentioned: 156 Post(s)
Tagged: 1 Thread(s)
Quote:
Originally Posted by dholloway543 View Post
http://www.romraider.com/forum/viewt...p?f=32&t=10481

The link he posted was broken, this one is corrected.

If you want though i can still get mine working for ecuteck datalogs
Thanks, fixed it. The good thing about VGI's one is that it removes throttle changes, just averaging cells can get you into issues on areas that are typically for tip in. Also yours will only do closed loop sections of the MAF.
__________________
.: Stealth 86 :.
Abbey Motorsport/K47 Tuned Sprintex 210 Supercharger

Kodename 47 DJ:
Soundcloud / Instagram / Facebook
Kodename47 is offline   Reply With Quote
The Following User Says Thank You to Kodename47 For This Useful Post:
dholloway543 (04-14-2020)
Old 04-14-2020, 09:48 AM   #9
dholloway543
Software Hobbiest
 
Join Date: Aug 2019
Drives: 2015 FRS
Location: San Diego
Posts: 160
Thanks: 26
Thanked 19 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Garage
No Thats understandable, and definitely something that people should know. Im just trying to be a good person. It got my fuel trims within 2% for closed loop so I though id share it for other people to use. There are other solutions available but if people who know how to code they can use it for their own needs as well as its open for people to change for how they need. Ive changed the values from maf to coolant temp sensor to help get a ball park of my cold start
dholloway543 is offline   Reply With Quote
Old 06-30-2020, 03:43 PM   #10
brosifSmith
Member
 
brosifSmith's Avatar
 
Join Date: May 2018
Drives: 2015 BRZ Limited
Location: Utah
Posts: 38
Thanks: 2
Thanked 8 Times in 6 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I think stuff like this is helpful. thank you for posting it! I had to create a whole excel macro in VB to be able to reliably re-scale the MAF sensor after I boosted my car.
brosifSmith is offline   Reply With Quote
 
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
Delicious Tuning - Q&A EcuTeK ProECU Tuning and Maps DeliciousTuning Software Tuning 1213 06-17-2025 04:02 PM
R/T Tuning & R/T Tuning Speed Shop Review Thread R/T Tuning User/Vendor/Sponsor Reviews, Feedback, Comments 37 10-03-2014 02:23 PM
Mann Engineering 2nd Quarter Tuning Days April 25th & 26th by Bill (Delicious Tuning) DesertFrs Northern California 14 04-24-2014 03:15 AM
Delicious Tuning - Dyno Tuning Weekend at Mann Engineering's (San Jose, CA) DeliciousTuning Announcements, Contests, Giveaways 6 09-19-2013 05:55 PM
Visconti Tuning - Latest Forced Induction Tuning Info Visconti Forced Induction 340 04-30-2013 06:33 PM


All times are GMT -4. The time now is 06:24 PM.


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

Garage vBulletin Plugins by Drive Thru Online, Inc.