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 12-30-2014, 03:54 AM   #1
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)
Port injector scaling

I am wondering if anyone can help nail down what the 2 values defined for port injector scaling are. They both seem to be used to calculate pulse width in the ROM disassembly, I have found that the "Injector Flow Scaling BRZ" parameter affects final fuelling a lot more.

Stock values in the ROM:
"Injector Flow Scaling" = 12176.55 (this is scaled by 2707090/x to get approx 222.32 cc/min)
"Injector Flow Scaling BRZ" = 263.10 (this is scaled by 60000/x to get approx 228.05 cc/min)

If anyone has upgraded their port injectors and has appropriately scaled them in balance with DI, can they let us know:

a. Nominal Injector size
b. Which tables were scaled
c. What the final value in the ROM reads (or nominal value and scaling used)
ztan is offline   Reply With Quote
Old 12-30-2014, 04:03 AM   #2
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)
If it's any help, in ECUtek there is only 1 PI scalar value which ties in with the Injector flow scaling BRZ value. I get the impression the other is a port over from older ROMs.
__________________
.: Stealth 86 :.
Abbey Motorsport/K47 Tuned Sprintex 210 Supercharger

Kodename 47 DJ:
Soundcloud / Instagram / Facebook
Kodename47 is offline   Reply With Quote
Old 12-30-2014, 05:00 AM   #3
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)
Probably not much help but only the "Injector Scaling BRZ" value is changed in the OFT E85 maps by aprox 30% over petrol maps, suggests it alters scaling of both pi/di injectors as they did not appear to alter the pi/di ratios.

think @D-VO is doing fi on opensource he may have changed injectors

just guesiing though

Last edited by steve99; 12-30-2014 at 04:18 PM.
steve99 is offline   Reply With Quote
Old 12-30-2014, 04:29 PM   #4
Circuit Motorsports
Senior Member
 
Circuit Motorsports's Avatar
 
Join Date: Jan 2012
Drives: 2013 Subaru BRZ
Location: Orlando, FL
Posts: 4,353
Thanks: 294
Thanked 495 Times in 259 Posts
Mentioned: 35 Post(s)
Tagged: 2 Thread(s)
Send a message via AIM to Circuit Motorsports
Quote:
Originally Posted by steve99 View Post
Probably not much help but only the "Injector Scaling BRZ" value is changed in the OFT E85 maps by aprox 30% over petrol maps, suggests it alters scaling of both pi/di injectors as they did not appear to alter the pi/di ratios.

think @D-VO is doing fi on opensource he may have changed injectors

just guesiing though
I'm fairly certain the injector scaling brz parameter only affects the PI. You need to adjust the DI fuel pressure compensation tables to adjust flow for the DI.

With EcuTek, we just create a custom map to increase total fuel by x%. For flex fuel we create a custom map that increases total fuel by x% based on ethanol content, along with custom maps to adjust timing, AFRs, and other items, also based on ethanol content for a dynamic tune that always adjusts in real-time for the actual ethanol content in the fuel, which can vary greatly even with "E85".

- Bob
Circuit Motorsports is offline   Reply With Quote
The Following 2 Users Say Thank You to Circuit Motorsports For This Useful Post:
steve99 (12-30-2014), thambu19 (12-11-2015)
Old 12-30-2014, 05:17 PM   #5
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)
Shiv's OFT E85 maps adjust PI with the "Injector Scaling BRZ" value and DI using GDI Pressure Multiplier A and B.

Looks like there is a lot of redundant code from old Subaru implementations, but how much is used, or not used in different subroutines, we won't know. The ROM is also difficult to untangle due to a lot of indirect referencing going on. The MAP sensor scale is in there 3 times, all referenced by different bits of the program, the Front O2 sensor scaling is in there 2 times.
ztan is offline   Reply With Quote
The Following User Says Thank You to ztan For This Useful Post:
steve99 (12-30-2014)
Old 01-05-2015, 11:43 AM   #6
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 steve99 View Post
Probably not much help but only the "Injector Scaling BRZ" value is changed in the OFT E85 maps by aprox 30% over petrol maps, suggests it alters scaling of both pi/di injectors as they did not appear to alter the pi/di ratios.

think @D-VO is doing fi on opensource he may have changed injectors

just guesiing though
I changed both flow scaling tables just to eliminate the trial and error aspect.
__________________
D-VO is offline   Reply With Quote
Old 01-05-2015, 06:16 PM   #7
Turdinator
Seņor Member
 
Turdinator's Avatar
 
Join Date: Aug 2012
Drives: 86 GT/'74 TA22 Celica/Kangaroo
Location: Melbourne, Australia
Posts: 1,706
Thanks: 1,104
Thanked 764 Times in 478 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
Garage
Quote:
Originally Posted by ztan View Post
Shiv's OFT E85 maps adjust PI with the "Injector Scaling BRZ" value and DI using GDI Pressure Multiplier A and B.

Looks like there is a lot of redundant code from old Subaru implementations, but how much is used, or not used in different subroutines, we won't know. The ROM is also difficult to untangle due to a lot of indirect referencing going on. The MAP sensor scale is in there 3 times, all referenced by different bits of the program, the Front O2 sensor scaling is in there 2 times.
Slightly off topic but it strikes me this may be an issue for those of us that have been working on our MAF scale with Romraider/OFT. Are the different parts of the program significant ie. one for fuel mapping and the other for ignition?
__________________
1974 TA22 Celica
2013 86 GT
Turdinator is offline   Reply With Quote
Old 01-07-2015, 12:10 AM   #8
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 Turdinator View Post
Slightly off topic but it strikes me this may be an issue for those of us that have been working on our MAF scale with Romraider/OFT. Are the different parts of the program significant ie. one for fuel mapping and the other for ignition?
Or one for normal running, one for cold start or tipin... Or just there to fake people out and not used at all.

I also wonder about the front O2 sensor scaling - it is in the ROM twice, but some people rescale one of them, not having a definition for the other. A lot of people have commented on the inaccuracy and unreliability of the front wideband at the rich end.

If anyone has a wideband installed (I don't yet), I've got some scalings for the stock sensor that I'd like tested -pm me.
ztan is offline   Reply With Quote
Old 01-09-2015, 01:58 AM   #9
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 vgi View Post
@D-VO have you dynoed yet you car?
VDR only. =) Base on VDR was 147hp. I'm at 290 - 310 depending on the barometer.
__________________
D-VO is offline   Reply With Quote
The Following User Says Thank You to D-VO For This Useful Post:
vgi (01-09-2015)
Old 01-09-2015, 09:17 AM   #10
mad_sb
Senior Member
 
Join Date: Jan 2013
Drives: 2013 Asphalt FR-S
Location: Orange County
Posts: 1,639
Thanks: 632
Thanked 981 Times in 537 Posts
Mentioned: 100 Post(s)
Tagged: 0 Thread(s)
only one is needed for scaling. All of my personally developed E90 roms use the BRZ one. I exchanged mails with TD-D way back when the open source defs first came out about the originally defined flow scaler not working correctly so he dug up the second one that is actually used.

Cliff's notes,
Use "injector flow scaling BRZ" to adjust the port fueling.
__________________
mad_sb is offline   Reply With Quote
Old 01-09-2015, 11:36 AM   #11
diodelphi
Senior Member
 
diodelphi's Avatar
 
Join Date: Sep 2014
Drives: 86
Location: 86
Posts: 186
Thanks: 119
Thanked 9 Times in 8 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
is this mean ecutek could not work easily with DI?
diodelphi is offline   Reply With Quote
Old 01-20-2015, 03:58 PM   #12
Toyota John
Calle Atun
 
Join Date: Sep 2013
Drives: 13 FRS, 93 Mr2, 85 ae86
Location: CT
Posts: 158
Thanks: 12
Thanked 11 Times in 10 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Is it just me or is the value for port scaling in ecuflash different than the value ecutek? open the same ROM in both and the number is not the same. I thought is was just the OFT ROMs but I opened up the stock ROM and found that it is not the same as will. If I open the OFT e85 tune in ecuflash the port scaling is 350.67. That same ROM opened in ecutek it is 171. Also the older A01C ROM doesn't have BRZ scaling at all.
Toyota John is offline   Reply With Quote
Old 01-20-2015, 08:12 PM   #13
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 Toyota John View Post
Is it just me or is the value for port scaling in ecuflash different than the value ecutek? open the same ROM in both and the number is not the same. I thought is was just the OFT ROMs but I opened up the stock ROM and found that it is not the same as will. If I open the OFT e85 tune in ecuflash the port scaling is 350.67. That same ROM opened in ecutek it is 171. Also the older A01C ROM doesn't have BRZ scaling at all.
The 350.67 value displayed will be the raw ROM value.

RomRaider definitions scale as 60000/x which approximate ml/min. If the number shown in RomRaider corellates to ml/min (171 ml/min), then x corellates to msec/ml (350.67 msec/ml).
ztan is offline   Reply With Quote
Old 02-23-2015, 05:25 AM   #14
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)
After a bit of fiddling around, I dialled in my DW450 injectors to match my DI scaling before turbo install.
Latency was quite a bit higher than advertised on the DW site, I changed DI:PI ratios under 0.3 g/rev load to full DI - I was getting DI:PI switchover where PI operation was under the linear range giving me all sorts of hesitation issues.
My final settings as below:
Attached Images
 
ztan 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
FRS-BRZ Port Fuel Injector (interesting) Element Tuning Engine, Exhaust, Transmission 50 04-21-2016 04:26 PM
Scaling for vortech 2.5 bar map sensor? Frs32907 Software Tuning 2 11-08-2015 05:41 PM
What MAF scaling says about your intake BuBlake Software Tuning 27 12-09-2014 05:01 AM
BRZEdit MAP scaling jamesm Software Tuning 13 10-02-2013 12:43 PM


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