Toyota GR86, 86, FR-S and Subaru BRZ Forum & Owners Community - FT86CLUB

Toyota GR86, 86, FR-S and Subaru BRZ Forum & Owners Community - FT86CLUB (https://www.ft86club.com/forums/index.php)
-   Software Tuning (https://www.ft86club.com/forums/forumdisplay.php?f=88)
-   -   Tactrix EcuFlash Info for BRZ 86 FRS Rom flash update and logging (https://www.ft86club.com/forums/showthread.php?t=62332)

Td-d 05-05-2014 04:57 PM

There's a newer version of the beta on the tactrix website, by the way:

http://www.tactrix.com/downloads/ecu...7_win_beta.exe

ML 05-05-2014 08:59 PM

1 Attachment(s)
I finally got the B01C rom to log! The defogger parameter isn't working so I had to use the RPM trigger, and it worked. I didn't put all the new parameters, but the ones I did use some of them seem right but some of them don't. Here is a log file and my logcfg.

Td-d 05-06-2014 03:45 AM

I see the defogger isvisible = 0 is still in your logcfg file - did you try and see if the defogger works with this line removed?

ML 05-06-2014 07:36 AM

Quote:

Originally Posted by Td-d (Post 1718253)
I see the defogger isvisible = 0 is still in your logcfg file - did you try and see if the defogger works with this line removed?

Yes, I tried that. I eventually just copied a new logcfg and started over, that's why it's still there

ML 05-06-2014 08:22 AM

Looks like my csv didn't upload last night, here is the datazap.me chart. Looking over it this morning the only parameters that really don't look right are fuel_system_status and RPM. BUT the fuel_system_status_2 and the RPM2 look right. IAM is showing all 1's and IAT and IAT_2 both look right but one has to be ambient air(IAT), and other is actual intake temp(IAT_2) I think.

http://datazap.me/u/ml/b01c2?log=0&data=17-21-22-23

D-VO 05-07-2014 03:01 AM

I was messing around with the OP2 tonight and found that there are some combinations that won't allow the logger to work. Throttle position in conjunction with one of the other params (can't find it now) will not allow the log start to trigger.

There are also a few that have combinations that force the logger to record when the car is on and off. AF_Correction1 and AF_Learning1 in combo make the logger record as long as the ignition is on.

When using both MAF and MAF2 params the defogger switch start doesnt work; as well as when using both MAF Voltage and MAF params.

This is a short list of the ones I found that cause the logger to run with the ignition on.

; similar to STFT / 100
paramname = STFT_AF_Correction1
paramid = 0xFFF8A5EC
isfloat = 1

; same as LTFT / 100
paramname = LTFT_AF_Learning1
paramid = 0xFFF8A774
isfloat = 1

paramname = STFT
paramid = 0xFFF8DB74
isfloat = 1

paramname = LTFT
paramid = 0xFFF8DB78
isfloat = 1

paramname = Direct_Injector_PW
paramid = 0xFFF887E8
isfloat = 1

paramname = Direct_Injector_PW_Ram
paramid = 0xFFF887F0
isfloat = 1

:D

*EDIT* I just realized that in previous logs I had these closer to the end and they worked just fine. When I put these to the front of the list it causes an issue.

ML 05-07-2014 08:23 AM

So did you actually get the defogger to show in the csv files at all?

D-VO 05-07-2014 11:25 AM

Yep!

http://i189.photobucket.com/albums/z...pse785614e.png

ML 05-07-2014 11:28 AM

can you upload your logcfg.txt please! This is on B01C right?

D-VO 05-08-2014 04:58 AM

Correct. Here ya go!

Code:

type = obd
protocolid = 6          ; ISO15765
mode23txaddrwidth = 4  ; mode23 req format info
mode23txlenwidth = 1    ; mode23 req format info       
mode23rxaddrwidth = 0  ; mode23 req format info
mode23uds = 1          ; lets OBD channels know you are using mode23 UDS
sortpids = 1            ; sort these PIDs by value to potentially make for fewer requests (=faster)
calcsampinterval = 1000 ; timing parameter - leave as is - will make default for release version

paramname = MAF_Voltage
paramid = 0xFFF842AC
databits = 16
scalingrpn = x,0.000076293945,*

paramname = MAF2
paramid = 0xFFF89118
isfloat = 1

paramname = Throttle_Plate_Open_Angle
paramid = 0xFFF89030
isfloat = 1

paramname = RPM                               
paramid = 0xFFF893F8                               
isfloat = 1       

paramname = Engine_Load
paramid = 0xFFF8914C
isfloat = 1

paramname = Ignition_Advance
paramid = 0xFFF8DB88
isfloat = 1

paramname = Defogger
paramid = 0xFFF8939F
databits = 8
;offsetbits = 0

; is KC Learn???
paramname = KC_Advance
paramid = 0xFFF8B0C0
isfloat = 1

paramname = Intake_VVT_Adv_Left
paramid = 0xFFF8C0EC
isfloat = 1
scalingrpn = x,50,-

paramname = Exht_VVT_Adv_Left
paramid = 0xFFF8C134
isfloat = 1
scalingrpn = x,50,-

paramname = FBKC
paramid = 0xFFF8B0C4
isfloat = 1

paramname = IAM
paramid = 0xFFF816F0
isfloat = 1

paramname = Coolant_Temp (Wrong address all 0's)
paramid = 0xFFF8DB70
isfloat = 1

paramname = AFR
paramid = 0xFFF89330
isfloat = 1
scalingrpn = x,14.7,*

paramname = Speed_Ram
paramid = 0xFFF893D0
isfloat = 1
scalingrpn = x,0.621371,*

paramname = Ignition_Total_Timing
paramid = 0xFFF8AE0C
isfloat = 1

paramname = KC_Advance_IAM
paramid = 0xFFF8B134
isfloat = 1

; same as IAT
;paramname = IAT_Ram
;paramid = 0xFFF87C64
;isfloat = 1

paramname = IAT
paramid = 0xFFF8DB8C
isfloat = 1

paramname = Throttle Position
paramid = 0xFFF8DB94
isfloat = 1

paramname = FLKC
paramid = 0xFFF8B160
isfloat = 1

paramname = Fuel_Injector1_Latency
paramid = 0xFFF8A05c
databits = 8

paramname = Port_Direct_Ratio
paramid = 0xFFF8A0F4
isfloat = 1

;1=OL, not up to temp, 2=CL, 4=OL or decceleration fuel cut, 8=OL due to system ;failure
paramname = Fuel_System_Status
paramid = 0xFFF8DC0E
databits = 8

conditionrpn = Defogger,1,==
action = start
conditionrpn = Defogger,0,==
action = stop

Please feel free to let me know if you can find any other params that are loggable. I have a few missing from here.
:thumbsup:

D-VO 05-09-2014 02:57 PM

Just in case anyone was interested; I found the working addresses for both the IAT and Coolant temps for the ZA1JB01C, from the list provided. I also wrote a little scaling RPN to convert the both of them it to Fahrenheit. :D

paramname = IAT
paramid = 0xFFF8DBA4
isfloat = 1
scalingrpn = x,1.8,*,32,+

paramname = Coolant_Temp_F
paramid = 0xFFF8DB88
isfloat = 1
scalingrpn = x,1.8,*,32,+

ML 05-09-2014 03:08 PM

Quote:

Originally Posted by D-VO (Post 1723110)

Please feel free to let me know if you can find any other params that are loggable. I have a few missing from here.
:thumbsup:

The only problem is we need ltft/stft to work together.

steve99 05-10-2014 11:15 PM

Thought it might be helpful if people posted up their STOCK factory ROMs with latest revision's (CAL-ID's) so other with older ROM's could update

If you post them up I will add them to original post

Have A01G and B01C already.

Thanks

Td-d 05-11-2014 03:15 AM

Quote:

Originally Posted by steve99 (Post 1728889)
Thought it might be helpful if people posted up their STOCK factory ROMs with latest revision's (CAL-ID's) so other with older ROM's could update

If you post them up I will add them to original post

Have A01G and B01C already.

Thanks

Steve, I've got all the roms - want me to Dropbox them to you?


Sent from my iPad using Tapatalk HD


All times are GMT -4. The time now is 07:47 AM.

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.