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.

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

User Tag List

Reply
 
Thread Tools Search this Thread
Old 10-06-2013, 06:13 PM   #15
Td-d
Garden variety obsessive
 
Join Date: Oct 2013
Drives: 2009 Sti Hatch; 2015 Audi RSQ3
Location: South Africa
Posts: 532
Thanks: 54
Thanked 448 Times in 245 Posts
Mentioned: 74 Post(s)
Tagged: 2 Thread(s)
I'm quite keen now that the beta get out into the wild, so I can trawl around other areas of the rom that will require user feedback. For example, I think these tables are the fuel pump duty cycle low tables, but would require testing:
Code:
ROM:000CEF2C Table_Fuel_Pump_Duty_Cycle_Low_A:.data.w 2 ; DATA XREF: sub_72C9C+Ao
ROM:000CEF2C                                         ; sub_72CDC:off_72E94o ...
ROM:000CEF2E                 .data.w 2
ROM:000CEF30                 .data.l flt_118E30      ; Battery Volts
ROM:000CEF34                 .data.l flt_118E38      ; MRP
ROM:000CEF38                 .data.l flt_118E40
ROM:000CEF3C                 .data.l 0
ROM:000CEF40 Table_Fuel_Pump_Duty_Cycle_Low_B:.data.w 2 ; DATA XREF: sub_73174:loc_7325Eo
ROM:000CEF40                                         ; sub_73378:off_733DCo
ROM:000CEF42                 .data.w 2
ROM:000CEF44                 .data.l flt_118E50
ROM:000CEF48                 .data.l flt_118E58
ROM:000CEF4C                 .data.l flt_118E60
ROM:000CEF50                 .data.l 0
Td-d is offline   Reply With Quote
Old 10-06-2013, 06:21 PM   #16
jamesm
Banned
 
Join Date: Mar 2013
Drives: 2013 FR-S
Location: Orlando, FL
Posts: 2,929
Thanks: 1,166
Thanked 2,293 Times in 1,180 Posts
Mentioned: 313 Post(s)
Tagged: 4 Thread(s)
Quote:
Originally Posted by Td-d View Post
I'm quite keen now that the beta get out into the wild, so I can trawl around other areas of the rom that will require user feedback. For example, I think these tables are the fuel pump duty cycle low tables, but would require testing:
Code:
ROM:000CEF2C Table_Fuel_Pump_Duty_Cycle_Low_A:.data.w 2 ; DATA XREF: sub_72C9C+Ao
ROM:000CEF2C                                         ; sub_72CDC:off_72E94o ...
ROM:000CEF2E                 .data.w 2
ROM:000CEF30                 .data.l flt_118E30      ; Battery Volts
ROM:000CEF34                 .data.l flt_118E38      ; MRP
ROM:000CEF38                 .data.l flt_118E40
ROM:000CEF3C                 .data.l 0
ROM:000CEF40 Table_Fuel_Pump_Duty_Cycle_Low_B:.data.w 2 ; DATA XREF: sub_73174:loc_7325Eo
ROM:000CEF40                                         ; sub_73378:off_733DCo
ROM:000CEF42                 .data.w 2
ROM:000CEF44                 .data.l flt_118E50
ROM:000CEF48                 .data.l flt_118E58
ROM:000CEF4C                 .data.l flt_118E60
ROM:000CEF50                 .data.l 0
if you need anything specific once it's out let me know.. i'll be taking a couple days off work to play once it releases i'd love to help any way i can.
jamesm is offline   Reply With Quote
Old 10-07-2013, 08:37 AM   #17
ft_sjo
Banned
 
Join Date: Oct 2012
Drives: GT86
Location: The Motherland
Posts: 1,398
Thanks: 140
Thanked 473 Times in 271 Posts
Mentioned: 22 Post(s)
Tagged: 0 Thread(s)
I am particularly interested in the discovery of any tables which may reference the MAP sensor, beyond the described MAP vs Port Injection table.
ft_sjo is offline   Reply With Quote
Old 10-07-2013, 09:52 AM   #18
Td-d
Garden variety obsessive
 
Join Date: Oct 2013
Drives: 2009 Sti Hatch; 2015 Audi RSQ3
Location: South Africa
Posts: 532
Thanks: 54
Thanked 448 Times in 245 Posts
Mentioned: 74 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by ft_sjo View Post
I am particularly interested in the discovery of any tables which may reference the MAP sensor, beyond the described MAP vs Port Injection table.
You're referring to the Port Injection MRP compensation table?
Td-d is offline   Reply With Quote
Old 10-07-2013, 03:16 PM   #19
ft_sjo
Banned
 
Join Date: Oct 2012
Drives: GT86
Location: The Motherland
Posts: 1,398
Thanks: 140
Thanked 473 Times in 271 Posts
Mentioned: 22 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by Td-d View Post
You're referring to the Port Injection MRP compensation table?
Yes.
ft_sjo is offline   Reply With Quote
Old 10-08-2013, 01:01 AM   #20
FA20Club.com
Banned
 
Join Date: Aug 2012
Drives: 2013 White Out FR-S
Location: Florida
Posts: 1,335
Thanks: 24
Thanked 1,162 Times in 501 Posts
Mentioned: 323 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by dwx View Post
Does RomRaider support the OpenFlash formatted files or vice versa? Would be nice to be able to use RR for people familiar with it for tuning and then use the OF device for actual flashing so you aren't carrying around a laptop all the time. I know BRZEdit quickly added support for the OF file format.
once inside the ecu the OF tuned file is the same as any other stock rom it can be edited by romraider. this pretty much negates the need for OFT in my opinion might as well use a true open source platform when its said and done
FA20Club.com is offline   Reply With Quote
Old 10-08-2013, 01:10 AM   #21
Shiv@Openflash
Senior Member
 
Shiv@Openflash's Avatar
 
Join Date: Sep 2013
Drives: 2013 FRS
Location: SF, CA
Posts: 2,629
Thanks: 1,055
Thanked 5,469 Times in 1,494 Posts
Mentioned: 605 Post(s)
Tagged: 9 Thread(s)
Quote:
Originally Posted by FA20Club.com View Post
once inside the ecu the OF tuned file is the same as any other stock rom it can be edited by romraider. this pretty much negates the need for OFT in my opinion might as well use a true open source platform when its said and done
Perhaps you missed the part where he said he wanted to use the OFT for flashing so he didn't have to "carry around a laptop around all the time."

dwx-- Yes of course you can use Rom Raider for map editing. The OFT is just a storage, digital multi-gauge (and soon datalogging) device. How you edit the ROMs you want to load into it is up to you. We use Tuner Pro simply because we work closely with the developer. But the Rom Raider team is doing great work themselves with their map editor and we look forward to using/supporting it as well.
Shiv@Openflash is offline   Reply With Quote
The Following User Says Thank You to Shiv@Openflash For This Useful Post:
Cross (12-02-2013)
Old 10-08-2013, 10:06 AM   #22
s2d4
Senior Member
 
s2d4's Avatar
 
Join Date: Mar 2013
Drives: R32 GTR, AW11 MR2 SC, GTS86 R
Location: OZ
Posts: 2,615
Thanks: 603
Thanked 1,224 Times in 708 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by FA20Club.com View Post
once inside the ecu the OF tuned file is the same as any other stock rom it can be edited by romraider. this pretty much negates the need for OFT in my opinion might as well use a true open source platform when its said and done
Can we see your open tunes?
s2d4 is offline   Reply With Quote
Old 10-08-2013, 10:26 AM   #23
AdrianG
Generally Well Liked
 
Join Date: Aug 2013
Drives: '08 STi Hatch, '11 Outback 3.6R
Location: Ontario
Posts: 419
Thanks: 43
Thanked 197 Times in 125 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by FA20Club.com View Post
once inside the ecu the OF tuned file is the same as any other stock rom it can be edited by romraider. this pretty much negates the need for OFT in my opinion might as well use a true open source platform when its said and done
To use RomRaider right now you need an OFT as RomRaider is just a map editor and logger. Ecuflash is not compatible with our cars yet (but this is coming very soon from what I understand) so you still need an OFT to actually push and pull your ROM.

I'd also love to look over the fa20club maps with RomRaider so I can compare with the other OTS maps that are available online. For science of course.

- AdrianG
AdrianG is offline   Reply With Quote
Old 10-08-2013, 10:41 AM   #24
ft_sjo
Banned
 
Join Date: Oct 2012
Drives: GT86
Location: The Motherland
Posts: 1,398
Thanks: 140
Thanked 473 Times in 271 Posts
Mentioned: 22 Post(s)
Tagged: 0 Thread(s)
Don't let this turn into a shit fight.

http://www.ft86club.com/forums/showthread.php?t=48210
ft_sjo is offline   Reply With Quote
The Following 2 Users Say Thank You to ft_sjo For This Useful Post:
Sportsguy83 (10-08-2013), xjohnx (10-08-2013)
Old 10-08-2013, 11:37 AM   #25
s2d4
Senior Member
 
s2d4's Avatar
 
Join Date: Mar 2013
Drives: R32 GTR, AW11 MR2 SC, GTS86 R
Location: OZ
Posts: 2,615
Thanks: 603
Thanked 1,224 Times in 708 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by ft_sjo View Post
Don't let this turn into a shit fight.

http://www.ft86club.com/forums/showthread.php?t=48210
Sounds good, so one of them needs to be terminated.
Quote:
Originally Posted by Hachiroku View Post
Failure to do so will lead to infractions and sponsorship termination.
__________________
s2d4 is offline   Reply With Quote
Old 10-08-2013, 11:39 AM   #26
ft_sjo
Banned
 
Join Date: Oct 2012
Drives: GT86
Location: The Motherland
Posts: 1,398
Thanks: 140
Thanked 473 Times in 271 Posts
Mentioned: 22 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by s2d4 View Post
What's the penalty in doing so?
I'll sing you a song.
ft_sjo is offline   Reply With Quote
Old 10-08-2013, 12:44 PM   #27
Td-d
Garden variety obsessive
 
Join Date: Oct 2013
Drives: 2009 Sti Hatch; 2015 Audi RSQ3
Location: South Africa
Posts: 532
Thanks: 54
Thanked 448 Times in 245 Posts
Mentioned: 74 Post(s)
Tagged: 2 Thread(s)
I've added low pulse width IPW compensation and hot restart tables to the definition. If you don't know what the low pulse comps are, read this, very interesting:

Quote:
Originally Posted by ft_sjo View Post
Don't let this turn into a shit fight.
Yes, please - let this thread remain constructive.
Td-d is offline   Reply With Quote
The Following 6 Users Say Thank You to Td-d For This Useful Post:
AdrianG (10-08-2013), FrX (10-08-2013), jamesm (10-08-2013), Shiv@Openflash (10-08-2013), SkullWorks (10-08-2013), Sportsguy83 (10-08-2013)
Old 10-08-2013, 01:19 PM   #28
FrX
Senior Member
 
Join Date: May 2012
Drives: 2013 Scion FR-S, 1993 Lexus SC300
Location: Houston, TX
Posts: 411
Thanks: 284
Thanked 175 Times in 102 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Garage
Quote:
Originally Posted by Td-d View Post
If you don't know what the low pulse comps are, read this, very interesting: .
The entire set of tech articles on this site are good reading.

Last edited by FrX; 10-08-2013 at 02:51 PM. Reason: typo
FrX 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


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


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

Garage vBulletin Plugins by Drive Thru Online, Inc.