evolutionm.net - Home of the Lancer Evolution
Home Features Community Marketplace Registry Garage

Go Back   evolutionm.net > Lancer Evolution 1-9 Forums > Evo Engine Management / Tuning Forums > EcuFlash
New! Use your Facebook to securely log into this site, click logo to login

Welcome to EvolutionM.net!
Welcome to EvolutionM.net.

You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, so please join our community today!


Reply
 
Thread Tools
Old May 11, 2009, 01:53 AM   #1
Evolved Member
Personal Sales Rating: (0)
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 601

Drives: EVO 7.5 GT-A (80700010)

Found - LT Fuel Trim Control !!!

I know a number of people have been looking for the control over when things switch from Low to Mid to High. Well..... I found it today!

I had a good play with it, and by adjusting the map I can make my car use either the Low, Mid, or High Long Term Trim at idle.

Hands up who wants it. And dont forget to put some beg into it....

The maps are based on MAF Hz, and there is another map in RPM but the numbers dont make sense just yet. A couple of 1D's are in there too but I have not dug deep enough yet.

Each rom seems to have quite different Hz readings for the switch-overs. Some cars will never use the High trim, while others will quite easily.

Last edited by Mattjin; May 11, 2009 at 03:20 AM.
Offline
 
Reply With Quote
Old May 11, 2009, 05:24 AM   #2
EvoM Moderator
Personal Sales Rating: (14)
 
MR Turco's Avatar
 
Join Date: May 2007
Location: Uxbridge, MA
Posts: 3,052

Drives: 2003 Corvette Z06, 2000 Sentra SE w/ SR20

88590015 please!

This is great stuff, more and more understanding into this.
__________________
-Mike

Quote:
Originally Posted by Jeremy Clarkson
A turbo: exhaust gasses go into the turbocharger and spin it, witchcraft happens and you go faster.

Last edited by MR Turco; May 11, 2009 at 05:30 AM.
Offline
 
Reply With Quote
Old May 11, 2009, 05:52 AM   #3
Evolved Member
Personal Sales Rating: (0)
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 601

Drives: EVO 7.5 GT-A (80700010)

First up, you need the correct scale for reading AirFlow Hz. Best to add to your base file, but your own rom xml is OK.

<scaling name="LT Trim Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>



80700010:

<table name="Closed Loop - LT Trim Control" category="Fuel" address="3a19" type="2D" level="2" scaling="LT Trim Hz">
<table name="Conditions" type="Static Y Axis" elements="4">
<data>Low -> Mid</data>
<data>Mid -> Low</data>
<data>Mid -> High</data>
<data>High -> Mid</data>
</table>
</table>


88590015:

<table name="Closed Loop - LT Trim Control" category="Fuel" address="3021" type="2D" level="2" scaling="LT Trim Hz">
<table name="Conditions" type="Static Y Axis" elements="4">
<data>Low -> Mid</data>
<data>Mid -> Low</data>
<data>Mid -> High</data>
<data>High -> Mid</data>
</table>
</table>


94170015:

<table name="Closed Loop - LT Trim Control" category="Fuel" address="35e5" type="2D" level="2" scaling="LT Trim Hz">
<table name="Conditions" type="Static Y Axis" elements="4">
<data>Low -> Mid</data>
<data>Mid -> Low</data>
<data>Mid -> High</data>
<data>High -> Mid</data>
</table>
</table>


98640014:

<table name="Closed Loop - LT Trim Control" category="Fuel" address="37e5" type="2D" level="2" scaling="LT Trim Hz">
<table name="Conditions" type="Static Y Axis" elements="4">
<data>Low -> Mid</data>
<data>Mid -> Low</data>
<data>Mid -> High</data>
<data>High -> Mid</data>
</table>
</table>


88570008:

<table name="Closed Loop - LT Trim Control" category="Fuel" address="2d21" type="2D" level="2" scaling="LT Trim Hz">
<table name="Conditions" type="Static Y Axis" elements="4">
<data>Low -> Mid</data>
<data>Mid -> Low</data>
<data>Mid -> High</data>
<data>High -> Mid</data>
</table>
</table>

Last edited by Mattjin; May 12, 2009 at 08:26 PM.
Offline
 
Reply With Quote
Old May 11, 2009, 05:57 AM   #4
Evolved Member
Personal Sales Rating: (0)
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 601

Drives: EVO 7.5 GT-A (80700010)

Talk about being difficult to find! When you see where it was hiding in the rom you wont believe it. It is the first 4 numbers immediately after the last main 3D fuel map, and it references directly MAF Hz.

There is a similar RPM setting, but I have not figured out its exact purpose yet. There is what looks like an RPM limit adjustment where the LT trim will disable (my default was 5000rpm) and there are also battery voltage limits (default of 8V and 18V) where you must be within for the trim to work. Easy enough to do.
Offline
 
Reply With Quote
Old May 11, 2009, 06:36 AM   #5
Evolved Member
Personal Sales Rating: (2)
 
Join Date: Mar 2004
Location: Chicago
Posts: 3,070

Drives: 2005 EVO VIII

96530006: 35e5
96940011: 2ce5

Last edited by l2r99gst; May 11, 2009 at 06:41 AM.
Offline
 
Reply With Quote
Old May 11, 2009, 06:54 AM   #6
Evolving Member
Personal Sales Rating: (0)
 
mlocatel's Avatar
 
Join Date: Mar 2006
Location: Europe
Posts: 126

Drives: Evo IX MR

Do you have 88840017 ?
Offline
 
Reply With Quote
Old May 11, 2009, 07:05 AM   #7
Evolved Member
Personal Sales Rating: (0)
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 601

Drives: EVO 7.5 GT-A (80700010)

For 88840017 use the same map as for 88590015
Offline
 
Reply With Quote
Old May 11, 2009, 07:08 AM   #8
Evolving Member
Personal Sales Rating: (3)
 
Join Date: Sep 2005
Location: MIA
Posts: 367

Drives: 2005 EVO RS

interesting, thanks for sharing. any chance you know the address in 96260009. Let me know if you need the rom/xml.
Offline
 
Reply With Quote
Old May 11, 2009, 07:13 AM   #9
Evolved Member
Personal Sales Rating: (21)
2003 Mitsubishi Lancer Evolution
 
Appauldd's Avatar
 
Join Date: Nov 2003
Location: Northern KY near Cincy
Posts: 2,166

Drives: 2003 Mitsu EVO (white)

Send a message via AIM to Appauldd Send a message via Skype™ to Appauldd
I truely appreciate your efforts. I hope that anyone who used these will understand the affects. The adjustments will be critical to allowing the LTFTs to adjust based on the MAF Hz reading.

It works a bit like this....

At 44Hz (in my case) the MAF will switch to the LTFT low. From that point if the car is left to idle, the ECU will adjust the LTFT Low to allow for optimum AFR for idle.

A problem arises when you install hard pipes, cams, and sometimes even a turbo that the idle RPM has to be raised to allow for "best idle". Raising the idle RPM creates an issue where the MAF Hz value will not be low enough to allow the LTFT low to kick in and adjust. Since the switching points are based on load (in Hz), the RPM increase also increases the load (in Hz) and the end result is no LTFT low adjustment and cruddy idle.

By changing the switching values to something closer to where your car likes to idle will allow for the ECU to adjust the LTFT Low and, over time, idle should improve.

This is a HUGE find for those of us that want to keep the MAF (yes we have our feeble reasons).

I will load these and test my results with my HKS pipes, Green turbo, and Revolver cams. Truse me when I say this is not the easiest combo to get to idle correctly.

Thanks Matt for your hard and dilligent work. I knew you could do it ! !

Paul
Offline
 
Reply With Quote
Old May 11, 2009, 07:17 AM   #10
Evolved Member
Personal Sales Rating: (21)
2003 Mitsubishi Lancer Evolution
 
Appauldd's Avatar
 
Join Date: Nov 2003
Location: Northern KY near Cincy
Posts: 2,166

Drives: 2003 Mitsu EVO (white)

Send a message via AIM to Appauldd Send a message via Skype™ to Appauldd
OK so loading this was not as easy as it first looked.

There was an issue with my scalings. It appears that there is 2 different scalings used for MAF calculations...

<scaling name="Airflow Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>

<scaling name="AirFlowHZ" units="units" toexpr="x/10.24" frexpr="x*10.24" format="%.0f" min="0" max="6400" inc="1" storagetype="uint16" endian="big"/>

Took me a while to get the MAF Scaling table, MAF Adjustment table, and the new LTFT Table to all work.

If anyone rescaled their MAF tables to read in Hz you may find difficulty in getting everything to look as it is supposed to.

The LTFT Table will nee the "Airflow Hz" while the MAF Scaling and Adjustment tables will need the "AirflowHz" scaling. The difference in the name will result in the tables working correctly. Make sure the space is between Ariflow and Hz in the scaling for the net LTFT table.

UGH That was confusing. Hope it make sense.

Last edited by Appauldd; May 11, 2009 at 08:23 AM. Reason: Found some errors in loading the table
Offline
 
Reply With Quote
Old May 11, 2009, 12:05 PM   #11
Evolved Member
Personal Sales Rating: (12)
 
fostytou's Avatar
 
Join Date: Sep 2006
Location: Aurora, IL
Posts: 2,188

Drives: '08 EBP Evo X, '04 FZ1, Former: '06 GG IX SE (88590715),35R Powered Eclipse GST, 6/4 TSi AWD, Bandit 600s

Send a message via AIM to fostytou
Great work Matt!
__________________
'08 OBP GSR W/ SSS - Corn Fed!
  • Ghetto Intake, AMS UICP/LICP, Rexpeed O2 elim, Mil.Spec 100Cell Cat, Buschur billet cat-back, FIC 1100cc HiZ, Blaqops w/ Walboro 255, GM 3-Port BCS
  • AEM UEGO, ProSport Boost Gauge, Passport 8500 x50 Hardwired, Auto-dimming mirror, OP2.0

RIP '06 GG IX SE Corn Fed 393hp/385tq (EvoM Comp VDR)
  • Full Bolt-on
  • Tephra V7, JDM MAP, Direct boost ctl w/ GM BCS
Offline
 
Reply With Quote
Old May 11, 2009, 01:36 PM   #12
Evolved Member
Personal Sales Rating: (3)
 
nonschlont's Avatar
 
Join Date: Mar 2007
Location: Ca
Posts: 1,307

Drives: AS 06 EVO IX

Awesome! Nice find mattjin! Thank you for all of your hard work w/ disassembly/help/support. I will give it a shot tonight, see how it goes for me...

Appauldd, I see you have been busy too, thank you for all of your help/support/disassembly as well, as I most certainly would have run into that issue w/ the .xml
__________________
305whp / 300tq @ 26 psi (Reese MD)
325whp / 315tq @ 24 psi VDR 5.71 (EvoM Mode)
Self Tuned

GM BCS / JDM / EVO X Map Sensor / Ets 3 1/2" intercooler / Injen intake w/ UICP & LICP / Works DP (jetcoated) / JUN B.L. cat back / Mil.Spec 100 cell / Walbro 255 /
Recently added APS BOV, 65mm TB w/ Int. Mani. port match, and ported my stock IX turbo

Advan RS 18 x 9 +29 in SBC wrapped in Falken RT-615's
245/40/18
Offline
 
Reply With Quote
Old May 11, 2009, 02:26 PM   #13
Evolved Member
Personal Sales Rating: (0)
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 601

Drives: EVO 7.5 GT-A (80700010)

I ran into the Scale naming problem on some of the roms after I already named it. It only showed up on 1 or 2 xml's where there was already a scale named "Airflow Hz" which confused me as to why it did not display the map correctly. You can always rename it and just make sure you pick the new name in your map.

The scale was created to use a 0-1600 Hz for 0-255, where it actually caps at 1593.75, with the divider being 6.25Hz (min adjustment). This reflected the Evoscan formula. Again, someone may find a more accurate scale display formula but this seems to work well for now.

If you stil have issues with the trims I will post up the rpm map as well. The numbers look a little low and for my rom they default at: 1406,1344,1094,1031 rpm.

Last edited by Mattjin; May 11, 2009 at 02:37 PM.
Offline
 
Reply With Quote
Old May 11, 2009, 02:35 PM   #14
Evolved Member
Personal Sales Rating: (12)
 
fostytou's Avatar
 
Join Date: Sep 2006
Location: Aurora, IL
Posts: 2,188

Drives: '08 EBP Evo X, '04 FZ1, Former: '06 GG IX SE (88590715),35R Powered Eclipse GST, 6/4 TSi AWD, Bandit 600s

Send a message via AIM to fostytou
Wouldn't 6.274 be *just* closer? Not to nit pick, I realize why you did 6.25 (1600/256) but 0 still being 0 and 255 representing 1600 would be 6.25 if I'm thinking straight (unlikely).
__________________
'08 OBP GSR W/ SSS - Corn Fed!
  • Ghetto Intake, AMS UICP/LICP, Rexpeed O2 elim, Mil.Spec 100Cell Cat, Buschur billet cat-back, FIC 1100cc HiZ, Blaqops w/ Walboro 255, GM 3-Port BCS
  • AEM UEGO, ProSport Boost Gauge, Passport 8500 x50 Hardwired, Auto-dimming mirror, OP2.0

RIP '06 GG IX SE Corn Fed 393hp/385tq (EvoM Comp VDR)
  • Full Bolt-on
  • Tephra V7, JDM MAP, Direct boost ctl w/ GM BCS
Offline
 
Reply With Quote
Old May 11, 2009, 04:08 PM   #15
Evolved Member
Personal Sales Rating: (21)
2003 Mitsubishi Lancer Evolution
 
Appauldd's Avatar
 
Join Date: Nov 2003
Location: Northern KY near Cincy
Posts: 2,166

Drives: 2003 Mitsu EVO (white)

Send a message via AIM to Appauldd Send a message via Skype™ to Appauldd
Quote:
Originally Posted by fostytou View Post
Wouldn't 6.274 be *just* closer? Not to nit pick, I realize why you did 6.25 (1600/256) but 0 still being 0 and 255 representing 1600 would be 6.25 if I'm thinking straight (unlikely).

There really isn't a need to be that specific. The numbers used currently are more than enough, and easy to work with. Good eye though.
Offline
 
Reply With Quote
Reply

Tags
88840017, 94170015, affect, altitude, control, evolutionm, fuel, fueltrimlt, idle, lt, ltft, mut50, tables, trim, trims

Thread Tools

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off

 



All times are GMT -7. The time now is 02:51 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0