Notices
ECU Flash

ECUFlash accel enrichment table not really accel enrichment?

Old Jul 31, 2008 | 11:13 PM
  #16  
mrfred's Avatar
Thread Starter
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by razorlab
Any developments on this?

I finally had time to turn off lean spool on my personal Evo (I know, I know ), the AFR is constant in each gear now but I still get a big ol AFR enrichment right at peak load when banging through the gears. It's almost a full AFR point dip.

I tried bringing down the accel enrichment numbers but it didn't do much.

...
https://www.evolutionm.net/forums/sh...09#post5956909

If you decreased the values, then its possible that AFR could jump even further during accel.
Reply
Old Jul 31, 2008 | 11:13 PM
  #17  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
mrfred, you have any input on this?
Reply
Old Jul 31, 2008 | 11:15 PM
  #18  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
ok that was freaky, we both posted at the same time, lol!

So when you say further, you mean jump richer? It didn't really make any difference when I decreased the number.

I'm trying to finger out what is causing this enrichment... hrm
Reply
Old Aug 1, 2008 | 05:12 AM
  #19  
Jim in Tucson's Avatar
Evolved Member
iTrader: (3)
 
Joined: Oct 2006
Posts: 1,480
Likes: 2
From: Tucson, Arizona, USA
Would this be a conclusive test?

Someone near a mountain data log their car in various pulls - normal 3rd gear pull, quick run through the gears, wot run through the gears, and maybe a few others.

Then drive to the top of a nearby mountain and do the same. If the Accel Enrichment table is a barometric adjustment, the proof should be readily apparent.

Reply
Old Aug 1, 2008 | 06:19 AM
  #20  
nothere's Avatar
Evolved Member
iTrader: (23)
 
Joined: Jan 2004
Posts: 2,680
Likes: 1
From: Bellevue. WA
could mitsu be using the map sensor in the intake manifold to do an acel enrichment based on slight changes in pressure (vacuum\ positive psi) ? This may be a quicker and more direct way to offset slight load changes.
Reply
Old Aug 1, 2008 | 06:28 AM
  #21  
Jim in Tucson's Avatar
Evolved Member
iTrader: (3)
 
Joined: Oct 2006
Posts: 1,480
Likes: 2
From: Tucson, Arizona, USA
I thought every ECU had to have some kind of Accel Enrichment? Is the thinking that the EVO ECU must have it, but it just might not be the table we think it is? Or, is the thinking that the EVO has no Accel Enrichment table at all?

Reply
Old Aug 1, 2008 | 07:17 AM
  #22  
mrfred's Avatar
Thread Starter
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by Jim in Tucson
I thought every ECU had to have some kind of Accel Enrichment? Is the thinking that the EVO ECU must have it, but it just might not be the table we think it is? Or, is the thinking that the EVO has no Accel Enrichment table at all?

There is an acceleration enrichment routine in the EVO ROM, but this "acceleration enrichment" table has nothing to do with it. mixmastermatt explained some of what Bez had found.
Reply
Old Aug 2, 2008 | 07:00 PM
  #23  
Jim in Tucson's Avatar
Evolved Member
iTrader: (3)
 
Joined: Oct 2006
Posts: 1,480
Likes: 2
From: Tucson, Arizona, USA
Has anyone attempted to add this to their XML? Did you get it to work? Does it provide the expected Accel Enrichment functionality?




Originally Posted by Bez Bashni
But at the beginning stage U could use the patch I send before - but you need the accell enrichment to correct. I found the real acell enrichment tables and how it works in evo-I will use stock acell enrichment in my patch-so U can tune these tables right now.

add this to your xml-I spend ~1.5 hours finding the exact adresses 4 your definition..

<table name="Asynch_Acell_Enrichment" category="Fuel" address="1254" type="2D" level="1" scaling="uint16">
<table name="X" type="Static Y Axis" elements="5">
<data>pause_period</data>
<data>min_TPSdelta</data>
<data>Max_pulsewidth</data>
<data>idle_TPSRange</data>
<data>after_engine_start_addition</data>
</table>
</table>

<table name="Asynch_VS_TPSDELTA" category="Fuel" address="32b6" type="2D" level="1" scaling="uint8">
<table name="X" type="Static Y Axis" elements="9">
<data>0</data>
<data>1</data>
<data>2</data>
<data>3</data>
<data>4</data>
<data>5</data>
<data>6</data>
<data>7</data>
<data>8</data>
</table>
</table>

<table name="Asynch_TPS(Rpm) Limit" category="Fuel" address="32c6" type="2D" level="1" scaling="WGDuty">
<table name="X" address="6c26" type="Y Axis" elements="10" scaling="RPM"/>
</table>

<table name="Asynch_Accel_vsRPM" category="Fuel" address="32e4" type="2D" level="1" scaling="uint8">
<table name="X" address="6c26" type="Y Axis" elements="10" scaling="RPM"/>
</table>


Heres mine examle of altering enrichment - left WAS -right - NOW (see .jpg)


Briefly
1 table
Pause period - TPS dynamics measurement cycle (shorter -faster) It measures TPS and copares it to OLD TPS value
min TPSDLTA - the minimum encrease of ADC value to recognise enrichment (TPS-OLDTPS) shoud be > TPSDELTA
Max Pulsewidth - total maxium enrichment pulsewidth
Idle tpsrange - the range withn wich the enrichment will work.
after engine start addition - the asynch PW constantly used within first ~5 seconds of engine started.

Asynch vs TPS - the amount of enrichment added for each point of tps difference.
Asynch_TPS(Rpm) Limit The TPS(RPM) above wich the enrichment will not be added
Asynch_Accel_vsRPM the general enrichment -Limits max total enrichment vs RPM - in newer ecu its an addition to some value)

these params exists on evo all ecus..The adressses could vary.
To log FPULSE2 (asynch injpulse) RAM:FFFF6D08 FPULSE2 i give U the ref 2 its adress 4 your ecu
Reply
Old Aug 3, 2008 | 02:48 PM
  #24  
Mattjin's Avatar
Evolved Member
 
Joined: Apr 2008
Posts: 604
Likes: 0
From: Sydney, Australia
At least for my 80700010 ROM (Evo 7 GT-A) one of the labelled Accel Maps was actually a second boost limit map. Nothing at all to do with Accel. This ECU uses alot of different mapping for different gears and would be nothing like the Evo 8 and 9 roms that most here are using though.

Bez is a clever guy. His description is dead-on for how it works.
Reply
Old Aug 3, 2008 | 03:08 PM
  #25  
mrfred's Avatar
Thread Starter
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by razorlab
ok that was freaky, we both posted at the same time, lol!

So when you say further, you mean jump richer? It didn't really make any difference when I decreased the number.

I'm trying to finger out what is causing this enrichment... hrm
Didn't see your post until just now. Bottom line is that this table we've been discussing has nothing to do with accel enrichment except for the secondary effect due to the reduction in barometric pressure when going WOT. I suppose that a car with a cone filter could have a tendency to run richer during accel because presumably there is less pressure drop at the MAF with a cone filter. I still have not yet worked out the overall magnitude of the barometric compensation though so we could be talking a very minor change in fueling during accel from the effect of a cone filter on baro.
Reply
Old Aug 4, 2008 | 10:51 PM
  #26  
andenbre's Avatar
Evolved Member
iTrader: (4)
 
Joined: Apr 2002
Posts: 906
Likes: 0
From: chicago area
I just stumbled upon this thread and I think this may have something to do with the odd sub 3000 rpm drive ability issues I see when rolling on moderate to full throttle (accelerating) @ 2200-2900 rpm only with the jdm map sensor installed. I know there are other unknown tables and/or code that needs to be changed for true proper implementation of the jdm map. for this reason I do not run it full time, only for logging boost when needed.

To be honest I am considering abandoning jdm map altogether for other means to do this.
Reply
Old Aug 4, 2008 | 11:05 PM
  #27  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
Originally Posted by mrfred
I still have not yet worked out the overall magnitude of the barometric compensation though so we could be talking a very minor change in fueling during accel from the effect of a cone filter on baro.
but barometric comp has it's own table or is that wrongly labeled as well?
Reply
Old Aug 5, 2008 | 07:20 AM
  #28  
mrfred's Avatar
Thread Starter
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by razorlab
but barometric comp has it's own table or is that wrongly labeled as well?
That barometric comp table is for airflow compensation. This one is for fuel flow. Odd that they compensate for both, but they do.
Reply
Old Oct 16, 2008 | 07:52 AM
  #29  
Kracka's Avatar
Evolved Member
iTrader: (49)
 
Joined: Apr 2007
Posts: 8,970
Likes: 17
From: Prosper, TX
Any more info known about the "accel enrichment table"? Ever since adding my 850cc injectors I've gotten a fairly good black cloud from my car when I first get on the gas. I think my ECU is still adding IPW for the stock 560's which translates into way too much fuel considering my 850's.
Reply
Old Oct 16, 2008 | 08:27 AM
  #30  
C6C6CH3vo's Avatar
Evolved Member
iTrader: (9)
 
Joined: Feb 2005
Posts: 4,223
Likes: 4
From: sc
Wow, never seen this thread, good info Fred. When I change the values in AE I see a similar AFR waveform just earlier when decreased. But this was on same gear. Would be nice some day to have one of the mitsu engineers chime in and tell us what they actually created here.
Reply

Thread Tools
Search this Thread

All times are GMT -7. The time now is 07:20 AM.