Notices
ECU Flash

Evo IX 2-byte Load & Lean Spool for Dummies

Thread Tools
 
Search this Thread
 
Old Aug 21, 2007 | 09:19 AM
  #121  
burgers22's Avatar
Evolved Member
 
Joined: Jan 2006
Posts: 953
Likes: 2
From: Oxfordshire
Hi

These are the lean spool address I've taken from my xml, seems to work OK but as ever make sure you check your AFRs out with a wideband

<table name="Lean Spool Start RPM" category="Misc" address="1680" type="1D" level="1" scaling="RPMStatLimit"/>

<table name="Lean Spool Stop RPM" category="Misc" address="1684" type="1D" level="1" scaling="RPMStatLimit"/>

MB
Reply
Old Aug 21, 2007 | 01:30 PM
  #122  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by al\lupo
I have uploaded on ActiveMatrix, waiting for publishing...
If you agree I can email you the 88840016 stock.
EDIT: This is now correct.

Add these two entries to your 88840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fa" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A09 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A08 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.

Last edited by mrfred; Aug 24, 2007 at 12:22 PM.
Reply
Old Aug 21, 2007 | 02:52 PM
  #123  
SWOLN's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
iTrader: (6)
 
Joined: Sep 2005
Posts: 1,791
Likes: 13
From: In the Florida Swamps
Originally Posted by burgers22
Hi

These are the lean spool address I've taken from my xml, seems to work OK but as ever make sure you check your AFRs out with a wideband

<table name="Lean Spool Start RPM" category="Misc" address="1680" type="1D" level="1" scaling="RPMStatLimit"/>

<table name="Lean Spool Stop RPM" category="Misc" address="1684" type="1D" level="1" scaling="RPMStatLimit"/>

MB
I got the 2-byte set up properly. Thank you.

If I "Enableleanspool" I'll need to recalibrate my AFR's? Is this correct?
Reply
Old Aug 21, 2007 | 10:27 PM
  #124  
codgi's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Seattle, WA
Originally Posted by SWOLN
I got the 2-byte set up properly. Thank you.

If I "Enableleanspool" I'll need to recalibrate my AFR's? Is this correct?
It comes on from the factory. You made this mod so you could disable it (by setting the start and stop to be the same RPM). If you disable it, then yes you will have to adjust the fuel map to get your AFRs back up (they will be too rich).

Last edited by codgi; Aug 21, 2007 at 11:43 PM.
Reply
Old Aug 21, 2007 | 10:48 PM
  #125  
Whoop_ass's Avatar
Evolved Member
iTrader: (7)
 
Joined: Dec 2006
Posts: 943
Likes: 0
From: on earth
Originally Posted by mrfred
Add these two entries to your 8840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A08 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A11 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.

Thanks mrfred
I will try this to the EDM rom
Reply
Old Aug 21, 2007 | 10:50 PM
  #126  
al\lupo's Avatar
Evolving Member
 
Joined: May 2007
Posts: 178
Likes: 0
From: Italy
Originally Posted by mrfred
Add these two entries to your 8840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A08 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A11 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.
Thank you, I will try ASAP
Reply
Old Aug 22, 2007 | 12:09 AM
  #127  
al\lupo's Avatar
Evolving Member
 
Joined: May 2007
Posts: 178
Likes: 0
From: Italy
Originally Posted by mrfred
Add these two entries to your 8840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A08 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A11 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.
It seems that you are hitting MUT01 and MUT02 instead of 00 and 01...
It works with following:

<table name="MUT00 2-byte load MSB" category="MUT" address="377fa" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

Values:

MUT00 from 6A09 to 6B22 (hex)
MUT01 from 6A08 to 6B23 (hex)

Tried at idle, cannot move the car for today...
Reply
Old Aug 22, 2007 | 01:52 AM
  #128  
al\lupo's Avatar
Evolving Member
 
Joined: May 2007
Posts: 178
Likes: 0
From: Italy
2-bytes RPM

For 88840016 owners, I have updated the 2-bytes RPM thread for our ECU identifier.
Reply
Old Aug 22, 2007 | 04:07 AM
  #129  
Whoop_ass's Avatar
Evolved Member
iTrader: (7)
 
Joined: Dec 2006
Posts: 943
Likes: 0
From: on earth
Originally Posted by al\lupo
It seems that you are hitting MUT01 and MUT02 instead of 00 and 01...
It works with following:

<table name="MUT00 2-byte load MSB" category="MUT" address="377fa" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

Values:

MUT00 from 6A09 to 6B22 (hex)
MUT01 from 6A08 to 6B23 (hex)

Tried at idle, cannot move the car for today...
thanks i will yours must i input the same values as mrfred said as i tried his way and sort of borked my flash and car wouldnt start.

reflashed my previous rom and thank god car started.
I will give yours a bash and check

thank you
Reply
Old Aug 22, 2007 | 08:57 AM
  #130  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Originally Posted by al\lupo
It seems that you are hitting MUT01 and MUT02 instead of 00 and 01...
Yep, you're right. I overlooked the first MUT entry. Fixed my original post.
Reply
Old Aug 24, 2007 | 11:36 AM
  #131  
fil78's Avatar
Newbie
 
Joined: Nov 2006
Posts: 65
Likes: 0
From: France
many thanks guys
now we can log correct ECU load on our EDM Evo ix
Reply
Old Aug 26, 2007 | 05:15 AM
  #132  
NineWorks's Avatar
Newbie
 
Joined: Aug 2007
Posts: 45
Likes: 0
From: South !
Exclamation

Stoopid question... maybe

Anybody knows if the lean spool function has anything to do with the solenoid placed in between the manifold and the FPR ?

I have noticed this set-up on every Evo (V up to IX) without finding any info about it ?

Last edited by NineWorks; Aug 26, 2007 at 05:17 AM.
Reply
Old Aug 26, 2007 | 10:02 AM
  #133  
codgi's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Seattle, WA
Originally Posted by NineWorks
Stoopid question... maybe

Anybody knows if the lean spool function has anything to do with the solenoid placed in between the manifold and the FPR ?

I have noticed this set-up on every Evo (V up to IX) without finding any info about it ?
But you can disable the lean spool functionality without changing anything with the physical car...so whats your angle here? .
Reply
Old Aug 26, 2007 | 12:07 PM
  #134  
NineWorks's Avatar
Newbie
 
Joined: Aug 2007
Posts: 45
Likes: 0
From: South !
Originally Posted by codgi
But you can disable the lean spool functionality without changing anything with the physical car...so whats your angle here? .
My IX is not lean spooling for a while...

But as this solenoid is still there, not to my likee, I'm still wondering what this thing could be here for...?
Reply
Old Aug 31, 2007 | 08:34 PM
  #135  
hotredevo's Avatar
Newbie
 
Joined: Mar 2007
Posts: 9
Likes: 0
Help

Hi I added:

<table name="2 byte load high bit" category="Misc" type="1D" address="3EE86" level="1" scaling="uint16"/>

<table name="2 byte load low bit" category="Misc" type="1D" address="3EE8A" level="1" scaling="uint16"/>


Right above the </rom> saved it. I opened ecuflash made sure developer mode was selected under the options menu and the new tables did not show under misc or any other category. I seem to be the first with this problem. I added other idle definitions a while back and those tables show up and work, so I know I put the code in the right place. Here is the xml so you can check it out for yourself. just re-save it as a xml, i changed it to txt to upload. Thanks


EDIT: Ok I fixed it. Last resort so I uninstalled ecuflash and deleted the entire folder, and reinstalled ecuflash and add the code into the xml and it worked. Weird glitch I guess, but figured I would post to help anyone else who may have this problem.
Attached Files
File Type: txt
88590015.txt (10.4 KB, 22 views)

Last edited by hotredevo; Aug 31, 2007 at 09:04 PM. Reason: FIXED
Reply



All times are GMT -7. The time now is 10:57 PM.