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.


User Tag List

Reply
 
Thread Tools Search this Thread
Old 01-10-2016, 03:41 PM   #477
D-VO
Senior Member
 
Join Date: Sep 2012
Drives: Whiteout FR-S, Evo 8 RS
Location: Kissimmee FL.
Posts: 242
Thanks: 131
Thanked 42 Times in 32 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
Theorizing for an answer to why at .70 load is so lean when the ECT is 65 - 144 degrees F. I was trying to run open loop to correct fueling issues under certain conditions, but its not working out.
__________________
D-VO is offline   Reply With Quote
Old 01-10-2016, 04:34 PM   #478
ztan
Senior Member
 
Join Date: Jul 2013
Drives: Toyota 86
Location: Gold Coast, Australia
Posts: 311
Thanks: 44
Thanked 358 Times in 142 Posts
Mentioned: 60 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by D-VO View Post
Hey guys. QQ for you: Where exactly does the 'GDI Firing Angle Low Load Cold' become effective? Its a little confusing. Why would there be a designation of "High Load" and "Low Load" if both tables have an X-Axis of 0.20 -> 1.20 load? Also, where does "cold" start and end? @Td-d @Kodename47 @ztan Maybe??
A01G:

High and Low Load switch is based on a value at FFF8A060 (1=high load table). Have not been able to trace where this gets set, I was wondering if it related to A/C on or off.

Cold/Hot switch for these tables is based at FFF89F42 (1=cold table). Again, I have not traced where this gets set - a lot of the RAM switches are set based on indirect referencing and can't be looked up easily.
ztan is offline   Reply With Quote
The Following User Says Thank You to ztan For This Useful Post:
D-VO (01-10-2016)
Old 01-10-2016, 04:57 PM   #479
ztan
Senior Member
 
Join Date: Jul 2013
Drives: Toyota 86
Location: Gold Coast, Australia
Posts: 311
Thanks: 44
Thanked 358 Times in 142 Posts
Mentioned: 60 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by ztan View Post
A01G:

High and Low Load switch is based on a value at FFF8A060 (1=high load table). Have not been able to trace where this gets set, I was wondering if it related to A/C on or off.

Cold/Hot switch for these tables is based at FFF89F42 (1=cold table). Again, I have not traced where this gets set - a lot of the RAM switches are set based on indirect referencing and can't be looked up easily.

Looked at disassembly for A01G:

I think the Hot/Cold Tables are defined the wrong way around.
From sub 56ECC:

FFF89F42 is set to 1 when ECT>60 (at 10C5C8) and 0 when ECT<55 (at 10C5CC).

Cold tables (as defined) used when FFF89F42 = 1


Updated A01G def:
Code:
<table name="GDI Firing Angle Idle" storageaddress="110440">
      <table type="X Axis" storageaddress="1103D0" />
      <table type="Y Axis" storageaddress="1103FC" />
    </table>
    <table name="GDI Firing Angle High Load Hot" storageaddress="11056C">
      <table type="X Axis" storageaddress="1104FC" />
      <table type="Y Axis" storageaddress="110528" />
    </table>
    <table name="GDI Firing Angle High Load Cold" storageaddress="110698">
      <table type="X Axis" storageaddress="110628" />
      <table type="Y Axis" storageaddress="110654" />
    </table>
    <table name="GDI Firing Angle Low Load Hot" storageaddress="1107C4">
      <table type="X Axis" storageaddress="110754" />
      <table type="Y Axis" storageaddress="110780" />
    </table>
    <table name="GDI Firing Angle Low Load Cold" storageaddress="1108F0">
      <table type="X Axis" storageaddress="110880" />
      <table type="Y Axis" storageaddress="1108AC" />
    </table>
Attached Images
  
ztan is offline   Reply With Quote
The Following 3 Users Say Thank You to ztan For This Useful Post:
D-VO (01-10-2016), freerunner (01-11-2016), Kodename47 (01-10-2016)
Old 01-10-2016, 05:12 PM   #480
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: 73 Post(s)
Tagged: 2 Thread(s)
Yup, you're right... that's what comes from pushing this stuff out in bulk

I'd better check all the defs and see if I've swapped them around in all the roms.
Td-d is offline   Reply With Quote
The Following 2 Users Say Thank You to Td-d For This Useful Post:
D-VO (01-10-2016), Kodename47 (01-10-2016)
Old 01-10-2016, 09:14 PM   #481
D-VO
Senior Member
 
Join Date: Sep 2012
Drives: Whiteout FR-S, Evo 8 RS
Location: Kissimmee FL.
Posts: 242
Thanks: 131
Thanked 42 Times in 32 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
Thats amazing guys! Thank you!
__________________
D-VO is offline   Reply With Quote
Old 01-12-2016, 04:00 PM   #482
dave-
Senior Member
 
Join Date: Feb 2013
Drives: 86 GT
Location: Australia
Posts: 100
Thanks: 47
Thanked 11 Times in 10 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
@D-VO what are you using for boost control? I know ztan is using an EBC but really don't like the idea of spending $500+ on what is effectively a box with pretty lights for the interior and I'd never bother with per gear boost etc.

That said, all my searches on the forum end up with people achieving this solution using ecutek. How is it done in opensource world?

Can anyone point me to a thread on here showing install using something like the Grimspeed 3 port solenoid?
Which tables on A01G are relevant?

Should add that I've already removed the Sprintex kit and is being replaced with a turbo kit. Installer and tuner are more than competent, but first turbo so I'm doing some leg work to save time. Was going to just go manual control but if I can get a boost control solenoid to play nice with romraider/ecuflash then great...
dave- is offline   Reply With Quote
Old 01-12-2016, 04:10 PM   #483
Kodename47
Senior Member
 
Kodename47's Avatar
 
Join Date: Oct 2012
Drives: UK GT86
Location: UK
Posts: 3,040
Thanks: 185
Thanked 1,629 Times in 1,112 Posts
Mentioned: 155 Post(s)
Tagged: 1 Thread(s)
@dave- ECUtek is all done by repurposing the CPC solenoid control but uses custom maps to achieve boost control. I've not seen anything on OS that's comparable. I have CPC duty defined in Romeaider however there is no way to control this to be useful for ECU controlled EBCS using OEM ROMs.
__________________
.: 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:
dave- (01-12-2016)
Old 01-13-2016, 12:25 AM   #484
D-VO
Senior Member
 
Join Date: Sep 2012
Drives: Whiteout FR-S, Evo 8 RS
Location: Kissimmee FL.
Posts: 242
Thanks: 131
Thanked 42 Times in 32 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by dave- View Post
@D-VO what are you using for boost control? I know ztan is using an EBC but really don't like the idea of spending $500+ on what is effectively a box with pretty lights for the interior and I'd never bother with per gear boost etc.

That said, all my searches on the forum end up with people achieving this solution using ecutek. How is it done in opensource world?
My FRS is supercharged so no boost control other than the BOV that came with the KW kit. I have an Apexi AVC-R digital controlling the boost in my Evo though which is also tuned with ECUFlash. IMO its one of the best on the market. I tried tuning one of those GS ones on a friends Evo with no success unfortunately. Ever since then I've felt that going with a piggyback boost controller is best especially if you have an external wastegate.
__________________
D-VO is offline   Reply With Quote
The Following User Says Thank You to D-VO For This Useful Post:
dave- (01-14-2016)
Old 01-13-2016, 06:15 AM   #485
ztan
Senior Member
 
Join Date: Jul 2013
Drives: Toyota 86
Location: Gold Coast, Australia
Posts: 311
Thanks: 44
Thanked 358 Times in 142 Posts
Mentioned: 60 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by dave- View Post
@D-VO what are you using for boost control? I know ztan is using an EBC but really don't like the idea of spending $500+ on what is effectively a box with pretty lights for the interior and I'd never bother with per gear boost etc.
I thought about working with the stock ECU, but was happier getting the pretty lights and control on the fly without pulling over for a 2 min reflash then waiting another 3 for AVCS to start working again. I also really like the boost graph that my GReddy OLED EBC gives me.

Tuning boost from scratch with duty cycle maps, integral and proportional maps is quite doable, but I suspect the time taken getting it to run just right would be too big once you factor in the time you need to reflash each tune. Now if we had live tuning...
ztan is offline   Reply With Quote
The Following 2 Users Say Thank You to ztan For This Useful Post:
D-VO (01-14-2016), dave- (01-14-2016)
Old 01-14-2016, 12:08 AM   #486
dave-
Senior Member
 
Join Date: Feb 2013
Drives: 86 GT
Location: Australia
Posts: 100
Thanks: 47
Thanked 11 Times in 10 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Yeah EBC is a last resort. We'll start with a manual bleed and see how it goes. Leaving it up to the tuner.

Yes live tuning would be great but I suspect its not going to happen unless you quit your day job.
dave- is offline   Reply With Quote
Old 01-23-2016, 04:37 AM   #487
D-VO
Senior Member
 
Join Date: Sep 2012
Drives: Whiteout FR-S, Evo 8 RS
Location: Kissimmee FL.
Posts: 242
Thanks: 131
Thanked 42 Times in 32 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
Is there anyone else logging incorrect data output from the Exhaust VVT in the ZA1JB01C ROM?

The scaling that was attached (scalingrpn = x,50,-) really didn't make any sense given the output on the Intake vvt. Without it, I'm seeing data that follows very closely to the AVCS table I have set, however the data logged for the exhaust VVT does not follow.
__________________

Last edited by D-VO; 01-23-2016 at 05:36 PM.
D-VO is offline   Reply With Quote
Old 01-28-2016, 11:07 PM   #488
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)
Note for Australian and possibly Eurropean BRZ 86 owners.

toyota and subaru appear to now be using separate ROM designations for MY 2016 cars

see here
http://www.ft86club.com/forums/showp...25&postcount=1

The roms that come from 2016 BRZ manual and toyota 86 Manual are no longer the same designation , its possible that they are compatable but best to use the identical romid that cam with car.

It possible the Auto brz/86 will be similar.

also note that G and I series seems to be for toyota and P & Q series now for BRZ.

P series in old designation was for japan rom.

Please be very carefull with your rom designations
steve99 is offline   Reply With Quote
Old 01-29-2016, 07:17 AM   #489
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: 73 Post(s)
Tagged: 2 Thread(s)
I'm done with the Q definition, will post both P and Q defs shortly.
Td-d is offline   Reply With Quote
The Following User Says Thank You to Td-d For This Useful Post:
steve99 (01-29-2016)
Old 02-17-2016, 08:30 AM   #490
eddieflyinv
Senior Member
 
eddieflyinv's Avatar
 
Join Date: Jul 2014
Drives: 2013 Scion FR-S
Location: Ireland
Posts: 225
Thanks: 133
Thanked 57 Times in 43 Posts
Mentioned: 6 Post(s)
Tagged: 2 Thread(s)
anyone interested in defining the rest of the Base Timing Idle (In Gear)(Above Speed Threshold) for ZA1JB01C, only defined/comprehensible up to 2000rpm then the headers are random. also I cant seem to save changes made to this table..
want to use this to play with some overrun things....

edit: Found using Kodename47's Defs.

Now another question. Can I safely use Kodename47's Defs to modify a stock ZA1JB01C, and include in it all the timing changes etc from an OFT_2.072_ZA1J700C rom that added power, and flash the stock rom (basically a mirrored image of the OFT rom but with added definitions) to my cars ECU using my openflashtablet

reason being I would rather benefit from additional definitions, than the LC/FFS settings etc.

Last edited by eddieflyinv; 02-17-2016 at 09:25 AM.
eddieflyinv is offline   Reply With Quote
 
Reply

Tags
ecuflash, tactrix, taxtrix, tuning


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
ECUFlash - Getting close! xjohnx Software Tuning 698 03-22-2015 12:10 PM
EcuTek Flash finished but now it shows only a Partial Flash... Cross Software Tuning 32 02-12-2014 10:55 AM
Tactrix Openport jamesm Engine, Exhaust, Bolt-Ons 1 01-28-2014 08:27 PM
Visconti Tuning - Latest BRZ Flash Info Visconti Software Tuning 6530 12-24-2013 10:18 PM
Overboost Protection With OFT/EcuFlash? FrX Software Tuning 9 10-23-2013 07:27 AM


All times are GMT -4. The time now is 10:01 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.